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 - Deadlock when creating ws client
Summary: Deadlock when creating ws client
Status: RESOLVED DUPLICATE of bug 168388
Alias: None
Product: java
Classification: Unclassified
Component: Source (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: David Strupl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-07-21 14:21 UTC by Lukas Hasik
Modified: 2009-07-31 10:11 UTC (History)
5 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
threaddump (41.20 KB, text/plain)
2009-07-21 14:22 UTC, Lukas Hasik
Details

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