JBoss Community

Re: Unable to start JBM cluster

created by Mayank Mittal in JBoss Messaging - View the full discussion

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

Start a new discussion in JBoss Messaging at Community