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 168885

Summary: Deadlock when creating ws client
Product: java Reporter: Lukas Hasik <lhasik>
Component: SourceAssignee: David Strupl <dstrupl>
Status: RESOLVED DUPLICATE    
Severity: blocker CC: dstrupl, jjancura, mkuchtiak, pjiricka, tzezula
Priority: P2    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Attachments: threaddump

Description Lukas Hasik 2009-07-21 14:21:17 UTC
NB 6.7.1 RC

-created Web project
-generate new Web Service Client from WSDL URL into the project
Comment 1 Lukas Hasik 2009-07-21 14:22:15 UTC
Created attachment 85011 [details]
threaddump
Comment 2 Milan Kuchtiak 2009-07-29 14:10:14 UTC
Seems this is a java source issue.
If not - return it back and I'll discuss it with Build Extension API owner.
Comment 3 David Strupl 2009-07-30 09:25:04 UTC
The following looks IMHO problematic

	at org.netbeans.modules.java.source.usages.ClassIndexManager.fire(ClassIndexManager.java:228)
	at org.netbeans.modules.java.source.usages.ClassIndexManager.reserveWriteLock(ClassIndexManager.java:122)
	- locked <0x165ac7b0> (a org.netbeans.modules.java.source.usages.ClassIndexManager$InternalLock)
	at org.netbeans.modules.java.source.indexing.JavaBinaryIndexer.index(JavaBinaryIndexer.java:70)
Comment 4 David Strupl 2009-07-30 13:30:56 UTC
This was already fixed in the trunk as #168388.

*** This issue has been marked as a duplicate of 168388 ***
Comment 5 Tomas Zezula 2009-07-31 10:11:34 UTC
Yes, duplicate of an already fixed issue.