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 103937 - java.lang.OutOfMemoryError: Java heap space
Summary: java.lang.OutOfMemoryError: Java heap space
Status: RESOLVED FIXED
Alias: None
Product: obsolete
Classification: Unclassified
Component: visualweb (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Quy Nguyen
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-05-14 19:00 UTC by sjangity
Modified: 2007-07-17 08:47 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Java Heap Space exception (6.60 KB, text/plain)
2007-05-14 19:02 UTC, sjangity
Details

Note You need to log in before you can comment on or make changes to this bug.
Description sjangity 2007-05-14 19:00:45 UTC
Build 20070508, WinXP

- Migrated a NB 5.5 VWP 1.4 project into NB 6.0
- Opened the AdvancedSearch.jsp page which contains some 40+ components
- Got the following exception with a 'Component Error Page' shown:

javax.faces.FacesException: javax.el.ELException: java.lang.OutOfMemoryError:
Java heap space
	at javax.faces.component.UIOutput.getValue(UIOutput.java:176)
	at
org.netbeans.modules.visualweb.web.ui.dt.renderer.ValueHolderDesignTimeRenderer.encodeBegin(ValueHolderDesignTimeRenderer.java:69)
	at javax.faces.component.UIComponentBase.encodeBegin(UIComponentBase.java:785)
	at
org.netbeans.modules.visualweb.insync.faces.FacesPageUnit.renderBean(FacesPageUnit.java:1268)
	at
org.netbeans.modules.visualweb.insync.faces.FacesPageUnit.renderNode(FacesPageUnit.java:1524)
...
...
Caused by: javax.el.ELException: java.lang.OutOfMemoryError: Java heap space
	at
javax.faces.component.ValueExpressionValueBindingAdapter.getValue(ValueExpressionValueBindingAdapter.java:76)
	at javax.faces.component.UIOutput.getValue(UIOutput.java:173)
	... 72 more
Caused by: java.lang.OutOfMemoryError: Java heap space

Full trace in attachment. Quy, I'll provide the customer app link via email, as
I can't publicize it. Thanks.
Comment 1 sjangity 2007-05-14 19:02:04 UTC
Created attachment 42386 [details]
Java Heap Space exception
Comment 2 Quy Nguyen 2007-07-17 08:47:25 UTC
The IDE heap size is now dynamically set at startup (>128mb in most cases), so this is less likely to occur.