FAQ  •  Register  •  Login

Serviio Not Working

<<

Pleblo

Streaming enthusiast

Posts: 26

Joined: Sat Apr 27, 2013 5:20 am

Post Sat Mar 15, 2014 5:34 am

Serviio Not Working

So I leave my server on and I haven't' had any updates or anything. However I went to watch a movie tonight and saw that it wasnt' working so I rebooted the server.

Now I get a pop up saying that serviio can't connect.
I checked the logs and saw something about java so went to java and updated my java. This did not work. So then I upgraded o 4.1 version and still issue happened.

Not really sure where to go from here.

Posting the log file I have.

2014-03-15 00:05:10,584 INFO [ServiioConsole] Initializing Serviio Console
2014-03-15 00:05:10,616 INFO [ServiioConsole] Exitting Serviio Console
2014-03-15 00:05:11,474 INFO [ServiioConsole] Initializing Serviio Console
2014-03-15 00:05:11,489 INFO [ServiioConsole] Exitting Serviio Console
2014-03-15 00:05:14,375 INFO [MediaServer] ------------------------------------------------------------------------
2014-03-15 00:05:14,375 INFO [MediaServer] Serviio DLNA media streaming server v 1.4.1 (rev. 58b9b9e4874b)
2014-03-15 00:05:14,375 INFO [MediaServer] Petr Nejedly 2009-2014
2014-03-15 00:05:14,375 INFO [MediaServer] http://www.serviio.org
2014-03-15 00:05:14,375 INFO [MediaServer]
2014-03-15 00:05:14,375 INFO [MediaServer] Java 1.7.0_05-Oracle Corporation
2014-03-15 00:05:14,375 INFO [MediaServer] OS Windows Server 2008 R2 amd64 6.1
2014-03-15 00:05:14,375 INFO [MediaServer] File encoding: windows-1252
2014-03-15 00:05:14,375 INFO [MediaServer] Headless mode enabled: true
2014-03-15 00:05:14,375 INFO [MediaServer] User: DELL2900SERVER$
2014-03-15 00:05:14,375 INFO [MediaServer] User home dir: C:\
2014-03-15 00:05:14,375 INFO [MediaServer] Temp dir: C:\Windows\TEMP\
2014-03-15 00:05:14,375 INFO [MediaServer] ------------------------------------------------------------------------
2014-03-15 00:05:14,469 INFO [WebServer] Socket buffer set to 65535 bytes
2014-03-15 00:05:14,469 INFO [RestletServer] Starting Restlet server (/rest) exposed on port 23423
2014-03-15 00:05:14,516 INFO [RestletServer] Starting Restlet server (/cds) exposed on port 23424
2014-03-15 00:05:14,516 INFO [RestletServer] Starting Restlet server (/mediabrowser) exposed on port 23424
2014-03-15 00:05:14,531 INFO [DBSchemaUpdateExecutor] Checking if DB schema needs to be updated
2014-03-15 00:05:14,531 INFO [DatabaseManager] Using DERBY database language
2014-03-15 00:05:14,859 WARN [DBConnectionPool] Can't create a new connection for jdbc:derby:db;create=true
java.sql.SQLException: Failed to start database 'db' with class loader sun.misc.Launcher$AppClassLoader@16f21478, see the next exception for details.
at org.apache.derby.impl.jdbc.SQLExceptionFactory40.getSQLException(Unknown Source)
at org.apache.derby.impl.jdbc.Util.newEmbedSQLException(Unknown Source)
at org.apache.derby.impl.jdbc.Util.seeNextException(Unknown Source)
at org.apache.derby.impl.jdbc.EmbedConnection.bootDatabase(Unknown Source)
at org.apache.derby.impl.jdbc.EmbedConnection.<init>(Unknown Source)
at org.apache.derby.impl.jdbc.EmbedConnection40.<init>(Unknown Source)
at org.apache.derby.jdbc.Driver40.getNewEmbedConnection(Unknown Source)
at org.apache.derby.jdbc.InternalDriver.connect(Unknown Source)
at org.apache.derby.jdbc.Driver20.connect(Unknown Source)
at org.apache.derby.jdbc.AutoloadedDriver.connect(Unknown Source)
at java.sql.DriverManager.getConnection(Unknown Source)
at java.sql.DriverManager.getConnection(Unknown Source)
at org.serviio.db.DBConnectionPool.newConnection(DBConnetionPool.java:186)
at org.serviio.db.DBConnectionPool.getConnection(DBConnetionPool.java:123)
at org.serviio.db.DBConnectionPool.getConnection(DBConnetionPool.java:149)
at org.serviio.db.DatabaseManager.getConnection(DatabaseManager.java:71)
at org.serviio.db.DatabaseManager.getConnection(DatabaseManager.java:64)
at org.serviio.update.dao.DBLogDAOImpl.isScriptPresent(DBLogDAOImpl.java:49)
at org.serviio.update.DBSchemaUpdateExecutor.updateDBSchema(DBSchemaUpdateExecutor.java:59)
at org.serviio.MediaServer.main(MediaServer.java:116)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.exe4j.runtime.LauncherEngine.launch(Unknown Source)
at com.exe4j.runtime.WinLauncher$2.run(Unknown Source)
Caused by: java.sql.SQLException: Failed to start database 'db' with class loader sun.misc.Launcher$AppClassLoader@16f21478, see the next exception for details.
at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
at org.apache.derby.impl.jdbc.SQLExceptionFactory40.wrapArgsForTransportAcrossDRDA(Unknown Source)
... 26 more
Caused by: java.sql.SQLException: Recovery failed unexpected problem: Log record is Not first but transaction is not in transaction table : 2355570291.
at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
at org.apache.derby.impl.jdbc.SQLExceptionFactory40.wrapArgsForTransportAcrossDRDA(Unknown Source)
at org.apache.derby.impl.jdbc.SQLExceptionFactory40.getSQLException(Unknown Source)
at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
... 23 more
Caused by: ERROR XSLAO: Recovery failed unexpected problem: Log record is Not first but transaction is not in transaction table : 2355570291.
at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
at org.apache.derby.impl.store.raw.log.FileLogger.redo(Unknown Source)
at org.apache.derby.impl.store.raw.log.LogToFile.recover(Unknown Source)
at org.apache.derby.impl.store.raw.RawStore.boot(Unknown Source)
at org.apache.derby.impl.services.monitor.BaseMonitor.boot(Unknown Source)
at org.apache.derby.impl.services.monitor.TopService.bootModule(Unknown Source)
at org.apache.derby.impl.services.monitor.BaseMonitor.startModule(Unknown Source)
at org.apache.derby.iapi.services.monitor.Monitor.bootServiceModule(Unknown Source)
at org.apache.derby.impl.store.access.RAMAccessManager.boot(Unknown Source)
at org.apache.derby.impl.services.monitor.BaseMonitor.boot(Unknown Source)
at org.apache.derby.impl.services.monitor.TopService.bootModule(Unknown Source)
at org.apache.derby.impl.services.monitor.BaseMonitor.startModule(Unknown Source)
at org.apache.derby.iapi.services.monitor.Monitor.bootServiceModule(Unknown Source)
at org.apache.derby.impl.db.BasicDatabase.bootStore(Unknown Source)
at org.apache.derby.impl.db.BasicDatabase.boot(Unknown Source)
at org.apache.derby.impl.services.monitor.BaseMonitor.boot(Unknown Source)
at org.apache.derby.impl.services.monitor.TopService.bootModule(Unknown Source)
at org.apache.derby.impl.services.monitor.BaseMonitor.bootService(Unknown Source)
at org.apache.derby.impl.services.monitor.BaseMonitor.startProviderService(Unknown Source)
at org.apache.derby.impl.services.monitor.BaseMonitor.findProviderAndStartService(Unknown Source)
at org.apache.derby.impl.services.monitor.BaseMonitor.startPersistentService(Unknown Source)
at org.apache.derby.iapi.services.monitor.Monitor.startPersistentService(Unknown Source)
... 23 more
2014-03-15 00:05:16,871 ERROR [MediaServer] An unexpected error occured. Ending the application. Message: null
java.lang.NullPointerException
at org.serviio.update.dao.DBLogDAOImpl.isScriptPresent(DBLogDAOImpl.java:50)
at org.serviio.update.DBSchemaUpdateExecutor.updateDBSchema(DBSchemaUpdateExecutor.java:59)
at org.serviio.MediaServer.main(MediaServer.java:116)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.exe4j.runtime.LauncherEngine.launch(Unknown Source)
at com.exe4j.runtime.WinLauncher$2.run(Unknown Source)

