This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 96428

Summary: Deadlock when View Servlet is called
Product: serverplugins Reporter: Jiri Skrivanek <jskrivanek>
Component: Sun Appserver 9Assignee: Vince Kraemer <vkraemer>
Status: VERIFIED FIXED    
Severity: blocker    
Priority: P2    
Version: 5.x   
Hardware: PC   
OS: Windows XP   
Issue Type: DEFECT Exception Reporter:
Bug Depends on: 97688    
Bug Blocks:    
Attachments: Thread dump.

Description Jiri Skrivanek 2007-02-23 12:45:30 UTC
It is similar as issue 92771. AWT queue is freezed forever while getDomainRoot
is called. To reproduce:

- add Glassfish server to IDE
- set Swing HTML Browser as default web browser (Tools|Options)
- create a web application from template
- toggle breakpoint in index.jsp
- start debugger F5 and wait until it stops at breakpoint
- finish debugger
- go to Runtime view and expand nodes under server node to see deployed web
application
- start debugger again and wait for breakpoint
- call 'View Servlet' action in editor and IDE freezes (see
attached thread dump).

Build 5.5.1 Beta 200702211400, JDK1.5.0_10.
Comment 1 Jiri Skrivanek 2007-02-23 12:46:44 UTC
Created attachment 38860 [details]
Thread dump.
Comment 2 Vince Kraemer 2007-02-26 23:26:02 UTC
this appears to be resolved in the trunk
Comment 4 Vince Kraemer 2007-03-02 18:09:17 UTC
Testing this in 551 shows other points for the deadlock.  This needs more
examination.
Comment 5 Martin Schovanek 2007-03-06 15:34:44 UTC
5.5.1_candidate status whiteboard removed
Comment 6 Vince Kraemer 2007-03-20 17:34:31 UTC
this is still closed in the trunk
Comment 7 Jiri Skrivanek 2007-04-23 12:58:30 UTC
Verified in NB6.0.