tomcat去調(diào)用weblogic上的EJB服務(wù),拋出的異常,好像是tomcat 與weblogic之間的認(rèn)證造成的,
ejb的調(diào)用是成功的,拋出的異常并沒有影響到程序的執(zhí)行,請(qǐng)大家?guī)兔纯词裁磫栴},mbean的問題,是不是tomcat的某些組件的配置問題?
006-4-19 14:55:38 org.apache.commons.modeler.Registry registerComponent
嚴(yán)重
: Error registering Catalina:type=RequestProcessor,worker=http-8080,name=Htt
Request3
ava.security.AccessControlException: Access denied (mx4j.server.MBeanTrustPermi
sion register): MBean class org.apache.commons.modeler.BaseModelMBean is not tr
sted for registration
?????? at mx4j.server.interceptor.SecurityMBeanServerInterceptor.checkTrustRegi
tration(SecurityMBeanServerInterceptor.java:156)
?????? at mx4j.server.interceptor.SecurityMBeanServerInterceptor.registration(S
curityMBeanServerInterceptor.java:116)
?????? at mx4j.server.interceptor.DefaultMBeanServerInterceptor.registration(De
aultMBeanServerInterceptor.java:113)
?????? at mx4j.server.interceptor.DefaultMBeanServerInterceptor.registration(De
aultMBeanServerInterceptor.java:113)
?????? at mx4j.server.interceptor.ContextClassLoaderMBeanServerInterceptor.regi
tration(ContextClassLoaderMBeanServerInterceptor.java:108)
?????? at mx4j.server.MBeanServerImpl.registerImpl(MBeanServerImpl.java:1051)
?????? at mx4j.server.MBeanServerImpl.registerMBeanImpl(MBeanServerImpl.java:10
2)
?????? at mx4j.server.MBeanServerImpl.registerMBean(MBeanServerImpl.java:978)
?????? at org.apache.commons.modeler.Registry.registerComponent(Registry.java:8
1)
?????? at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.init(
ttp11Protocol.java:670)
?????? at org.apache.tomcat.util.net.TcpWorkerThread.getInitData(PoolTcpEndpoin
.java:527)
?????? at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadP
ol.java:672)
?????? at java.lang.Thread.run(Thread.java:534)
006-4-19 14:55:38 org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandl
r init
警告
: Error registering request
006-4-19 14:55:47 org.apache.commons.modeler.Registry registerComponent
嚴(yán)重
: Error registering Catalina:type=RequestProcessor,worker=http-8080,name=Htt
Request4
ava.security.AccessControlException: Access denied (mx4j.server.MBeanTrustPermi
sion register): MBean class org.apache.commons.modeler.BaseModelMBean is not tr
sted for registration
?????? at mx4j.server.interceptor.SecurityMBeanServerInterceptor.checkTrustRegi
tration(SecurityMBeanServerInterceptor.java:156)
?????? at mx4j.server.interceptor.SecurityMBeanServerInterceptor.registration(S
curityMBeanServerInterceptor.java:116)
?????? at mx4j.server.interceptor.DefaultMBeanServerInterceptor.registration(De
aultMBeanServerInterceptor.java:113)
?????? at mx4j.server.interceptor.DefaultMBeanServerInterceptor.registration(De
aultMBeanServerInterceptor.java:113)
?????? at mx4j.server.interceptor.ContextClassLoaderMBeanServerInterceptor.regi
tration(ContextClassLoaderMBeanServerInterceptor.java:108)
?????? at mx4j.server.MBeanServerImpl.registerImpl(MBeanServerImpl.java:1051)
?????? at mx4j.server.MBeanServerImpl.registerMBeanImpl(MBeanServerImpl.java:10
2)
?????? at mx4j.server.MBeanServerImpl.registerMBean(MBeanServerImpl.java:978)
?????? at org.apache.commons.modeler.Registry.registerComponent(Registry.java:8
1)
?????? at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.init(
ttp11Protocol.java:670)
?????? at org.apache.tomcat.util.net.TcpWorkerThread.getInitData(PoolTcpEndpoin
.java:527)
?????? at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadP
ol.java:672)
?????? at java.lang.Thread.run(Thread.java:534)
006-4-19 14:55:47 org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandl
r init
警告
: Error registering request
?
posted on 2006-04-20 08:54
小小程序程序員混口飯吃 閱讀(1125)
評(píng)論(1) 編輯 收藏 所屬分類:
java