[jboss-user] [JBoss Messaging] - Re: fails to start: IllegalStateException: Router already ha

2007-10-10 Thread bartvh
This problem appeared to have something to do with how the run.sh script works: 
my kill was killing the run.sh script, but the jboss server kept running.
(I was using kill instead of plainly hitting Ctrl-C because the latter shuts 
down jboss cleanly, so there is no cluster instance failure detected.)

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4093413#4093413

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4093413
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Messaging] - Re: fails to start: IllegalStateException: Router already ha

2007-10-10 Thread timfox
If you're running Linux, pstree is a nice utility which displays your processes 
in a tree. It should be pretty clear to see from that the processes 
corresponding to the script and java itself.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4093417#4093417

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4093417
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Messaging] - Re: fails to start: IllegalStateException: Router already ha

2007-06-29 Thread timfox
Have you configured each node to have a unique server id?

http://labs.jboss.com/file-access/default/members/jbossmessaging/freezone/docs/userguide-1.3.0.GA/html/installation.html#install.automatedclustered

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4059135#4059135

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4059135
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Messaging] - Re: fails to start: IllegalStateException: Router already ha

2007-06-29 Thread bartvh
timfox wrote : Have you configured each node to have a unique server id?

yes, I have server peer id 0 and 2.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4059155#4059155

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4059155
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Messaging] - Re: fails to start: IllegalStateException: Router already ha

2007-06-29 Thread timfox
Can you post the contents of your JBM_POSTOFFICE table?

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4059163#4059163

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4059163
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Messaging] - Re: fails to start: IllegalStateException: Router already ha

2007-06-29 Thread timfox
Can you replicate this (from a cleared DB) ?

If so, can you give instructions?

Thx

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4059173#4059173

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4059173
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Messaging] - Re: fails to start: IllegalStateException: Router already ha

2007-06-29 Thread bartvh
It is rather big. Here's a subselect:
mysql select * from JBM_POSTOFFICE where JBM_POSTOFFICE.QUEUE_NAME = 
'TraceListener.TraceListener';
  | 
+-+-+-++--++---+
  | | POSTOFFICE_NAME | NODE_ID | QUEUE_NAME  | COND   
| SELECTOR | CHANNEL_ID | CLUSTERED |
  | 
+-+-+-++--++---+
  | | Clustered JMS   |   2 | TraceListener.TraceListener | topic.Tracking 
| NULL |   1018 | Y |
  | | Clustered JMS   |   0 | TraceListener.TraceListener | topic.Tracking 
| NULL |   1053 | Y |
  | | Clustered JMS   |   0 | TraceListener.TraceListener | topic.Tracking 
| NULL |   1083 | Y |
  | 
+-+-+-++--++---+

In this case, I first started node 0, and then node 2. I even deleted all of 
JBM_POSTOFFICE before restarting the two servers.

Additional notes:
- I am using RoundRobin post office. 
- I am currently using svn trunk version 2779, because of a bug in the .GA 
version.


View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4059170#4059170

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4059170
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Messaging] - Re: fails to start: IllegalStateException: Router already ha

2007-06-29 Thread bartvh
I did a delete of JBM_POSTOFFICE, JBM_MSG and JBM_MSGREF. And then:
Start up the two nodes, wait until both are started.kill -9 the first node and 
start it up againwait until the first node is started again
Now I have the the situation like in the select statement above. If I now stop 
the two servers and try to start one again, it will always fail.

I hope this is enough to reproduce? I can try to give more information after 
this weekend.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4059182#4059182

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4059182
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user