Advertisement
Guest User

Untitled

a guest
Jan 29th, 2017
195
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.47 KB | None | 0 0
  1. ===serviio.log===
  2. 2017-01-27 07:28:16,142 WARN [ServiioStatusService] FileNotFoundException occurred. Returning error code 404 to the REST layer. Message: null
  3. ...
  4. 2017-01-27 07:32:49,948 WARN [MediaFileIndexer] Cannot add file The Amazing Spider-Man 1 (2012).avi because of an unexpected error. Message: Cannot create Video with title The Amazing Spider-Man 1 (2012)
  5. org.serviio.db.dao.PersistenceException: Cannot create Video with title The Amazing Spider-Man 1 (2012)
  6. at org.serviio.library.dao.VideoDAOImpl.create(VideoDAOImpl.java:108)
  7. at org.serviio.library.dao.VideoDAOImpl.create(VideoDAOImpl.java:37)
  8. at org.serviio.library.local.service.VideoService.addVideoToLibrary(VideoService.java:107)
  9. at org.serviio.library.local.indexing.MediaFileIndexer.addNewMediaFile(MediaFileIndexer.java:91)
  10. at org.serviio.library.local.indexing.DefaultLibraryMonitor.fileAdded(DefaultLibraryMonitor.java:49)
  11. at org.serviio.library.local.indexing.pipe.PipeManager$PipeProcessingConsumer.lambda$run$27(PipeManager.java:174)
  12. at java.util.Optional.ifPresent(Optional.java:159)
  13. at org.serviio.library.local.indexing.pipe.PipeManager$PipeProcessingConsumer.run(PipeManager.java:169)
  14. at java.lang.Thread.run(Thread.java:745)
  15. Caused by: java.sql.SQLException: Java exception: 'vtable stub: java.lang.IncompatibleClassChangeError'.
  16. at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
  17. at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
  18. at org.apache.derby.impl.jdbc.Util.seeNextException(Unknown Source)
  19. at org.apache.derby.impl.jdbc.Util.javaException(Unknown Source)
  20. at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
  21. at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
  22. at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
  23. at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
  24. at org.apache.derby.impl.jdbc.EmbedStatement.executeStatement(Unknown Source)
  25. at org.apache.derby.impl.jdbc.EmbedPreparedStatement.executeStatement(Unknown Source)
  26. at org.apache.derby.impl.jdbc.EmbedPreparedStatement.executeLargeUpdate(Unknown Source)
  27. at org.apache.derby.impl.jdbc.EmbedPreparedStatement.executeUpdate(Unknown Source)
  28. at org.serviio.library.dao.VideoDAOImpl.create(VideoDAOImpl.java:105)
  29. ... 8 more
  30. Caused by: ERROR XJ001: Java exception: 'vtable stub: java.lang.IncompatibleClassChangeError'.
  31. at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
  32. at org.apache.derby.impl.jdbc.SQLExceptionFactory.wrapArgsForTransportAcrossDRDA(Unknown Source)
  33. ... 21 more
  34. Caused by: java.lang.IncompatibleClassChangeError: vtable stub
  35. at org.apache.derby.impl.store.access.RAMTransaction.openCompiledConglomerate(Unknown Source)
  36. at org.apache.derby.impl.store.access.btree.index.B2IForwardScan.init(Unknown Source)
  37. at org.apache.derby.impl.store.access.btree.index.B2I.openScan(Unknown Source)
  38. at org.apache.derby.impl.store.access.RAMTransaction.openScan(Unknown Source)
  39. at org.apache.derby.impl.store.access.RAMTransaction.openCompiledScan(Unknown Source)
  40. at org.apache.derby.impl.sql.execute.GenericRIChecker.getScanController(Unknown Source)
  41. at org.apache.derby.impl.sql.execute.ForeignKeyRIChecker.doCheck(Unknown Source)
  42. at org.apache.derby.impl.sql.execute.RISetChecker.doFKCheck(Unknown Source)
  43. at org.apache.derby.impl.sql.execute.InsertResultSet.normalInsertCore(Unknown Source)
  44. at org.apache.derby.impl.sql.execute.InsertResultSet.open(Unknown Source)
  45. at org.apache.derby.impl.sql.GenericPreparedStatement.executeStmt(Unknown Source)
  46. at org.apache.derby.impl.sql.GenericPreparedStatement.execute(Unknown Source)
  47. ... 13 more
  48. ...
  49. 2017-01-27 07:32:52,612 WARN [MediaFileIndexer] Cannot add file Sherlock Holmes 2 - Spiel im Schatten (2011).avi because of an unexpected error. Message: Cannot create Folder with name Sherlock Holmes
  50. org.serviio.db.dao.PersistenceException: Cannot create Folder with name Sherlock Holmes
  51. at org.serviio.library.dao.FolderDAOImpl.create(FolderDAOImpl.java:560)
  52. at org.serviio.library.dao.FolderDAOImpl.getOrCreateFolder(FolderDAOImpl.java:182)
  53. at org.serviio.library.local.service.FolderService.createOrReadFolder(FolderService.java:53)
  54. at org.serviio.library.local.service.VideoService.addVideoToLibrary(VideoService.java:68)
  55. at org.serviio.library.local.indexing.MediaFileIndexer.addNewMediaFile(MediaFileIndexer.java:91)
  56. at org.serviio.library.local.indexing.DefaultLibraryMonitor.fileAdded(DefaultLibraryMonitor.java:49)
  57. at org.serviio.library.local.indexing.pipe.PipeManager$PipeProcessingConsumer.lambda$run$27(PipeManager.java:174)
  58. at java.util.Optional.ifPresent(Optional.java:159)
  59. at org.serviio.library.local.indexing.pipe.PipeManager$PipeProcessingConsumer.run(PipeManager.java:169)
  60. at java.lang.Thread.run(Thread.java:745)
  61. Caused by: java.sql.SQLException: Java exception: 'vtable stub: java.lang.IncompatibleClassChangeError'.
  62. at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
  63. at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
  64. at org.apache.derby.impl.jdbc.Util.seeNextException(Unknown Source)
  65. at org.apache.derby.impl.jdbc.Util.javaException(Unknown Source)
  66. at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
  67. at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
  68. at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
  69. at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
  70. at org.apache.derby.impl.jdbc.EmbedStatement.executeStatement(Unknown Source)
  71. at org.apache.derby.impl.jdbc.EmbedPreparedStatement.executeStatement(Unknown Source)
  72. at org.apache.derby.impl.jdbc.EmbedPreparedStatement.executeLargeUpdate(Unknown Source)
  73. at org.apache.derby.impl.jdbc.EmbedPreparedStatement.executeUpdate(Unknown Source)
  74. at org.serviio.library.dao.FolderDAOImpl.create(FolderDAOImpl.java:557)
  75. ... 9 more
  76. Caused by: ERROR XJ001: Java exception: 'vtable stub: java.lang.IncompatibleClassChangeError'.
  77. at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
  78. at org.apache.derby.impl.jdbc.SQLExceptionFactory.wrapArgsForTransportAcrossDRDA(Unknown Source)
  79. ... 22 more
  80. Caused by: java.lang.IncompatibleClassChangeError: vtable stub
  81. at org.apache.derby.impl.store.access.RAMTransaction.openCompiledConglomerate(Unknown Source)
  82. at org.apache.derby.impl.store.access.btree.index.B2IController.init(Unknown Source)
  83. at org.apache.derby.impl.store.access.btree.index.B2I.open(Unknown Source)
  84. at org.apache.derby.impl.store.access.RAMTransaction.openConglomerate(Unknown Source)
  85. at org.apache.derby.impl.store.access.RAMTransaction.openCompiledConglomerate(Unknown Source)
  86. at org.apache.derby.impl.sql.execute.IndexChanger.openIndexCC(Unknown Source)
  87. at org.apache.derby.impl.sql.execute.IndexChanger.insertAndCheckDups(Unknown Source)
  88. at org.apache.derby.impl.sql.execute.IndexChanger.doInsert(Unknown Source)
  89. at org.apache.derby.impl.sql.execute.IndexChanger.insert(Unknown Source)
  90. at org.apache.derby.impl.sql.execute.IndexSetChanger.insert(Unknown Source)
  91. at org.apache.derby.impl.sql.execute.RowChangerImpl.insertRow(Unknown Source)
  92. at org.apache.derby.impl.sql.execute.InsertResultSet.normalInsertCore(Unknown Source)
  93. at org.apache.derby.impl.sql.execute.InsertResultSet.open(Unknown Source)
  94. at org.apache.derby.impl.sql.GenericPreparedStatement.executeStmt(Unknown Source)
  95. at org.apache.derby.impl.sql.GenericPreparedStatement.execute(Unknown Source)
  96. ... 14 more
  97. ...
  98. 2017-01-27 08:44:25,331 WARN [ServiioStatusService] FileNotFoundException occurred. Returning error code 404 to the REST layer. Message: null
  99. 2017-01-27 08:59:24,935 WARN [ServiioStatusService] PersistenceException occurred. Returning error code 500 to the REST layer. Message: Cannot get counts of media items by type
  100. 2017-01-27 08:59:29,957 WARN [ServiioStatusService] PersistenceException occurred. Returning error code 500 to the REST layer. Message: Cannot get counts of media items by type
  101. 2017-01-27 08:59:34,925 WARN [ServiioStatusService] PersistenceException occurred. Returning error code 500 to the REST layer. Message: Cannot get counts of media items by type
  102. 2017-01-27 08:59:41,864 WARN [ServiioStatusService] NullPointerException occurred. Returning error code 500 to the REST layer. Message: null
  103. 2017-01-27 08:59:44,874 WARN [ServiioStatusService] PersistenceException occurred. Returning error code 500 to the REST layer. Message: Cannot get counts of media items by type
  104. 2017-01-27 08:59:49,882 WARN [ServiioStatusService] PersistenceException occurred. Returning error code 500 to the REST layer. Message: Cannot get counts of media items by type
  105. Exception in thread "pool-10-thread-7" java.lang.NullPointerException
  106. at org.serviio.renderer.dao.RendererDAOImpl.create(RendererDAOImpl.java:53)
  107. at org.serviio.renderer.RendererManager.createRenderer(RendererManager.java:257)
  108. at org.serviio.renderer.RendererManager.getProfileByRendererDescriptionFromURL(RendererManager.java:311)
  109. at org.serviio.renderer.RendererManager.rendererAvailable(RendererManager.java:125)
  110. at org.serviio.upnp.discovery.RendererAdvertisementProcessor.run(RendererAdvertisementProcessor.java:82)
  111. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
  112. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
  113. at java.lang.Thread.run(Thread.java:745)
  114. === end===
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement