Guest User

Untitled

a guest
Jul 14th, 2020
246
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.27 KB | None | 0 0
  1. C:\Users\SHARIF\Tickets\openmrs-standalone>mvn clean package -Dopenmrs.version=2.3.0 -DrefApp.version=2.10.0
  2. [INFO] Scanning for projects...
  3. [INFO]
  4. [INFO] ------------------------------------------------------------------------
  5. [INFO] Building standalone 2.0.0-SNAPSHOT
  6. [INFO] ------------------------------------------------------------------------
  7. [INFO]
  8. [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ standalone ---
  9. [INFO] Deleting C:\Users\SHARIF\Tickets\openmrs-standalone\target
  10. [INFO]
  11. [INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-property) @ standalone ---
  12. [INFO]
  13. [INFO] --- maven-resources-plugin:3.0.2:copy-resources (generate-liquibase-resources) @ standalone ---
  14. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  15. [INFO] Copying 2 resources
  16. [INFO]
  17. [INFO] --- liquibase-maven-plugin:2.0.1:update (empty-db-create-schema) @ standalone ---
  18. [INFO] ------------------------------------------------------------------------
  19. [INFO] Loading artfacts into URLClassLoader
  20. [INFO] artifact: file:/C:/Users/SHARIF/.m2/repository/org/openmrs/api/openmrs-api/2.3.0/openmrs-api-2.3.0.jar
  21. [INFO] artifact: file:/C:/Users/SHARIF/.m2/repository/org/openmrs/distro/platform/2.3.0/platform-2.3.0.war
  22. [INFO] artifact: file:/C:/Users/SHARIF/.m2/repository/org/apache/tomcat/tomcat-catalina/7.0.100/tomcat-catalina-7.0.100.jar
  23. [INFO] artifact: file:/C:/Users/SHARIF/.m2/repository/org/apache/tomcat/tomcat-coyote/7.0.100/tomcat-coyote-7.0.100.jar
  24. [INFO] artifact: file:/C:/Users/SHARIF/.m2/repository/org/apache/tomcat/tomcat-jasper/7.0.100/tomcat-jasper-7.0.100.jar
  25. [INFO] artifact: file:/C:/Users/SHARIF/.m2/repository/mysql/mysql-connector-java/5.1.28/mysql-connector-java-5.1.28.jar
  26. [INFO] artifact: file:/C:/Users/SHARIF/.m2/repository/ch/vorburger/mariaDB4j/mariaDB4j/2.4.0/mariaDB4j-2.4.0.jar
  27. [INFO] artifact: file:/C:/Users/SHARIF/Tickets/openmrs-standalone/target/classes
  28. [INFO] artifact: file:/C:/Users/SHARIF/Tickets/openmrs-standalone/target/test-classes
  29. [INFO] ------------------------------------------------------------------------
  30. [INFO] Settings----------------------------
  31. [INFO] driver: com.mysql.jdbc.Driver
  32. [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
  33. [INFO] username: openmrs
  34. [INFO] password: test
  35. [INFO] use empty password: false
  36. [INFO] properties file: null
  37. [INFO] properties file will override? false
  38. [INFO] prompt on non-local database? true
  39. [INFO] clear checksums? false
  40. [INFO] changeLogFile: liquibase-schema-only.xml
  41. [INFO] context(s): null
  42. [INFO] number of changes to apply: 0
  43. [INFO] drop first? false
  44. [INFO] ------------------------------------------------------------------------
  45. [INFO] ------------------------------------------------------------------------
  46. [INFO] BUILD FAILURE
  47. [INFO] ------------------------------------------------------------------------
  48. [INFO] Total time: 25.967 s
  49. [INFO] Finished at: 2020-07-14T09:30:31+03:00
  50. [INFO] Final Memory: 18M/222M
  51. [INFO] ------------------------------------------------------------------------
  52. [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]
  53. [ERROR]
  54. [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
  55. [ERROR] Re-run Maven using the -X switch to enable full debug logging.
  56. [ERROR]
  57. [ERROR] For more information about the errors and possible solutions, please read the following articles:
  58. [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionExc
Advertisement
Add Comment
Please, Sign In to add comment