Guest User

Untitled

a guest
May 16th, 2017
27
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.65 KB | None | 0 0
  1. The distribution requires MySQL database. Please specify database uri (-DdbUri) (default: 'jdbc:mysql://localhost:3306/@DBNAME@')jdbc:mysql://localhost:3306/@DBNAME@?autoReconnect=true&sessionVariables=default_storage_engine=InnoDB&useUnicode=true&characterEncoding=UTF-8
  2.  
  3. Please specify database username (-DdbUser) (default: 'root'): shivang
  4. Please specify database password (-DdbPassword) (default: ' '):
  5.  
  6. Connected to the database.
  7.  
  8. Importing an initial database from classpath://openmrs-platform.sql...
  9. [ERROR] Could not create connection to database server. Attempted reconnect 3 times. Giving up.
  10. [INFO] ------------------------------------------------------------------------
  11. [INFO] BUILD FAILURE
  12. [INFO] ------------------------------------------------------------------------
  13. [INFO] Total time: 55.200 s
  14. [INFO] Finished at: 2017-05-16T20:41:00+05:30
  15. [INFO] Final Memory: 23M/286M
  16. [INFO] ------------------------------------------------------------------------
  17. [ERROR] Failed to execute goal org.openmrs.maven.plugins:openmrs-sdk-maven-plugin:3.9.0:setup (default-cli) on project standalone-pom: Failed to setup server: Failed to import database: Could not create connection to database server. Attempted reconnect 3 times. Giving up. Unknown system variable 'storage_engine' -> [Help 1]
  18. [ERROR]
  19. [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
  20. [ERROR] Re-run Maven using the -X switch to enable full debug logging.
  21. [ERROR]
  22. [ERROR] For more information about the errors and possible solutions, please read the following articles:
  23. [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
Add Comment
Please, Sign In to add comment