Bugs item #575307, was opened at 2002-06-29 00:57
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=575307&group_id=22866

Category: JBossServer
Group: v3.0 Rabbit Hole
>Status: Open
>Resolution: Accepted
Priority: 9
Submitted By: T. Subramanian (t_subbu)
>Assigned to: Scott M Stark (starksm)
Summary: shutdown problem with JBoss

Initial Comment:
While starting the server even before initialization 
completes, if we try to kill it using ctrl-c, then JBoss 
hangs in the middle. Thread dump is attached with this 
mail. Reason is UnifiedClassLoader created from 
MainDeployer was locked by main thread. In between 
when we try to kill the JBoss shutdown  thread tries to 
lock the same UnifiedClassLoader from 
ServiceController which results in dead lock.

        I tried twice and both the times I am able to 
reproduce it

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

>Comment By: Scott M Stark (starksm)
Date: 2002-07-28 23:30

Message:
Logged In: YES 
user_id=175228

I did just see this error today and attached is another 
deadlock dump.


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

Comment By: Scott M Stark (starksm)
Date: 2002-07-26 12:25

Message:
Logged In: YES 
user_id=175228

Works for me with the 3.0 branch code post the 3.0.1RC1 
release.


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

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


-------------------------------------------------------
This sf.net email is sponsored by: Dice - The leading online job board
for high-tech professionals. Search and apply for tech jobs today!
http://seeker.dice.com/seeker.epl?rel_code=31
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to