Re: Re: java.lang.IllegalStateException: zip file closed

2011-11-07 Thread Jakob Korherr
etzt Jugend Bausparen und Bausparbox holen! > Alle Infos auf www.bausparen.at > > > > > Von:        Jakob Korherr > An:        MyFaces Development > Datum:        26.10.2011 12:59 > Betreff:        Re: java.lang.IllegalStateException: zip file closed > Gesendet von:    

Antwort: Re: java.lang.IllegalStateException: zip file closed

2011-10-27 Thread Gregor . JARISCH
ren.at Von:Jakob Korherr An: MyFaces Development Datum: 26.10.2011 12:59 Betreff:Re: java.lang.IllegalStateException: zip file closed Gesendet von: sethfromaust...@gmail.com Hi Gregor, This issue seems to be a race condition resulting of the combination of xerce

Re: java.lang.IllegalStateException: zip file closed

2011-10-26 Thread Jakob Korherr
Hi Gregor, This issue seems to be a race condition resulting of the combination of xerces closing every InputStream it gets and Jetty failing to handle this. In the stacktrace you can see that there is a call to ServletContext.getResource() via ExternalContext. Also you can see that it currently

Re: java.lang.IllegalStateException: zip file closed

2011-10-25 Thread Michael Kurz
Hi, have you already tried it on another servlet container like tomcat? I guess the key for finding out what happens is the other thread that does not fail. The first thing I would try to find out is where the JarFileResource (or the underlying file) is closed. Have you checked that the resour