5 Replies Latest reply on Mar 24, 2004 2:09 AM by ivelin.ivanov

    JMS Clustering (HAILConnectionFactory) Problem

    vitrociset

      I'm trying to use JMS Clustering in JBoss 3.2.3 with the HAILConnectionFactory.
      I'm able to send and receive message from within the Application Server, but from a remote Client I get the following exception:

      ---------------------------------------------------------------------------
      1219 [main] DEBUG org.jboss.mq.Connection - Error closing the connection
      java.lang.IllegalStateException: No 'jboss' MBeanServer found!
      at org.jboss.mx.util.MBeanServerLocator.locateJBoss(MBeanServerLocator.j
      ava:46)
      at org.jboss.mq.il.ha.HAILServerIL.createConnection(HAILServerIL.java:10
      2)
      at org.jboss.mq.il.uil2.UILServerIL.getSocketMgr(UILServerIL.java:500)
      at org.jboss.mq.il.uil2.UILServerIL.connectionClosing(UILServerIL.java:3
      45)
      at org.jboss.mq.Connection.(Connection.java:256)
      at org.jboss.mq.Connection.(Connection.java:315)
      at org.jboss.mq.SpyConnection.(SpyConnection.java:60)
      at org.jboss.mq.SpyConnectionFactory.createQueueConnection(SpyConnection
      Factory.java:116)
      at SimpleQueueSender.main(Unknown Source)
      1250 [main] ERROR SimpleQueueSender - Exception occurred: org.jboss.mq.SpyJMSEx
      ception: Cannot authenticate user; - nested throwable: (java.lang.IllegalStateEx
      ception: No 'jboss' MBeanServer found!)
      --------------------------------------------------------------------------------