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 251135

Summary: OutOfMemoryError: Java heap space
Product: serverplugins Reporter: Exceptions Reporter <exceptions_reporter>
Component: TomcatAssignee: Petr Hejl <phejl>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 216074
Attachments: stacktrace

Description Exceptions Reporter 2015-03-12 17:44:40 UTC
This bug was originally marked as duplicate of bug 183289, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) Client VM, 25.25-b02, Java(TM) SE Runtime Environment, 1.8.0_25-b18
OS: Windows 7

User Comments:
GUEST: System has 4 G physical memory of whihc 3 is usable. No other app is running and I get this error




Stacktrace: 
java.lang.OutOfMemoryError: Java heap space
   at sun.reflect.ByteVectorImpl.resize(ByteVectorImpl.java:84)
   at sun.reflect.ByteVectorImpl.add(ByteVectorImpl.java:63)
   at sun.reflect.ClassFileAssembler.emitByte(ClassFileAssembler.java:74)
   at sun.reflect.ClassFileAssembler.emitConstantPoolUTF8(ClassFileAssembler.java:104)
   at sun.reflect.AccessorGenerator.emitCommonConstantPoolEntries(AccessorGenerator.java:147)
   at sun.reflect.MethodAccessorGenerator.generate(MethodAccessorGenerator.java:349)
Comment 1 Exceptions Reporter 2015-03-12 17:44:41 UTC
Created attachment 152582 [details]
stacktrace
Comment 2 Petr Hejl 2015-03-16 11:11:34 UTC
Was there a huge amount of output in the output window when this happened?