Guest User

Untitled

a guest
Aug 7th, 2020
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.88 KB | None | 0 0
  1. Microsoft Windows [Version 6.1.7601]
  2. Copyright (c) 2009 Microsoft Corporation. All rights reserved.
  3.  
  4. C:\Users\Cliff>mvn org.openmrs.maven.plugins:openmrs-sdk-maven-plugin:3.13.6:set
  5. up
  6. [INFO] Scanning for projects...
  7. [INFO]
  8. [INFO] ------------------< org.apache.maven:standalone-pom >-------------------
  9. [INFO] Building Maven Stub Project (No POM) 1
  10. [INFO] --------------------------------[ pom ]---------------------------------
  11. [INFO]
  12. [INFO] --- openmrs-sdk-maven-plugin:3.13.6:setup (default-cli) @ standalone-pom
  13. ---
  14.  
  15. Setting up a new server...
  16.  
  17. Specify server id (-DserverId) (default: 'server'): server1
  18.  
  19. You can setup the following servers:
  20. 1) Distribution
  21. 2) Platform
  22.  
  23. Which one do you choose? [1/2]: 2
  24.  
  25. You can deploy the following versions of a platform:
  26. 1) 2.3.2-SNAPSHOT
  27. 2) 2.3.1
  28. 3) 2.2.0
  29. 4) 2.1.4
  30. 5) 2.0.7
  31. 6) 1.12.1
  32. 7) Other...
  33.  
  34. Which one do you choose? [1/2/3/4/5/6/7]: 7
  35.  
  36. Please specify platform version: 2.4.0-SNAPSHOT
  37. [INFO] Configured Artifact: org.openmrs.distro:platform:2.4.0-SNAPSHOT:jar
  38. Downloading from openmrs-repo-thirdparty: http://mavenrepo.openmrs.org/nexus/con
  39. tent/repositories/thirdparty/org/openmrs/distro/platform/2.4.0-SNAPSHOT/platform
  40. -2.4.0-SNAPSHOT.jar
  41. [INFO] Fetching openmrs war file in version 2.4.0-SNAPSHOT
  42. [INFO] Configured Artifact: org.openmrs.web:openmrs-webapp:2.4.0-SNAPSHOT:war
  43. [INFO] Copying openmrs-webapp-2.4.0-SNAPSHOT.war to C:\Users\Cliff\openmrs\serve
  44. r1\openmrs-2.4.0-SNAPSHOT.war
  45.  
  46. What port would you like your server to use? (default: '8080'): 8088
  47.  
  48. If you want to enable remote debugging by default when running the server,
  49. specify the port number here (e.g. 1044). Leave blank to disable debugging.
  50. (Do not do this on a production server) (default: 'no debugging'):
  51.  
  52. Which database would you like to use?:
  53. 1) H2
  54. 2) MySQL 5.6 (requires pre-installed MySQL 5.6)
  55. 3) MySQL 5.6 in SDK docker container (requires pre-installed Docker)
  56. 4) Existing docker container (requires pre-installed Docker)
  57.  
  58. Which one do you choose? [1/2/3/4]: 2
  59.  
  60. The distribution requires MySQL database. Please specify database uri (-DdbUri)
  61. (default: 'jdbc:mysql://localhost:3306/@DBNAME@'):
  62.  
  63. Please specify database username (-DdbUser) (default: 'root'):
  64. Please specify database password (-DdbPassword) (default: ' '):
  65. Fri Aug 07 15:58:35 EAT 2020 WARN: Establishing SSL connection without server's
  66. identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ an
  67. d 5.7.6+ requirements SSL connection must be established by default if explicit
  68. option isn't set. For compliance with existing applications not using SSL the ve
  69. rifyServerCertificate property is set to 'false'. You need either to explicitly
  70. disable SSL by setting useSSL=false, or set useSSL=true and provide truststore f
  71. or server certificate verification.
  72. [INFO] ------------------------------------------------------------------------
  73. [INFO] BUILD FAILURE
  74. [INFO] ------------------------------------------------------------------------
  75. [INFO] Total time: 01:27 min
  76. [INFO] Finished at: 2020-08-07T15:58:35+03:00
  77. [INFO] ------------------------------------------------------------------------
  78. [ERROR] Failed to execute goal org.openmrs.maven.plugins:openmrs-sdk-maven-plugi
  79. n:3.13.6:setup (default-cli) on project standalone-pom: Failed to setup server:
  80. Failed to connect to the specified database jdbc:mysql://localhost:3306/server1?
  81. autoReconnect=true&sessionVariables=default_storage_engine%3DInnoDB&useUnicode=t
  82. rue&characterEncoding=UTF-8 -> [Help 1]
  83. [ERROR]
  84. [ERROR] To see the full stack trace of the errors, re-run Maven with the -e swit
  85. ch.
  86. [ERROR] Re-run Maven using the -X switch to enable full debug logging.
  87. [ERROR]
  88. [ERROR] For more information about the errors and possible solutions, please rea
  89. d the following articles:
  90. [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionE
  91. xception
  92.  
  93. C:\Users\Cliff>
  94.  
  95. C:\Users\Cliff>
Add Comment
Please, Sign In to add comment