Bugs item #1051174, was opened at 2004-10-20 17:55 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=1051174&group_id=22866
Category: JBossServer Group: v4.0 Status: Open Resolution: None Priority: 5 Submitted By: Scott M Stark (starksm) Assigned to: Nobody/Anonymous (nobody) Summary: Deadlock on shutdown with java5 testcase Initial Comment: There is a jboss-minimal-tests target in the testsuite ant16x-build.xml that starts the minimal config with the testsuite/output/lib/shutdown.sar deployed. This stops the server by undeploying the shutdown.sar. The ExitOnShutdown in this sar calls System.exit in its stop method and under java5 this is causing a deadlock because the javax.management.NotificationBroadcasterSupport.sendNotification method happens to be synchronized in the java5 implementation while it is not in the jboss implementation. See the attached thread dump. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=1051174&group_id=22866 ------------------------------------------------------- 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-Development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
