You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

derby.log 6.8KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. ----------------------------------------------------------------
  2. Thu Apr 28 00:17:56 CEST 2011:
  3. Booting Derby version The Apache Software Foundation - Apache Derby - 10.7.1.1 - (1040133): instance a816c00e-012f-990a-3e0e-000004e64398
  4. on database directory memory:/Users/sbrandhof/projects/github/sonar/plugins/sonar-core-plugin/sonar with class loader sun.misc.Launcher$AppClassLoader@1ef6a746
  5. Loaded from file:/Users/sbrandhof/.m2/repository/org/apache/derby/derby/10.7.1.1/derby-10.7.1.1.jar
  6. java.vendor=Apple Inc.
  7. java.runtime.version=1.6.0_24-b07-334-10M3326
  8. Database Class Loader started - derby.database.classpath=''
  9. ----------------------------------------------------------------
  10. Thu Apr 28 00:18:01 CEST 2011:
  11. Shutting down instance a816c00e-012f-990a-3e0e-000004e64398 on database directory memory:/Users/sbrandhof/projects/github/sonar/plugins/sonar-core-plugin/sonar with class loader sun.misc.Launcher$AppClassLoader@1ef6a746
  12. Thu Apr 28 00:18:01 CEST 2011 Thread[main,5,main] Cleanup action starting
  13. java.sql.SQLException: Database 'memory:sonar' not found.
  14. at org.apache.derby.impl.jdbc.SQLExceptionFactory40.getSQLException(Unknown Source)
  15. at org.apache.derby.impl.jdbc.Util.newEmbedSQLException(Unknown Source)
  16. at org.apache.derby.impl.jdbc.Util.newEmbedSQLException(Unknown Source)
  17. at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
  18. at org.apache.derby.impl.jdbc.EmbedConnection.newSQLException(Unknown Source)
  19. at org.apache.derby.impl.jdbc.EmbedConnection.handleDBNotFound(Unknown Source)
  20. at org.apache.derby.impl.jdbc.EmbedConnection.<init>(Unknown Source)
  21. at org.apache.derby.impl.jdbc.EmbedConnection30.<init>(Unknown Source)
  22. at org.apache.derby.impl.jdbc.EmbedConnection40.<init>(Unknown Source)
  23. at org.apache.derby.jdbc.Driver40.getNewEmbedConnection(Unknown Source)
  24. at org.apache.derby.jdbc.InternalDriver.connect(Unknown Source)
  25. at org.apache.derby.jdbc.EmbeddedDriver.connect(Unknown Source)
  26. at java.sql.DriverManager.getConnection(DriverManager.java:582)
  27. at java.sql.DriverManager.getConnection(DriverManager.java:207)
  28. at org.sonar.test.persistence.DatabaseTestCase.stopDatabase(DatabaseTestCase.java:89)
  29. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  30. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  31. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  32. at java.lang.reflect.Method.invoke(Method.java:597)
  33. at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
  34. at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
  35. at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
  36. at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:37)
  37. at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
  38. at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:59)
  39. at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:120)
  40. at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:145)
  41. at org.apache.maven.surefire.Surefire.run(Surefire.java:104)
  42. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  43. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  44. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  45. at java.lang.reflect.Method.invoke(Method.java:597)
  46. at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:290)
  47. at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1017)
  48. Caused by: java.sql.SQLException: Database 'memory:sonar' not found.
  49. at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
  50. at org.apache.derby.impl.jdbc.SQLExceptionFactory40.wrapArgsForTransportAcrossDRDA(Unknown Source)
  51. ... 34 more
  52. ============= begin nested exception, level (1) ===========
  53. java.sql.SQLException: Database 'memory:sonar' not found.
  54. at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
  55. at org.apache.derby.impl.jdbc.SQLExceptionFactory40.wrapArgsForTransportAcrossDRDA(Unknown Source)
  56. at org.apache.derby.impl.jdbc.SQLExceptionFactory40.getSQLException(Unknown Source)
  57. at org.apache.derby.impl.jdbc.Util.newEmbedSQLException(Unknown Source)
  58. at org.apache.derby.impl.jdbc.Util.newEmbedSQLException(Unknown Source)
  59. at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
  60. at org.apache.derby.impl.jdbc.EmbedConnection.newSQLException(Unknown Source)
  61. at org.apache.derby.impl.jdbc.EmbedConnection.handleDBNotFound(Unknown Source)
  62. at org.apache.derby.impl.jdbc.EmbedConnection.<init>(Unknown Source)
  63. at org.apache.derby.impl.jdbc.EmbedConnection30.<init>(Unknown Source)
  64. at org.apache.derby.impl.jdbc.EmbedConnection40.<init>(Unknown Source)
  65. at org.apache.derby.jdbc.Driver40.getNewEmbedConnection(Unknown Source)
  66. at org.apache.derby.jdbc.InternalDriver.connect(Unknown Source)
  67. at org.apache.derby.jdbc.EmbeddedDriver.connect(Unknown Source)
  68. at java.sql.DriverManager.getConnection(DriverManager.java:582)
  69. at java.sql.DriverManager.getConnection(DriverManager.java:207)
  70. at org.sonar.test.persistence.DatabaseTestCase.stopDatabase(DatabaseTestCase.java:89)
  71. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  72. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  73. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  74. at java.lang.reflect.Method.invoke(Method.java:597)
  75. at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
  76. at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
  77. at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
  78. at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:37)
  79. at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
  80. at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:59)
  81. at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:120)
  82. at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:145)
  83. at org.apache.maven.surefire.Surefire.run(Surefire.java:104)
  84. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  85. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  86. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  87. at java.lang.reflect.Method.invoke(Method.java:597)
  88. at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:290)
  89. at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1017)
  90. ============= end nested exception, level (1) ===========
  91. Cleanup action completed