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 208361 - StackOverflowError at java.security.AccessController.doPrivileged
Summary: StackOverflowError at java.security.AccessController.doPrivileged
Status: RESOLVED DUPLICATE of bug 209260
Alias: None
Product: platform
Classification: Unclassified
Component: Filesystems (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Tulach
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-02-13 19:13 UTC by Jesse Glick
Modified: 2012-03-22 14:40 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 185049


Attachments
stacktrace (103.37 KB, text/plain)
2012-02-13 19:13 UTC, Jesse Glick
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse Glick 2012-02-13 19:13:26 UTC
Build: NetBeans IDE Dev (Build 20120212-1f2e43101bc1)
VM: Java HotSpot(TM) Client VM, 20.5-b03, Java(TM) SE Runtime Environment, 1.6.0_30-b12
OS: Linux

User Comments:
jglick: Adding a new RESTful web service via Jersey to Maven web app.




Stacktrace: 
java.lang.StackOverflowError
   at java.security.AccessController.doPrivileged(AccessController.java:0)
   at java.lang.ClassLoader.checkPackageAccess(ClassLoader.java:328)
   at org.netbeans.modules.masterfs.filebasedfs.fileobjects.FileObjectKeeper.init(FileObjectKeeper.java:146)
   at org.netbeans.modules.masterfs.filebasedfs.fileobjects.FolderObj.refreshImpl(FolderObj.java:547)
   at org.netbeans.modules.masterfs.filebasedfs.fileobjects.BaseFileObj.refresh(BaseFileObj.java:816)
   at org.netbeans.modules.masterfs.filebasedfs.fileobjects.FolderObj.refresh(FolderObj.java:553)
Comment 1 Jesse Glick 2012-02-13 19:13:31 UTC
Created attachment 115674 [details]
stacktrace
Comment 2 Jaroslav Tulach 2012-03-22 14:40:31 UTC

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