[SOLVED] JRE killed by exception, Serviio dies
I'm currently investigating a situation where serviio throws an unhandeled exception which in the process kills JRE. A NAS reboot or
is required to get it running again.
Trying to without a previous -stop leads to this:
I managed to gather relevant logfiles. DEBUG loglevel was not set but I changed it and the next crash will be caught with DEBUG loglevel. At least you see the exception:
https://dl.dropboxusercontent.com/u/7772206/serviio.log
https://dl.dropboxusercontent.com/u/7772206/derby.log
Some facts:
Serviio 1.4.1.2 installed from QPKG "Serviio 1.4.1.2 Revision 1" here:
viewtopic.php?f=14&t=5324
I got it running for several hours:
but still at some point it just crashes with the given exception:
- Code:
Tue Aug 19 11:13:47 CEST 2014 Thread[LibraryUpdatesCheckerThread,1,ServioThreads] (XID = 296840), (SESSIONID = 5), (DATABASE = db), (DRDAID = null), Failed Statement is: SELECT DISTINCT(person.id) as id, name, sort_name, initial FROM person, person_role WHERE person_role.person_id = person.id AND person_role.id IN (?)
java.lang.ClassCastException: <unknown> cannot be cast to org.apache.derby.iapi.sql.depend.Dependency
And I have no idea what I'm doing.
PS:
Oh and some more facts:
- Code:
2014-08-19 15:14:51,459 INFO [MediaServer] ------------------------------------------------------------------------
2014-08-19 15:14:51,460 INFO [MediaServer] Serviio DLNA media streaming server v 1.4.1.2 (rev. 3753eff81a2f+)
2014-08-19 15:14:51,461 INFO [MediaServer] Petr Nejedly 2009-2014
2014-08-19 15:14:51,461 INFO [MediaServer] http://www.serviio.org
2014-08-19 15:14:51,461 INFO [MediaServer]
2014-08-19 15:14:51,461 INFO [MediaServer] Java 1.7.0_02-Oracle Corporation
2014-08-19 15:14:51,462 INFO [MediaServer] OS Linux arm 3.4.6
2014-08-19 15:14:51,462 INFO [MediaServer] File encoding: UTF-8
2014-08-19 15:14:51,465 INFO [MediaServer] Headless mode enabled: true
2014-08-19 15:14:51,465 INFO [MediaServer] User: admin
2014-08-19 15:14:51,465 INFO [MediaServer] User home dir: /share/homes/admin
2014-08-19 15:14:51,465 INFO [MediaServer] Temp dir: /root/.serviio/tmp
2014-08-19 15:14:51,466 INFO [MediaServer] ------------------------------------------------------------------------
Please let me know if there is anything more I can do to clarify this situation. Serviio has become the hub of my home-entertainment network and SAT TV is currently broken

Thanks