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 175296 - StackOverflowError at java.lang.AbstractStringBuilder.append
Summary: StackOverflowError at java.lang.AbstractStringBuilder.append
Status: RESOLVED WORKSFORME
Alias: None
Product: xml
Classification: Unclassified
Component: Schema Tools (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Svata Dedic
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-23 14:28 UTC by millecambj
Modified: 2015-02-04 03:37 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 160704


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description millecambj 2009-10-23 14:28:28 UTC
This issue was originally marked as duplicate of issue 148918, that is already resolved. This issue is still valid, so this seems to be another issue, but it might be related.

Build: NetBeans IDE 6.7.1 (Build 200907230233)
VM: Java HotSpot(TM) Client VM, 14.2-b01, Java(TM) SE Runtime Environment, 1.6.0_16-b01
OS: Windows 7, 6.1, x86

User Comments:
millecambj: Attempt to open "Edit Web Service Attributes" on Web Service Reference.



Stacktrace: 
java.lang.StackOverflowError
        at java.lang.AbstractStringBuilder.append(AbstractStringBuilder.java:390)
        at java.lang.StringBuilder.append(StringBuilder.java:119)
        at java.net.URLStreamHandler.parseURL(URLStreamHandler.java:232)
        at sun.net.www.protocol.file.Handler.parseURL(Handler.java:50)
        at java.net.URL.<init>(URL.java:596)
        at java.net.URL.<init>(URL.java:464)
Comment 1 Sergey Lunegov 2009-10-26 10:04:16 UTC
Alex, please evaluate and reassign to more appropriate category.
Comment 2 Quality Engineering 2015-02-04 03:37:37 UTC
Reported for 7.3.x or earlier, no new info since then -> closing as worksforme, please reopen in case you see it.