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 210085 - IllegalStateException: zip file closed
Summary: IllegalStateException: zip file closed
Status: RESOLVED INCOMPLETE
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: issues@profiler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-26 10:08 UTC by Petr Cyhelsky
Modified: 2012-04-04 13:42 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 186275


Attachments
stacktrace (1.94 KB, text/plain)
2012-03-26 10:08 UTC, Petr Cyhelsky
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Petr Cyhelsky 2012-03-26 10:08:44 UTC
Build: NetBeans IDE Dev (Build 201203250401)
VM: Java HotSpot(TM) 64-Bit Server VM, 22.1-b02, Java(TM) SE Runtime Environment, 1.7.0_03-b05
OS: Linux

Stacktrace: 
java.lang.IllegalStateException: zip file closed
   at java.util.zip.ZipFile.ensureOpen(ZipFile.java:632)
   at java.util.zip.ZipFile.getEntry(ZipFile.java:303)
   at org.netbeans.lib.profiler.classfile.ClassFileCache.readClassFile(ClassFileCache.java:221)
   at org.netbeans.lib.profiler.classfile.ClassFileCache.readAndPut(ClassFileCache.java:179)
   at org.netbeans.lib.profiler.classfile.ClassFileCache.getClassFile(ClassFileCache.java:123)
   at org.netbeans.lib.profiler.classfile.DynamicClassInfo.getClassFileBytes(DynamicClassInfo.java:158)
Comment 1 Petr Cyhelsky 2012-03-26 10:08:46 UTC
Created attachment 117238 [details]
stacktrace
Comment 2 Tomas Hurka 2012-04-04 13:42:36 UTC
Can you please provide steps how to reproduce it? Thanks.