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 239600 - OutOfMemoryError: Java heap space
Summary: OutOfMemoryError: Java heap space
Status: RESOLVED WONTFIX
Alias: None
Product: javaee
Classification: Unclassified
Component: JSP Parser (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: issues@javaee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-12-18 11:10 UTC by Exceptions Reporter
Modified: 2016-07-07 08:56 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 205834


Attachments
stacktrace (2.15 KB, text/plain)
2013-12-18 11:10 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2013-12-18 11:10:22 UTC
This issue was reported manually by alexvsimon.
It already has 2 duplicates 


Build: NetBeans IDE 7.4 (Build 201310111528)
VM: Java HotSpot(TM) Client VM, 24.45-b08, Java(TM) SE Runtime Environment, 1.7.0_45-b18
OS: Windows 7

User Comments:
GUEST: <Please provide a description of the problem or the steps to reproduce>

GUEST: I created a project located in a Windows machine, but the code is located on remote Linux machine (mapped through drive letter Z: on Windows).




Stacktrace: 
java.lang.OutOfMemoryError: Java heap space
   at java.io.BufferedReader.<init>(BufferedReader.java:98)
   at java.io.BufferedReader.<init>(BufferedReader.java:109)
   at org.openide.util.lookup.MetaInfServicesLookup.search(MetaInfServicesLookup.java:251)
   at org.openide.util.lookup.MetaInfServicesLookup.beforeLookup(MetaInfServicesLookup.java:147)
   at org.openide.util.lookup.MetaInfServicesLookup.beforeLookupResult(MetaInfServicesLookup.java:126)
   at org.openide.util.lookup.AbstractLookup.lookup(AbstractLookup.java:483)
Comment 1 Exceptions Reporter 2013-12-18 11:10:25 UTC
Created attachment 143296 [details]
stacktrace
Comment 2 Alexander Simon 2013-12-18 12:13:30 UTC
Fist heap dump:
- provide more heap memory. Your options -Xmx512m do not enough for your project. Try -Xmx1024m.
Comment 3 Alexander Simon 2013-12-18 12:30:12 UTC
The second dump is web related.
Class org.netbeans.modules.web.jspparser_ext.WebAppParseSupport$1
consumes 200Mb in one instance.
Reassign to evaluation.
Comment 4 Martin Balin 2016-07-07 08:56:00 UTC
This old bug may not be relevant anymore. If you can still reproduce it in 8.2 development builds please reopen this issue.

Thanks for your cooperation,
NetBeans IDE 8.2 Release Boss