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 59256 - java.lang.StackOverflowError in startup
Summary: java.lang.StackOverflowError in startup
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 4.x
Hardware: PC Windows ME/2000
: P3 blocker (vote)
Assignee: issues@java
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2005-05-25 19:07 UTC by johnafriedman
Modified: 2007-09-26 09:14 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
message.log showing exceptions (11.01 KB, application/x-compressed)
2005-05-25 19:09 UTC, johnafriedman
Details

Note You need to log in before you can comment on or make changes to this bug.
Description johnafriedman 2005-05-25 19:07:58 UTC
java.lang.StackOverflowError in startup appears to be while scanning class paths.
Comment 1 johnafriedman 2005-05-25 19:09:56 UTC
Created attachment 22309 [details]
message.log showing exceptions
Comment 2 Marian Mirilovic 2005-05-30 15:54:17 UTC
It seems like the StackOverFlowError rises during the scanning of classpath, or
so...
Do you have any special settings or have you changed your netbeans.conf file ?
If I can ask, what is the size of your RAM ?

Thanks in advance.
Comment 3 Marian Mirilovic 2005-06-02 11:22:47 UTC
Comments from johnafriedman:
-----
12MB RAM
I have not made changes to netbeans.conf but I can not find it to send to
you. I have searched in the default installation directory: C:/Documents and
Settings/.../.netbeans and all sub-directories.
=============================

Ok, I think we've found it, I know it's not such great "fix" but you have to
increase your RAM as you can find in Release notes for NB4.1 :
http://www.netbeans.org/community/releases/41/relnotes.html#SystemRequirements
the minimum HW configuration for Windows is:
    * Processor: 500 MHz Intel Pentium III workstation or equivalent
    * Memory: 384 megabytes
    * Disk space: 125 megabytes of free disk space 

I'm sorry but we can do nothing on this issue.
Comment 4 johnafriedman 2005-06-02 15:26:01 UTC
Sorry the 5 in 512 didn't make it through somehow. I have 512MB RAM. 
30GB HD free, 1.5 GHz cpu.
Comment 5 _ rkubacki 2005-06-03 08:20:48 UTC
Looks to me like a problem in Java support.

The first problem reported in log is non-existing ImpToolSettings class
referenced from JavaSettings. Did you imported settings from an older version?

The next errors come from MDR scanning. Passing for evaluation.
Comment 6 johnafriedman 2005-06-03 16:19:35 UTC
I did import older settings.
Updated to jdk1.5.0_03 from j2sdk1.4.2_04. Seems to have resolved the issue.