If a deployWAR NullPointException error occurs when you deploy a WAR package on Enterprise Distributed Application Service (EDAS), use the following method to fix the issue.
Verify WAR file integrity
Run the following command to check whether the WAR package can be decompressed as expected:
jar xvf xxx.warReplace xxx.war with the filename of your WAR package.
If the command fails or produces errors, the WAR file may be corrupted. Rebuild the package or download it again, then redeploy.
If the command succeeds, the WAR file is intact. Contact EDAS technical support for further assistance.
该文章对您有帮助吗?