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 243714 - OutOfMemoryError at java.util.zip.ZipFile.open
Summary: OutOfMemoryError at java.util.zip.ZipFile.open
Status: RESOLVED INCOMPLETE
Alias: None
Product: platform
Classification: Unclassified
Component: Filesystems (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Havlin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-09 21:29 UTC by Exceptions Reporter
Modified: 2014-05-09 07:26 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 209034


Attachments
stacktrace (2.09 KB, text/plain)
2014-04-09 21:29 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2014-04-09 21:29:01 UTC
This bug was originally marked as duplicate of bug 212391, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 7.4 (Build 201310111528)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.51-b03, Java(TM) SE Runtime Environment, 1.7.0_51-b13
OS: Windows 7

User Comments:
GUEST: Memory problem




Stacktrace: 
java.lang.OutOfMemoryError
   at java.util.zip.ZipFile.open(ZipFile.java:0)
   at java.util.zip.ZipFile.<init>(ZipFile.java:215)
   at java.util.zip.ZipFile.<init>(ZipFile.java:145)
   at java.util.jar.JarFile.<init>(JarFile.java:153)
   at java.util.jar.JarFile.<init>(JarFile.java:117)
   at org.openide.filesystems.JarFileSystem.getJar(JarFileSystem.java:965)
Comment 1 Exceptions Reporter 2014-04-09 21:29:02 UTC
Created attachment 146659 [details]
stacktrace
Comment 2 Jaroslav Havlin 2014-05-02 07:19:06 UTC
The report doesn't include any heap dump [1], so I don't know what consumed the memory, I am sorry. Can you please try to reproduce this bug and upload the heap dump?

The messages log contains some warning related to deprecated modules. Can you try to run NetBeans with a fresh userdir [2]? 

Thank you.

[1] http://wiki.netbeans.org/FaqMemoryDump
[2] http://wiki.netbeans.org/FaqAlternateUserdir
Comment 3 Jaroslav Havlin 2014-05-09 07:26:35 UTC
Closing for now. Please reopen this issue if you can reproduce the bug and provide a heap dump.
Thank you.