2 Replies Latest reply on Nov 18, 2003 8:22 AM by mhemling

    JMS Authentication Connection error in JBoss 3.2.2

    richieb

      I'm updating to JBoss 3.2.2 from JBoss 3.0.7. I have JMS client that fails to connect to JMS from a remote machine. The same client connects fine on local machine (i.e. if ran from the same machine as JBoss).

      The exception I get:

      2003-11-07 09:43:18,992 DEBUG [com.javtech.tradescope] JMS Service Failure
      org.jboss.mq.SpyJMSException: Cannot authenticate user; - nested throwable: (java.net.ConnectException: Connection refused)
      at org.jboss.mq.Connection.authenticate(Connection.java:883)
      at org.jboss.mq.Connection.(Connection.java:238)
      at org.jboss.mq.Connection.(Connection.java:315)
      at org.jboss.mq.SpyConnection.(SpyConnection.java:60)
      at org.jboss.mq.SpyConnectionFactory.createTopicConnection(SpyConnectionFactory.java:78)
      at com.javtech.tradescope.jms.JMSInterface.init(TradeScopeAgent:57)
      at com.javtech.tradescope.agent.master.MasterAgent.b(TradeScopeAgent:149)
      at com.javtech.tradescope.agent.master.MasterAgent.(TradeScopeAgent:132)
      at com.javtech.tradescope.agent.master.MasterAgent.main(TradeScopeAgent:84)


      This code worked fine under JBoss 3.0.7.

      I don't have any special security configs - just added some topics for our application.

      Any suggestions would be greatly appreciated.

      ...richie