[jboss-user] [JBoss Cache: Core Edition] - Re: JBC+JGroups: 2nd Tomcat hangs during startup
dukehoops
do-not-reply at jboss.com
Thu Mar 19 18:34:46 EDT 2009
Will do. FWIW: the main thread is waiting here:
org.jboss.cache.remoting.jgroups.ChannelMessageListener.waitForState(ChannelMessageListener.java:99)
If I interrupt it, isStateSet is still false, so it enters wait() again. Here's the thread dump:
anonymous wrote : "main" prio=6 tid=0x013bc000 nid=0x1218 in Object.wait() [0x0011c000..0x0011fe24]
| java.lang.Thread.State: WAITING (on object monitor)
| at java.lang.Object.wait(Native Method)
| - waiting on <0x41222c58> (a java.lang.Object)
| at java.lang.Object.wait(Object.java:485)
| at org.jboss.cache.remoting.jgroups.ChannelMessageListener.waitForState(ChannelMessageListener.java:99)
| - locked <0x41222c58> (a java.lang.Object)
| at org.jboss.cache.RPCManagerImpl.start(RPCManagerImpl.java:248)
| at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
| at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
| at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
| at java.lang.reflect.Method.invoke(Method.java:597)
| at org.jboss.cache.util.reflect.ReflectionUtil.invokeAccessibly(ReflectionUtil.java:144)
| at org.jboss.cache.factories.ComponentRegistry$PrioritizedMethod.invoke(ComponentRegistry.java:883)
| at org.jboss.cache.factories.ComponentRegistry.internalStart(ComponentRegistry.java:680)
| at org.jboss.cache.factories.ComponentRegistry.start(ComponentRegistry.java:561)
| at org.jboss.cache.invocation.CacheInvocationDelegate.start(CacheInvocationDelegate.java:301)
| at org.jboss.cache.DefaultCacheFactory.createCache(DefaultCacheFactory.java:119)
| at com.doppelganger.framework.cache.DGCacheInstanceManagerBean.afterPropertiesSet(DGCacheInstanceManagerBean.java:96)
|
|
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4219648#4219648
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4219648
More information about the jboss-user
mailing list