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 97313 - StackOverflowError when opening .java or .jsp file in editor.
Summary: StackOverflowError when opening .java or .jsp file in editor.
Status: RESOLVED DUPLICATE of bug 86635
Alias: None
Product: javaee
Classification: Unclassified
Component: Web Freeform (show other bugs)
Version: 5.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: Radko Najman
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-06 20:00 UTC by mhenman
Modified: 2007-03-07 07:59 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
messages.log showing StackOverflowError (802.12 KB, text/plain)
2007-03-06 20:01 UTC, mhenman
Details

Note You need to log in before you can comment on or make changes to this bug.
Description mhenman 2007-03-06 20:00:21 UTC
I'm getting a StackOverflowError when trying to open a .jsp or .java file in 
the editor.  I can open .xml files OK.

I tried re-installing netbeans 5.5, clearing out the user area and removing 
the nbproject folder from the project.
Comment 1 mhenman 2007-03-06 20:01:50 UTC
Created attachment 39225 [details]
messages.log showing StackOverflowError
Comment 2 Jiri Prox 2007-03-07 07:51:40 UTC
Repeating part in stack trace:


at org.netbeans.api.java.classpath.ClassPath.getClassPath(ClassPath.java:455)
	at
org.netbeans.modules.web.freeform.WebModules$FFWebModule.findClassPath(WebModules.java:283)
	at org.netbeans.modules.web.freeform.WebModules.findClassPath(WebModules.java:106)
	at
org.netbeans.modules.java.freeform.LookupMergerImpl$ClassPathProviderImpl.findClassPath(LookupMergerImpl.java:61)
	at
org.netbeans.modules.java.project.ProjectClassPathProvider.findClassPath(ProjectClassPathProvider.java:44)

Trying to reassign to web for evalutaion.
Comment 3 Radko Najman 2007-03-07 07:59:50 UTC

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