CentsOS6 Tomcat7 報javax.management.InstanceNotFoundException 解決辦法

tomcat忽然啓動不了,報錯:java


警告: Failed to unregister MBean with name [Catalina:j2eeType=Servlet,name=UploadServlet,WebModule=//localhost/,J2EEApplication=none,J2EEServer=none] during component destructionweb

javax.management.InstanceNotFoundException: Catalina:j2eeType=Servlet,name=UploadServlet,WebModule=//localhost/,J2EEApplication=none,J2EEServer=nonespring

        at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getMBean(DefaultMBeanServerInterceptor.java:1095)apache

        at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.exclusiveUnregisterMBean(DefaultMBeanServerInterceptor.java:427)tomcat

        at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.unregisterMBean(DefaultMBeanServerInterceptor.java:415)app

        at com.sun.jmx.mbeanserver.JmxMBeanServer.unregisterMBean(JmxMBeanServer.java:546)ide

        at org.apache.catalina.util.LifecycleMBeanBase.unregister(LifecycleMBeanBase.java:194)spa

        at org.apache.catalina.util.LifecycleMBeanBase.destroyInternal(LifecycleMBeanBase.java:73)component

        at org.apache.catalina.core.ContainerBase.destroyInternal(ContainerBase.java:1247)server

        at org.apache.catalina.util.LifecycleBase.destroy(LifecycleBase.java:305)

        at org.apache.catalina.core.ContainerBase.removeChild(ContainerBase.java:1041)

        at org.apache.catalina.core.StandardContext.removeChild(StandardContext.java:4123)

        at org.apache.catalina.startup.ContextConfig.configureStop(ContextConfig.java:941)

        at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:395)

        at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:117)

        at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)

        at org.apache.catalina.core.Stand

而後怎麼tomcat都啓動不了,查了半天,找到解決辦法:

http://forum.spring.io/forum/other-spring-related/ejb/5542-application-on-tomcat-calling-some-ejb-s-on-weblogic

就是

jdk的jre/lib/security/java.policy 里加上

permission javax.management.MBeanTrustPermission "register";

另外就是要kill 掉全部tomcat的進程,使用shutdown -force。


重啓OK!

相關文章
相關標籤/搜索