[jboss-user] [Messaging, JMS & JBossMQ] - JbossMQ not started?(jboss-4.2.1.GA)

daedalus_hammer do-not-reply at jboss.com
Thu Jan 24 03:38:25 EST 2008


Hi
I'm trying to deploy a MDB (it's not written by me and on other setups it works fine), but I get this error:

10:25:25,006 INFO  [JMSContainerInvoker] Waiting for reconnect internal 10000ms for SSELogQueue2MDB
10:25:35,006 INFO  [JMSContainerInvoker] Trying to reconnect to JMS provider for SSELogQueue2MDB
10:25:42,928 ERROR [JMSContainerInvoker] Reconnect failed: JMS provider failure detected for SSELogQueue2MDB
javax.naming.CommunicationException: Could not obtain connection to any of these urls: 127.0.0.1:1100 and discovery failed with error: javax.naming.CommunicationException: Receive timed out [Root exception is java.net.SocketTimeoutException: Receive timed out] [Root exception is javax.naming.Communi
cationException: Failed to connect to server 127.0.0.1:1100 [Root exception is javax.naming.ServiceUnavailableException: Failed to connect to server 127.0.0.1:1100 [Root exception is java.net.ConnectException: Connection refused: connect]]]
        at org.jnp.interfaces.NamingContext.checkRef(NamingContext.java:1416)
        at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:596)
        at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:589)
        at javax.naming.InitialContext.lookup(InitialContext.java:351)
        at org.jboss.ejb.plugins.jms.DLQHandler.createService(DLQHandler.java:182)
        at org.jboss.system.ServiceMBeanSupport.jbossInternalCreate(ServiceMBeanSupport.java:260)
        at org.jboss.system.ServiceMBeanSupport.create(ServiceMBeanSupport.java:188)
        at org.jboss.ejb.plugins.jms.JMSContainerInvoker.innerStartDelivery(JMSContainerInvoker.java:510)
        at org.jboss.ejb.plugins.jms.JMSContainerInvoker$ExceptionListenerImpl$ExceptionListenerRunnable.run(JMSContainerInvoker.java:1428)
        at java.lang.Thread.run(Thread.java:595)
Caused by: javax.naming.CommunicationException: Failed to connect to server 127.0.0.1:1100 [Root exception is javax.naming.ServiceUnavailableException: Failed to connect to server 127.0.0.1:1100 [Root exception is java.net.ConnectException: Connection refused: connect]]
        at org.jnp.interfaces.NamingContext.getServer(NamingContext.java:269)
        at org.jnp.interfaces.NamingContext.checkRef(NamingContext.java:1387)
        ... 9 more
Caused by: javax.naming.ServiceUnavailableException: Failed to connect to server 127.0.0.1:1100 [Root exception is java.net.ConnectException: Connection refused: connect]
        at org.jnp.interfaces.NamingContext.getServer(NamingContext.java:243)
        ... 10 more
Caused by: java.net.ConnectException: Connection refused: connect
        at java.net.PlainSocketImpl.socketConnect(Native Method)
        at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333)
        at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195)
        at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182)
        at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366)
        at java.net.Socket.connect(Socket.java:519)
        at java.net.Socket.connect(Socket.java:469)
        at java.net.Socket.(Socket.java:366)
        at java.net.Socket.(Socket.java:266)
        at org.jnp.interfaces.TimedSocketFactory.createSocket(TimedSocketFactory.java:84)
        at org.jnp.interfaces.TimedSocketFactory.createSocket(TimedSocketFactory.java:77)
        at org.jnp.interfaces.NamingContext.getServer(NamingContext.java:239)
        ... 10 more


In web-console/System/JMXMbeans Jboss.Mq seems to be deployed fine, and the settings are  java.naming.provider.url=127.0.0.1:1100 and jnp.discoveryPort=1102, but when I try telneting to 1100 or 1102 I can't get a connection (just like the error above).
I'm clueless as to why this happens, and any help would be greatly appreciated.
Thanks!

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4122910#4122910

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4122910



More information about the jboss-user mailing list