0 Replies Latest reply on Sep 5, 2002 10:18 AM by ak1527

    send to topic from other host

      Hi,

      I tried to run JMS by sending from an other host to a topic and I get errors.
      Connection] Authenticating
      Connection problem: org.jboss.mq.SpyJMSException: Cannot get a client ID: errno: 0, error: Error 0 for fd: 24
      [Connection] Server Exception:
      java.net.SocketException: errno: 0, error: Error 0 for fd: 24
      at java.net.PlainSocketImpl.socketConnect(Native Method)
      at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:125)
      at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:112)
      at java.net.Socket.(Compiled Code)
      at java.net.Socket.(Compiled Code)
      at org.jboss.mq.il.oil.OILServerIL.getID(Compiled Code)
      at org.jboss.mq.il.oil.OILServerIL.getID(Compiled Code)
      at org.jboss.mq.il.oil.OILServerIL.getID(Compiled Code)
      at org.jboss.mq.Connection.(Compiled Code)
      at org.jboss.mq.Connection.(Compiled Code)
      at org.jboss.mq.Connection.(Compiled Code)
      at org.jboss.mq.SpyConnection.(Compiled Code)
      at org.jboss.mq.SpyConnectionFactory.(Compiled Code)
      Connection problem: org.jboss.mq.SpyJMSException: Cannot get a client ID: errno: 0, error: Error 0 for fd: 24
      [Connection] Server Exception:
      java.net.SocketException: errno: 0, error: Error 0 for fd: 24
      at java.net.PlainSocketImpl.socketConnect(Native Method)
      at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:125)
      at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:112)
      at java.net.Socket.(Compiled Code)
      at org.jboss.mq.il.oil.OILServerIL.getID(Compiled Code)
      at org.jboss.mq.Connection.(Compiled Code)
      at org.jboss.mq.Connection.(Compiled Code)
      at org.jboss.mq.SpyConnection.(Compiled Code)
      at org.jboss.mq.SpyConnectionFactory.(Compiled Code)
      at TopicSelectors$Subscriber.(Compiled Code)





      What is the reason?