axk
axk

Reputation: 5404

Glassfish: Deploying application in domain failed; Error loading deployment descriptors - invalid bit length repeat

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?

Upvotes: 1

Views: 3187

Answers (1)

Jawa
Jawa

Reputation: 2332

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

Upvotes: 1

Related Questions