Advertisement
Guest User

Untitled

a guest
Jul 15th, 2018
174
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.86 KB | None | 0 0
  1. java.sql.SQLException: Failed to start database 'c:/sisfarjDB' with class loader sun.misc.Launcher$AppClassLoader@6d06d69c, see the next exception for details.
  2. at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
  3. at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
  4. at org.apache.derby.impl.jdbc.Util.seeNextException(Unknown Source)
  5. at org.apache.derby.impl.jdbc.EmbedConnection.bootDatabase(Unknown Source)
  6. at org.apache.derby.impl.jdbc.EmbedConnection.<init>(Unknown Source)
  7. at org.apache.derby.jdbc.InternalDriver$1.run(Unknown Source)
  8. at org.apache.derby.jdbc.InternalDriver$1.run(Unknown Source)
  9. at java.security.AccessController.doPrivileged(Native Method)
  10. at org.apache.derby.jdbc.InternalDriver.getNewEmbedConnection(Unknown Source)
  11. at org.apache.derby.jdbc.InternalDriver.connect(Unknown Source)
  12. at org.apache.derby.jdbc.InternalDriver.connect(Unknown Source)
  13. at org.apache.derby.jdbc.AutoloadedDriver.connect(Unknown Source)
  14. at java.sql.DriverManager.getConnection(Unknown Source)
  15. at java.sql.DriverManager.getConnection(Unknown Source)
  16. at db.DB.<init>(DB.java:59)
  17. at db.DB.assegurarConexao(DB.java:119)
  18. at db.DB.getInstancia(DB.java:73)
  19. at data_source.MDAbstrato.getTabela(MDAbstrato.java:25)
  20. at data_source.MDAbstrato.imprimirTabela(MDAbstrato.java:16)
  21. at ImprimirTabelas.main(ImprimirTabelas.java:17)
  22. Caused by: ERROR XJ040: Failed to start database 'c:/sisfarjDB' with class loader sun.misc.Launcher$AppClassLoader@6d06d69c, see the next exception for details.
  23. at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
  24. at org.apache.derby.impl.jdbc.SQLExceptionFactory.wrapArgsForTransportAcrossDRDA(Unknown Source)
  25. ... 20 more
  26. Caused by: ERROR XSDB6: Another instance of Derby may have already booted the database C:\sisfarjDB.
  27. at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
  28. at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
  29. at org.apache.derby.impl.store.raw.data.BaseDataFileFactory.privGetJBMSLockOnDB(Unknown Source)
  30. at org.apache.derby.impl.store.raw.data.BaseDataFileFactory.run(Unknown Source)
  31. at java.security.AccessController.doPrivileged(Native Method)
  32. at org.apache.derby.impl.store.raw.data.BaseDataFileFactory.getJBMSLockOnDB(Unknown Source)
  33. at org.apache.derby.impl.store.raw.data.BaseDataFileFactory.boot(Unknown Source)
  34. at org.apache.derby.impl.services.monitor.BaseMonitor.boot(Unknown Source)
  35. at org.apache.derby.impl.services.monitor.TopService.bootModule(Unknown Source)
  36. at org.apache.derby.impl.services.monitor.BaseMonitor.startModule(Unknown Source)
  37. at org.apache.derby.impl.services.monitor.FileMonitor.startModule(Unknown Source)
  38. at org.apache.derby.iapi.services.monitor.Monitor.bootServiceModule(Unknown Source)
  39. at org.apache.derby.impl.store.raw.RawStore$6.run(Unknown Source)
  40. at java.security.AccessController.doPrivileged(Native Method)
  41. at org.apache.derby.impl.store.raw.RawStore.bootServiceModule(Unknown Source)
  42. at org.apache.derby.impl.store.raw.RawStore.boot(Unknown Source)
  43. at org.apache.derby.impl.services.monitor.BaseMonitor.boot(Unknown Source)
  44. at org.apache.derby.impl.services.monitor.TopService.bootModule(Unknown Source)
  45. at org.apache.derby.impl.services.monitor.BaseMonitor.startModule(Unknown Source)
  46. at org.apache.derby.impl.services.monitor.FileMonitor.startModule(Unknown Source)
  47. at org.apache.derby.iapi.services.monitor.Monitor.bootServiceModule(Unknown Source)
  48. at org.apache.derby.impl.store.access.RAMAccessManager$5.run(Unknown Source)
  49. at java.security.AccessController.doPrivileged(Native Method)
  50. at org.apache.derby.impl.store.access.RAMAccessManager.bootServiceModule(Unknown Source)
  51. at org.apache.derby.impl.store.access.RAMAccessManager.boot(Unknown Source)
  52. at org.apache.derby.impl.services.monitor.BaseMonitor.boot(Unknown Source)
  53. at org.apache.derby.impl.services.monitor.TopService.bootModule(Unknown Source)
  54. at org.apache.derby.impl.services.monitor.BaseMonitor.startModule(Unknown Source)
  55. at org.apache.derby.impl.services.monitor.FileMonitor.startModule(Unknown Source)
  56. at org.apache.derby.iapi.services.monitor.Monitor.bootServiceModule(Unknown Source)
  57. at org.apache.derby.impl.db.BasicDatabase$5.run(Unknown Source)
  58. at java.security.AccessController.doPrivileged(Native Method)
  59. at org.apache.derby.impl.db.BasicDatabase.bootServiceModule(Unknown Source)
  60. at org.apache.derby.impl.db.BasicDatabase.bootStore(Unknown Source)
  61. at org.apache.derby.impl.db.BasicDatabase.boot(Unknown Source)
  62. at org.apache.derby.impl.services.monitor.BaseMonitor.boot(Unknown Source)
  63. at org.apache.derby.impl.services.monitor.TopService.bootModule(Unknown Source)
  64. at org.apache.derby.impl.services.monitor.BaseMonitor.bootService(Unknown Source)
  65. at org.apache.derby.impl.services.monitor.BaseMonitor.startProviderService(Unknown Source)
  66. at org.apache.derby.impl.services.monitor.BaseMonitor.findProviderAndStartService(Unknown Source)
  67. at org.apache.derby.impl.services.monitor.BaseMonitor.startPersistentService(Unknown Source)
  68. at org.apache.derby.iapi.services.monitor.Monitor.startPersistentService(Unknown Source)
  69. at org.apache.derby.impl.jdbc.EmbedConnection$4.run(Unknown Source)
  70. at org.apache.derby.impl.jdbc.EmbedConnection$4.run(Unknown Source)
  71. at java.security.AccessController.doPrivileged(Native Method)
  72. at org.apache.derby.impl.jdbc.EmbedConnection.startPersistentService(Unknown Source)
  73. ... 17 more
  74. DBTablePrinter Error: Result set is null!
  75. Exception in thread "main" java.sql.SQLException: Failed to start database 'c:/sisfarjDB' with class loader sun.misc.Launcher$AppClassLoader@6d06d69c, see the next exception for details.
  76. at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
  77. at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
  78. at org.apache.derby.impl.jdbc.Util.seeNextException(Unknown Source)
  79. at org.apache.derby.impl.jdbc.EmbedConnection.bootDatabase(Unknown Source)
  80. at org.apache.derby.impl.jdbc.EmbedConnection.<init>(Unknown Source)
  81. at org.apache.derby.jdbc.InternalDriver$1.run(Unknown Source)
  82. at org.apache.derby.jdbc.InternalDriver$1.run(Unknown Source)
  83. at java.security.AccessController.doPrivileged(Native Method)
  84. at org.apache.derby.jdbc.InternalDriver.getNewEmbedConnection(Unknown Source)
  85. at org.apache.derby.jdbc.InternalDriver.connect(Unknown Source)
  86. at org.apache.derby.jdbc.InternalDriver.connect(Unknown Source)
  87. at org.apache.derby.jdbc.AutoloadedDriver.connect(Unknown Source)
  88. at java.sql.DriverManager.getConnection(Unknown Source)
  89. at java.sql.DriverManager.getConnection(Unknown Source)
  90. at db.DB.<init>(DB.java:59)
  91. at db.DB.assegurarConexao(DB.java:119)
  92. at db.DB.getInstancia(DB.java:73)
  93. at data_source.MDAbstrato.imprimirTabela(MDAbstrato.java:17)
  94. at ImprimirTabelas.main(ImprimirTabelas.java:17)
  95. Caused by: ERROR XJ040: Failed to start database 'c:/sisfarjDB' with class loader sun.misc.Launcher$AppClassLoader@6d06d69c, see the next exception for details.
  96. at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
  97. at org.apache.derby.impl.jdbc.SQLExceptionFactory.wrapArgsForTransportAcrossDRDA(Unknown Source)
  98. ... 19 more
  99. Caused by: ERROR XSDB6: Another instance of Derby may have already booted the database C:\sisfarjDB.
  100. at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
  101. at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
  102. at org.apache.derby.impl.store.raw.data.BaseDataFileFactory.privGetJBMSLockOnDB(Unknown Source)
  103. at org.apache.derby.impl.store.raw.data.BaseDataFileFactory.run(Unknown Source)
  104. at java.security.AccessController.doPrivileged(Native Method)
  105. at org.apache.derby.impl.store.raw.data.BaseDataFileFactory.getJBMSLockOnDB(Unknown Source)
  106. at org.apache.derby.impl.store.raw.data.BaseDataFileFactory.boot(Unknown Source)
  107. at org.apache.derby.impl.services.monitor.BaseMonitor.boot(Unknown Source)
  108. at org.apache.derby.impl.services.monitor.TopService.bootModule(Unknown Source)
  109. at org.apache.derby.impl.services.monitor.BaseMonitor.startModule(Unknown Source)
  110. at org.apache.derby.impl.services.monitor.FileMonitor.startModule(Unknown Source)
  111. at org.apache.derby.iapi.services.monitor.Monitor.bootServiceModule(Unknown Source)
  112. at org.apache.derby.impl.store.raw.RawStore$6.run(Unknown Source)
  113. at java.security.AccessController.doPrivileged(Native Method)
  114. at org.apache.derby.impl.store.raw.RawStore.bootServiceModule(Unknown Source)
  115. at org.apache.derby.impl.store.raw.RawStore.boot(Unknown Source)
  116. at org.apache.derby.impl.services.monitor.BaseMonitor.boot(Unknown Source)
  117. at org.apache.derby.impl.services.monitor.TopService.bootModule(Unknown Source)
  118. at org.apache.derby.impl.services.monitor.BaseMonitor.startModule(Unknown Source)
  119. at org.apache.derby.impl.services.monitor.FileMonitor.startModule(Unknown Source)
  120. at org.apache.derby.iapi.services.monitor.Monitor.bootServiceModule(Unknown Source)
  121. at org.apache.derby.impl.store.access.RAMAccessManager$5.run(Unknown Source)
  122. at java.security.AccessController.doPrivileged(Native Method)
  123. at org.apache.derby.impl.store.access.RAMAccessManager.bootServiceModule(Unknown Source)
  124. at org.apache.derby.impl.store.access.RAMAccessManager.boot(Unknown Source)
  125. at org.apache.derby.impl.services.monitor.BaseMonitor.boot(Unknown Source)
  126. at org.apache.derby.impl.services.monitor.TopService.bootModule(Unknown Source)
  127. at org.apache.derby.impl.services.monitor.BaseMonitor.startModule(Unknown Source)
  128. at org.apache.derby.impl.services.monitor.FileMonitor.startModule(Unknown Source)
  129. at org.apache.derby.iapi.services.monitor.Monitor.bootServiceModule(Unknown Source)
  130. at org.apache.derby.impl.db.BasicDatabase$5.run(Unknown Source)
  131. at java.security.AccessController.doPrivileged(Native Method)
  132. at org.apache.derby.impl.db.BasicDatabase.bootServiceModule(Unknown Source)
  133. at org.apache.derby.impl.db.BasicDatabase.bootStore(Unknown Source)
  134. at org.apache.derby.impl.db.BasicDatabase.boot(Unknown Source)
  135. at org.apache.derby.impl.services.monitor.BaseMonitor.boot(Unknown Source)
  136. at org.apache.derby.impl.services.monitor.TopService.bootModule(Unknown Source)
  137. at org.apache.derby.impl.services.monitor.BaseMonitor.bootService(Unknown Source)
  138. at org.apache.derby.impl.services.monitor.BaseMonitor.startProviderService(Unknown Source)
  139. at org.apache.derby.impl.services.monitor.BaseMonitor.findProviderAndStartService(Unknown Source)
  140. at org.apache.derby.impl.services.monitor.BaseMonitor.startPersistentService(Unknown Source)
  141. at org.apache.derby.iapi.services.monitor.Monitor.startPersistentService(Unknown Source)
  142. at org.apache.derby.impl.jdbc.EmbedConnection$4.run(Unknown Source)
  143. at org.apache.derby.impl.jdbc.EmbedConnection$4.run(Unknown Source)
  144. at java.security.AccessController.doPrivileged(Native Method)
  145. at org.apache.derby.impl.jdbc.EmbedConnection.startPersistentService(Unknown Source)
  146. ... 16 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement