Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- PS C:\Users\DELL> mvn org.openmrs.maven.plugins:openmrs-sdk-maven-plugin:4.0.1:setup
- [INFO] Scanning for projects...
- [INFO]
- [INFO] ------------------< org.apache.maven:standalone-pom >-------------------
- [INFO] Building Maven Stub Project (No POM) 1
- [INFO] --------------------------------[ pom ]---------------------------------
- [INFO]
- [INFO] --- openmrs-sdk:4.0.1:setup (default-cli) @ standalone-pom ---
- Setting up a new server...
- Specify server id (-DserverId) (default: 'server'): platform263
- You can setup the following servers:
- 1) Distribution
- 2) Platform
- Which one do you choose? [1/2]: 2
- You can deploy the following versions of a platform:
- 1) 2.7.0-SNAPSHOT
- 2) 2.6.1
- 3) 2.5.8
- 4) 2.4.5
- 5) 2.3.6
- 6) 2.2.1
- 7) Other...
- Which one do you choose? [1/2/3/4/5/6/7]: 7
- Please specify platform version: 2.6.3
- [INFO] Configured Artifact: org.openmrs.distro:platform:2.6.3:jar
- [INFO] Configured Artifact: org.openmrs.web:openmrs-webapp:2.6.3:war
- [INFO] Copying openmrs-webapp-2.6.3.war to C:\Users\DELL\openmrs\platform263\openmrs-2.6.3.war
- What port would you like your server to use? (default: '8080'): 1996
- If you want to enable remote debugging by default when running the server,
- specify the port number here (e.g. 1044). Leave blank to disable debugging.
- (Do not do this on a production server) (default: 'no debugging'):
- Which database would you like to use?:
- 1) H2
- 2) MySQL 5.6 and above (requires pre-installed MySQL 5.6 and above)
- 3) MySQL 5.6 and above in SDK docker container (requires pre-installed Docker)
- 4) Existing docker container (requires pre-installed Docker)
- 5) PostgreSQL 8.2 and above
- Which one do you choose? [1/2/3/4/5]: 2
- The distribution requires MySQL database. Please specify database uri (-DdbUri) (default: 'jdbc:mysql://localhost:3306/@DBNAME@'):
- Please specify database username (-DdbUser) (default: 'root'):
- Please specify database password (-DdbPassword):
- 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.
- Connected to the database.
- 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.
- Importing an initial database from classpath://openmrs-platform.sql...
- 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.
- Database imported successfully.
- 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.
- The search index has been reset.
- Note: JDK 1.8 or above is needed for platform version 2.6.3.
- Which JDK would you like to use to run this server?:
- 1) JAVA_HOME (currently: C:\Program Files\Java\jdk1.8.0_202\jre)
- 2) Other...
- Which one do you choose? [1/2]: 1
- [INFO] Server configured successfully, path: C:\Users\DELL\openmrs\platform263
- [INFO] ------------------------------------------------------------------------
- [INFO] BUILD SUCCESS
- [INFO] ------------------------------------------------------------------------
- [INFO] Total time: 01:09 min
- [INFO] Finished at: 2023-12-28T15:15:32+03:00
- [INFO] ------------------------------------------------------------------------
- PS C:\Users\DELL>
Advertisement
Add Comment
Please, Sign In to add comment