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 270725 - OutOfMemoryError: GC overhead limit exceeded
Summary: OutOfMemoryError: GC overhead limit exceeded
Status: NEW
Alias: None
Product: serverplugins
Classification: Unclassified
Component: GlassFish (show other bugs)
Version: Dev
Hardware: All All
: P3 normal (vote)
Assignee: Petr Hejl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-05-23 21:58 UTC by perren
Modified: 2017-05-23 21:58 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 227226


Attachments
stacktrace (571 bytes, text/plain)
2017-05-23 21:58 UTC, perren
Details

Note You need to log in before you can comment on or make changes to this bug.
Description perren 2017-05-23 21:58:36 UTC
Build: NetBeans IDE Dev (Build 201705120001)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.131-b11, Java(TM) SE Runtime Environment, 1.8.0_131-b11
OS: Windows 10

User Comments:
perren: completing example

GUEST: No idea what happened




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at java.util.Arrays.copyOf(Arrays.java:3332)
   at java.lang.AbstractStringBuilder.ensureCapacityInternal(AbstractStringBuilder.java:124)
   at java.lang.AbstractStringBuilder.append(AbstractStringBuilder.java:649)
   at java.lang.StringBuilder.append(StringBuilder.java:202)
   at org.netbeans.modules.glassfish.common.LogViewMgr$LogFileFilter.process(LogViewMgr.java:992)
   at org.netbeans.modules.glassfish.common.LogViewMgr$LoggerRunnable.run(LogViewMgr.java:491)
Comment 1 perren 2017-05-23 21:58:37 UTC
Created attachment 164393 [details]
stacktrace