Advertisement
Guest User

Untitled

a guest
Mar 28th, 2016
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.87 KB | None | 0 0
  1. [INFO] Scanning for projects...
  2. [INFO]
  3. [INFO] ------------------------------------------------------------------------
  4. [INFO] Building standalone 1.1.1
  5. [INFO] ------------------------------------------------------------------------
  6. [INFO]
  7. [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ standalone ---
  8. [INFO]
  9. [INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-property) @ standalone ---
  10. [INFO]
  11. [INFO] --- liquibase-maven-plugin:2.0.1:update (empty-db-create-schema) @ standalone ---
  12. [INFO] ------------------------------------------------------------------------
  13. [INFO] Loading artfacts into URLClassLoader
  14. [INFO] artifact: file:/Users/maurya/.m2/repository/org/openmrs/api/openmrs-api/1.9.0/openmrs-api-1.9.0.jar
  15. [INFO] artifact: file:/Users/maurya/.m2/repository/org/openmrs/web/openmrs-webapp/1.9.0/openmrs-webapp-1.9.0.war
  16. [INFO] artifact: file:/Users/maurya/.m2/repository/org/apache/tomcat/tomcat-catalina/7.0.50/tomcat-catalina-7.0.50.jar
  17. [INFO] artifact: file:/Users/maurya/.m2/repository/org/apache/tomcat/tomcat-coyote/7.0.50/tomcat-coyote-7.0.50.jar
  18. [INFO] artifact: file:/Users/maurya/.m2/repository/org/apache/tomcat/tomcat-jasper/7.0.50/tomcat-jasper-7.0.50.jar
  19. [INFO] artifact: file:/Users/maurya/.m2/repository/mysql/mysql-connector-java/5.1.8/mysql-connector-java-5.1.8.jar
  20. [INFO] artifact: file:/Users/maurya/.m2/repository/mysql/mysql-connector-mxj-fixed/5.0.12/mysql-connector-mxj-fixed-5.0.12.jar
  21. [INFO] artifact: file:/Users/maurya/.m2/repository/mysql/mysql-connector-mxj-db-files-fixed/5.0.12-20131016/mysql-connector-mxj-db-files-fixed-5.0.12-20131016.jar
  22. [INFO] artifact: file:/Library/Test/openmrs-standalone/target/classes
  23. [INFO] artifact: file:/Library/Test/openmrs-standalone/target/test-classes
  24. [INFO] ------------------------------------------------------------------------
  25. [INFO] Settings----------------------------
  26. [INFO] driver: com.mysql.jdbc.Driver
  27. [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=target/emptydatabase&server.datadir=target/emptydatabase/data&server.collation-server=utf8_general_ci&server.character-set-server=utf8&server.max_allowed_packet=32M
  28. [INFO] username: openmrs
  29. [INFO] password: test
  30. [INFO] use empty password: false
  31. [INFO] properties file: null
  32. [INFO] properties file will override? false
  33. [INFO] prompt on non-local database? true
  34. [INFO] clear checksums? false
  35. [INFO] changeLogFile: liquibase-schema-only.xml
  36. [INFO] context(s): null
  37. [INFO] number of changes to apply: 0
  38. [INFO] drop first? false
  39. [INFO] ------------------------------------------------------------------------
  40. [/Library/Test/openmrs-standalone/target/emptydatabase/bin/mysqld][--no-defaults][--port=33326][--collation-server=utf8_general_ci][--max_allowed_packet=32M][--character-set-server=utf8][--socket=mysql.sock][--basedir=/Library/Test/openmrs-standalone/target/emptydatabase][--datadir=/Library/Test/openmrs-standalone/target/emptydatabase/data][--pid-file=/Library/Test/openmrs-standalone/target/emptydatabase/data/MysqldResource.pid]
  41. [MysqldResource] launching mysqld (driver_launched_mysqld_1)
  42. [MysqldResource] mysqld running as process: 75448
  43. [INFO] ------------------------------------------------------------------------
  44. [INFO] BUILD FAILURE
  45. [INFO] ------------------------------------------------------------------------
  46. [INFO] Total time: 14.705 s
  47. [INFO] Finished at: 2016-03-28T14:08:06-04:00
  48. [INFO] Final Memory: 16M/970M
  49. [INFO] ------------------------------------------------------------------------
  50. [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.MySQLNonTransientConnectionException: Server connection failure during transaction. Due to underlying exception: 'com.mysql.management.util.SQLRuntimeException: java.sql.SQLException: Access denied for user 'openmrs'@'localhost' (using password: YES)'.
  51. [ERROR]
  52. [ERROR] ** BEGIN NESTED EXCEPTION **
  53. [ERROR]
  54. [ERROR] com.mysql.management.util.SQLRuntimeException
  55. [ERROR] MESSAGE: java.sql.SQLException: Access denied for user 'openmrs'@'localhost' (using password: YES)
  56. [ERROR]
  57. [ERROR] STACKTRACE:
  58. [ERROR]
  59. [ERROR] SQL: null
  60. [ERROR] ErrorCode: 1045
  61. [ERROR] com.mysql.management.util.SQLRuntimeException: java.sql.SQLException: Access denied for user 'openmrs'@'localhost' (using password: YES)
  62. [ERROR] at com.mysql.management.driverlaunched.ServerLauncherSocketFactory.alreadyStarted(ServerLauncherSocketFactory.java:160)
  63. [ERROR] at com.mysql.management.driverlaunched.ServerLauncherSocketFactory.ensureMysqlStarted(ServerLauncherSocketFactory.java:82)
  64. [ERROR] at com.mysql.management.driverlaunched.ServerLauncherSocketFactory.connect(ServerLauncherSocketFactory.java:72)
  65. [ERROR] at com.mysql.jdbc.MysqlIO.<init>(MysqlIO.java:271)
  66. [ERROR] at com.mysql.jdbc.Connection.createNewIO(Connection.java:2921)
  67. [ERROR] at com.mysql.jdbc.Connection.<init>(Connection.java:1555)
  68. [ERROR] at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:285)
  69. [ERROR] at liquibase.integration.commandline.CommandLineUtils.createDatabaseObject(CommandLineUtils.java:101)
  70. [ERROR] at org.liquibase.maven.plugins.AbstractLiquibaseMojo.execute(AbstractLiquibaseMojo.java:260)
  71. [ERROR] at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134)
  72. [ERROR] at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:208)
  73. [ERROR] at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
  74. [ERROR] at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
  75. [ERROR] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:116)
  76. [ERROR] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:80)
  77. [ERROR] at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51)
  78. [ERROR] at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128)
  79. [ERROR] at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:307)
  80. [ERROR] at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:193)
  81. [ERROR] at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:106)
  82. [ERROR] at org.apache.maven.cli.MavenCli.execute(MavenCli.java:862)
  83. [ERROR] at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:286)
  84. [ERROR] at org.apache.maven.cli.MavenCli.main(MavenCli.java:197)
  85. [ERROR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  86. [ERROR] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  87. [ERROR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  88. [ERROR] at java.lang.reflect.Method.invoke(Method.java:606)
  89. [ERROR] at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289)
  90. [ERROR] at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
  91. [ERROR] at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
  92. [ERROR] at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
  93. [ERROR] Caused by: java.sql.SQLException: Access denied for user 'openmrs'@'localhost' (using password: YES)
  94. [ERROR] at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:946)
  95. [ERROR] at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:2985)
  96. [ERROR] at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:885)
  97. [ERROR] at com.mysql.jdbc.MysqlIO.secureAuth411(MysqlIO.java:3421)
  98. [ERROR] at com.mysql.jdbc.MysqlIO.doHandshake(MysqlIO.java:1247)
  99. [ERROR] at com.mysql.jdbc.Connection.createNewIO(Connection.java:2775)
  100. [ERROR] at com.mysql.jdbc.Connection.<init>(Connection.java:1555)
  101. [ERROR] at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:285)
  102. [ERROR] at java.sql.DriverManager.getConnection(DriverManager.java:571)
  103. [ERROR] at java.sql.DriverManager.getConnection(DriverManager.java:215)
  104. [ERROR] at com.mysql.management.driverlaunched.ServerLauncherSocketFactory.alreadyStarted(ServerLauncherSocketFactory.java:155)
  105. [ERROR] ... 30 more
  106. [ERROR]
  107. [ERROR]
  108. [ERROR] ** END NESTED EXCEPTION **
  109. [ERROR]
  110. [ERROR]
  111. [ERROR] Attempted reconnect 3 times. Giving up.
  112. [ERROR] -> [Help 1]
  113. [ERROR]
  114. [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
  115. [ERROR] Re-run Maven using the -X switch to enable full debug logging.
  116. [ERROR]
  117. [ERROR] For more information about the errors and possible solutions, please read the following articles:
  118. [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement