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?
views:
1039answers:
1
+1
A:
The message points to an exception in java.util.zip thus implicating a corrupted packed file. Maybe you could try rebuilding the war file.
Jawa
2010-04-16 10:52:02