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

Summary: Unable to open JSP Pages in Netbeans
Product: javaee Reporter: develee <develee>
Component: Web FreeformAssignee: issues@java <issues>
Status: RESOLVED DUPLICATE    
Severity: blocker    
Priority: P1    
Version: 5.x   
Hardware: Other   
OS: Windows XP   
Issue Type: DEFECT Exception Reporter:
Attachments: Message.log

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 ***