Advertisement
Guest User

Untitled

a guest
Sep 23rd, 2019
196
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.33 KB | None | 0 0
  1. [INFO] --- wildfly-maven-plugin:2.0.0.Final:deploy (default-cli) @ helloworld ---
  2. [INFO] JBoss Threads version 2.3.2.Final
  3. [INFO] JBoss Remoting version 5.0.8.Final
  4. [INFO] XNIO version 3.6.5.Final
  5. [INFO] XNIO NIO Implementation Version 3.6.5.Final
  6. [INFO] ELY00001: WildFly Elytron version 1.6.0.Final
  7. [INFO] ------------------------------------------------------------------------
  8. [INFO] BUILD FAILURE
  9. [INFO] ------------------------------------------------------------------------
  10. [INFO] Total time: 13.348 s
  11. [INFO] Finished at: 2019-09-23T02:05:01-04:00
  12. [INFO] ------------------------------------------------------------------------
  13. [ERROR] Failed to execute goal org.wildfly.plugins:wildfly-maven-plugin:2.0.0.Final:deploy (default-cli) on project helloworld: Failed to execute goal deploy.: java.net.ConnectException: WFLYPRT0053: Could not connect to remote+http://localhost:9990. The connection failed: XNIO000816: Redirect encountered establishing connection -> [Help 1]
  14. [ERROR]
  15. [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
  16. [ERROR] Re-run Maven using the -X switch to enable full debug logging.
  17. [ERROR]
  18. [ERROR] For more information about the errors and possible solutions, please read the following articles:
  19. [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement