Advertisement
Guest User

Untitled

a guest
Aug 18th, 2022
26
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.51 KB | None | 0 0
  1. [INFO] Scanning for projects...
  2. [INFO]
  3. [INFO] ------------------< org.apache.maven:standalone-pom >-------------------
  4. [INFO] Building Maven Stub Project (No POM) 1
  5. [INFO] --------------------------------[ pom ]---------------------------------
  6. [INFO]
  7. [INFO] --- openmrs-sdk-maven-plugin:4.5.0:run (default-cli) @ standalone-pom ---
  8. OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=512m; support was removed in 8.0
  9. ERROR: transport error 202: bind failed: Address already in use
  10. ERROR: JDWP Transport dt_socket failed to initialize, TRANSPORT_INIT(510)
  11. JDWP exit error AGENT_ERROR_TRANSPORT_INIT(197): No transports initialized [debugInit.c:750]
  12. [INFO] ------------------------------------------------------------------------
  13. [INFO] BUILD FAILURE
  14. [INFO] ------------------------------------------------------------------------
  15. [INFO] Total time: 2.601 s
  16. [INFO] Finished at: 2022-08-18T06:02:46+01:00
  17. [INFO] ------------------------------------------------------------------------
  18. [ERROR] Failed to execute goal org.openmrs.maven.plugins:openmrs-sdk-maven-plugin:4.5.0:run (default-cli) on project standalone-pom: Failed running Tomcat -> [Help 1]
  19. [ERROR]
  20. [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
  21. [ERROR] Re-run Maven using the -X switch to enable full debug logging.
  22. [ERROR]
  23. [ERROR] For more information about the errors and possible solutions, please read the following articles:
  24. [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement