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 120010

Summary: Deadlock trying to install web module
Product: java Reporter: Jan Becicka <jbecicka>
Component: ProjectAssignee: Tomas Zezula <tzezula>
Status: RESOLVED FIXED    
Severity: blocker Keywords: THREAD
Priority: P2    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Attachments: Full Thread Dump

Description Jan Becicka 2007-10-25 11:46:25 UTC
Yesterday's source.
I tried to update the IDE and I used plugin manager to get web modules. After few mins of downloading and updating the
IDE hanged.
Comment 1 Jan Becicka 2007-10-25 11:48:03 UTC
Created attachment 51658 [details]
Full Thread Dump
Comment 2 Jesse Glick 2007-10-25 15:43:55 UTC
Folder recognizer thread is illegally waiting for project Mutex.
J2SELogicalViewProvider$J2SELogicalViewRootNode.stateChanged should probably do its thing asynchronously.
Comment 3 Tomas Zezula 2007-10-26 10:01:06 UTC
Checking in org/netbeans/modules/java/j2seproject/ui/J2SELogicalViewProvider.java;
/cvs/java/j2seproject/src/org/netbeans/modules/java/j2seproject/ui/J2SELogicalViewProvider.java,v  <-- 
J2SELogicalViewProvider.java
new revision: 1.32; previous revision: 1.31
done