[jboss-dev-forums] [Design of Clustering on JBoss (Clusters/JBoss)] - Re: Strange clustering behaviour when running testsuite offl

bstansberry@jboss.com do-not-reply at jboss.com
Mon Nov 12 11:02:01 EST 2007


anonymous wrote : What's the difference? :-) 

Perhaps the setting for node0 in ejb3/local.properties? (Or testsuite/local.properties if running the main testsuite.)


  | 16:12:17,980 ERROR [ExceptionUtil] org.jboss.jms.server.connectionfactory.ConnectionFactory at 1f9cb2c 
  | startService
  | java.lang.IllegalStateException: Cannot find replicant to remove: CF_jboss.messaging.connectionfacto
  | ry:service=ConnectionFactory
  |         at org.jboss.jms.server.connectionfactory.ConnectionFactoryJNDIMapper.unregisterConnectionFa
  | ctory(ConnectionFactoryJNDIMapper.java:274)
  | 

Not sure about this one.

16:12:19,360 INFO  [JGCacheInvalidationBridge] Problem while shuting down invalidation cache bridge
  | java.lang.IllegalStateException: Cache not in STARTED state!

There's something screwy with the service dependencies here; haven't had a chance to determine exactly what the issue is/how I think it should work and make a coherent post.  The JGCacheInvalidationBridge is being stopped after a JBC service it depends on is already stopped. I'm guessing this all relates to the use of @JMX on pojo services -- the thing actually being stopped is the JMX proxy, while the inter-service dependencies are expressed in terms of the underlying pojo beans.

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4103751#4103751

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4103751



More information about the jboss-dev-forums mailing list