I'm trying to deploy a .war trough the server's web interface. Getting the same error when deploying it as an exploded directory with IDEA. What is the solution to this problem?

link|improve this question

71% accept rate
feedback

1 Answer

The message points to an exception in java.util.zip thus implicating a corrupted packed file. Maybe you could try rebuilding the war file.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.