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 190302 - java.util.zip.ZipException: error in opening zip file
Summary: java.util.zip.ZipException: error in opening zip file
Status: RESOLVED DUPLICATE of bug 183696
Alias: None
Product: platform
Classification: Unclassified
Component: Data Systems (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Tulach
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-09-10 21:19 UTC by proktor
Modified: 2010-09-27 20:28 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 169929


Attachments
stacktrace (1.70 KB, text/plain)
2010-09-10 21:19 UTC, proktor
Details

Note You need to log in before you can comment on or make changes to this bug.
Description proktor 2010-09-10 21:19:49 UTC
Build: NetBeans IDE 6.9.1 (Build 201007282301)
VM: Java HotSpot(TM) Client VM, 17.0-b16, Java(TM) SE Runtime Environment, 1.6.0_21-b06
OS: Linux

User Comments:
proktor: I was trying to create new action with wizard.

GUEST: Nothing.




Stacktrace: 
java.util.zip.ZipException: error in opening zip file
   at java.util.zip.ZipFile.open(ZipFile.java:0)
   at java.util.zip.ZipFile.<init>(ZipFile.java:114)
   at java.util.jar.JarFile.<init>(JarFile.java:135)
   at java.util.jar.JarFile.<init>(JarFile.java:114)
   at org.netbeans.JarClassLoader$JarSource$1.call(JarClassLoader.java:468)
   at org.netbeans.JarClassLoader$JarSource$1.call(JarClassLoader.java:461)
Comment 1 proktor 2010-09-10 21:19:54 UTC
Created attachment 101985 [details]
stacktrace
Comment 2 Jaroslav Tulach 2010-09-27 20:28:15 UTC
Very likely the system run out of limit for # of opened files (1024 on Linux). I've put there new logging code as part of fixing bug 183696. So far none of the reports (first 11) is new enough to have the logging. Closing as duplicate. Reopen when reproduced with newer version.

*** This bug has been marked as a duplicate of bug 183696 ***