[jboss-user] [Clustering/JBoss] - Re: NameNotFound Exception on switching over

2007-10-11 Thread kanth_seenu
Setting the state transfer timeout helped to solve the issue. Thanks for your time. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4093866#4093866 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4093866

[jboss-user] [Clustering/JBoss] - Re: NameNotFound Exception on switching over

2007-10-09 Thread kanth_seenu
Forgot to mention my JBOSS version it is 4.0.5 GA View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4092844#4092844 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4092844 ___

[jboss-user] [Clustering/JBoss] - Re: NameNotFound Exception on switching over

2007-10-09 Thread [EMAIL PROTECTED]
For the service you listed it's the deploy/cluster-service.xml file jboss:service=${jboss.partition.name:DefaultPartition} mbean, StateTransferTimeout attribute. If increasing the timeout doesn't work, have a look at the logs on the coordinator node (the one providing state) to see if they

[jboss-user] [Clustering/JBoss] - Re: NameNotFound Exception on switching over

2007-10-08 Thread kanth_seenu
Thanks for the in detail reply. I was able to understand that there is no specific need for me to deploy the MD beans in only one node in a cluster. So I have modified my jboss-service file to deploy the MDB's in all my nodes at startup itself. Though this solved the major problem I was

[jboss-user] [Clustering/JBoss] - Re: NameNotFound Exception on switching over

2007-10-06 Thread kanth_seenu
Thanks for the reply Brian. If I am defining my problem correctly As soon as the switchover happens my MDBeans are not ready, some other signal makes them to get deployed and make them available. Until then any request to publish a message fails with NameNotFoundException So now, how will

[jboss-user] [Clustering/JBoss] - Re: NameNotFound Exception on switching over

2007-10-06 Thread [EMAIL PROTECTED]
To briefly go through the cases: 1) A client running outside of JBoss AS. You need to code the retry mechanism that's laid out in detail on the wiki page. 2) A non-MDB client running inside JBoss AS. Use java:JmsXA. 3) An MDB deployed normally, i.e. not deploy-hasingleton. When the HA-JMS

[jboss-user] [Clustering/JBoss] - Re: NameNotFound Exception on switching over

2007-10-05 Thread kanth_seenu
I can also visualise that later after throwing warnings, the topics get created in some sequence. But since it was not available at the time when I expected it to be there, how can I add intelligence to my client to wait until available or am I totally wrong on this | 20:37:48,198 WARN

[jboss-user] [Clustering/JBoss] - Re: NameNotFound Exception on switching over

2007-10-05 Thread [EMAIL PROTECTED]
Have a look at http://wiki.jboss.org/wiki/Wiki.jsp?page=JMSConnectionExceptionListener . View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4092076#4092076 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4092076