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 268049 - OutOfMemoryError: Java heap space
Summary: OutOfMemoryError: Java heap space
Status: NEW
Alias: None
Product: php
Classification: Unclassified
Component: Project (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Mysik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-09-15 19:58 UTC by Exceptions Reporter
Modified: 2016-09-15 19:58 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 226260


Attachments
stacktrace (2.94 KB, text/plain)
2016-09-15 19:58 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2016-09-15 19:58:06 UTC
This bug was originally marked as duplicate of bug 191872, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 8.1 (Build 201510222201)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.60-b23, Java(TM) SE Runtime Environment, 1.8.0_60-b27
OS: Mac OS X

User Comments:
GUEST: it happened after uploading lots of file to the server.




Stacktrace: 
java.lang.OutOfMemoryError: Java heap space
   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)
   at org.openide.util.NbBundle.getBundleFast(NbBundle.java:520)
   at org.openide.util.NbBundle.getBundle(NbBundle.java:446)
Comment 1 Exceptions Reporter 2016-09-15 19:58:08 UTC
Created attachment 162066 [details]
stacktrace