架构理念:[简单][高效][可依赖] 管理理念:[价值][勇气][专注]

jetty ZipException: invalid entry size

The issue, as I suspected, was due a corrupt JAR file. The solution for me was to clear my local repository (deleteing the content of .m2/repository folder) and execute:

mvn clean install

After all dependencies are resolved, it ran like a charm.

You should also ensure that the application is in fact being compiled to the output folder (in my case a folder called war) before jetty is started.

posted @ 2016-03-13 20:24  文和-Mignet  阅读(534)  评论(0编辑  收藏  举报