FAQ  •  Register  •  Login

Cant connect to Serviio Sever. Appears not to be running.

<<

Ahhk

Serviio newbie

Posts: 15

Joined: Tue Dec 06, 2011 4:13 pm

Post Thu Jun 06, 2013 8:11 pm

Cant connect to Serviio Sever. Appears not to be running.

I was running 0.63 (or somewhere around there) and decided to update to 1.2.1.

After rebooting, I get a message from the Console about not being able to connect to the server....appears not to be running....

I checked the services, and the Serviio service IS running.

Reinstalled two more times with no change.

LOG after boot:

2013-06-06 14:55:04,249 INFO [ServiioConsole] Starting Serviio Console
2013-06-06 14:55:04,420 INFO [ServiioConsole] Connecting to Serviio REST on localhost:23423
2013-06-06 14:57:14,700 WARN [ServiioConsole] Cannot connect to the server to get DB initialization info
2013-06-06 14:59:24,752 WARN [ServiioConsole] Cannot connect to server: Connection Error (1000) - Connection timed out: connect
2013-06-06 14:59:24,771 INFO [Messages] Loaded console message bundle for locale: en
2013-06-06 14:59:58,359 INFO [ServiioConsole] Leaving Serviio Console
2013-06-06 15:00:29,498 INFO [ServiioConsole] Starting Serviio Console
2013-06-06 15:00:29,567 INFO [ServiioConsole] Connecting to Serviio REST on localhost:23423
2013-06-06 15:02:39,753 WARN [ServiioConsole] Cannot connect to the server to get DB initialization info

LOG after serviio.bat:

2013-06-06 15:04:49,799 WARN [ServiioConsole] Cannot connect to server: Connection Error (1000) - Connection timed out: connect
2013-06-06 15:04:49,817 INFO [Messages] Loaded console message bundle for locale: en
2013-06-06 15:06:57,867 ERROR [ApplicationInstanceManager] Error connecting to local port for single instance notification
2013-06-06 15:06:57,871 ERROR [ApplicationInstanceManager] Connection timed out: connect
java.net.ConnectException: Connection timed out: connect
at java.net.TwoStacksPlainSocketImpl.socketConnect(Native Method)
at java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.net.PlainSocketImpl.connect(Unknown Source)
at java.net.SocksSocketImpl.connect(Unknown Source)
at java.net.Socket.connect(Unknown Source)
at java.net.Socket.connect(Unknown Source)
at java.net.Socket.<init>(Unknown Source)
at java.net.Socket.<init>(Unknown Source)
at org.serviio.ApplicationInstanceManager.registerInstance(ApplicationInstanceManager.java:105)
at org.serviio.MediaServer.checkForRunningInstances(MediaServer.java:281)
at org.serviio.MediaServer.main(MediaServer.java:104)
2013-06-06 15:06:57,899 INFO [MediaServer] ------------------------------------------------------------------------
2013-06-06 15:06:57,899 INFO [MediaServer] Serviio DLNA media streaming server v 1.2.1 (rev. a2aa56064460+)
2013-06-06 15:06:57,899 INFO [MediaServer] Petr Nejedly 2009-2013
2013-06-06 15:06:57,899 INFO [MediaServer] http://www.serviio.org
2013-06-06 15:06:57,899 INFO [MediaServer]
2013-06-06 15:06:57,899 INFO [MediaServer] Java 1.7.0_21-Oracle Corporation
2013-06-06 15:06:57,899 INFO [MediaServer] OS Windows 7 amd64 6.1
2013-06-06 15:06:57,899 INFO [MediaServer] File encoding: windows-1252
2013-06-06 15:06:57,900 INFO [MediaServer] Headless mode enabled: true
2013-06-06 15:06:57,900 INFO [MediaServer] User: #####
2013-06-06 15:06:57,900 INFO [MediaServer] User home dir: C:\Users\#####
2013-06-06 15:06:57,900 INFO [MediaServer] Temp dir: C:\Users\#####\AppData\Local\Temp\
2013-06-06 15:06:57,900 INFO [MediaServer] ------------------------------------------------------------------------
2013-06-06 15:06:58,017 INFO [WebServer] Socket buffer set to 65535 bytes
2013-06-06 15:06:58,018 INFO [RestletServer] Starting Restlet server (/rest) exposed on port 23423
2013-06-06 15:06:58,056 INFO [RestletServer] Starting Restlet server (/cds) exposed on port 23424
2013-06-06 15:06:58,056 INFO [RestletServer] Starting Restlet server (/mediabrowser) exposed on port 23424
2013-06-06 15:06:58,089 INFO [DBSchemaUpdateExecutor] Checking if DB schema needs to be updated
2013-06-06 15:06:58,408 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@6bad186f, 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.EmbedConnection30.<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.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:66)
at org.serviio.db.DatabaseManager.getConnection(DatabaseManager.java:59)
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:114)
Caused by: java.sql.SQLException: Failed to start database 'db' with class loader sun.misc.Launcher$AppClassLoader@6bad186f, 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)
... 20 more
Caused by: java.sql.SQLException: Another instance of Derby may have already booted the database C:\Program Files\Serviio\library\db.
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)
... 17 more
Caused by: ERROR XSDB6: Another instance of Derby may have already booted the database C:\Program Files\Serviio\library\db.
at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
at org.apache.derby.impl.store.raw.data.BaseDataFileFactory.privGetJBMSLockOnDB(Unknown Source)
at org.apache.derby.impl.store.raw.data.BaseDataFileFactory.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at org.apache.derby.impl.store.raw.data.BaseDataFileFactory.getJBMSLockOnDB(Unknown Source)
at org.apache.derby.impl.store.raw.data.BaseDataFileFactory.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.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)
... 17 more
2013-06-06 15:07:00,412 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:114)
<<

will

DLNA master

Posts: 2138

Joined: Mon Aug 30, 2010 11:18 am

Location: UK

Post Thu Jun 06, 2013 8:19 pm

Re: Cant connect to Serviio Sever. Appears not to be running

Something is locking the db. Does it still happen after a restart?

A quick fix would be to delete C:\Program Files\Serviio\library\ although you will need to set it up again.
Will

ServiiDroid (Android Console) Developer: Download | Home | Support
ServiiGo (Android 3G/4G/WiFi Playback App) Developer: Download | Home | Support
<<

Ahhk

Serviio newbie

Posts: 15

Joined: Tue Dec 06, 2011 4:13 pm

Post Thu Jun 06, 2013 8:25 pm

Re: Cant connect to Serviio Sever. Appears not to be running

will wrote:Something is locking the db. Does it still happen after a restart?

A quick fix would be to delete C:\Program Files\Serviio\library\ although you will need to set it up again.


I've rebooted about 10 times already.

I did recently install the java 7-21 update. Might this cause the problem?

