[jboss-user] [JBoss Messaging] - Re: Unable to start JBM cluster

Mayank Mittal do-not-reply at jboss.com
Sat Dec 18 07:26:16 EST 2010


Mayank Mittal [http://community.jboss.org/people/mayankmit2002] created the discussion

"Re: Unable to start JBM cluster"

To view the discussion, visit: http://community.jboss.org/message/576710#576710

--------------------------------------------------------------
I tried to debug from where this message is popping up and in the course of this I tried to run the Jboss Messaing in debug mode.
  There I found that there is a method +nodeLeft(List adderss)+ in +messagingPostOffice+ and is called whenever any node left the cluster.
   The above specified method is calling performFailover() method for the nodeID of the left node. This method is trying to filter out all nodes binding of those needs to be removed from both memory and persistence. 
   Here the problem occurs. When it tries to checks for the isRecoverable() property of queue instance to be removed; it returns false and thus not added to the removing list. Thus causing the whole problem. 
   Could anyone helps me how to get isRecoverable() value as true.

   Any help will be very appreciable
--------------------------------------------------------------

Reply to this message by going to Community
[http://community.jboss.org/message/576710#576710]

Start a new discussion in JBoss Messaging at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2042]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20101218/ca14cdf1/attachment.html 


More information about the jboss-user mailing list