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 268115 - OutOfMemoryError: Java heap space
Summary: OutOfMemoryError: Java heap space
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Antonin Nebuzelsky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-09-20 11:31 UTC by rodrigobeavis
Modified: 2016-09-20 11:31 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 222967


Attachments
stacktrace (1.72 KB, text/plain)
2016-09-20 11:31 UTC, rodrigobeavis
Details

Note You need to log in before you can comment on or make changes to this bug.
Description rodrigobeavis 2016-09-20 11:31:14 UTC
Build: NetBeans IDE 8.1 (Build 201510222201)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.92-b14, Java(TM) SE Runtime Environment, 1.8.0_92-b14
OS: Windows 10

User Comments:
rodrigobeavis: Start IDE the throw exception.

GUEST: error




Stacktrace: 
java.lang.OutOfMemoryError: Java heap space
   at name.npetrovski.jphar.Phar.parse(Phar.java:249)
   at name.npetrovski.jphar.Phar.<init>(Phar.java:65)
   at name.npetrovski.jphar.Phar.<init>(Phar.java:45)
   at name.npetrovski.nbphar.PharArchiveNode.<init>(PharArchiveNode.java:30)
   at name.npetrovski.nbphar.PharArchiveDataObject.createNodeDelegate(PharArchiveDataObject.java:84)
   at org.openide.loaders.DataObject$1.run(DataObject.java:372)
Comment 1 rodrigobeavis 2016-09-20 11:31:15 UTC
Created attachment 162127 [details]
stacktrace