Forum Discussion

DukeRobillard's avatar
DukeRobillard
New Contributor
3 years ago
Solved

war file deployment on tomcat 9.0.45/OpenJDK 11.0.13 fails: Caused by: java.util.zip.ZipException

We've recently moved to tomcat 9.0.45/OpenJDK 11.0.13, and the warfile ReadyAPI creates fails with a ZipException.     It worked with Tomcat 7/JDK 8   This same thing happens with a sample WSDL. ...
  • DukeRobillard's avatar
    3 years ago

    Just to followup, in case anyone else has this problem.

     

    This was with ReadyAPI 3.2.0, 

     

    We discovered that two jar files ReadyAPI puts in the war aren't actually jar files, they're pom files:

     

    groovy-all-3.0.6.jar

    protoc-3.15.8.jar

     

    Those are the two files tomcat couldn't unzip.    We deleted them (cause you don't need pom files at runtime, normally) and now our war works okay.