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

Summary: OutOfMemoryError: Java heap space
Product: web Reporter: mabalog
Component: HTML EditorAssignee: Milutin Kristofic <mkristofic>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 211134
Attachments: stacktrace

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