zoukankan      html  css  js  c++  java
  • 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>

    原创文章,转载请注明出处!
    All CopyRight Reserved !

    主页:http://jingtao.cnblogs.com

    QQ:307073463
    Email:jingtaodeemail@qq.com
    MSN:sunjingtao@live.com


     

    Creative Commons License

    本文基于署名 2.5 中国大陆许可协议发布,欢迎转载,演绎或用于商业目的,但是必须保留本文的署名孙镜涛(包含链接),具体操作方式可参考此处。如您有任何疑问或者授权方面的协商,请给我留言

  • 相关阅读:
    算法图解
    Cairo graphics tutorial
    远程对象调用
    异步和多线程的关系
    jQuery调用api
    GTK# tutorial
    DLT
    protobuf入门笔记
    PDO讲解
    数据库练习——分页查询
  • 原文地址:https://www.cnblogs.com/jingtao/p/1750301.html
Copyright © 2011-2022 走看看