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 187594 - StackOverflowError at org.openide.filesystems.MultiFileSystem.createWritableOn
Summary: StackOverflowError at org.openide.filesystems.MultiFileSystem.createWritableOn
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Filesystems (show other bugs)
Version: 7.0
Hardware: All All
: P2 normal (vote)
Assignee: Petr Hejl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-15 12:12 UTC by Sergey Petrov
Modified: 2010-06-17 03:17 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 170700


Attachments
stacktrace (131.94 KB, text/plain)
2010-06-15 12:12 UTC, Sergey Petrov
Details
stacktrace (127.81 KB, text/plain)
2010-06-16 03:49 UTC, David Konecny
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Sergey Petrov 2010-06-15 12:12:24 UTC
Build: NetBeans IDE Dev (Build 100615-3535e65d7dfc)
VM: Java HotSpot(TM) Client VM, 16.3-b01, Java(TM) SE Runtime Environment, 1.6.0_20-b02
OS: Linux

User Comments:
sj-nb: do something on last new web project step (may be just switch to another application from nb)




Stacktrace: 
java.lang.StackOverflowError
   at org.openide.filesystems.MultiFileSystem.createWritableOn(MultiFileSystem.java:459)
   at org.openide.filesystems.MultiFileSystem.writableLayer(MultiFileSystem.java:476)
   at org.openide.filesystems.MultiFileObject.getAttribute(MultiFileObject.java:826)
   at org.openide.filesystems.MultiFileObject.getAttribute(MultiFileObject.java:903)
   at org.openide.filesystems.MultiFileObject.getAttribute(MultiFileObject.java:865)
   at org.openide.filesystems.MultiFileObject.getAttribute(MultiFileObject.java:772)
Comment 1 Sergey Petrov 2010-06-15 12:12:30 UTC
Created attachment 100086 [details]
stacktrace
Comment 2 David Konecny 2010-06-16 03:49:02 UTC
Created attachment 100111 [details]
stacktrace

Maven Web project - adding JSf framework into exiting maven project
Comment 3 David Konecny 2010-06-16 03:49:42 UTC
Most probably introduced by Petr's recent commit. I have not tried to fix.

To reproduce: I created Maven Web project and later tried to add JSF framework to it via Project Properties. Adding framework throws the exception.
Comment 4 Petr Hejl 2010-06-16 09:16:17 UTC
Fixed in web-main cb38a87c8623.
Comment 5 Quality Engineering 2010-06-17 03:17:44 UTC
Integrated into 'main-golden', will be available in build *201006170001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/cb38a87c8623
User: Petr Hejl <phejl@netbeans.org>
Log: #187594 StackOverflowError at org.openide.filesystems.MultiFileSystem.createWritableOn