Advertisement
Guest User

Untitled

a guest
May 22nd, 2012
32
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.32 KB | None | 0 0
  1. [INFO] Scanning for projects...
  2. [INFO] ------------------------------------------------------------------------
  3. [INFO] Reactor Build Order:
  4. [INFO]
  5. [INFO] AppFuse Modular Application
  6. [INFO] AppFuse Modular Application - Core
  7. [INFO] AppFuse Modular Application - Web (Spring MVC)
  8. [INFO]
  9. [INFO] ------------------------------------------------------------------------
  10. [INFO] Building AppFuse Modular Application 1.0-SNAPSHOT
  11. [INFO] ------------------------------------------------------------------------
  12. [INFO]
  13. [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ metadataserver ---
  14. [INFO]
  15. [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ metadataserver ---
  16. [INFO] Installing /Users/pamusriharsha/metadataserver/pom.xml to /Users/pamusriharsha/.m2/repository/org/openmrs/contrib/metadataserver/1.0-SNAPSHOT/metadataserver-1.0-SNAPSHOT.pom
  17. [INFO]
  18. [INFO] ------------------------------------------------------------------------
  19. [INFO] Building AppFuse Modular Application - Core 1.0-SNAPSHOT
  20. [INFO] ------------------------------------------------------------------------
  21. [INFO]
  22. [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ core ---
  23. [INFO] Deleting /Users/pamusriharsha/metadataserver/core/target
  24. [INFO]
  25. [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ core ---
  26. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  27. [INFO] Copying 8 resources
  28. [INFO]
  29. [INFO] --- maven-compiler-plugin:2.0.2:compile (default-compile) @ core ---
  30. [INFO] Compiling 32 source files to /Users/pamusriharsha/metadataserver/core/target/classes
  31. [INFO]
  32. [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ core ---
  33. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  34. [INFO] Copying 12 resources
  35. [INFO]
  36. [INFO] >>> hibernate3-maven-plugin:2.2:hbm2ddl (default) @ core >>>
  37. [INFO]
  38. [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ core ---
  39. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  40. [INFO] Copying 8 resources
  41. [INFO]
  42. [INFO] <<< hibernate3-maven-plugin:2.2:hbm2ddl (default) @ core <<<
  43. [INFO]
  44. [INFO] --- hibernate3-maven-plugin:2.2:hbm2ddl (default) @ core ---
  45. [INFO] Configuration XML file loaded: file:/Users/pamusriharsha/metadataserver/core/src/main/resources/hibernate.cfg.xml
  46. [INFO] Configuration XML file loaded: file:/Users/pamusriharsha/metadataserver/core/src/main/resources/hibernate.cfg.xml
  47. [INFO] Configuration Properties file loaded: /Users/pamusriharsha/metadataserver/core/target/test-classes/jdbc.properties
  48. ERROR - SchemaExport.execute(274) | schema export unsuccessful
  49. java.sql.SQLException: Access denied for user 'root'@'localhost' (using password: NO)
  50. at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1073)
  51. at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3593)
  52. at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3525)
  53. at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:931)
  54. at com.mysql.jdbc.MysqlIO.secureAuth411(MysqlIO.java:4031)
  55. at com.mysql.jdbc.MysqlIO.doHandshake(MysqlIO.java:1296)
  56. at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2338)
  57. at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2371)
  58. at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2163)
  59. at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:794)
  60. at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:47)
  61. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  62. at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
  63. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
  64. at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
  65. at com.mysql.jdbc.Util.handleNewInstance(Util.java:407)
  66. at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:378)
  67. at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:305)
  68. at java.sql.DriverManager.getConnection(DriverManager.java:582)
  69. at java.sql.DriverManager.getConnection(DriverManager.java:154)
  70. at org.hibernate.connection.DriverManagerConnectionProvider.getConnection(DriverManagerConnectionProvider.java:133)
  71. at org.hibernate.tool.hbm2ddl.ManagedProviderConnectionHelper.prepare(ManagedProviderConnectionHelper.java:52)
  72. at org.hibernate.tool.hbm2ddl.SchemaExport.execute(SchemaExport.java:252)
  73. at org.hibernate.tool.hbm2ddl.SchemaExport.create(SchemaExport.java:211)
  74. at org.codehaus.mojo.hibernate3.exporter.Hbm2DDLExporterMojo.doExecute(Hbm2DDLExporterMojo.java:112)
  75. at org.codehaus.mojo.hibernate3.HibernateExporterMojo.execute(HibernateExporterMojo.java:152)
  76. at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:107)
  77. at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
  78. at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
  79. at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
  80. at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
  81. at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
  82. at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
  83. at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
  84. at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:319)
  85. at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
  86. at org.apache.maven.cli.MavenCli.execute(MavenCli.java:534)
  87. at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:196)
  88. at org.apache.maven.cli.MavenCli.main(MavenCli.java:141)
  89. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  90. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  91. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  92. at java.lang.reflect.Method.invoke(Method.java:597)
  93. at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:290)
  94. at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:230)
  95. at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:409)
  96. at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:352)
  97. [WARNING] 1 errors occurred while performing <hbm2ddl>.
  98. [ERROR] Error #1: java.sql.SQLException: Access denied for user 'root'@'localhost' (using password: NO)
  99. [INFO]
  100. [INFO] --- maven-compiler-plugin:2.0.2:testCompile (default-testCompile) @ core ---
  101. [INFO] Compiling 17 source files to /Users/pamusriharsha/metadataserver/core/target/test-classes
  102. [INFO]
  103. [INFO] --- dbunit-maven-plugin:1.0-beta-3:operation (test-compile) @ core ---
  104. [INFO] ------------------------------------------------------------------------
  105. [INFO] Reactor Summary:
  106. [INFO]
  107. [INFO] AppFuse Modular Application ....................... SUCCESS [0.943s]
  108. [INFO] AppFuse Modular Application - Core ................ FAILURE [11.952s]
  109. [INFO] AppFuse Modular Application - Web (Spring MVC) .... SKIPPED
  110. [INFO] ------------------------------------------------------------------------
  111. [INFO] BUILD FAILURE
  112. [INFO] ------------------------------------------------------------------------
  113. [INFO] Total time: 13.249s
  114. [INFO] Finished at: Tue May 22 17:37:50 GMT+05:30 2012
  115. [INFO] Final Memory: 19M/81M
  116. [INFO] ------------------------------------------------------------------------
  117. [ERROR] Failed to execute goal org.codehaus.mojo:dbunit-maven-plugin:1.0-beta-3:operation (test-compile) on project core: Error executing database operation: CLEAN_INSERT: Access denied for user 'root'@'localhost' (using password: NO) -> [Help 1]
  118. [ERROR]
  119. [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
  120. [ERROR] Re-run Maven using the -X switch to enable full debug logging.
  121. [ERROR]
  122. [ERROR] For more information about the errors and possible solutions, please read the following articles:
  123. [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
  124. [ERROR]
  125. [ERROR] After correcting the problems, you can resume the build with the command
  126. [ERROR] mvn <goals> -rf :core
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement