Guest User

Untitled

a guest
Dec 28th, 2023
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.76 KB | None | 0 0
  1. PS C:\Users\DELL> mvn org.openmrs.maven.plugins:openmrs-sdk-maven-plugin:4.0.1:setup
  2. [INFO] Scanning for projects...
  3. [INFO]
  4. [INFO] ------------------< org.apache.maven:standalone-pom >-------------------
  5. [INFO] Building Maven Stub Project (No POM) 1
  6. [INFO] --------------------------------[ pom ]---------------------------------
  7. [INFO]
  8. [INFO] --- openmrs-sdk:4.0.1:setup (default-cli) @ standalone-pom ---
  9.  
  10. Setting up a new server...
  11.  
  12. Specify server id (-DserverId) (default: 'server'): platform263
  13.  
  14. You can setup the following servers:
  15. 1) Distribution
  16. 2) Platform
  17.  
  18. Which one do you choose? [1/2]: 2
  19.  
  20. You can deploy the following versions of a platform:
  21. 1) 2.7.0-SNAPSHOT
  22. 2) 2.6.1
  23. 3) 2.5.8
  24. 4) 2.4.5
  25. 5) 2.3.6
  26. 6) 2.2.1
  27. 7) Other...
  28.  
  29. Which one do you choose? [1/2/3/4/5/6/7]: 7
  30.  
  31. Please specify platform version: 2.6.3
  32. [INFO] Configured Artifact: org.openmrs.distro:platform:2.6.3:jar
  33. [INFO] Configured Artifact: org.openmrs.web:openmrs-webapp:2.6.3:war
  34. [INFO] Copying openmrs-webapp-2.6.3.war to C:\Users\DELL\openmrs\platform263\openmrs-2.6.3.war
  35.  
  36. What port would you like your server to use? (default: '8080'): 1996
  37.  
  38. If you want to enable remote debugging by default when running the server,
  39. specify the port number here (e.g. 1044). Leave blank to disable debugging.
  40. (Do not do this on a production server) (default: 'no debugging'):
  41.  
  42. Which database would you like to use?:
  43. 1) H2
  44. 2) MySQL 5.6 and above (requires pre-installed MySQL 5.6 and above)
  45. 3) MySQL 5.6 and above in SDK docker container (requires pre-installed Docker)
  46. 4) Existing docker container (requires pre-installed Docker)
  47. 5) PostgreSQL 8.2 and above
  48.  
  49. Which one do you choose? [1/2/3/4/5]: 2
  50.  
  51. The distribution requires MySQL database. Please specify database uri (-DdbUri) (default: 'jdbc:mysql://localhost:3306/@DBNAME@'):
  52.  
  53. Please specify database username (-DdbUser) (default: 'root'):
  54. Please specify database password (-DdbPassword):
  55. Thu Dec 28 15:15:17 EAT 2023 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
  56.  
  57. Connected to the database.
  58. Thu Dec 28 15:15:18 EAT 2023 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
  59.  
  60. Importing an initial database from classpath://openmrs-platform.sql...
  61. Thu Dec 28 15:15:18 EAT 2023 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
  62.  
  63. Database imported successfully.
  64. Thu Dec 28 15:15:26 EAT 2023 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
  65.  
  66. The search index has been reset.
  67.  
  68. Note: JDK 1.8 or above is needed for platform version 2.6.3.
  69.  
  70. Which JDK would you like to use to run this server?:
  71. 1) JAVA_HOME (currently: C:\Program Files\Java\jdk1.8.0_202\jre)
  72. 2) Other...
  73.  
  74. Which one do you choose? [1/2]: 1
  75. [INFO] Server configured successfully, path: C:\Users\DELL\openmrs\platform263
  76. [INFO] ------------------------------------------------------------------------
  77. [INFO] BUILD SUCCESS
  78. [INFO] ------------------------------------------------------------------------
  79. [INFO] Total time: 01:09 min
  80. [INFO] Finished at: 2023-12-28T15:15:32+03:00
  81. [INFO] ------------------------------------------------------------------------
  82. PS C:\Users\DELL>
Advertisement
Add Comment
Please, Sign In to add comment