Skip to content

Instantly share code, notes, and snippets.

@alesj
Created September 3, 2012 14:57
Show Gist options
  • Save alesj/3609909 to your computer and use it in GitHub Desktop.
Save alesj/3609909 to your computer and use it in GitHub Desktop.
16:57:11,079 WARN [org.infinispan.factories.GlobalComponentRegistry] (ServerService Thread Pool -- 70) ISPN000189: While stopping a cache or cache manager, one of its components failed to stop: org.infinispan.CacheException: Unable to invoke method public void org.infinispan.remoting.transport.jgroups.JGroupsTransport.stop() on object of type JGroupsTransport
at org.infinispan.util.ReflectionUtil.invokeAccessibly(ReflectionUtil.java:238)
at org.infinispan.factories.AbstractComponentRegistry$PrioritizedMethod.invoke(AbstractComponentRegistry.java:891)
at org.infinispan.factories.AbstractComponentRegistry.internalStop(AbstractComponentRegistry.java:677)
at org.infinispan.factories.AbstractComponentRegistry.stop(AbstractComponentRegistry.java:555)
at org.infinispan.factories.GlobalComponentRegistry.stop(GlobalComponentRegistry.java:235)
at org.infinispan.factories.AbstractComponentRegistry.destroy(AbstractComponentRegistry.java:577)
at org.infinispan.factories.AbstractComponentRegistry.start(AbstractComponentRegistry.java:523)
at org.infinispan.factories.GlobalComponentRegistry.start(GlobalComponentRegistry.java:200)
at org.infinispan.factories.ComponentRegistry.start(ComponentRegistry.java:165)
at org.infinispan.CacheImpl.start(CacheImpl.java:519)
at org.infinispan.AbstractDelegatingCache.start(AbstractDelegatingCache.java:343)
at org.jboss.as.clustering.infinispan.subsystem.CacheService.start(CacheService.java:79)
at org.jboss.as.clustering.msc.AsynchronousService$1.run(AsynchronousService.java:82) [jboss-as-clustering-common-7.2.0.Alpha1-SNAPSHOT.jar:7.2.0.Alpha1-SNAPSHOT]
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) [classes.jar:1.6.0_33]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) [classes.jar:1.6.0_33]
at java.lang.Thread.run(Thread.java:680) [classes.jar:1.6.0_33]
at org.jboss.threads.JBossThread.run(JBossThread.java:122) [jboss-threads-2.0.0.GA.jar:2.0.0.GA]
Caused by: java.lang.NullPointerException
at org.infinispan.remoting.transport.jgroups.JGroupsTransport.stop(JGroupsTransport.java:258)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [classes.jar:1.6.0_33]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) [classes.jar:1.6.0_33]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) [classes.jar:1.6.0_33]
at java.lang.reflect.Method.invoke(Method.java:597) [classes.jar:1.6.0_33]
at org.infinispan.util.ReflectionUtil.invokeAccessibly(ReflectionUtil.java:236)
... 16 more
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment