Guest User

Untitled

a guest
Oct 17th, 2018
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.18 KB | None | 0 0
  1. [INFO] Error occurred during initialization of boot layer
  2. [INFO] java.lang.module.FindException: Module java.xml.ws not found
  3. [INFO] ------------------------------------------------------------------------
  4. [INFO] BUILD FAILURE
  5. [INFO] ------------------------------------------------------------------------
  6. [INFO] Total time: 1.747 s
  7. [INFO] Finished at: 2018-10-17T16:38:38+02:00
  8. [INFO] Final Memory: 17M/60M
  9. [INFO] ------------------------------------------------------------------------
  10. [ERROR] Failed to execute goal org.apache.cxf:cxf-codegen-plugin:3.2.6:wsdl2java (cerberus-wsdl) on project cerberus:
  11. [ERROR] Exit code: 1
  12. [ERROR] Command line was: /opt/prod_jdk/bin/java --add-modules java.activation,java.xml.bind,java.xml.ws --add-exports=java.xml.bind/com.sun.xml.internal.bind.v2.runtime=ALL-UNNAMED --add-exports=jdk.xml.dom/org.w3c.dom.html=ALL-UNNAMED --add-exports=java.xml/com.sun.org.apache.xerces.internal.impl.xs=ALL-UNNAMED --add-exports=java.xml.bind/com.sun.xml.internal.bind.marshaller=ALL-UNNAMED --add-opens java.xml.ws/javax.xml.ws.wsaddressing=ALL-UNNAMED --add-opens java.base/java.security=ALL-UNNAMED --add-opens java.base/java.net=ALL-UNNAMED --add-opens java.base/java.lang=ALL-UNNAMED --add-opens java.base/java.util=ALL-UNNAMED --add-opens java.base/java.util.concurrent=ALL-UNNAMED -jar /tmp/cxf-tmp-2828938832312113909/cxf-codegen12095310072621993552.jar /tmp/cxf-tmp-2828938832312113909/cxf-w2j12256414556760820901args
  13.  
  14. <plugin>
  15. <groupId>org.apache.cxf</groupId>
  16. <artifactId>cxf-codegen-plugin</artifactId>
  17. <version>3.2.6</version>
  18. <configuration>
  19. <fork>once</fork>
  20. </configuration>
  21. <dependencies>
  22. <dependency>
  23. <groupId>javax.annotation</groupId>
  24. <artifactId>javax.annotation-api</artifactId>
  25. <version>1.3.2</version>
  26. </dependency>
  27.  
  28. <dependency>
  29. <groupId>javax.activation</groupId>
  30. <artifactId>javax.activation-api</artifactId>
  31. <version>1.2.0</version>
  32. </dependency>
  33.  
  34. <dependency>
  35. <groupId>javax.xml.bind</groupId>
  36. <artifactId>jaxb-api</artifactId>
  37. <version>2.3.1</version>
  38. </dependency>
  39.  
  40. <dependency>
  41. <groupId>org.glassfish.jaxb</groupId>
  42. <artifactId>jaxb-runtime</artifactId>
  43. <version>2.3.1</version>
  44. </dependency>
  45.  
  46. <dependency>
  47. <groupId>javax.xml.ws</groupId>
  48. <artifactId>jaxws-api</artifactId>
  49. <version>2.3.1</version>
  50. </dependency>
  51.  
  52. <dependency>
  53. <groupId>com.sun.xml.ws</groupId>
  54. <artifactId>jaxws-rt</artifactId>
  55. <version>2.3.1</version>
  56. </dependency>
  57. </dependencies>
  58. <executions>...</executions>
  59. <plugin>
Add Comment
Please, Sign In to add comment