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 246315 - OutOfMemoryError: Java heap space
Summary: OutOfMemoryError: Java heap space
Status: NEW
Alias: None
Product: web
Classification: Unclassified
Component: HTML Editor (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Milutin Kristofic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-08-06 21:50 UTC by mabalog
Modified: 2014-10-06 13:27 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 211134


Attachments
stacktrace (2.78 KB, text/plain)
2014-08-06 21:50 UTC, mabalog
Details

Note You need to log in before you can comment on or make changes to this bug.
Description mabalog 2014-08-06 21:50:03 UTC
Build: NetBeans IDE 8.0 (Build 201403101706)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.11-b03, Java(TM) SE Runtime Environment, 1.8.0_11-b12
OS: Linux

User Comments:
mabalog: during creating first hello world web app, netbeans stops reacting and it was unable to turn off it and start again. reboot helps. I am working with netbeans just 10 minutes. maybe error between chair and laptop :-)




Stacktrace: 
java.lang.OutOfMemoryError: Java heap space
   at nu.validator.htmlparser.sax.SAXTreeBuilder.createElement(SAXTreeBuilder.java:155)
   at nu.validator.htmlparser.sax.SAXTreeBuilder.createElement(SAXTreeBuilder.java:39)
   at nu.validator.htmlparser.impl.TreeBuilder.appendToCurrentNodeAndPushElementMayFoster(TreeBuilder.java:4899)
   at nu.validator.htmlparser.impl.TreeBuilder.startTag(TreeBuilder.java:1916)
   at nu.validator.htmlparser.impl.Tokenizer.emitCurrentTagToken(Tokenizer.java:1136)
   at nu.validator.htmlparser.impl.Tokenizer.stateLoop(Tokenizer.java:1630)
Comment 1 mabalog 2014-08-06 21:50:05 UTC
Created attachment 148580 [details]
stacktrace