Advertisement
Guest User

docker sdk setup

a guest
Mar 5th, 2023
37
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.37 KB | None | 0 0
  1. Agaba Derrick Junior (Junior)
  2. [INFO] Recoverable I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:2375
  3. [INFO] ------------------------------------------------------------------------
  4. [INFO] BUILD FAILURE
  5. [INFO] ------------------------------------------------------------------------
  6. [INFO] Total time: 01:54 h
  7. [INFO] Finished at: 2023-03-05T13:14:37+03:00
  8. [INFO] ------------------------------------------------------------------------
  9. [ERROR] Failed to execute goal org.openmrs.maven.plugins:openmrs-sdk-maven-plugin:4.5.0:setup (default-cli) on project standalone-pom: Failed to setup server:
  10. [ERROR]
  11. [ERROR]
  12. [ERROR] Could not connect to Docker at unix:///var/run/docker.sock.
  13. [ERROR]
  14. [ERROR] If the Docker host URL is not correct, please reset it by running setup with the -DdockerHost parameter
  15. [ERROR] or set it manually by adding -DdockerHost="tcp://correct/url": java.io.IOException: com.sun.jna.LastErrorException: [13] Permission denied
  16. [ERROR] -> [Help 1]
  17. [ERROR]
  18. [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
  19. [ERROR] Re-run Maven using the -X switch to enable full debug logging.
  20. [ERROR]
  21. [ERROR] For more information about the errors and possible solutions, please read the following articles:
  22. [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
  23.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement