Bugs item #932326, was opened at 2004-04-09 14:38
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=932326&group_id=22866

Category: JBossMQ
Group: v3.2
Status: Open
Resolution: None
Priority: 5
Submitted By: Danielius Jurna (jurna)
Assigned to: Nobody/Anonymous (nobody)
Summary: JBossMQ client crash when running from java applet

Initial Comment:
If you are running JBossMQ client from applet, after
closing/ reopening the applet, JBossMQ client crashes.
Stack trace from java console:

org.jboss.mq.SpyJMSException: Cannot start a the client
IL service; - nested throwable:
(java.lang.IllegalThreadStateException)
org.jboss.mq.SpyJMSException: Cannot start a the client
IL service; - nested throwable:
(java.lang.IllegalThreadStateException)
        at
org.jboss.mq.Connection.startILService(Connection.java:962)
        at org.jboss.mq.Connection.<init>(Connection.java:249)
        at org.jboss.mq.Connection.<init>(Connection.java:315)
        at
org.jboss.mq.SpyConnection.<init>(SpyConnection.java:60)
        at
org.jboss.mq.SpyConnectionFactory.createTopicConnection(SpyConnectionFactory.java:78)
        at 
.....

Caused by: java.lang.IllegalThreadStateException
        at java.lang.ThreadGroup.add(ThreadGroup.java:798)
        at java.lang.Thread.init(Thread.java:301)
        at java.lang.Thread.<init>(Thread.java:438)
        at
org.jboss.mq.il.http.HTTPClientILService.start(HTTPClientILService.java:120)
        at
org.jboss.mq.Connection.startILService(Connection.java:954)
        ... 54 more

If you clear classloader cash (pressing 'x' in java
console) JBossMQ client works again.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=932326&group_id=22866


-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to