From: dnatobyte <nu...@jb...> - 2005-07-27 16:14:43
|
I'm currently running Tomcat 5.0.28 and am receiving the following stack trace during startup ************** July 15, 2005 9:09:45 PM org.apache.commons.modeler.Registry registerComponent SEVERE: Error registering Catalina:type=RequestProcessor,worker=http-8080,name=HttpRequest2 java.security.AccessControlException: Access denied (mx4j.server.MBeanTrustPermission register): MBean class org.apache.commons.modeler.BaseModelMBean is not trusted for registration at mx4j.server.interceptor.SecurityMBeanServerInterceptor.checkTrustRegistration(SecurityMBeanServerInterceptor.java:156) at mx4j.server.interceptor.SecurityMBeanServerInterceptor.registration(SecurityMBeanServerInterceptor.java:116) at mx4j.server.interceptor.DefaultMBeanServerInterceptor.registration(DefaultMBeanServerInterceptor.java:113) at mx4j.server.interceptor.DefaultMBeanServerInterceptor.registration(DefaultMBeanServerInterceptor.java:113) at mx4j.server.interceptor.ContextClassLoaderMBeanServerInterceptor.registration(ContextClassLoaderMBeanServerInterceptor.java:108) at mx4j.server.MBeanServerImpl.registerImpl(MBeanServerImpl.java:1051) at mx4j.server.MBeanServerImpl.registerMBeanImpl(MBeanServerImpl.java:1002) at mx4j.server.MBeanServerImpl.registerMBean(MBeanServerImpl.java:978) at org.apache.commons.modeler.Registry.registerComponent(Registry.java:871) at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.init(Http11Protocol.java:670) at org.apache.tomcat.util.net.TcpWorkerThread.getInitData(PoolTcpEndpoint.java:527) at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:672) at java.lang.Thread.run(Thread.java:534) ************** It appears to be a policy issue, but as far as I know no one has manipulated the default policy settings in catalina.policy. Has anyone else observed this specific security exception and if so, was there a solution to the problem. Thanks in advance, Jeff Barton View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3886821#3886821 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3886821 |