Thank you,

Pleblo
<<

zip

User avatar

Serviio developer / Site Admin

Posts: 17215

Joined: Sat Oct 24, 2009 12:24 pm

Location: London, UK

Post Sat Mar 15, 2014 12:30 pm

Re: Serviio Not Working

It looks like the library database got corrupted somehow. You'll have to reinstall Serviio I think.
<<

zip

User avatar

Serviio developer / Site Admin

Posts: 17215

Joined: Sat Oct 24, 2009 12:24 pm

Location: London, UK

Post Sat Mar 15, 2014 12:30 pm

Re: Serviio Not Working

It looks like the library database got corrupted somehow. You'll have to reinstall Serviio I think.
<<

Pleblo

Streaming enthusiast

Posts: 26

Joined: Sat Apr 27, 2013 5:20 am

Post Sat Mar 15, 2014 2:02 pm

Re: Serviio Not Working

Ok thank you ZIp. Ill do a reinstall.
<<

Pleblo

Streaming enthusiast

Posts: 26

Joined: Sat Apr 27, 2013 5:20 am

Post Sat Mar 15, 2014 9:39 pm

Re: Serviio Not Working

Thanks Zip that worked great now to readd all my music.

Return to Serviio Support & Help

Who is online

Users browsing this forum: No registered users and 79 guests

Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group.
Designed by ST Software for PTF.