Jetty - java.lang.IllegalStateException: zip file closed

前端 未结 6 1244
难免孤独
难免孤独 2021-01-12 05:05

I\'m getting some error with some connection to our web server.

I saw that a bug causing this was solved in Jetty 7.6. Yes we get this error on our application runn

6条回答
  •  暖寄归人
    2021-01-12 05:42

    I had the same problem after deploying jenkins war; all I had to do was to restart the server after the deploy. Hope it helps.

提交回复
热议问题