Also, does Serviio support x64 Java?

UPDATE: Killing the service and deleting the /Library folder didnt change anything.

UPDATE2: Something seemed corrupted to me. Trying to kill the serviio service from the service manager errored out. Doing it from the "Stop Serviio Service" Shortcut caused it to hang at "Stopping....". When I finally got it killed, I deleted the ServiioService.exe and then reinstalled 1.2.1 and rebooted. And it works!...except ALL my settings were reset.

UPDATE3: I re-setup my library, settings, devices, etc and it worked great for about 4 hours of watching. But, this morning when I woke up, it was showing the "Cant connect to Serviio server..." message again. What am I missing here? No Windows updates were run, no changes were made. The machine was just idle all night. Serviio 0.6x was rock solid for me. 1.2.1 has been whacked. Don't understand why.

Here's all the log entries while it was idle:

2013-06-07 04:44:10,434 WARN [RepositoryView$LibraryStatusCheckerThread] Error retrieving library update status: Connection Error (1000) - Connection timed out: connect
2013-06-07 04:46:20,445 WARN [RepositoryView$LibraryStatusCheckerThread] Error retrieving library update status: Connection Error (1000) - Connection timed out: connect
2013-06-07 05:00:30,479 WARN [RepositoryView$LibraryStatusCheckerThread] Error retrieving library update status: Connection Error (1000) - Connection timed out: connect
2013-06-07 05:20:40,501 WARN [RepositoryView$LibraryStatusCheckerThread] Error retrieving library update status: Connection Error (1000) - Connection timed out: connect
2013-06-07 05:40:50,521 WARN [RepositoryView$LibraryStatusCheckerThread] Error retrieving library update status: Connection Error (1000) - Connection timed out: connect
2013-06-07 05:53:27,699 WARN [ServiioConsole] Cannot connect to server: Connection Error (1000) - Connection timed out: connect
2013-06-07 06:01:00,547 WARN [RepositoryView$LibraryStatusCheckerThread] Error retrieving library update status: Connection Error (1000) - Connection timed out: connect
2013-06-07 06:21:10,563 WARN [RepositoryView$LibraryStatusCheckerThread] Error retrieving library update status: Connection Error (1000) - Connection timed out: connect
2013-06-07 06:41:20,588 WARN [RepositoryView$LibraryStatusCheckerThread] Error retrieving library update status: Connection Error (1000) - Connection timed out: connect
2013-06-07 07:01:30,607 WARN [RepositoryView$LibraryStatusCheckerThread] Error retrieving library update status: Connection Error (1000) - Connection timed out: connect
2013-06-07 07:15:05,097 INFO [ServiioConsole] Leaving Serviio Console
2013-06-07 07:19:08,332 INFO [ServiioConsole] Starting Serviio Console
2013-06-07 07:19:08,648 INFO [ServiioConsole] Connecting to Serviio REST on localhost:23423
2013-06-07 07:39:24,927 WARN [ServiioConsole] Cannot connect to the server to get DB initialization info
2013-06-07 07:59:40,968 WARN [ServiioConsole] Cannot connect to server: Connection Error (1000) - Connection timed out: connect
2013-06-07 07:59:40,997 INFO [Messages] Loaded console message bundle for locale: en
2013-06-07 08:00:06,291 INFO [ServiioConsole] Leaving Serviio Console
2013-06-07 08:59:09,537 INFO [ServiioConsole] Starting Serviio Console
2013-06-07 08:59:09,675 INFO [ServiioConsole] Connecting to Serviio REST on localhost:23423
<<

betatester

Serviio newbie

Posts: 1

Joined: Fri Jun 07, 2013 11:06 pm

Post Fri Jun 07, 2013 11:13 pm

Re: Cant connect to Serviio Sever. Appears not to be running

+1

Exact same problem !

First time using Serviio..... will it be my last???
<<

zip

User avatar

Serviio developer / Site Admin

Posts: 17215

Joined: Sat Oct 24, 2009 12:24 pm

Location: London, UK

Post Mon Jun 10, 2013 9:51 am

Re: Cant connect to Serviio Sever. Appears not to be running

NOt sure, a different version of Java might help.
<<

mavios

Serviio newbie

Posts: 1

Joined: Fri Jun 14, 2013 7:11 am

Post Fri Jun 14, 2013 7:20 am

Re: Cant connect to Serviio Sever. Appears not to be running

I have a similar issue on my laptop at work and my laptop at home both running windows 7 64 bit
when I start the PC serviio runs ok but if for any reason I close it then I won't be able to restart it
here is my log below

  Code:
2013-06-14 11:05:12,029 INFO  [MediaServer] ------------------------------------------------------------------------
2013-06-14 11:05:12,029 INFO  [MediaServer] Serviio DLNA media streaming server v 1.2.1 (rev. a2aa56064460+)
2013-06-14 11:05:12,029 INFO  [MediaServer] Petr Nejedly 2009-2013
2013-06-14 11:05:12,029 INFO  [MediaServer] http://www.serviio.org
2013-06-14 11:05:12,029 INFO  [MediaServer]
2013-06-14 11:05:12,029 INFO  [MediaServer] Java 1.6.0_22-Sun Microsystems Inc.
2013-06-14 11:05:12,029 INFO  [MediaServer] OS Windows 7 amd64 6.1
2013-06-14 11:05:12,029 INFO  [MediaServer] File encoding: windows-1252
2013-06-14 11:05:12,045 INFO  [MediaServer] Headless mode enabled: true
2013-06-14 11:05:12,045 INFO  [MediaServer] User: SDS11$
2013-06-14 11:05:12,045 INFO  [MediaServer] User home dir: C:\
2013-06-14 11:05:12,045 INFO  [MediaServer] Temp dir: C:\Windows\TEMP\
2013-06-14 11:05:12,045 INFO  [MediaServer] ------------------------------------------------------------------------
2013-06-14 11:05:12,341 INFO  [WebServer] Socket buffer set to 65535 bytes
2013-06-14 11:05:12,341 INFO  [RestletServer] Starting Restlet server (/rest) exposed on port 23423
2013-06-14 11:05:12,393 INFO  [RestletServer] Starting Restlet server (/cds) exposed on port 23424
2013-06-14 11:05:12,393 INFO  [RestletServer] Starting Restlet server (/mediabrowser) exposed on port 23424
2013-06-14 11:05:12,393 INFO  [DBSchemaUpdateExecutor] Checking if DB schema needs to be updated
2013-06-14 11:05:15,324 INFO  [DBSchemaUpdateExecutor] Updating DB schema
2013-06-14 11:05:19,012 INFO  [DBSchemaUpdateExecutor] Cleaning persistent cache
2013-06-14 11:05:28,166 INFO  [Device] Created UPnP Device with UUID: 52f87b40-3dc2-3196-b089-5640e5a2fa57, bound address: 192.168.0.104
2013-06-14 11:05:28,432 WARN  [IndexedDiskCache] Region [online_technical_metadata] Reseting cache
2013-06-14 11:05:28,868 INFO  [MediaServer] ------------------------------------------------------------------------
2013-06-14 11:05:28,868 INFO  [MediaServer] License: PRO (EVALUATION, id: 11111111-1111-1111-1111-111111111113)
2013-06-14 11:05:28,868 INFO  [MediaServer] ------------------------------------------------------------------------
2013-06-14 11:05:29,290 INFO  [ProfilesDefinitionParser] Parsing Profiles definition
2013-06-14 11:05:29,383 INFO  [ProfilesDefinitionParser] Added profile 'Generic DLNA profile' (id=1)
2013-06-14 11:05:29,399 INFO  [ProfilesDefinitionParser] Added profile 'Samsung TV (B-series)' (id=2)
2013-06-14 11:05:29,399 INFO  [ProfilesDefinitionParser] Added profile 'Xbox 360' (id=3)
2013-06-14 11:05:29,399 INFO  [ProfilesDefinitionParser] Added profile 'Playstation 3' (id=4)
2013-06-14 11:05:29,399 INFO  [ProfilesDefinitionParser] Added profile 'Samsung TV (A-series)' (id=5)
2013-06-14 11:05:29,414 INFO  [ProfilesDefinitionParser] Added profile 'DirecTV HD-DVR' (id=6)
2013-06-14 11:05:29,414 INFO  [ProfilesDefinitionParser] Added profile 'Samsung TV / player (C/D/E-series)' (id=7)
2013-06-14 11:05:29,414 INFO  [ProfilesDefinitionParser] Added profile 'LG TV / player' (id=8)
2013-06-14 11:05:29,414 INFO  [ProfilesDefinitionParser] Added profile 'Sony Bravia TV (2012)' (id=sony2012)
2013-06-14 11:05:29,414 INFO  [ProfilesDefinitionParser] Added profile 'Sony BDP-Sx90 (2012)' (id=bdp2012)
2013-06-14 11:05:29,414 INFO  [ProfilesDefinitionParser] Added profile 'Sony BDP-Sx70/SMP-N100 (2010)' (id=bdp2010)
2013-06-14 11:05:29,414 INFO  [ProfilesDefinitionParser] Added profile 'Sony BDP-Sx70/SMP-N100 (2010) - US' (id=bdp2010us)
2013-06-14 11:05:29,414 INFO  [ProfilesDefinitionParser] Added profile 'Sony BDP-Sx80/SMP-N200 (2011)' (id=bdp2011)
2013-06-14 11:05:29,414 INFO  [ProfilesDefinitionParser] Added profile 'Toshiba REGZA' (id=13)
2013-06-14 11:05:29,414 INFO  [ProfilesDefinitionParser] Added profile 'WDTV Live' (id=14)
2013-06-14 11:05:29,430 INFO  [ProfilesDefinitionParser] Added profile 'LaCie LaCinema Media Player' (id=15)
2013-06-14 11:05:29,430 INFO  [ProfilesDefinitionParser] Added profile 'Manta WIFI Centre' (id=16)
2013-06-14 11:05:29,430 INFO  [ProfilesDefinitionParser] Added profile 'Pure Flow' (id=17)
2013-06-14 11:05:29,430 INFO  [ProfilesDefinitionParser] Added profile 'Sharp Aquos' (id=18)
2013-06-14 11:05:29,430 INFO  [ProfilesDefinitionParser] Added profile 'Sony Bravia TV (2011)' (id=sony2011)
2013-06-14 11:05:29,430 INFO  [ProfilesDefinitionParser] Added profile 'Sony Bravia TV (2010)' (id=sony2010)
2013-06-14 11:05:29,430 INFO  [ProfilesDefinitionParser] Added profile 'Philips (2010-)' (id=plps2010)
2013-06-14 11:05:29,430 INFO  [ProfilesDefinitionParser] Added profile 'Philips (2009)' (id=20)
2013-06-14 11:05:29,430 INFO  [ProfilesDefinitionParser] Added profile 'Sony Bravia TV (2009)' (id=sony2009)
2013-06-14 11:05:29,430 INFO  [ProfilesDefinitionParser] Added profile 'Denon AVR' (id=22)
2013-06-14 11:05:29,430 INFO  [ProfilesDefinitionParser] Added profile 'Panasonic Viera G/GT/DT/UT/VT (2011/2012)' (id=viera2011a)
2013-06-14 11:05:29,430 INFO  [ProfilesDefinitionParser] Added profile 'Panasonic Viera E/S/ST/VT (2011)' (id=viera2011)
2013-06-14 11:05:29,430 INFO  [ProfilesDefinitionParser] Added profile 'Panasonic Viera (2010)' (id=viera2010)
2013-06-14 11:05:29,430 INFO  [ProfilesDefinitionParser] Added profile 'Sony Bravia TV (2012) - US' (id=sony2012us)
2013-06-14 11:05:29,430 INFO  [ProfilesDefinitionParser] Added profile 'Sony Bravia TV (2011) - US' (id=sony2011us)
2013-06-14 11:05:29,430 INFO  [ProfilesDefinitionParser] Added profile 'Sony AVReceiver STR' (id=SonySTR)
2013-06-14 11:05:29,430 INFO  [ProfilesDefinitionParser] Added profile 'Sony Audio CMT' (id=SonyCMT)
2013-06-14 11:05:29,430 INFO  [ProfilesDefinitionParser] Added profile 'Vizio TV' (id=viziotv)
2013-06-14 11:05:29,430 INFO  [ProfilesDefinitionParser] Added profile 'Windows 8/RT' (id=win8metro)
2013-06-14 11:05:29,461 INFO  [ProfilesDefinitionParser] Parsing Profiles definition
2013-06-14 11:05:29,461 INFO  [ProfilesDefinitionParser] Added profile 'Flash player' (id=flv_player)
2013-06-14 11:05:29,461 INFO  [ProfilesDefinitionParser] Added profile 'ServiiGo' (id=serviigo)
2013-06-14 11:05:29,477 INFO  [ProfilesDefinitionParser] Added profile 'Windows Phone 8' (id=wp8)
2013-06-14 11:05:29,508 INFO  [PluginCompilerThread] Looking for plugins at C:\Program Files\Serviio\bin\..\plugins
2013-06-14 11:05:29,508 INFO  [PluginCompilerThread] Started looking for plugins
2013-06-14 11:05:29,508 INFO  [UpdateChecker] Checking if a new version is available
2013-06-14 11:05:29,742 INFO  [AbstractTranscodingDeliveryEngine] Cleaning transcode engine and its data
2013-06-14 11:05:29,789 INFO  [WebServer] WebServer starting on port 8895
2013-06-14 11:05:29,804 INFO  [EventSubscriptionExpirationChecker] Starting EventSubscriptionExpirationChecker
2013-06-14 11:05:29,804 INFO  [EventDispatcher] Starting EventDispatcher
2013-06-14 11:05:29,804 INFO  [DiscoveryAdvertisementNotifier] Starting DiscoveryAdvertisementNotifier
2013-06-14 11:05:29,804 INFO  [RendererExpirationChecker] Starting RendererExpirationChecker
2013-06-14 11:05:30,085 INFO  [RendererSearchSender] Searching for Renderer devices
2013-06-14 11:05:30,257 INFO  [DiscoverySSDPMessageListener] Starting DiscoverySSDPMessageListener using interface eth3 (Broadcom NetLink (TM) Gigabit Ethernet) and address 192.168.0.104, timeout = 0
2013-06-14 11:05:30,335 INFO  [RendererManager] Stored a new renderer: uuid='c3ebdce2-38d0-4e4a-8354-07693ab98b5b', name = 'Unrecognized device', ipAddress='192.168.0.109', profile = '1'
2013-06-14 11:05:30,366 INFO  [RendererManager] Stored a new renderer: uuid='5641315b-a98e-4b55-abc5-40be4de202e0', name = 'Unrecognized device', ipAddress='192.168.0.104', profile = '1'
2013-06-14 11:05:31,162 INFO  [RendererManager] Stored a new renderer: uuid='d236a849-045f-44e8-8b30-26f2120e4f52', name = 'Unrecognized device', ipAddress='192.168.0.100', profile = '1'
2013-06-14 11:05:37,271 INFO  [RendererManager] Stored a new renderer: uuid='e9f2e85c-0047-4a0d-9061-b88b40be57f0', name = 'Unrecognized device', ipAddress='192.168.0.103', profile = '1'
2013-06-14 11:05:41,960 INFO  [ServiioConsole] Starting Serviio Console
2013-06-14 11:05:42,918 INFO  [ServiioConsole] Connecting to Serviio REST on localhost:23423
2013-06-14 11:05:43,583 INFO  [Messages] Loaded console message bundle for locale: en
2013-06-14 11:05:45,550 INFO  [RendererManager] Stored a new renderer: uuid='1a716502-372a-4bcd-b55e-37af3f90a45b', name = 'Unrecognized device', ipAddress='192.168.0.108', profile = '1'
2013-06-14 11:05:55,000 INFO  [ContentDirectoryDefinitionParser] Parsing ContentDirectory definition
2013-06-14 11:05:55,656 INFO  [BrowsingCategoriesMessages] Loaded browsing categories message bundle for locale: en
2013-06-14 11:05:56,275 INFO  [FeedUpdaterThread] Started looking for information about online resources
2013-06-14 11:05:56,277 INFO  [LibraryAdditionsCheckerThread] Started looking for newly added files
2013-06-14 11:05:56,278 INFO  [LibraryUpdatesCheckerThread] Started looking for updates to currently shared files
2013-06-14 11:05:56,278 INFO  [PlaylistMaintainerThread] Started looking playlist changes
2013-06-14 11:26:01,730 INFO  [LibraryAdditionsCheckerThread] Finished looking for newly added files
2013-06-14 11:26:01,830 INFO  [LibraryUpdatesCheckerThread] Finished looking for updates to currently shared files
2013-06-14 11:26:01,930 INFO  [PlaylistMaintainerThread] Finished looking for playlist changes
2013-06-14 11:26:02,031 INFO  [LibraryAdditionsCheckerThread] Started looking for newly added files
2013-06-14 11:26:02,032 INFO  [LibraryUpdatesCheckerThread] Started looking for updates to currently shared files
2013-06-14 11:26:02,033 INFO  [PlaylistMaintainerThread] Started looking playlist changes
2013-06-14 11:29:42,822 INFO  [LibraryAdditionsCheckerThread] Finished looking for newly added files
2013-06-14 11:29:42,822 WARN  [IndexedDiskCache] Region [thumbnails] Disk cache not shutdown properly, shutting down now.
2013-06-14 11:29:42,823 WARN  [IndexedDiskCache] Region [online_technical_metadata] Disk cache not shutdown properly, shutting down now.
2013-06-14 11:29:42,922 INFO  [LibraryUpdatesCheckerThread] Finished looking for updates to currently shared files
2013-06-14 11:29:43,022 INFO  [FeedUpdaterThread] Finished looking for online resources information
2013-06-14 11:29:43,122 INFO  [PluginCompilerThread] Finished looking for plugins
2013-06-14 11:29:43,226 INFO  [WebServer] WebServer shutting down
2013-06-14 11:29:43,228 INFO  [DiscoveryAdvertisementNotifier] Leaving DiscoveryAdvertisementNotifier
2013-06-14 11:29:43,228 INFO  [DiscoverySSDPMessageListener] Leaving DiscoverySSDPMessageListener
2013-06-14 11:29:43,228 INFO  [EventSubscriptionExpirationChecker] Leaving EventSubscriptionExpirationChecker, removing all event subscriptions
2013-06-14 11:29:43,228 INFO  [EventDispatcher] Leaving EventDispatcher
2013-06-14 11:29:43,462 INFO  [DatabaseManager] Shutting down database
2013-06-14 11:29:43,805 INFO  [AbstractTranscodingDeliveryEngine] Cleaning transcode engine and its data
2013-06-14 11:29:45,505 INFO  [ServiioConsole] Leaving Serviio Console
2013-06-14 11:45:45,915 INFO  [ServiioConsole] Starting Serviio Console
2013-06-14 11:45:45,977 INFO  [ServiioConsole] Connecting to Serviio REST on localhost:23423
2013-06-14 11:45:56,287 WARN  [ServiioConsole] Cannot connect to the server to get DB initialization info
2013-06-14 11:46:06,420 WARN  [ServiioConsole] Cannot connect to server: Connection Error (1000) - Connection refused: connect
2013-06-14 11:46:06,420 INFO  [Messages] Loaded console message bundle for locale: en
2013-06-14 11:46:09,349 INFO  [ServiioConsole] Leaving Serviio Console
2013-06-14 11:46:21,922 INFO  [ServiioConsole] Starting Serviio Console
2013-06-14 11:46:21,969 INFO  [ServiioConsole] Connecting to Serviio REST on localhost:23423
2013-06-14 11:46:32,297 WARN  [ServiioConsole] Cannot connect to the server to get DB initialization info
2013-06-14 11:46:42,439 WARN  [ServiioConsole] Cannot connect to server: Connection Error (1000) - Connection refused: connect
2013-06-14 11:46:42,439 INFO  [Messages] Loaded console message bundle for locale: en
2013-06-14 11:46:50,582 INFO  [ServiioConsole] Leaving Serviio Console
2013-06-14 15:36:01,444 INFO  [ServiioConsole] Starting Serviio Console
2013-06-14 15:36:01,506 INFO  [ServiioConsole] Connecting to Serviio REST on localhost:23423
2013-06-14 15:36:11,765 WARN  [ServiioConsole] Cannot connect to the server to get DB initialization info
2013-06-14 15:36:21,922 WARN  [ServiioConsole] Cannot connect to server: Connection Error (1000) - Connection refused: connect
2013-06-14 15:36:21,922 INFO  [Messages] Loaded console message bundle for locale: en
2013-06-14 15:37:18,581 INFO  [ServiioConsole] Leaving Serviio Console
2013-06-14 15:44:11,858 INFO  [ServiioConsole] Starting Serviio Console
2013-06-14 15:44:11,938 INFO  [ServiioConsole] Connecting to Serviio REST on localhost:23423
2013-06-14 15:44:22,190 WARN  [ServiioConsole] Cannot connect to the server to get DB initialization info
2013-06-14 15:44:32,310 WARN  [ServiioConsole] Cannot connect to server: Connection Error (1000) - Connection refused: connect
2013-06-14 15:44:32,310 INFO  [Messages] Loaded console message bundle for locale: en
2013-06-14 15:44:36,214 INFO  [ServiioConsole] Leaving Serviio Console
2013-06-14 15:49:27,412 INFO  [ServiioConsole] Starting Serviio Console
2013-06-14 15:49:27,459 INFO  [ServiioConsole] Connecting to Serviio REST on localhost:23423
2013-06-14 15:49:37,755 WARN  [ServiioConsole] Cannot connect to the server to get DB initialization info
2013-06-14 15:49:47,926 WARN  [ServiioConsole] Cannot connect to server: Connection Error (1000) - Connection refused: connect
2013-06-14 15:49:47,926 INFO  [Messages] Loaded console message bundle for locale: en
2013-06-14 15:58:20,066 INFO  [ServiioConsole] Leaving Serviio Console
2013-06-14 16:00:17,762 INFO  [MediaServer] ------------------------------------------------------------------------
2013-06-14 16:00:17,825 INFO  [MediaServer] Serviio DLNA media streaming server v 1.2.1 (rev. a2aa56064460+)
2013-06-14 16:00:17,825 INFO  [MediaServer] Petr Nejedly 2009-2013
2013-06-14 16:00:17,825 INFO  [MediaServer] http://www.serviio.org
2013-06-14 16:00:17,825 INFO  [MediaServer]
2013-06-14 16:00:17,825 INFO  [MediaServer] Java 1.7.0_21-Oracle Corporation
2013-06-14 16:00:17,825 INFO  [MediaServer] OS Windows 7 amd64 6.1
2013-06-14 16:00:17,825 INFO  [MediaServer] File encoding: windows-1252
2013-06-14 16:00:17,825 INFO  [MediaServer] Headless mode enabled: true
2013-06-14 16:00:17,825 INFO  [MediaServer] User: SDS11$
2013-06-14 16:00:17,825 INFO  [MediaServer] User home dir: C:\
2013-06-14 16:00:17,825 INFO  [MediaServer] Temp dir: C:\Windows\TEMP\
2013-06-14 16:00:17,825 INFO  [MediaServer] ------------------------------------------------------------------------
2013-06-14 16:00:18,714 INFO  [WebServer] Socket buffer set to 65535 bytes
2013-06-14 16:00:18,745 INFO  [RestletServer] Starting Restlet server (/rest) exposed on port 23423
2013-06-14 16:00:18,995 INFO  [RestletServer] Starting Restlet server (/cds) exposed on port 23424
2013-06-14 16:00:18,995 INFO  [RestletServer] Starting Restlet server (/mediabrowser) exposed on port 23424
2013-06-14 16:00:19,073 INFO  [DBSchemaUpdateExecutor] Checking if DB schema needs to be updated
2013-06-14 16:00:26,077 INFO  [ServiioConsole] Starting Serviio Console
2013-06-14 16:00:42,490 INFO  [ServiioConsole] Connecting to Serviio REST on localhost:23423
2013-06-14 16:00:48,386 INFO  [MediaServer] ------------------------------------------------------------------------
2013-06-14 16:00:48,386 INFO  [MediaServer] License: PRO (EVALUATION, id: 11111111-1111-1111-1111-111111111113)
2013-06-14 16:00:48,386 INFO  [MediaServer] ------------------------------------------------------------------------
2013-06-14 16:00:57,450 INFO  [Device] Created UPnP Device with UUID: 52f87b40-3dc2-3196-b089-5640e5a2fa57, bound address: 192.168.0.104
2013-06-14 16:01:03,113 INFO  [ProfilesDefinitionParser] Parsing Profiles definition
2013-06-14 16:01:03,409 INFO  [ProfilesDefinitionParser] Added profile 'Generic DLNA profile' (id=1)
2013-06-14 16:01:03,518 INFO  [ProfilesDefinitionParser] Added profile 'Samsung TV (B-series)' (id=2)
2013-06-14 16:01:03,518 INFO  [ProfilesDefinitionParser] Added profile 'Xbox 360' (id=3)
2013-06-14 16:01:03,518 INFO  [ProfilesDefinitionParser] Added profile 'Playstation 3' (id=4)
2013-06-14 16:01:03,518 INFO  [ProfilesDefinitionParser] Added profile 'Samsung TV (A-series)' (id=5)
2013-06-14 16:01:03,518 INFO  [ProfilesDefinitionParser] Added profile 'DirecTV HD-DVR' (id=6)
2013-06-14 16:01:03,518 INFO  [ProfilesDefinitionParser] Added profile 'Samsung TV / player (C/D/E-series)' (id=7)
2013-06-14 16:01:03,518 INFO  [ProfilesDefinitionParser] Added profile 'LG TV / player' (id=8)
2013-06-14 16:01:03,518 INFO  [ProfilesDefinitionParser] Added profile 'Sony Bravia TV (2012)' (id=sony2012)
2013-06-14 16:01:03,518 INFO  [ProfilesDefinitionParser] Added profile 'Sony BDP-Sx90 (2012)' (id=bdp2012)
2013-06-14 16:01:03,534 INFO  [ProfilesDefinitionParser] Added profile 'Sony BDP-Sx70/SMP-N100 (2010)' (id=bdp2010)
2013-06-14 16:01:03,534 INFO  [ProfilesDefinitionParser] Added profile 'Sony BDP-Sx70/SMP-N100 (2010) - US' (id=bdp2010us)
2013-06-14 16:01:03,534 INFO  [ProfilesDefinitionParser] Added profile 'Sony BDP-Sx80/SMP-N200 (2011)' (id=bdp2011)
2013-06-14 16:01:03,534 INFO  [ProfilesDefinitionParser] Added profile 'Toshiba REGZA' (id=13)
2013-06-14 16:01:03,534 INFO  [ProfilesDefinitionParser] Added profile 'WDTV Live' (id=14)
2013-06-14 16:01:03,534 INFO  [ProfilesDefinitionParser] Added profile 'LaCie LaCinema Media Player' (id=15)
2013-06-14 16:01:03,534 INFO  [ProfilesDefinitionParser] Added profile 'Manta WIFI Centre' (id=16)
2013-06-14 16:01:03,534 INFO  [ProfilesDefinitionParser] Added profile 'Pure Flow' (id=17)
2013-06-14 16:01:03,534 INFO  [ProfilesDefinitionParser] Added profile 'Sharp Aquos' (id=18)
2013-06-14 16:01:03,534 INFO  [ProfilesDefinitionParser] Added profile 'Sony Bravia TV (2011)' (id=sony2011)
2013-06-14 16:01:03,534 INFO  [ProfilesDefinitionParser] Added profile 'Sony Bravia TV (2010)' (id=sony2010)
2013-06-14 16:01:03,534 INFO  [ProfilesDefinitionParser] Added profile 'Philips (2010-)' (id=plps2010)
2013-06-14 16:01:03,534 INFO  [ProfilesDefinitionParser] Added profile 'Philips (2009)' (id=20)
2013-06-14 16:01:03,534 INFO  [ProfilesDefinitionParser] Added profile 'Sony Bravia TV (2009)' (id=sony2009)
2013-06-14 16:01:03,534 INFO  [ProfilesDefinitionParser] Added profile 'Denon AVR' (id=22)
2013-06-14 16:01:03,534 INFO  [ProfilesDefinitionParser] Added profile 'Panasonic Viera G/GT/DT/UT/VT (2011/2012)' (id=viera2011a)
2013-06-14 16:01:03,534 INFO  [ProfilesDefinitionParser] Added profile 'Panasonic Viera E/S/ST/VT (2011)' (id=viera2011)
2013-06-14 16:01:03,534 INFO  [ProfilesDefinitionParser] Added profile 'Panasonic Viera (2010)' (id=viera2010)
2013-06-14 16:01:03,534 INFO  [ProfilesDefinitionParser] Added profile 'Sony Bravia TV (2012) - US' (id=sony2012us)
2013-06-14 16:01:03,534 INFO  [ProfilesDefinitionParser] Added profile 'Sony Bravia TV (2011) - US' (id=sony2011us)
2013-06-14 16:01:03,534 INFO  [ProfilesDefinitionParser] Added profile 'Sony AVReceiver STR' (id=SonySTR)
2013-06-14 16:01:03,534 INFO  [ProfilesDefinitionParser] Added profile 'Sony Audio CMT' (id=SonyCMT)
2013-06-14 16:01:03,534 INFO  [ProfilesDefinitionParser] Added profile 'Vizio TV' (id=viziotv)
2013-06-14 16:01:03,534 INFO  [ProfilesDefinitionParser] Added profile 'Windows 8/RT' (id=win8metro)
2013-06-14 16:01:03,596 INFO  [ProfilesDefinitionParser] Parsing Profiles definition
2013-06-14 16:01:03,596 INFO  [ProfilesDefinitionParser] Added profile 'Flash player' (id=flv_player)
2013-06-14 16:01:03,596 INFO  [ProfilesDefinitionParser] Added profile 'ServiiGo' (id=serviigo)
2013-06-14 16:01:03,596 INFO  [ProfilesDefinitionParser] Added profile 'Windows Phone 8' (id=wp8)
2013-06-14 16:01:03,940 INFO  [PluginCompilerThread] Looking for plugins at C:\Program Files\Serviio\bin\..\plugins
2013-06-14 16:01:03,940 INFO  [UpdateChecker] Checking if a new version is available
2013-06-14 16:01:03,955 INFO  [PluginCompilerThread] Started looking for plugins
2013-06-14 16:01:05,125 INFO  [AbstractTranscodingDeliveryEngine] Cleaning transcode engine and its data
2013-06-14 16:01:05,297 INFO  [WebServer] WebServer starting on port 8895
2013-06-14 16:01:05,390 INFO  [EventDispatcher] Starting EventDispatcher
2013-06-14 16:01:05,390 INFO  [DiscoveryAdvertisementNotifier] Starting DiscoveryAdvertisementNotifier
2013-06-14 16:01:05,390 INFO  [EventSubscriptionExpirationChecker] Starting EventSubscriptionExpirationChecker
2013-06-14 16:01:05,422 INFO  [RendererExpirationChecker] Starting RendererExpirationChecker
2013-06-14 16:01:05,693 INFO  [DiscoverySSDPMessageListener] Starting DiscoverySSDPMessageListener using interface eth3 (Broadcom NetLink (TM) Gigabit Ethernet) and address 192.168.0.104, timeout = 0
2013-06-14 16:01:05,708 INFO  [RendererSearchSender] Searching for Renderer devices
2013-06-14 16:01:12,537 INFO  [Messages] Loaded console message bundle for locale: en
2013-06-14 16:01:31,831 INFO  [FeedUpdaterThread] Started looking for information about online resources
2013-06-14 16:01:31,885 INFO  [LibraryAdditionsCheckerThread] Started looking for newly added files
2013-06-14 16:01:31,963 INFO  [LibraryUpdatesCheckerThread] Started looking for updates to currently shared files
2013-06-14 16:01:31,964 INFO  [PlaylistMaintainerThread] Started looking playlist changes
2013-06-14 16:01:48,700 INFO  [ContentDirectoryDefinitionParser] Parsing ContentDirectory definition
2013-06-14 16:01:49,433 INFO  [BrowsingCategoriesMessages] Loaded browsing categories message bundle for locale: en
2013-06-14 16:27:41,574 INFO  [RendererManager] Stored a new renderer: uuid='7714cad0-5aed-4190-a076-19b364fd33e3', name = 'Windows Media Player', ipAddress='192.168.0.104', profile = '1'
2013-06-14 16:27:49,727 INFO  [RendererManager] Stored a new renderer: uuid='169ef9db-0aaa-48ec-a4df-5fba148bb1e7', name = 'Unrecognized device', ipAddress='192.168.0.104', profile = '1'
2013-06-14 16:29:50,444 INFO  [RendererManager] Stored a new renderer: uuid='aa05493b-af44-445b-8cfa-98de4e5c8ca4', name = 'Unrecognized device', ipAddress='192.168.0.104', profile = '1'
2013-06-14 16:31:37,553 INFO  [RendererManager] Stored a new renderer: uuid='6fd830a5-08f9-4fe5-b241-ffe11e6487a5', name = 'Unrecognized device', ipAddress='192.168.0.104', profile = '1'
2013-06-14 16:31:45,744 INFO  [WebServer] WebServer shutting down
2013-06-14 16:31:45,744 INFO  [DiscoveryAdvertisementNotifier] Leaving DiscoveryAdvertisementNotifier
2013-06-14 16:31:45,744 INFO  [DiscoverySSDPMessageListener] Leaving DiscoverySSDPMessageListener
2013-06-14 16:31:45,744 INFO  [EventSubscriptionExpirationChecker] Leaving EventSubscriptionExpirationChecker, removing all event subscriptions
2013-06-14 16:31:45,744 INFO  [EventDispatcher] Leaving EventDispatcher
2013-06-14 16:31:46,604 INFO  [RendererExpirationChecker] Leaving RendererExpirationChecker
2013-06-14 16:31:57,750 WARN  [IndexedDiskCache] Region [thumbnails] Disk cache not shutdown properly, shutting down now.
2013-06-14 16:31:57,750 WARN  [IndexedDiskCache] Region [online_technical_metadata] Disk cache not shutdown properly, shutting down now.
2013-06-14 16:31:57,750 INFO  [LibraryAdditionsCheckerThread] Finished looking for newly added files
2013-06-14 16:31:57,859 INFO  [LibraryUpdatesCheckerThread] Finished looking for updates to currently shared files
2013-06-14 16:31:57,968 INFO  [FeedUpdaterThread] Finished looking for online resources information
2013-06-14 16:31:58,077 INFO  [PluginCompilerThread] Finished looking for plugins
2013-06-14 16:31:58,186 INFO  [DatabaseManager] Shutting down database
2013-06-14 16:31:58,514 INFO  [AbstractTranscodingDeliveryEngine] Cleaning transcode engine and its data
2013-06-14 16:31:59,091 INFO  [ServiioConsole] Leaving Serviio Console
2013-06-14 16:32:03,241 INFO  [ServiioConsole] Starting Serviio Console
2013-06-14 16:32:03,303 INFO  [ServiioConsole] Connecting to Serviio REST on localhost:23423
2013-06-14 16:32:13,554 WARN  [ServiioConsole] Cannot connect to the server to get DB initialization info
2013-06-14 16:32:23,727 WARN  [ServiioConsole] Cannot connect to server: Connection Error (1000) - Connection refused: connect
2013-06-14 16:32:23,727 INFO  [Messages] Loaded console message bundle for locale: en
2013-06-14 16:32:37,928 INFO  [ServiioConsole] Leaving Serviio Console
2013-06-14 17:01:05,426 INFO  [ServiioConsole] Starting Serviio Console
2013-06-14 17:01:05,504 INFO  [ServiioConsole] Connecting to Serviio REST on localhost:23423
2013-06-14 17:01:15,768 WARN  [ServiioConsole] Cannot connect to the server to get DB initialization info
2013-06-14 17:01:25,972 WARN  [ServiioConsole] Cannot connect to server: Connection Error (1000) - Connection refused: connect
2013-06-14 17:01:25,972 INFO  [Messages] Loaded console message bundle for locale: en
2013-06-14 17:07:32,200 INFO  [ServiioConsole] Leaving Serviio Console
2013-06-14 17:07:35,538 INFO  [ServiioConsole] Starting Serviio Console
2013-06-14 17:07:35,601 INFO  [ServiioConsole] Connecting to Serviio REST on localhost:23423
2013-06-14 17:07:45,803 WARN  [ServiioConsole] Cannot connect to the server to get DB initialization info
2013-06-14 17:07:56,008 WARN  [ServiioConsole] Cannot connect to server: Connection Error (1000) - Connection refused: connect
2013-06-14 17:07:56,008 INFO  [Messages] Loaded console message bundle for locale: en


look at the last 10 lines where I tried to restart the console twice while it was working great before
<<

zip

User avatar

Serviio developer / Site Admin

Posts: 17215

Joined: Sat Oct 24, 2009 12:24 pm

Location: London, UK

Post Mon Jun 17, 2013 9:00 am

Re: Cant connect to Serviio Sever. Appears not to be running

It starts the server and immediately shuts it down. Not sure why. Then the console cannot start.

Try to enable detailed log.
<<

dlugipg

Serviio newbie

Posts: 2

Joined: Mon Jun 17, 2013 7:30 pm

Post Mon Jun 17, 2013 7:40 pm

Re: Cant connect to Serviio Sever. Appears not to be running

Hi

I hope, this thread is corect for issue which i have found. I have noticed, Serviio has problem on Windows 7 64 bit (checked on Ultimate and Pro versions, two different computers) after hibernation. Use case is as follows:

1. Start computer normally, log in.
2. After a while computer hibernates.
3. Wake up computer from hibernation.

After these steps when i watch movies, no matter through which device (Samsung DLNA ready TV, laptop with XBMC, Android mobile phone with BUbbleUPnP) - stream is lost. I have to open movie again, move to scene where it was lost and watch further. However after few minutes same issue, stream is lost.

The only solution, to recover from this, is to go to console, stop service and start it again. This is something what i can live with, but would be good to fix, unless issue lies somewhere else :). Then please share it with me :).

Issue noticed starting from 1.0.1.

Thank you.
<<

Gregorius

Serviio newbie

Posts: 10

Joined: Mon Jun 17, 2013 6:37 pm

Post Tue Jun 18, 2013 5:06 pm

Re: Cant connect to Serviio Sever. Appears not to be running

Hi there all!

First of all thanks for this excellent piece of software!
I registered to the forum to tell you about a similar problem that dlugipg discovered.

When PC comes back from Hibernation my Samsung TV fails to discover it. Does not notice running Serviio service. When this happens, the only way to overcome the situation is to restart the computer. Restarting the service does not help. I always hibernate my PC instead of shutting down and it happens all the time so it's becoming a little frustrating.

If it helps finding the source of the issue, I had version 1.0.1 and then 1.1 before and this issue was not present. Then I upgraded to 1.2.1 and now it happens.
<<

Gregorius

Serviio newbie

Posts: 10

Joined: Mon Jun 17, 2013 6:37 pm

Post Thu Jun 20, 2013 3:33 pm

Re: Cant connect to Serviio Sever. Appears not to be running

I just double-checked and restarting the service after Hibernation works here as well. What does not work is using the Stop Server and Start Server buttons from the Console. I thought it was supposed to do the same. If it was meant that way then maybe it's not doing so because it would need elevated rights and does not notice or gives feedback of insufficient privileges.
<<

tvjunkie

Serviio newbie

Posts: 12

Joined: Mon Jun 10, 2013 1:39 am

Post Fri Jun 21, 2013 7:02 pm

Re: Cant connect to Serviio Sever. Appears not to be running

I just experienced the same issue. Running Win 7 64bit Ultimate. It was working like a charm, but it just stopped today. The only coincidence is that the trial period was suppose to be over today. However, I thought it would just run in free mode.

The services are stopped and I cannot run the .bat files at all. It just flashes on the screen then disappears. Therefore, the server console will not run as long as the services are in a STOPPED status.

Any ideas?
<<

turls2201

Streaming enthusiast

Posts: 29

Joined: Fri Jun 07, 2013 2:31 pm

Post Fri Jun 21, 2013 8:22 pm

Re: Cant connect to Serviio Sever. Appears not to be running

Any antivirus /firewalls? It looks like a firewall type issue. Turn off all firewalls and test again.
<<

turls2201

Streaming enthusiast

Posts: 29

Joined: Fri Jun 07, 2013 2:31 pm

Post Fri Jun 21, 2013 8:23 pm

Re: Cant connect to Serviio Sever. Appears not to be running

Also what version of the console are you using and the about page?
<<

tvjunkie

Serviio newbie

Posts: 12

Joined: Mon Jun 10, 2013 1:39 am

Post Fri Jun 21, 2013 9:47 pm

Re: Cant connect to Serviio Sever. Appears not to be running

I ran the installation again and that forced the server to startup after a restart. It appears that I have 1 day let in the evaluation so that wasn't the issue. I'd like to know how to purchase a license key without re-installing the server.
<<

DenyAll

DLNA master

Posts: 2257

Joined: Fri Mar 08, 2013 11:16 pm

Location: Adelaide, Australia

Post Sat Jun 22, 2013 12:47 am

Re: Cant connect to Serviio Sever. Appears not to be running

All, this topic seems to have gone all over the place. The original problem from Ahhk appears to be due to database lockup or corrupting somehow. I'm not sure if mavios and betatester have the same issue but in both cases you should follow zip's advice to post a detailed log so he can see what is happening on your PC.

@dlugipg and Gregorius

Your issue is related to Serviio not recovering from sleep. This is a known issue - there is a workaround here from jammblammo: viewtopic.php?f=5&t=8393&hilit=sleep. In addition the current beta for the next release includes a potential fix for this issue.

fyi: the Stop Server and Start Server buttons from the Console does not restart the windows Serviio service - it can be best thought of as suspending it (stopping its serving capability), rather than re-initialising it. You can re-start and re-initialise the service via the Windows services applet (services.msc) or by running the Start/Stop Serviio service commands from your start menu (need to Run as Administrator).

@tvjunkie - You appear to have resolved your issue. If it ever happens again (hopefully not) look to a detailed log - this will likely point to why the service is not starting. When you purchase a license key you do not need to re-install Serviio. See here for details on how to purchase: http://www.serviio.org/buy-pro
DenyAll
Panasonic Viera FX800A | Panasonic Viera CS610A | Sony PS4 | Sony PS3 | Panasonic DMP-BD79 | Yamaha RX-V500D | iPad | Windows 10 | Serviio 1.10.1 Pro
WinHelper | MediaInfo

Beta Tester, Moderator
Please do not PM me for support as any solution cannot be shared with others.
<<

Gregorius

Serviio newbie

Posts: 10

Joined: Mon Jun 17, 2013 6:37 pm

Post Sat Jul 06, 2013 8:47 pm

Re: Cant connect to Serviio Sever. Appears not to be running

Thank you master! I'm looking forward to the fix. And thanx for the explanation.
Have a nice day!
<<

dlugipg

Serviio newbie

Posts: 2

Joined: Mon Jun 17, 2013 7:30 pm

Post Fri Jul 26, 2013 6:41 am

Re: Cant connect to Serviio Sever. Appears not to be running

Your issue is related to Serviio not recovering from sleep. This is a known issue - there is a workaround here from jammblammo: viewtopic.php?f=5&t=8393&hilit=sleep. In addition the current beta for the next release includes a potential fix for this issue.


Thank you. I thought about very same solution as jammoblammo described, seems to be real workaround :).

PS. Product itself is really cool :).

Btw. I noticed also, after waking up Library tab on console is not refreshed correctly, content is not visible (but i guess reported too).
<<

Ahhk

Serviio newbie

Posts: 15

Joined: Tue Dec 06, 2011 4:13 pm

Post Thu Aug 08, 2013 10:43 pm

Re: Cant connect to Serviio Sever. Appears not to be running

BTW, I wanted to do an update on the issue.

For some reason, my network adapter loses NEW outbound connectivity around the same time Serviio says it cant connect. I'm not sure if Serviio is saying this after the connection goes down, or if the connection is going down because of Serviio.

Whats odd, is the "new connection" part. Anything with a continuous open connection (chat, ftp, etc) stays connected after the drop (unless I disconnect then try to reconnect). Any newly initiated connections (web, serviio, etc) have no connectivity. The adapter shows internet connectivity though. It's not a DNS issue since I can't connect via IP either.

Now, before anyone jumps to conclusions:

I have tried using two NICs. The one built in to the mobo, and an Intel PCIx adapter. Both result in the same thing.
I'm running a very clean, legal copy of Win7 x64 Pro with all the updates and current drivers.
I use NOD32 for my AV and ZoneAlarm for the firewall. Both NOD32 and ZA are set to allow Serviio full access.
My machine does not hibernate/sleep.
Serviio is bound to the NIC IP.
Disabling then Renabling the NIC resolves the problem most of the time. Other times it requires a reboot.
The loss of connection usually happens within 24 hours. Some times it will go for 2 or 3 days though.
This all started after I updated from 0.6x to 1.x
AND.......this connection issue only happens when Serviio is running. Went 5 days w/o Serviio running and not a single issue. Hrmmm.

It really appears to be a Serviio and/or Java related problem.
<<

DenyAll

DLNA master

Posts: 2257

Joined: Fri Mar 08, 2013 11:16 pm

Location: Adelaide, Australia

Post Thu Aug 08, 2013 11:36 pm

Re: Cant connect to Serviio Sever. Appears not to be running

Ahhk, what version of Serviio are you using. The latest (1.3) has made some changes with the way it deals with loss of the NIC, which should help.
DenyAll
Panasonic Viera FX800A | Panasonic Viera CS610A | Sony PS4 | Sony PS3 | Panasonic DMP-BD79 | Yamaha RX-V500D | iPad | Windows 10 | Serviio 1.10.1 Pro
WinHelper | MediaInfo

Beta Tester, Moderator
Please do not PM me for support as any solution cannot be shared with others.
<<

Ahhk

Serviio newbie

Posts: 15

Joined: Tue Dec 06, 2011 4:13 pm

Post Fri Aug 09, 2013 4:44 am

Re: Cant connect to Serviio Sever. Appears not to be running

@DenyAll

I was running 1.2.1

Just wiped all things Java....reinstalled 7r25 x64....and installed 1.3. So, we'll see how it goes.

Thanks.
Next

Return to Serviio Support & Help

Who is online

Users browsing this forum: Google [Bot] and 71 guests

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