Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- C:\Users\SHARIF\Tickets\openmrs-standalone>mvn clean package -Dopenmrs.version=2.3.0 -DrefApp.version=2.10.0
- [INFO] Scanning for projects...
- [INFO]
- [INFO] ------------------------------------------------------------------------
- [INFO] Building standalone 2.0.0-SNAPSHOT
- [INFO] ------------------------------------------------------------------------
- [INFO]
- [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ standalone ---
- [INFO] Deleting C:\Users\SHARIF\Tickets\openmrs-standalone\target
- [INFO]
- [INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-property) @ standalone ---
- [INFO]
- [INFO] --- maven-resources-plugin:3.0.2:copy-resources (generate-liquibase-resources) @ standalone ---
- [INFO] Using 'UTF-8' encoding to copy filtered resources.
- [INFO] Copying 2 resources
- [INFO]
- [INFO] --- liquibase-maven-plugin:2.0.1:update (empty-db-create-schema) @ standalone ---
- [INFO] ------------------------------------------------------------------------
- [INFO] Loading artfacts into URLClassLoader
- [INFO] artifact: file:/C:/Users/SHARIF/.m2/repository/org/openmrs/api/openmrs-api/2.3.0/openmrs-api-2.3.0.jar
- [INFO] artifact: file:/C:/Users/SHARIF/.m2/repository/org/openmrs/distro/platform/2.3.0/platform-2.3.0.war
- [INFO] artifact: file:/C:/Users/SHARIF/.m2/repository/org/apache/tomcat/tomcat-catalina/7.0.100/tomcat-catalina-7.0.100.jar
- [INFO] artifact: file:/C:/Users/SHARIF/.m2/repository/org/apache/tomcat/tomcat-coyote/7.0.100/tomcat-coyote-7.0.100.jar
- [INFO] artifact: file:/C:/Users/SHARIF/.m2/repository/org/apache/tomcat/tomcat-jasper/7.0.100/tomcat-jasper-7.0.100.jar
- [INFO] artifact: file:/C:/Users/SHARIF/.m2/repository/mysql/mysql-connector-java/5.1.28/mysql-connector-java-5.1.28.jar
- [INFO] artifact: file:/C:/Users/SHARIF/.m2/repository/ch/vorburger/mariaDB4j/mariaDB4j/2.4.0/mariaDB4j-2.4.0.jar
- [INFO] artifact: file:/C:/Users/SHARIF/Tickets/openmrs-standalone/target/classes
- [INFO] artifact: file:/C:/Users/SHARIF/Tickets/openmrs-standalone/target/test-classes
- [INFO] ------------------------------------------------------------------------
- [INFO] Settings----------------------------
- [INFO] driver: com.mysql.jdbc.Driver
- [INFO] url: jdbc:mysql:mxj://127.0.0.1:33326/openmrs?autoReconnect=true&sessionVariables=storage_engine=InnoDB&useUnicode=true&characterEncoding=UTF-8&server.initialize-user=true&createDatabaseIfNotExist=true&server.basedir=C:\Users\SHARIF\Tickets\openmrs-standalone\target/emptydatabase&server.datadir=C:\Users\SHARIF\Tickets\openmrs-standalone\target/emptydatabase/data&server.collation-server=utf8_general_ci&server.character-set-server=utf8&server.max_allowed_packet=32M
- [INFO] username: openmrs
- [INFO] password: test
- [INFO] use empty password: false
- [INFO] properties file: null
- [INFO] properties file will override? false
- [INFO] prompt on non-local database? true
- [INFO] clear checksums? false
- [INFO] changeLogFile: liquibase-schema-only.xml
- [INFO] context(s): null
- [INFO] number of changes to apply: 0
- [INFO] drop first? false
- [INFO] ------------------------------------------------------------------------
- [INFO] ------------------------------------------------------------------------
- [INFO] BUILD FAILURE
- [INFO] ------------------------------------------------------------------------
- [INFO] Total time: 25.967 s
- [INFO] Finished at: 2020-07-14T09:30:31+03:00
- [INFO] Final Memory: 18M/222M
- [INFO] ------------------------------------------------------------------------
- [ERROR] Failed to execute goal org.liquibase:liquibase-maven-plugin:2.0.1:update (empty-db-create-schema) on project standalone: Error setting up or running Liquibase: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Could not create connection to database server. Attempted reconnect 3 times. Giving up.: Could not create socket factory 'com.mysql.management.driverlaunched.ServerLauncherSocketFactory' due to underlying exception: -> [Help 1]
- [ERROR]
- [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
- [ERROR] Re-run Maven using the -X switch to enable full debug logging.
- [ERROR]
- [ERROR] For more information about the errors and possible solutions, please read the following articles:
- [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionExc
Advertisement
Add Comment
Please, Sign In to add comment