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 167903 - StackOverflowError at java.net.URI$Parser.charAt
Summary: StackOverflowError at java.net.URI$Parser.charAt
Status: RESOLVED DUPLICATE of bug 153375
Alias: None
Product: java
Classification: Unclassified
Component: Project (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jan Jancura
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-06-30 15:54 UTC by possel
Modified: 2009-07-13 14:37 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 5621


Attachments
stacktrace (129.81 KB, text/plain)
2009-06-30 15:54 UTC, possel
Details

Note You need to log in before you can comment on or make changes to this bug.
Description possel 2009-06-30 15:54:17 UTC
This issue was originally marked as duplicate of issue 111722, 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.5.1 (Build 200903060201)
VM: Java HotSpot(TM) Client VM, 14.0-b16, Java(TM) SE Runtime Environment, 1.6.0_14-b08
OS: Windows XP, 5.1, x86

User Comments:
GUEST: Opening a empty project, containing only a pom-file

GUEST: Started Ne

GUEST: Creating an Identity Manager's Workflow item from the templates

ppetitsm: Deploying a webapp containing jax-sw webservices

josin: I tried to open JSP file.

adam_myatt: opened a JSP page in the Source Editor.

ueda23: ??????????????????????Web??????????setCharacterEncoding??????????????????????????????

GUEST: Opening an Identity Manager IDE component.

josin: I just opened file.

josin: I have opened 2 jsp files from JSF framework.

GUEST: Opening a project

adam_myatt: opened a web project

possel: Attempted to open an newly created Java project involving WSDL web services

josin: I just opened jsp file.

josin: I tried to open JSP file.

josin: I just closed some jsp files.

GUEST: setting up a name of label containing html code

josin: I tried to open JSP file from find panel.

GUEST: Started web server

josin: I just open jsp file.

GUEST: Creating JAX-WS client stub



Stacktrace: 
java.lang.StackOverflowError
        at java.net.URI$Parser.charAt(URI.java:2837)
        at java.net.URI$Parser.scan(URI.java:2956)
        at java.net.URI$Parser.checkChars(URI.java:2980)
        at java.net.URI$Parser.parseHierarchical(URI.java:3066)
        at java.net.URI$Parser.parse(URI.java:3014)
        at java.net.URI.<init>(URI.java:663)
Comment 1 possel 2009-06-30 15:54:29 UTC
Created attachment 84195 [details]
stacktrace
Comment 2 possel 2009-06-30 16:17:30 UTC
Some examination of the stacktrace and circumstances, and searching bugzille reveals that this most likely a duplicate
to #153375 ! Am i right that this issue is FIXED only for 6.7, not 6.5.1? 
Comment 3 Jiri Prox 2009-07-13 14:37:27 UTC
Yes, you're right it is duplicate of issue 153375, the end of StackOverflowError stack trace may vary that's why it was
not recognized automatically as duplicate.

Thanks for investigation
 

*** This issue has been marked as a duplicate of 153375 ***