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 268181 - OutOfMemoryError: Java heap space
Summary: OutOfMemoryError: Java heap space
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Antonin Nebuzelsky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-09-24 05:58 UTC by Diver
Modified: 2016-09-24 05:58 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 159179


Attachments
stacktrace (2.25 KB, text/plain)
2016-09-24 05:58 UTC, Diver
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Diver 2016-09-24 05:58:19 UTC
Build: NetBeans IDE 8.2 RC (Build 201609140952)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.102-b14, Java(TM) SE Runtime Environment, 1.8.0_102-b14
OS: Windows 10

User Comments:
GUEST: removed old Java 7 because some security software (or the Java Updater itself) mentioned security vulnerabilities, upgraded to 8 without rebooting.
NetBeans would not react, so I killed it via the Task Manager. But it remained in the Task Bar (not in the Task list!) and would still not react.
Reboot including installation of some Windows updates apparently solved the issue.

GUEST: Hi I facing a problem with netbean.
1. taking time in loading files.
2. create single line file of php files some times.

Thanks,
Jasvinder Kumar
jkumar@kvrwebtech.com

GUEST: Not sure, sorry.

GUEST: vvcxvcxv

GUEST: Select table1.`field1`,table2.`fieldname`
FROM db.table1, db.table2
Where table1.ID`=table2.Id`;

Trying to run a query

GUEST: Have no idea

Diver: I had many versions of netbeans on the harddrive registered with windows, they had accumulated as I updated netbeans reluctant to get rid of old files.  I decided to get rid of all but two -- the RC and 9 snapshot.  I believe the uninstallers may have "stepped on each others feet" at somne point, I have no idea exactly.




Stacktrace: 
java.lang.OutOfMemoryError: Java heap space
   at java.util.Arrays.copyOfRange(Arrays.java:3664)
   at java.lang.String.<init>(String.java:207)
   at java.util.Properties.loadConvert(Properties.java:590)
   at java.util.Properties.load0(Properties.java:391)
   at java.util.Properties.load(Properties.java:341)
   at org.openide.util.NbBundle.loadBundle(NbBundle.java:567)
Comment 1 Diver 2016-09-24 05:58:23 UTC
Created attachment 162194 [details]
stacktrace