Advertisement
Guest User

Untitled

a guest
Mar 15th, 2020
1,390
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.96 KB | None | 0 0
  1. Downloading OWAs...
  2.  
  3. [INFO] Downloading https://dl.bintray.com/openmrs/owa/SystemAdministration-1.2.z
  4. ip
  5.  
  6. What port would you like your server to use? (default: '8080'): default
  7.  
  8. Port must be numeric and less or equal 65535.
  9.  
  10. What port would you like your server to use? (default: '8080'): 8080
  11.  
  12. If you want to enable remote debugging by default when running the server,
  13. specify the port number here (e.g. 1044). Leave blank to disable debugging.
  14. (Do not do this on a production server) (default: 'no debugging'): 1044
  15.  
  16. Which database would you like to use?:
  17. 1) MySQL 5.6 (requires pre-installed MySQL 5.6)
  18. 2) MySQL 5.6 in SDK docker container (requires pre-installed Docker)
  19. 3) Existing docker container (requires pre-installed Docker)
  20.  
  21. Which one do you choose? [1/2/3]: 1
  22.  
  23. The distribution requires MySQL database. Please specify database uri (-DdbUri)
  24. (default: 'jdbc:mysql://localhost:3306/@DBNAME@'): 1
  25.  
  26. Please specify database username (-DdbUser) (default: 'root'): root
  27. Please specify database password (-DdbPassword) (default: ' '):
  28. [INFO] ------------------------------------------------------------------------
  29. [INFO] BUILD FAILURE
  30. [INFO] ------------------------------------------------------------------------
  31. [INFO] Total time: 06:05 min
  32. [INFO] Finished at: 2020-03-15T21:38:34+03:00
  33. [INFO] ------------------------------------------------------------------------
  34. [ERROR] Failed to execute goal org.openmrs.maven.plugins:openmrs-sdk-maven-plugi
  35. n:3.13.4:setup (default-cli) on project standalone-pom: Failed to setup server:
  36. The uri is in a wrong format: 1 -> [Help 1]
  37. [ERROR]
  38. [ERROR] To see the full stack trace of the errors, re-run Maven with the -e swit
  39. ch.
  40. [ERROR] Re-run Maven using the -X switch to enable full debug logging.
  41. [ERROR]
  42. [ERROR] For more information about the errors and possible solutions, please rea
  43. d the following articles:
  44. [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionE
  45. xception
  46. ←[0m←[0m
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement