1 Reply Latest reply on Mar 11, 2004 10:00 AM by adrian.brock

    org.jboss.mq.SpyJMSException: Cannot authenticate user from

    harshi2003

      my application sends requests to jboss queue.
      i have configured jboss server to accept http requests via 8080. the client sends requests through port 8080.

      when i connect to the server via internet it throws follwoing exception
      org.jboss.mq.SpyJMSException: Cannot authenticate user; - nested throwable: (java.net.ConnectException: Connection timed out: connect)

      this exception is thrown from this statement
      connection = conFactory.createQueueConnection("guest","guest");

      in the server follwoing messages are displayed

      10:49:46,109 INFO [JaasSecurityManagerService] Created securityMgr=org.jboss.security.plugins.JaasSecurityManager@13eb2bc
      10:49:46,109 INFO [JaasSecurityManagerService] setCachePolicy, c=org.jboss.util.TimedCachePolicy@14865b1
      10:49:46,109 INFO [JaasSecurityManagerService] Added http-invoker, org.jboss.security.plugins.SecurityDomainContext@c5575 to map

      do i need to do any configuration in the client side.

      please help me to overcome this error.

      thanks in advance