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 91139 - Unable to open JSP Pages in Netbeans
Summary: Unable to open JSP Pages in Netbeans
Status: RESOLVED DUPLICATE of bug 86635
Alias: None
Product: javaee
Classification: Unclassified
Component: Web Freeform (show other bugs)
Version: 5.x
Hardware: Other Windows XP
: P1 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-12-15 21:55 UTC by develee
Modified: 2006-12-18 11:20 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Message.log (210.93 KB, text/plain)
2006-12-15 21:56 UTC, develee
Details

Note You need to log in before you can comment on or make changes to this bug.
Description develee 2006-12-15 21:55:17 UTC
I am unable to open JSP pages in Netbeans (while being able to in the previous 
5.0 version).  I am still able to open .java files, however all jsp files 
result in the following error

java.lang.StackOverflowError
	at 
java.util.LinkedHashMap$LinkedHashIterator.<init>(LinkedHashMap.java:337)
	at java.util.LinkedHashMap$KeyIterator.<init>(LinkedHashMap.java:375)
	at java.util.LinkedHashMap$KeyIterator.<init>(LinkedHashMap.java:375)
	at java.util.LinkedHashMap.newKeyIterator(LinkedHashMap.java:388)
	at java.util.HashMap$KeySet.iterator(HashMap.java:921)
	at java.util.HashSet.iterator(HashSet.java:154)
Comment 1 develee 2006-12-15 21:56:04 UTC
Created attachment 36697 [details]
Message.log
Comment 2 Jan Pokorsky 2006-12-18 11:20:58 UTC

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