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 257909

Summary: StackOverflowError at org.netbeans.modules.openide.util.GlobalLookup.current
Product: platform Reporter: Exceptions Reporter <exceptions_reporter>
Component: FilesystemsAssignee: Jaroslav Havlin <jhavlin>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 222447
Attachments: stacktrace

Description Exceptions Reporter 2016-02-09 16:32:05 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 8.1 (Build 201510222201)
VM: Java HotSpot(TM) Client VM, 25.71-b15, Java(TM) SE Runtime Environment, 1.8.0_71-b15
OS: Windows XP

User Comments:
GUEST: creating project and running it as per tutorial




Stacktrace: 
java.lang.StackOverflowError
   at org.netbeans.modules.openide.util.GlobalLookup.current(GlobalLookup.java:76)
   at org.openide.util.Lookup.getDefault(Lookup.java:119)
   at org.openide.util.RequestProcessor$Item.<init>(RequestProcessor.java:1763)
   at org.openide.util.RequestProcessor$FastItem.<init>(RequestProcessor.java:1847)
   at org.openide.util.RequestProcessor$Task.schedule(RequestProcessor.java:1506)
   at org.openide.util.RequestProcessor$Task.schedule(RequestProcessor.java:1484)
Comment 1 Exceptions Reporter 2016-02-09 16:32:07 UTC
Created attachment 158440 [details]
stacktrace