The UIL2 trace shows you cant even make a proper connection.
| "Thread-34" daemon prio=5 tid=0xf88ed0 nid=0x4e in Object.wait() [e1b80000..e1b819bc] | at java.lang.Object.wait(Native Method) | at java.lang.Object.wait(Object.java:426) | at org.jboss.mq.il.uil2.SocketManager.internalSendMessage(SocketManager.java:240) | - locked <e91ef420> (a org.jboss.mq.il.uil2.msgs.CheckUserMsg) | at org.jboss.mq.il.uil2.SocketManager.sendMessage(SocketManager.java:189) | at org.jboss.mq.il.uil2.UILServerIL.authenticate(UILServerIL.java:302) | This is the first operation on the network. The fact that you have a write task and no read task, suggests it crashed on the server while trying to do the handshake: "UIL2.SocketManager.WriteTask#3928" I would expect an error or warning in the log telling you the error that caused the read task to crash. NOTE: This has been fixed in 3.2.4, if the read task crashes during the initial handshake, it now stops the write task. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3833896#3833896 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3833896 ------------------------------------------------------- This SF.Net email is sponsored by Sleepycat Software Learn developer strategies Cisco, Motorola, Ericsson & Lucent use to deliver higher performing products faster, at low TCO. http://www.sleepycat.com/telcomwpreg.php?From=osdnemail3 _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
