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 256736 - OutOfMemoryError: Java heap space
Summary: OutOfMemoryError: Java heap space
Status: NEW
Alias: None
Product: xml
Classification: Unclassified
Component: Code (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Svata Dedic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-11-23 09:57 UTC by ptitpix
Modified: 2015-11-23 09:57 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 221299


Attachments
stacktrace (2.90 KB, text/plain)
2015-11-23 09:57 UTC, ptitpix
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ptitpix 2015-11-23 09:57:21 UTC
Build: NetBeans IDE 8.1 (Build 201510222201)
VM: OpenJDK 64-Bit Server VM, 25.65-b01, OpenJDK Runtime Environment, 1.8.0_65-b17
OS: Linux

User Comments:
ptitpix: Create a new XML file validated by docbook schema : http://docbook.org/xml/5.0/xsd/docbook.xsd.




Stacktrace: 
java.lang.OutOfMemoryError: Java heap space
   at java.util.Arrays.copyOf(Arrays.java:3332)
   at java.lang.AbstractStringBuilder.expandCapacity(AbstractStringBuilder.java:137)
   at java.lang.AbstractStringBuilder.ensureCapacityInternal(AbstractStringBuilder.java:121)
   at java.lang.AbstractStringBuilder.append(AbstractStringBuilder.java:421)
   at java.lang.StringBuffer.append(StringBuffer.java:272)
   at org.netbeans.modules.xml.wizard.XMLGeneratorVisitor.postVisitChildren(XMLGeneratorVisitor.java:430)
Comment 1 ptitpix 2015-11-23 09:57:22 UTC
Created attachment 157448 [details]
stacktrace