My client can't deploy my WAR file.
I'm developing a Struts application to a client. I'm using JDeveloper 10.1.3.5.0 on Windows XP (SP3) to create my WAR files for my client. They are deploying the WAR files on a unix system (I believe it is a Red Hat machine but I can't be certain or verify this). I've successfully in the past had WAR files deployed and there has been no change in my environment (beyond the code). I don't believe there has been a change on the client side as well. The error my client says he is getting is:
Base Exception:
java.util.zip.ZipException
invalid END header (bad central directory offset). invalid END header (bad central directory offset)
To resolve this exception I've tried to FTP the WAR file differently. I've tried to clean my application and recreate the WAR file, and I've checked the properties files for any obvious mistakes. I'm lost and need help. What should I be doing next to resolve this exception?