kieker-monitoring / kieker

Kieker's main repository
Apache License 2.0
70 stars 41 forks source link

[KIEKER-559] Random "zip file closed" error #997

Open rju opened 1 week ago

rju commented 1 week ago

JIRA Issue: KIEKER-559 Random "zip file closed" error Original Reporter: Nils Christian Ehmke


Under not predictable circumstances it is possible that Jetty throws

java.lang.IllegalStateException: zip file closed

resulting in an incompletely loaded page, forcing the user to reload the page.

According to a bug report, it should be enough to add a jetty-web.xml with

 <Set class="org.eclipse.jetty.util.resource.Resource" name="defaultUseCaches">false</Set>

to solve this problem.

Checklist:

rju commented 3 days ago

author nils-christian -- Sun, 14 Apr 2013 12:11:46 +0200

Added in changeset:fa194a830e56d1d05f67c32616544882f3b07d84/kieker.webgui. I cannot verify that this solved the problem, but it seems to me like the error doesn't occur any longer. Reopen if the error occurs again.