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 254937

Summary: OutOfMemoryError: Java heap space
Product: platform Reporter: ytn01
Component: Window SystemAssignee: Stanislav Aubrecht <saubrecht>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 212862
Attachments: stacktrace

Description ytn01 2015-09-02 14:54:37 UTC
Build: NetBeans IDE Dev (Build 201509020320)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.60-b23, Java(TM) SE Runtime Environment, 1.8.0_60-b27
OS: Windows 7

User Comments:
ytn01: Description is attached on the report for Bug 254935.

GUEST: hot deploy app for jboss7.1.1




Stacktrace: 
java.lang.OutOfMemoryError: Java heap space
   at sun.font.StandardGlyphVector.initPositions(StandardGlyphVector.java:1299)
   at sun.font.StandardGlyphVector.getLogicalBounds(StandardGlyphVector.java:380)
   at java.awt.Font.getStringBounds(Font.java:2423)
   at java.awt.Font.getStringBounds(Font.java:2331)
   at java.awt.FontMetrics.getStringBounds(FontMetrics.java:531)
   at org.openide.awt.HtmlRenderer._renderPlainString(HtmlRenderer.java:365)
Comment 1 ytn01 2015-09-02 14:54:38 UTC
Created attachment 155827 [details]
stacktrace