1 Reply Latest reply on Jul 9, 2011 11:09 AM by jaikiran

    Run time exception in Jboss 6 - org.jboss.cache.CacheException: java.lang.reflect.InvocationTargetException

    santhosh.ganapathi

      Hi,

       

      While I deploy and restarting the JBoss 6 server, I facing the below issue. Kindly, advise me.

       

      15:29:42,059 ERROR [STDERR] org.jboss.cache.CacheException: java.lang.reflect.InvocationTargetException

      15:29:42,059 ERROR [STDERR]     at org.jboss.cache.util.reflect.ReflectionUtil.invokeAccessibly(ReflectionUtil.java:148)

      15:29:42,059 ERROR [STDERR]     at org.jboss.cache.factories.ComponentRegistry$PrioritizedMethod.invoke(ComponentRegistry.java:970)

      15:29:42,059 ERROR [STDERR]     at org.jboss.cache.factories.ComponentRegistry.internalStart(ComponentRegistry.java:746)

      15:29:42,059 ERROR [STDERR]     at org.jboss.cache.factories.ComponentRegistry.start(ComponentRegistry.java:610)

      15:29:42,059 ERROR [STDERR]     at org.jboss.cache.invocation.CacheInvocationDelegate.start(CacheInvocationDelegate.java:355)

      15:29:42,059 ERROR [STDERR]     at org.jboss.cache.DefaultCacheFactory.createCache(DefaultCacheFactory.java:121)

      15:29:42,059 ERROR [STDERR]     at org.jboss.cache.DefaultCacheFactory.createCache(DefaultCacheFactory.java:72)

      15:29:42,059 ERROR [STDERR]     at org.jboss.cache.DefaultCacheFactory.createCache(DefaultCacheFactory.java:67)

      15:29:42,059 ERROR [STDERR]     at com.csscorp.presentation.spinneret.server.HRMSShadesGeneratorImpl.extractSpinneretPanel(HRMSShadesGeneratorImpl.java:114)

      15:29:42,059 ERROR [STDERR]     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

      15:29:42,059 ERROR [STDERR]     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)

      15:29:42,059 ERROR [STDERR]     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

      15:29:42,059 ERROR [STDERR]     at java.lang.reflect.Method.invoke(Method.java:597)

      15:29:42,059 ERROR [STDERR]     at com.google.gwt.user.server.rpc.RPC.invokeAndEncodeResponse(RPC.java:569)

      15:29:42,059 ERROR [STDERR]     at com.google.gwt.user.server.rpc.RemoteServiceServlet.processCall(RemoteServiceServlet.java:208)

      15:29:42,074 ERROR [STDERR]     at com.google.gwt.user.server.rpc.RemoteServiceServlet.processPost(RemoteServiceServlet.java:248)

      15:29:42,074 ERROR [STDERR]     at com.google.gwt.user.server.rpc.AbstractRemoteServiceServlet.doPost(AbstractRemoteServiceServlet.java:62)

      15:29:42,074 ERROR [STDERR]     at javax.servlet.http.HttpServlet.service(HttpServlet.java:754)

      15:29:42,074 ERROR [STDERR]     at javax.servlet.http.HttpServlet.service(HttpServlet.java:847)

      15:29:42,074 ERROR [STDERR]     at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:324)

      15:29:42,074 ERROR [STDERR]     at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:242)

      15:29:42,074 ERROR [STDERR]     at com.csscorp.business.filter.HRMSLoginFilter.doFilter(HRMSLoginFilter.java:55)

      15:29:42,090 ERROR [STDERR]     at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:274)

      15:29:42,090 ERROR [STDERR]     at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:242)

      15:29:42,090 ERROR [STDERR]     at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:275)

      15:29:42,090 ERROR [STDERR]     at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)

      15:29:42,090 ERROR [STDERR]     at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:181)

      15:29:42,090 ERROR [STDERR]     at org.jboss.modcluster.catalina.CatalinaContext$RequestListenerValve.event(CatalinaContext.java:285)

      15:29:42,090 ERROR [STDERR]     at org.jboss.modcluster.catalina.CatalinaContext$RequestListenerValve.invoke(CatalinaContext.java:261)

      15:29:42,090 ERROR [STDERR]     at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:88)

      15:29:42,106 ERROR [STDERR]     at org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.invoke(SecurityContextEstablishmentValve.java:100)

      15:29:42,106 ERROR [STDERR]     at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)

      15:29:42,106 ERROR [STDERR]     at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)

      15:29:42,106 ERROR [STDERR]     at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:158)

      15:29:42,106 ERROR [STDERR]     at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)

      15:29:42,106 ERROR [STDERR]     at org.jboss.web.tomcat.service.request.ActiveRequestResponseCacheValve.invoke(ActiveRequestResponseCacheValve.java:53)

      15:29:42,106 ERROR [STDERR]     at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:362)

      15:29:42,121 ERROR [STDERR]     at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:877)

      15:29:42,121 ERROR [STDERR]     at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:654)

      15:29:42,121 ERROR [STDERR]     at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:951)

      15:29:42,121 ERROR [STDERR]     at java.lang.Thread.run(Thread.java:619)

      15:29:42,121 ERROR [STDERR] Caused by: java.lang.reflect.InvocationTargetException

      15:29:42,121 ERROR [STDERR]     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

      15:29:42,137 ERROR [STDERR]     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)

      15:29:42,137 ERROR [STDERR]     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

      15:29:42,137 ERROR [STDERR]     at java.lang.reflect.Method.invoke(Method.java:597)

      15:29:42,137 ERROR [STDERR]     at org.jboss.cache.util.reflect.ReflectionUtil.invokeAccessibly(ReflectionUtil.java:144)

      15:29:42,137 ERROR [STDERR]     ... 40 more

      15:29:42,137 ERROR [STDERR] Caused by: java.lang.LinkageError: loader constraint violation: when resolving method "java.lang.management.ManagementFactory.getPlatformMBeanServer()Ljavax/management/MBeanServer;" the class loader (instance of org/jboss/classloader/spi/base/BaseClassLoader) of the current class, org/jboss/cache/jmx/JmxRegistrationManager, and the class loader (instance of <bootloader>) for resolved class, java/lang/management/ManagementFactory, have different Class objects for the type javax/management/MBeanServer used in the signature

      15:29:42,137 ERROR [STDERR]     at org.jboss.cache.jmx.JmxRegistrationManager.<init>(JmxRegistrationManager.java:128)

      15:29:42,153 ERROR [STDERR]     at org.jboss.cache.jmx.JmxRegistrationManager.<init>(JmxRegistrationManager.java:133)

      15:29:42,153 ERROR [STDERR]     at org.jboss.cache.jmx.PlatformMBeanServerRegistration.registerToPlatformMBeanServer(PlatformMBeanServerRegistration.java:69)

      15:29:42,153 ERROR [STDERR]     ... 45 more

       

       

      Thanks in Advance.