britzke / rennspur

Visualize the traces of races
GNU Affero General Public License v3.0
1 stars 1 forks source link

On Mac OS X, a java.util.ZipException prevents Tomcat Server start. #10

Closed britzke closed 7 years ago

britzke commented 7 years ago

The message is: "java.util.zip.ZipException: invalid END header (bad central directory offset)". On a linux system the servlet container starts without error. The Exception is raised during application deployment and her during the unpacking of the Ressource query-3.1.1.jar. It is possible to manually unpack the resource and repack it with the standard jar tool. The so repacked resource does not provoke the above exception. Opened https://github.com/webjars/jquery/issues/33.