Re: ./activemq-admin commands give NameNotFoundException

2012-03-29 Thread PhilK
>From what I understand, the NameNotFoundException happens when you've successfully connected to the server and port, but 'jmxrmi' is not found there. So, would this be an issue with my activeMQ or with rmiregistry? -- View this message in context: http://activemq.2283324.n4.nabble.com/activemq

Re: AMQ 5.5.1 - Message Routing Doesn't Resume After Network Outage

2012-03-29 Thread PhilK
My failover stuff wasn't working either and I found it was because I didn't specify the URI correctly. Initially I entered it the way you did. failover://(tcp://localhost:63001) I changed it to failover:(tcp://localhost:63001) and it worked. So, perhaps removing the extra '//' will help? --

Re: ./activemq-admin commands give NameNotFoundException

2012-03-29 Thread PhilK
Running: # netstat -apn | grep 1099 I get the following output: tcp0 0 0.0.0.0:10990.0.0.0:* LISTEN 5789/rmiregistry And running: pgrep -fl java I get: /usr/local/java/bin/java -Xms256M -Xmx256M -Dorg.apache.activemq.UseDedicatedTaskRunner=true

./activemq-admin commands give NameNotFoundException

2012-03-28 Thread PhilK
I am using ActiveMQ 5.5.1 On Windows, when I execute './activemq-admin -list' command, for example, then I get a list of local active brokers. I am also running a ActiveMQ 5.5.1 broker on a Gentoo Linux machine. When I execute the same command there I get the following error: Java Runtime: IBM