Hello all.
I encounter a very strange problem when I try to register topic listener. The problem occures only in one machine (of 5). Platform is Win2000 on all machines. I already tried to reinstall TCP/IP protocol and Service Pack (didn't help). Below is the stack trace:
java.net.SocketException: Option unsupported by protocol: connect
 at java.net.PlainSocketImpl.socketConnect(Native Method)
 at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:320)
 at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:133)
 at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:120)
 at java.net.Socket.<init>(Socket.java:273)
 at java.net.Socket.<init>(Socket.java:127)
 at org.jbossmq.distributed.server.DistributedJMSServerOILClient.createConnection(DistributedJMSServerOILClient.java:65)
 at org.jbossmq.distributed.server.DistributedJMSServerOILClient.checkConnection(DistributedJMSServerOILClient.java:76)
 at org.jbossmq.distributed.server.DistributedJMSServerUILClient.getID(DistributedJMSServerUILClient.java:131)
 at org.jbossmq.SpyConnection.askForAnID(SpyConnection.java:339)
 at org.jbossmq.SpyConnection.createReceiver(SpyConnection.java:362)
 at org.jbossmq.SpyTopicConnection.createTopicSession(SpyTopicConnection.java:52)
 ...
Thanks in advance.