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 - Deadlock trying to install web module
Summary: Deadlock trying to install web module
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Project (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Tomas Zezula
URL:
Keywords: THREAD
Depends on:
Blocks:
 
Reported: 2007-10-25 11:46 UTC by Jan Becicka
Modified: 2007-10-26 10:01 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Full Thread Dump (29.91 KB, text/plain)
2007-10-25 11:48 UTC, Jan Becicka
Details

Note You need to log in before you can comment on or make changes to this bug.
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