You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@activemq.apache.org by Rajasekhar <ra...@yahoo.com> on 2011/07/27 23:07:26 UTC

Can’t discover destinations - Connection refused by localhost

I am using Hermes 1.14 ActiveMQ 5.4.2
I am able to create the queue and topic thru hermes JMS but I am not able to 
discover queue and topics. Getting below error on clicking discover. Please 
guide me what I am missing. I tried by adding user name and password but no 
luck.
hermes.HermesException: Failed to retrieve RMIServer stub: 
javax.naming.ServiceUnavailableException [Root exception is 
java.rmi.ConnectException: Connection refused to host: localhost; nested 
exception is: 
	java.net.ConnectException: Connection refused: connect]
	at hermes.ext.activemq.ActiveMQAdmin.connect(ActiveMQAdmin.java:346)
	at hermes.ext.activemq.ActiveMQAdmin.getConnection
(ActiveMQAdmin.java:354)
	at hermes.ext.activemq.ActiveMQAdmin.discoverDestinationConfigs
(ActiveMQAdmin.java:140)
	at hermes.impl.HermesAdminAdapter.discoverDestinationConfigs
(HermesAdminAdapter.java:82)
	at hermes.impl.DefaultHermesImpl.discoverDestinationConfigs
(DefaultHermesImpl.java:1126)
	at hermes.browser.tasks.DiscoverDestinationsTask.invoke
(DiscoverDestinationsTask.java:77)
	at hermes.browser.tasks.TaskSupport.run(TaskSupport.java:175)
	at hermes.browser.tasks.ThreadPool.run(ThreadPool.java:170)
	at java.lang.Thread.run(Unknown Source)
java.io.IOException: Failed to retrieve RMIServer stub: 
javax.naming.ServiceUnavailableException [Root exception is 
java.rmi.ConnectException: Connection refused to host: localhost; nested 
exception is: 
	java.net.ConnectException: Connection refused: connect]
	at javax.management.remote.rmi.RMIConnector.connect(Unknown Source)
	at javax.management.remote.JMXConnectorFactory.connect(Unknown Source)
	at hermes.ext.activemq.ActiveMQAdmin.connect(ActiveMQAdmin.java:341)
	at hermes.ext.activemq.ActiveMQAdmin.getConnection
(ActiveMQAdmin.java:354)
	at hermes.ext.activemq.ActiveMQAdmin.discoverDestinationConfigs
(ActiveMQAdmin.java:140)
	at hermes.impl.HermesAdminAdapter.discoverDestinationConfigs
(HermesAdminAdapter.java:82)
	at hermes.impl.DefaultHermesImpl.discoverDestinationConfigs
(DefaultHermesImpl.java:1126)
	at hermes.browser.tasks.DiscoverDestinationsTask.invoke
(DiscoverDestinationsTask.java:77)
	at hermes.browser.tasks.TaskSupport.run(TaskSupport.java:175)
	at hermes.browser.tasks.ThreadPool.run(ThreadPool.java:170)
	at java.lang.Thread.run(Unknown Source)
Caused by: javax.naming.ServiceUnavailableException [Root exception is 
java.rmi.ConnectException: Connection refused to host: localhost; nested 
exception is: 
	java.net.ConnectException: Connection refused: connect]
	at com.sun.jndi.rmi.registry.RegistryContext.lookup(Unknown Source)
	at com.sun.jndi.toolkit.url.GenericURLContext.lookup(Unknown Source)
	at javax.naming.InitialContext.lookup(Unknown Source)
	at javax.management.remote.rmi.RMIConnector.findRMIServerJNDI(Unknown 
Source)
	at javax.management.remote.rmi.RMIConnector.findRMIServer(Unknown 
Source)
	... 11 more
Caused by: java.rmi.ConnectException: Connection refused to host: localhost; 
nested exception is: 
	java.net.ConnectException: Connection refused: connect
	at sun.rmi.transport.tcp.TCPEndpoint.newSocket(Unknown Source)
	at sun.rmi.transport.tcp.TCPChannel.createConnection(Unknown Source)
	at sun.rmi.transport.tcp.TCPChannel.newConnection(Unknown Source)
	at sun.rmi.server.UnicastRef.newCall(Unknown Source)
	at sun.rmi.registry.RegistryImpl_Stub.lookup(Unknown Source)
	... 16 more
Caused by: java.net.ConnectException: Connection refused: connect
	at java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.net.PlainSocketImpl.doConnect(Unknown Source)
	at java.net.PlainSocketImpl.connectToAddress(Unknown Source)
	at java.net.PlainSocketImpl.connect(Unknown Source)
	at java.net.SocksSocketImpl.connect(Unknown Source)
	at java.net.Socket.connect(Unknown Source)
	at java.net.Socket.connect(Unknown Source)
	at java.net.Socket.<init>(Unknown Source)
	at java.net.Socket.<init>(Unknown Source)
	at sun.rmi.transport.proxy.RMIDirectSocketFactory.createSocket(Unknown 
Source)
	at sun.rmi.transport.proxy.RMIMasterSocketFactory.createSocket(Unknown 
Source)
	... 21 more