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 214666 - StackOverflowError at org.openide.util.Mutex.enterImpl
Summary: StackOverflowError at org.openide.util.Mutex.enterImpl
Status: RESOLVED DUPLICATE of bug 218681
Alias: None
Product: platform
Classification: Unclassified
Component: Filesystems (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Tulach
URL:
Keywords:
: 214536 (view as bug list)
Depends on:
Blocks:
 
Reported: 2012-06-24 01:11 UTC by Exceptions Reporter
Modified: 2012-10-30 14:09 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 189977


Attachments
stacktrace (102.83 KB, text/plain)
2012-06-24 01:11 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2012-06-24 01:11:46 UTC
This bug was originally marked as duplicate of bug 133078, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 7.0.1 (Build 201107282000)
VM: Java HotSpot(TM) 64-Bit Server VM, 21.1-b02, Java(TM) SE Runtime Environment, 1.7.0_01-b08
OS: Windows 7

User Comments:
GUEST: When I am adding the web service client a WSDLfile,  to the java class it reported the following error.
http://ws.cdyne.com/phoneverify/phoneverify.asmx?wsdl




Stacktrace: 
java.lang.StackOverflowError
   at org.openide.util.Mutex.enterImpl(Mutex.java:712)
   at org.openide.util.Mutex.enter(Mutex.java:634)
   at org.openide.util.Mutex.writeEnter(Mutex.java:612)
   at org.openide.util.Mutex$Privileged.enterWriteAccess(Mutex.java:1665)
   at org.netbeans.modules.masterfs.filebasedfs.fileobjects.FolderObj.refreshImpl(FolderObj.java:417)
   at org.netbeans.modules.masterfs.filebasedfs.fileobjects.BaseFileObj.refresh(BaseFileObj.java:764)
Comment 1 Exceptions Reporter 2012-06-24 01:11:59 UTC
Created attachment 121256 [details]
stacktrace
Comment 2 Marian Mirilovic 2012-06-24 21:41:07 UTC
Similar to issue 193732
Comment 3 Marian Mirilovic 2012-06-24 21:44:54 UTC
*** Bug 214536 has been marked as a duplicate of this bug. ***
Comment 4 Jaroslav Tulach 2012-10-30 14:09:42 UTC

*** This bug has been marked as a duplicate of bug 218681 ***