Right. This bug is fixed. While debugging, I found this exception:

  | org.jboss.mq.SpyJMSException: Cannot disable the connection with the JMS server;
  |  - nested throwable: (java.io.IOException: Client is not connected)
  |     at org.jboss.mq.Connection.doStop(Connection.java:1289)
  |     at org.jboss.mq.Connection.stop(Connection.java:718)
  |     at ch.steria.tbazh.applet.TestApplet.stop(TestApplet.java:57)
  |     at sun.applet.AppletPanel.run(Unknown Source)
  |     at java.lang.Thread.run(Unknown Source)
  | Caused by: java.io.IOException: Client is not connected
  |     at 
org.jboss.mq.il.uil2.SocketManager.internalSendMessage(SocketManager.java:226)
  |     at org.jboss.mq.il.uil2.SocketManager.sendMessage(SocketManager.java:192)
  |     at org.jboss.mq.il.uil2.UILServerIL.setEnabled(UILServerIL.java:162)
  |     at org.jboss.mq.Connection.doStop(Connection.java:1285)
  |     ... 4 more
  | 
It only happens with more than one applet with the same code on a single webpage. I 
use now signed applets, the NoClassDefFoundError disapeared.
Before the reload, the applets are able to print JMS messages to stdout, so there are 
connections to JBossMQ.

I think there is a race condition in the connection code. The source of a demo applet, 
a html document and the necessary jars are available:
http://www.marti.nu/applet/
There is no JMS service running there. So the applet will not work.

Is this behavior reproducible and is it possible to fix it?
Thank you.

-Marti


View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3851891#3851891

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3851891


-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to