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 196815 - IllegalStateException: zip file closed
Summary: IllegalStateException: zip file closed
Status: CLOSED DUPLICATE of bug 196716
Alias: None
Product: javaee
Classification: Unclassified
Component: JSF Editor (show other bugs)
Version: 6.x
Hardware: All All
: P2 normal (vote)
Assignee: Marek Fukala
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-17 16:39 UTC by sreimers
Modified: 2011-11-24 13:56 UTC (History)
9 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 177351


Attachments
stacktrace (4.65 KB, text/plain)
2011-03-17 16:39 UTC, sreimers
Details
stacktrace (4.65 KB, text/plain)
2011-03-17 16:46 UTC, sreimers
Details
stacktrace (4.65 KB, text/plain)
2011-03-29 06:15 UTC, rcasha
Details
stacktrace (4.83 KB, text/plain)
2011-06-02 13:32 UTC, Jiri Skrivanek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description sreimers 2011-03-17 16:39:27 UTC
Build: NetBeans IDE Dev (Build nbms-and-javadoc-6875-on-110316)
VM: Java HotSpot(TM) Client VM, 21.0-b03, Java(TM) SE Runtime Environment, 1.7.0-ea-b133
OS: Windows XP

User Comments:
ske: Edit a xhtml - Facelets-File

GUEST: Edit a xhtml-file




Stacktrace: 
java.lang.IllegalStateException: zip file closed
   at java.util.zip.ZipFile.ensureOpen(ZipFile.java:595)
   at java.util.zip.ZipFile.getInputStream(ZipFile.java:341)
   at java.util.jar.JarFile.getInputStream(JarFile.java:403)
   at sun.net.www.protocol.jar.JarURLConnection.getInputStream(JarURLConnection.java:162)
   at sun.misc.URLClassPath$Loader$1.getInputStream(URLClassPath.java:553)
   at sun.misc.Resource.cachedInputStream(Resource.java:77)
Comment 1 sreimers 2011-03-17 16:39:31 UTC
Created attachment 107086 [details]
stacktrace
Comment 2 sreimers 2011-03-17 16:46:04 UTC
Created attachment 107087 [details]
stacktrace
Comment 3 Exceptions Reporter 2011-03-29 03:31:00 UTC
This bug already has 10 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=177351
Comment 4 rcasha 2011-03-29 06:15:59 UTC
Created attachment 107354 [details]
stacktrace

opened xhtml (JSF) file and started typing
Comment 5 Jiri Skrivanek 2011-06-02 13:32:55 UTC
Created attachment 108677 [details]
stacktrace

To reproduce:
- open File|New Project
- select Java Web|Web Application and click Next
- click Next
- choose GlassFish server 3.1.1 and click Next
- pick JavaServer Faces
- in Components tab select PrimeFaces2.2.1
- click Finish and exception is thrown
Comment 6 Exceptions Reporter 2011-06-15 13:38:05 UTC
This bug already has 20 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=177351
Comment 7 Petr Jiricka 2011-06-15 13:50:09 UTC
Looks like a duplicate of bug 196716.
Comment 8 Marek Fukala 2011-06-15 14:19:06 UTC
Yes, it is very likely caused by the same problem with JRE1.7.0

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