-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 5.8
-
Fix Version/s: 5.8.0-HF08, 5.9.3
-
Component/s: Runtime
Running
bin/nuxeoctl pack /tmp/testWar2.zip
fails with
Pack failed java.lang.NullPointerException at org.nuxeo.runtime.deployment.preprocessor.PackWar.zipLibs(PackWar.java:239) at org.nuxeo.runtime.deployment.preprocessor.PackWar.executePackaging(PackWar.java:222) at org.nuxeo.runtime.deployment.preprocessor.PackWar.execute(PackWar.java:161) at org.nuxeo.runtime.deployment.preprocessor.PackWar.main(PackWar.java:526)
This is tied to the fact that with tomcat 7 and Java 7 we no longer have a endorsed lib to override the jax-ws classes from the JDK.
This should be fixed.