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 190474 - StackOverFlow in websvc.project.spi.LookupMergerSupport$WebServiceDataProviderImpl
Summary: StackOverFlow in websvc.project.spi.LookupMergerSupport$WebServiceDataProvide...
Status: RESOLVED FIXED
Alias: None
Product: webservices
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Denis Anisimov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-09-21 08:20 UTC by Peter Nabbefeld
Modified: 2010-10-04 06:30 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 171338


Attachments
stacktrace (87.71 KB, text/plain)
2010-09-21 08:20 UTC, Peter Nabbefeld
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Peter Nabbefeld 2010-09-21 08:20:47 UTC
This issue was reported manually by epdv.
It already has 5 duplicates 


Build: NetBeans IDE Dev (Build 201009130000)
VM: Java HotSpot(TM) Client VM, 11.0-b16, Java(TM) SE Runtime Environment, 1.6.0_11-b03
OS: Windows XP

User Comments:
epdv: Got a problem opening a bug report in NB. I've closed the editor tab (which has been opened without showing the bug) and closed NB. After restart, I've got this StackOverflowError.

Seems like sth. about the "dead" TC has not been removed from the list of open TCs, so NB tries to re-open the TC with insufficient properties or sth. like this.

GUEST: started netbeans.




Stacktrace: 
java.lang.StackOverflowError
   at org.openide.filesystems.FileObject.constructName(FileObject.java:277)
   at org.openide.filesystems.FileObject.constructName(FileObject.java:278)
   at org.openide.filesystems.FileObject.constructName(FileObject.java:278)
   at org.openide.filesystems.FileObject.constructName(FileObject.java:278)
   at org.openide.filesystems.FileObject.getPath(FileObject.java:197)
   at org.openide.filesystems.MultiFileObject.getAttribute(MultiFileObject.java:814)
Comment 1 Peter Nabbefeld 2010-09-21 08:20:52 UTC
Created attachment 102090 [details]
stacktrace
Comment 2 Jaroslav Tulach 2010-10-01 08:44:50 UTC
Probably duplicate of something already reported and assigned to JavaEE.
Comment 3 Denis Anisimov 2010-10-04 06:30:30 UTC
This is already fixed .
See issue http://netbeans.org/bugzilla/show_bug.cgi?id=190024.
Changeset: http://hg.netbeans.org/main/rev/ddaa8f9303a1