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 36671 - Deadlock during generation
Summary: Deadlock during generation
Status: CLOSED WONTFIX
Alias: None
Product: projects
Classification: Unclassified
Component: Generic Infrastructure (show other bugs)
Version: 3.x
Hardware: PC Linux
: P1 blocker (vote)
Assignee: Vitezslav Stejskal
URL:
Keywords: THREAD
Depends on:
Blocks:
 
Reported: 2003-10-18 00:03 UTC by _ cliffwd
Modified: 2004-04-19 16:20 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Thread Dump (5.74 KB, text/plain)
2003-10-18 00:04 UTC, _ cliffwd
Details

Note You need to log in before you can comment on or make changes to this bug.
Description _ cliffwd 2003-10-18 00:03:42 UTC
See attached thread dump.
com.sun.tools.wsj2ee.project.WebServiceComponentContainerHandler.generateServant
calls
org.netbeans.api.projects.Project.getProjectMember
locking 0x4560aad0. 
org.netbeans.api.projects.ContainersList.getContents
asks for it's Updater to be started in another
RequestProcessor, but then that RequestProcessor
tries to get 0x4560aad0 as well, and it hangs.
This is happening in a Web App with a Web Service
in it, when I try to do a Web Service build.
Comment 1 _ cliffwd 2003-10-18 00:04:45 UTC
Created attachment 11902 [details]
Thread Dump
Comment 2 _ cliffwd 2003-10-21 21:17:39 UTC
We keep running into this deadlock.  Any ideas on how to workaround it?
Comment 3 Vitezslav Stejskal 2003-11-24 14:48:46 UTC
As described in
http://www.netbeans.org/servlets/ReadMsg?msgId=619519&listName=nbdiscuss
the current work on projects prototype has been stopped.
Comment 4 Jan Becicka 2003-11-25 13:47:19 UTC
Marking issue as VERIFIED --->
Comment 5 Jan Becicka 2003-11-25 13:51:48 UTC
---> CLOSED