MBean with the same name could not be unregisted

应用服务器:WebSphere

场景: flex通过BlazeDS框架与服务器进行数据通信

错误信息

00000017 ServletWrappe E Deregister the mbean because of uncaught init() exception thrown by servlet MessageBrokerServlet: javax.servlet.UnavailableException: The MBean, 'flex.runtime.:type=MessageBroker.AdminConsoleDisplay,MessageBroker=MessageBroker1,id=AdminConsoleDisplay', cannot be registered because the previous MBean with the same name could not be unregisted

    解决方案:

    Services-config.xml的system元素下增加:<manageable>false</manageable>

 

来源:http://www.cnblogs.com/jingtao/archive/2010/06/02/1750301.html

你可能感兴趣的:(Mbean)