Created
February 21, 2020 08:44
-
-
Save Transfusion/ee26a910a68e90cf82dc6888879b63f5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| both mobile internet and GT wi-fi , same below | |
| yaowalukk@ITD-YAOWALUKK MINGW64 /d/git/local/websis (develop2) | |
| $ mvn -Dhttps.protocols=TLSv1.2 package -P uat | |
| [INFO] Scanning for projects... | |
| [INFO] | |
| [INFO] -------------------------------< com:ol >------------------------------- | |
| [INFO] Building ol 0.0.1-SNAPSHOT | |
| [INFO] --------------------------------[ war ]--------------------------------- | |
| [WARNING] The artifact org.apache.commons:commons-io:jar:1.3.2 has been relocated to commons-io:commons-io:jar:1.3.2 | |
| [INFO] | |
| [INFO] --- jaxws-maven-plugin:2.3:wsimport (wsimport-generate-Service.svc) @ ol --- | |
| [WARNING] The POM for com.sun.xml.ws:jaxws-tools:jar:2.2.8 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details | |
| [WARNING] cannot find file for org.apache.commons:commons-io | |
| [INFO] Processing: file:/D:/git/local/websis/src/wsdl/192.168.10.17/MIB_WCFServic/Service.svc.wsdl | |
| [INFO] jaxws:wsimport args: [-keep, -s, D:\git\local\websis\target\generated-sources\jaxws-wsimport, -d, D:\git\local\websis\target\classes, -verbose, -encoding, UTF-8, -extension, -Xnocompile, -catalog, D:\git\local\websis\src\jax-ws-catalog-uat.xml, -wsdllocation, http://192.168.10.17/MIB_WCFServic/Service.svc?wsdl, "file:/D:/git/local/websis/src/wsdl/192.168.10.17/MIB_WCFServic/Service.svc.wsdl"] | |
| [WARNING] Failed to build parent project for com.sun.xml.ws:project:pom:2.2.8 | |
| [WARNING] Failed to build parent project for com.sun.xml.ws:bundles:pom:2.2.8 | |
| [WARNING] Failed to build parent project for com.sun.xml.ws:jaxws-tools:pom:2.2.8 | |
| [WARNING] Invalid POM for com.sun.xml.ws:jaxws-tools:jar:2.2.8, transitive dependencies (if any) will not be available, enable debug logging for more details | |
| -Xbootclasspath/p is no longer a supported option. | |
| Error: Could not create the Java Virtual Machine. | |
| Error: A fatal exception has occurred. Program will exit. | |
| [INFO] ------------------------------------------------------------------------ | |
| [INFO] BUILD FAILURE | |
| [INFO] ------------------------------------------------------------------------ | |
| [INFO] Total time: 2.169 s | |
| [INFO] Finished at: 2563-02-21T11:50:30+07:00 | |
| [INFO] ------------------------------------------------------------------------ | |
| [ERROR] Failed to execute goal org.jvnet.jax-ws-commons:jaxws-maven-plugin:2.3:wsimport (wsimport-generate-Service.svc) on project ol: Mojo failed - check output -> [Help 1] | |
| [ERROR] | |
| [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. | |
| [ERROR] Re-run Maven using the -X switch to enable full debug logging. | |
| [ERROR] | |
| [ERROR] For more information about the errors and possible solutions, please read the following articles: | |
| [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment