KDL-40 EX700 cannot connect to the server.
12 posts
• Page 1 of 1
Hi. I have installed the serviio server on my Synology DS1513+ NAS. I am able to view videos on the MediaBrowser but cannot access from my TV, I can see the server and folders and files but cannot open the file. I can also not see the videos from Windows Media Player on my laptop running Windows 8.1 Enterprise. Please can you help resolve this. I have been through all solutions on the board and cannot find a suitable solution. Thanks, Rob.
Re: KDL-40 EX700 cannot connect to the server.
As far as Windows Media Player goes, it is my understanding that the library in WMP, while will display the Serviio server, will not actually list and play anything. This is not a Serviio issue apparently, but a Windows one. What I do is just play the file directly from the server, instead of from the WMP library. Of course, I have drive mappings to all my Serviio library locations, so it's not difficult to browse for a movie.
Dan
LG NANO85 4K TV, Samsung JU7100 4K TV, Sony BDP-S3500, Sharp 4K Roku TV, Insignia Roku TV, Roku Ultra, Premiere and Stick, Nvidia Shield, Yamaha RX-V583 AVR.
Primary server: AMD Ryzen 5 5600GT, 32 gig ram, Windows 11 Pro, 22 TB hard drive space | Test server: Intel i5-6400, 16 gig ram, Windows 10 Pro
HOWTO: Enable debug logging HOWTO: Identify media file contents
LG NANO85 4K TV, Samsung JU7100 4K TV, Sony BDP-S3500, Sharp 4K Roku TV, Insignia Roku TV, Roku Ultra, Premiere and Stick, Nvidia Shield, Yamaha RX-V583 AVR.
Primary server: AMD Ryzen 5 5600GT, 32 gig ram, Windows 11 Pro, 22 TB hard drive space | Test server: Intel i5-6400, 16 gig ram, Windows 10 Pro
HOWTO: Enable debug logging HOWTO: Identify media file contents
Re: KDL-40 EX700 cannot connect to the server.
For the problem with your TV, have you ensured the correct profile is selected for the TV (on the Status tab in Serviio Console)? - see the Renderer Profiles section in http://www.serviio.org/component/conten ... ng-started. What message do get when you try to play the file?
Re: KDL-40 EX700 cannot connect to the server.
I have confirmed the profile is correct - Sony Bravia TV (2010). Message displayed on TV is "Cannot connect to server."
Re: KDL-40 EX700 cannot connect to the server.
On the Sony's there is a means to clear the cache (or list) of Media Servers - sorry, cant be more specific as I don't have one - try clearing it and seeing if Serviio is rediscovered.
Make sure that port 8895 is open to the NAS (ie. check any firewalls).
Make sure that port 8895 is open to the NAS (ie. check any firewalls).
Re: KDL-40 EX700 cannot connect to the server.
Server list cleared and repopulated and ports open on firewall still getting the same error.
Re: KDL-40 EX700 cannot connect to the server.
Could you enable detailed logging and post log when you select a file to play ?
Does serviio service has access to the temp directory (for transcoding) ?
Does serviio service has access to the temp directory (for transcoding) ?
Re: KDL-40 EX700 cannot connect to the server.
I have confirmed access is granted to the temp folder. See log file below:
2014-06-23 21:43:55,298 ERROR [ApplicationInstanceManager] Error connecting to local port for single instance notification
2014-06-23 21:43:55,301 ERROR [ApplicationInstanceManager] No route to host
java.net.NoRouteToHostException: No route to host
at java.net.PlainSocketImpl.socketConnect(Native Method)
at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:339)
at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:200)
at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:182)
at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
at java.net.Socket.connect(Socket.java:579)
at java.net.Socket.connect(Socket.java:528)
at java.net.Socket.<init>(Socket.java:425)
at java.net.Socket.<init>(Socket.java:241)
at org.serviio.ApplicationInstanceManager.registerInstance(ApplicationInstanceManager.java:105)
at org.serviio.MediaServer.checkForRunningInstances(MediaServer.java:283)
at org.serviio.MediaServer.main(MediaServer.java:106)
2014-06-23 21:43:55,340 INFO [MediaServer] ------------------------------------------------------------------------
2014-06-23 21:43:55,340 INFO [MediaServer] Serviio DLNA media streaming server v 1.4.1.2 (rev. 3753eff81a2f+)
2014-06-23 21:43:55,340 INFO [MediaServer] Petr Nejedly 2009-2014
2014-06-23 21:43:55,340 INFO [MediaServer] http://www.serviio.org
2014-06-23 21:43:55,340 INFO [MediaServer]
2014-06-23 21:43:55,341 INFO [MediaServer] Java 1.7.0_60-Oracle Corporation
2014-06-23 21:43:55,341 INFO [MediaServer] OS Linux i386 3.2.40
2014-06-23 21:43:55,341 INFO [MediaServer] File encoding: UTF-8
2014-06-23 21:43:55,342 INFO [MediaServer] Headless mode enabled: true
2014-06-23 21:43:55,342 INFO [MediaServer] User: serviio
2014-06-23 21:43:55,343 INFO [MediaServer] User home dir: /var/services/homes/serviio
2014-06-23 21:43:55,343 INFO [MediaServer] Temp dir: /tmp
2014-06-23 21:43:55,343 INFO [MediaServer] ------------------------------------------------------------------------
2014-06-23 21:43:55,668 INFO [WebServer] Socket buffer set to 65535 bytes
2014-06-23 21:43:55,673 INFO [RestletServer] Starting Restlet server (/rest) exposed on port 23423
2014-06-23 21:43:55,698 ERROR [MediaServer] An unexpected error occured. Ending the application. Message: java.net.BindException: Address already in use
java.lang.RuntimeException: java.net.BindException: Address already in use
at org.serviio.restlet.RestletServer.runServer(RestletServer.java:84)
at org.serviio.MediaServer.main(MediaServer.java:113)
Caused by: java.net.BindException: Address already in use
at java.net.PlainSocketImpl.socketBind(Native Method)
at java.net.AbstractPlainSocketImpl.bind(AbstractPlainSocketImpl.java:376)
at java.net.ServerSocket.bind(ServerSocket.java:376)
at java.net.ServerSocket.bind(ServerSocket.java:330)
at org.restlet.engine.http.connector.BaseServerHelper.createServerSocket(BaseServerHelper.java:118)
at org.restlet.engine.http.connector.BaseServerHelper.start(BaseServerHelper.java:251)
at org.restlet.engine.http.connector.HttpServerHelper.start(HttpServerHelper.java:69)
at org.restlet.Server.start(Server.java:585)
at org.restlet.Component.startServers(Component.java:601)
at org.restlet.Component.start(Component.java:528)
at org.serviio.restlet.RestletServer.runServer(RestletServer.java:73)
... 1 more
2014-06-23 21:47:41,998 ERROR [ApplicationInstanceManager] Error connecting to local port for single instance notification
2014-06-23 21:47:42,001 ERROR [ApplicationInstanceManager] No route to host
java.net.NoRouteToHostException: No route to host
at java.net.PlainSocketImpl.socketConnect(Native Method)
at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:339)
at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:200)
at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:182)
at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
at java.net.Socket.connect(Socket.java:579)
at java.net.Socket.connect(Socket.java:528)
at java.net.Socket.<init>(Socket.java:425)
at java.net.Socket.<init>(Socket.java:241)
at org.serviio.ApplicationInstanceManager.registerInstance(ApplicationInstanceManager.java:105)
at org.serviio.MediaServer.checkForRunningInstances(MediaServer.java:283)
at org.serviio.MediaServer.main(MediaServer.java:106)
2014-06-23 21:43:55,298 ERROR [ApplicationInstanceManager] Error connecting to local port for single instance notification
2014-06-23 21:43:55,301 ERROR [ApplicationInstanceManager] No route to host
java.net.NoRouteToHostException: No route to host
at java.net.PlainSocketImpl.socketConnect(Native Method)
at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:339)
at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:200)
at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:182)
at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
at java.net.Socket.connect(Socket.java:579)
at java.net.Socket.connect(Socket.java:528)
at java.net.Socket.<init>(Socket.java:425)
at java.net.Socket.<init>(Socket.java:241)
at org.serviio.ApplicationInstanceManager.registerInstance(ApplicationInstanceManager.java:105)
at org.serviio.MediaServer.checkForRunningInstances(MediaServer.java:283)
at org.serviio.MediaServer.main(MediaServer.java:106)
2014-06-23 21:43:55,340 INFO [MediaServer] ------------------------------------------------------------------------
2014-06-23 21:43:55,340 INFO [MediaServer] Serviio DLNA media streaming server v 1.4.1.2 (rev. 3753eff81a2f+)
2014-06-23 21:43:55,340 INFO [MediaServer] Petr Nejedly 2009-2014
2014-06-23 21:43:55,340 INFO [MediaServer] http://www.serviio.org
2014-06-23 21:43:55,340 INFO [MediaServer]
2014-06-23 21:43:55,341 INFO [MediaServer] Java 1.7.0_60-Oracle Corporation
2014-06-23 21:43:55,341 INFO [MediaServer] OS Linux i386 3.2.40
2014-06-23 21:43:55,341 INFO [MediaServer] File encoding: UTF-8
2014-06-23 21:43:55,342 INFO [MediaServer] Headless mode enabled: true
2014-06-23 21:43:55,342 INFO [MediaServer] User: serviio
2014-06-23 21:43:55,343 INFO [MediaServer] User home dir: /var/services/homes/serviio
2014-06-23 21:43:55,343 INFO [MediaServer] Temp dir: /tmp
2014-06-23 21:43:55,343 INFO [MediaServer] ------------------------------------------------------------------------
2014-06-23 21:43:55,668 INFO [WebServer] Socket buffer set to 65535 bytes
2014-06-23 21:43:55,673 INFO [RestletServer] Starting Restlet server (/rest) exposed on port 23423
2014-06-23 21:43:55,698 ERROR [MediaServer] An unexpected error occured. Ending the application. Message: java.net.BindException: Address already in use
java.lang.RuntimeException: java.net.BindException: Address already in use
at org.serviio.restlet.RestletServer.runServer(RestletServer.java:84)
at org.serviio.MediaServer.main(MediaServer.java:113)
Caused by: java.net.BindException: Address already in use
at java.net.PlainSocketImpl.socketBind(Native Method)
at java.net.AbstractPlainSocketImpl.bind(AbstractPlainSocketImpl.java:376)
at java.net.ServerSocket.bind(ServerSocket.java:376)
at java.net.ServerSocket.bind(ServerSocket.java:330)
at org.restlet.engine.http.connector.BaseServerHelper.createServerSocket(BaseServerHelper.java:118)
at org.restlet.engine.http.connector.BaseServerHelper.start(BaseServerHelper.java:251)
at org.restlet.engine.http.connector.HttpServerHelper.start(HttpServerHelper.java:69)
at org.restlet.Server.start(Server.java:585)
at org.restlet.Component.startServers(Component.java:601)
at org.restlet.Component.start(Component.java:528)
at org.serviio.restlet.RestletServer.runServer(RestletServer.java:73)
... 1 more
2014-06-23 21:47:41,998 ERROR [ApplicationInstanceManager] Error connecting to local port for single instance notification
2014-06-23 21:47:42,001 ERROR [ApplicationInstanceManager] No route to host
java.net.NoRouteToHostException: No route to host
at java.net.PlainSocketImpl.socketConnect(Native Method)
at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:339)
at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:200)
at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:182)
at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
at java.net.Socket.connect(Socket.java:579)
at java.net.Socket.connect(Socket.java:528)
at java.net.Socket.<init>(Socket.java:425)
at java.net.Socket.<init>(Socket.java:241)
at org.serviio.ApplicationInstanceManager.registerInstance(ApplicationInstanceManager.java:105)
at org.serviio.MediaServer.checkForRunningInstances(MediaServer.java:283)
at org.serviio.MediaServer.main(MediaServer.java:106)
Re: KDL-40 EX700 cannot connect to the server.
Zip do you have any idea, what is this error ?
2014-06-23 21:43:55,698 ERROR [MediaServer] An unexpected error occured. Ending the application. Message: java.net.BindException: Address already in use
java.lang.RuntimeException: java.net.BindException: Address already in use
Re: KDL-40 EX700 cannot connect to the server.
I have uninstalled and reinstalled both Java and Serviio and am still not having any luck getting files to play on my TV. I have rerun the DEBUG log and attached below. Please help I am at an impasse!
2014-06-25 21:10:56,111 ERROR [ApplicationInstanceManager] Error connecting to local port for single instance notification
2014-06-25 21:10:56,114 ERROR [ApplicationInstanceManager] No route to host
java.net.NoRouteToHostException: No route to host
at java.net.PlainSocketImpl.socketConnect(Native Method)
at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:339)
at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:200)
at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:182)
at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
at java.net.Socket.connect(Socket.java:579)
at java.net.Socket.connect(Socket.java:528)
at java.net.Socket.<init>(Socket.java:425)
at java.net.Socket.<init>(Socket.java:241)
at org.serviio.ApplicationInstanceManager.registerInstance(ApplicationInstanceManager.java:105)
at org.serviio.MediaServer.checkForRunningInstances(MediaServer.java:283)
at org.serviio.MediaServer.main(MediaServer.java:106)
2014-06-25 21:10:56,266 INFO [MediaServer] ------------------------------------------------------------------------
2014-06-25 21:10:56,266 INFO [MediaServer] Serviio DLNA media streaming server v 1.4.1.2 (rev. 3753eff81a2f+)
2014-06-25 21:10:56,266 INFO [MediaServer] Petr Nejedly 2009-2014
2014-06-25 21:10:56,266 INFO [MediaServer] http://www.serviio.org
2014-06-25 21:10:56,267 INFO [MediaServer]
2014-06-25 21:10:56,267 INFO [MediaServer] Java 1.7.0_60-Oracle Corporation
2014-06-25 21:10:56,267 INFO [MediaServer] OS Linux i386 3.2.40
2014-06-25 21:10:56,267 INFO [MediaServer] File encoding: UTF-8
2014-06-25 21:10:56,268 INFO [MediaServer] Headless mode enabled: true
2014-06-25 21:10:56,268 INFO [MediaServer] User: serviio
2014-06-25 21:10:56,268 INFO [MediaServer] User home dir: /var/services/homes/serviio
2014-06-25 21:10:56,269 INFO [MediaServer] Temp dir: /tmp
2014-06-25 21:10:56,269 INFO [MediaServer] ------------------------------------------------------------------------
2014-06-25 21:10:56,662 INFO [WebServer] Socket buffer set to 65535 bytes
2014-06-25 21:10:56,668 INFO [RestletServer] Starting Restlet server (/rest) exposed on port 23423
2014-06-25 21:10:56,778 INFO [RestletServer] Starting Restlet server (/cds) exposed on port 23424
2014-06-25 21:10:56,779 INFO [RestletServer] Starting Restlet server (/mediabrowser) exposed on port 23424
2014-06-25 21:10:56,814 INFO [DBSchemaUpdateExecutor] Checking if DB schema needs to be updated
2014-06-25 21:10:56,842 INFO [DatabaseManager] Using DERBY database language
2014-06-25 21:11:04,525 INFO [DBSchemaUpdateExecutor] Updating DB schema
2014-06-25 21:11:20,930 INFO [DBSchemaUpdateExecutor] Cleaning temporary cache
2014-06-25 21:11:21,019 INFO [Device] Created UPnP Device with UUID: 800c3f2c-1ec3-3e02-a28a-300f31dcb035, bound address: 192.168.2.3
2014-06-25 21:11:21,263 INFO [DBSchemaUpdateExecutor] Cleaning persistent cache
2014-06-25 21:11:21,318 WARN [IndexedDiskCache] Region [online_technical_metadata] Reseting cache
2014-06-25 21:11:21,628 INFO [prefs] Created user preferences directory.
2014-06-25 21:11:22,040 INFO [MediaServer] ------------------------------------------------------------------------
2014-06-25 21:11:22,040 INFO [MediaServer] License: PRO (EVALUATION, id: 11111111-1111-1111-1111-111111111113)
2014-06-25 21:11:22,040 INFO [MediaServer] ------------------------------------------------------------------------
2014-06-25 21:11:23,186 INFO [ProfilesDefinitionParser] Parsing Profiles definition
2014-06-25 21:11:23,458 INFO [ProfilesDefinitionParser] Added profile 'Generic DLNA profile' (id=1)
2014-06-25 21:11:23,490 INFO [ProfilesDefinitionParser] Added profile 'Samsung TV (B-series)' (id=2)
2014-06-25 21:11:23,500 INFO [ProfilesDefinitionParser] Added profile 'Xbox 360' (id=3)
2014-06-25 21:11:23,504 INFO [ProfilesDefinitionParser] Added profile 'Playstation 3' (id=4)
2014-06-25 21:11:23,507 INFO [ProfilesDefinitionParser] Added profile 'Samsung TV (A-series)' (id=5)
2014-06-25 21:11:23,547 INFO [ProfilesDefinitionParser] Added profile 'DirecTV HD-DVR' (id=6)
2014-06-25 21:11:23,554 INFO [ProfilesDefinitionParser] Added profile 'Samsung TV / player (E/F-series)' (id=sam_ef)
2014-06-25 21:11:23,557 INFO [ProfilesDefinitionParser] Added profile 'Samsung TV / player (C/D-series)' (id=7)
2014-06-25 21:11:23,559 INFO [ProfilesDefinitionParser] Added profile 'LG TV / player' (id=8)
2014-06-25 21:11:23,573 INFO [ProfilesDefinitionParser] Added profile 'Sony Bravia TV (2012)' (id=sony2012)
2014-06-25 21:11:23,583 INFO [ProfilesDefinitionParser] Added profile 'Sony Bravia TV (2013)' (id=sony2013)
2014-06-25 21:11:23,590 INFO [ProfilesDefinitionParser] Added profile 'Sony BDP-Sx100 (2013)' (id=bdp2013)
2014-06-25 21:11:23,594 INFO [ProfilesDefinitionParser] Added profile 'Sony BDP-Sx90 (2012)' (id=bdp2012)
2014-06-25 21:11:23,608 INFO [ProfilesDefinitionParser] Added profile 'Sony BDP-Sx70/SMP-N100 (2010)' (id=bdp2010)
2014-06-25 21:11:23,610 INFO [ProfilesDefinitionParser] Added profile 'Sony BDP-Sx70/SMP-N100 (2010) - US' (id=bdp2010us)
2014-06-25 21:11:23,612 INFO [ProfilesDefinitionParser] Added profile 'Sony BDP-Sx80/SMP-N200 (2011)' (id=bdp2011)
2014-06-25 21:11:23,617 INFO [ProfilesDefinitionParser] Added profile 'Toshiba REGZA' (id=13)
2014-06-25 21:11:23,628 INFO [ProfilesDefinitionParser] Added profile 'Toshiba REGZA 2012-' (id=tosh2012)
2014-06-25 21:11:23,634 INFO [ProfilesDefinitionParser] Added profile 'WDTV Live' (id=14)
2014-06-25 21:11:23,636 INFO [ProfilesDefinitionParser] Added profile 'LaCie LaCinema Media Player' (id=15)
2014-06-25 21:11:23,639 INFO [ProfilesDefinitionParser] Added profile 'Manta WIFI Centre' (id=16)
2014-06-25 21:11:23,641 INFO [ProfilesDefinitionParser] Added profile 'Pure Flow' (id=17)
2014-06-25 21:11:23,645 INFO [ProfilesDefinitionParser] Added profile 'Sharp Aquos' (id=18)
2014-06-25 21:11:23,647 INFO [ProfilesDefinitionParser] Added profile 'Sony Bravia TV (2011)' (id=sony2011)
2014-06-25 21:11:23,652 INFO [ProfilesDefinitionParser] Added profile 'Sony Bravia TV (2010)' (id=sony2010)
2014-06-25 21:11:23,657 INFO [ProfilesDefinitionParser] Added profile 'Philips (2010-)' (id=plps2010)
2014-06-25 21:11:23,660 INFO [ProfilesDefinitionParser] Added profile 'Philips (2009)' (id=20)
2014-06-25 21:11:23,663 INFO [ProfilesDefinitionParser] Added profile 'Sony Bravia TV (2009)' (id=sony2009)
2014-06-25 21:11:23,667 INFO [ProfilesDefinitionParser] Added profile 'Denon AVR' (id=22)
2014-06-25 21:11:23,674 INFO [ProfilesDefinitionParser] Added profile 'Panasonic Viera (2013)' (id=viera2013)
2014-06-25 21:11:23,678 INFO [ProfilesDefinitionParser] Added profile 'Panasonic Viera G/GT/DT/UT/VT (2011/2012)' (id=viera2011a)
2014-06-25 21:11:23,680 INFO [ProfilesDefinitionParser] Added profile 'Panasonic Viera E/S/ST/VT (2011)' (id=viera2011)
2014-06-25 21:11:23,683 INFO [ProfilesDefinitionParser] Added profile 'Panasonic Viera (2010)' (id=viera2010)
2014-06-25 21:11:23,685 INFO [ProfilesDefinitionParser] Added profile 'Sony Bravia TV (2012) - US' (id=sony2012us)
2014-06-25 21:11:23,687 INFO [ProfilesDefinitionParser] Added profile 'Sony Bravia TV (2011) - US' (id=sony2011us)
2014-06-25 21:11:23,691 INFO [ProfilesDefinitionParser] Added profile 'Sony AVReceiver STR' (id=SonySTR)
2014-06-25 21:11:23,693 INFO [ProfilesDefinitionParser] Added profile 'Sony Audio CMT' (id=SonyCMT)
2014-06-25 21:11:23,697 INFO [ProfilesDefinitionParser] Added profile 'Vizio TV' (id=viziotv)
2014-06-25 21:11:23,708 INFO [ProfilesDefinitionParser] Added profile 'Windows 8/RT' (id=win8metro)
2014-06-25 21:11:23,712 INFO [ProfilesDefinitionParser] Added profile 'Panasonic BD player' (id=panasonicBDT220)
2014-06-25 21:11:23,714 INFO [ProfilesDefinitionParser] Added profile 'Philips NP Streamium' (id=philips_streamium)
2014-06-25 21:11:23,718 INFO [ProfilesDefinitionParser] Added profile 'Chaneru' (id=roku)
2014-06-25 21:11:23,730 INFO [ProfilesDefinitionParser] Added profile 'Roku Media Player' (id=RokuMPApp)
2014-06-25 21:11:23,733 INFO [ProfilesDefinitionParser] Added profile 'Yamaha BD-A1020/BD-A1010' (id=YamBD)
2014-06-25 21:11:23,738 INFO [ProfilesDefinitionParser] Added profile 'Telenet Yelo TV' (id=TNDC)
2014-06-25 21:11:23,743 INFO [ProfilesDefinitionParser] Added profile 'Xbox One' (id=xbox_one)
2014-06-25 21:11:23,897 INFO [ProfilesDefinitionParser] Parsing Profiles definition
2014-06-25 21:11:23,901 INFO [ProfilesDefinitionParser] Added profile 'Flash player' (id=flv_player)
2014-06-25 21:11:23,903 INFO [ProfilesDefinitionParser] Added profile 'iOS' (id=ios)
2014-06-25 21:11:23,906 INFO [ProfilesDefinitionParser] Added profile 'ServiiGo (Standard)' (id=serviigo_standard)
2014-06-25 21:11:23,908 INFO [ProfilesDefinitionParser] Added profile 'ServiiGo (Legacy Devices)' (id=serviigo)
2014-06-25 21:11:23,910 INFO [ProfilesDefinitionParser] Added profile 'ServiiGo (HLS)' (id=serviigo_hls)
2014-06-25 21:11:23,912 INFO [ProfilesDefinitionParser] Added profile 'ServiiGo (Google TV)' (id=serviigo_gtv)
2014-06-25 21:11:23,914 INFO [ProfilesDefinitionParser] Added profile 'Windows Phone 8' (id=wp8)
2014-06-25 21:11:23,918 INFO [ProfilesDefinitionParser] Added profile 'Chromecast' (id=chromecast)
2014-06-25 21:11:23,947 INFO [PluginCompilerThread] Looking for plugins at /volume1/public/serviio/plugins
2014-06-25 21:11:23,948 WARN [PluginCompilerThread] Plugins folder '/volume1/public/serviio/plugins' does not exist. No plugins will be compiled.
2014-06-25 21:11:23,953 INFO [UpdateChecker] Checking if a new version is available
2014-06-25 21:11:24,081 INFO [FFMPEGWrapper] Found FFmpeg: ffmpeg version 2.1-compiled_by_patters_for_Serviio Copyright (c) 2000-2013 the FFmpeg developers
2014-06-25 21:11:24,151 INFO [AbstractTranscodingDeliveryEngine] Cleaning transcode engine and its data
2014-06-25 21:11:24,225 INFO [WebServer] WebServer starting on port 8895
2014-06-25 21:11:24,227 INFO [Device] Updated bound IP address of Device with UUID: 800c3f2c-1ec3-3e02-a28a-300f31dcb035, bound address: 192.168.2.3
2014-06-25 21:11:24,244 INFO [EventDispatcher] Starting EventDispatcher
2014-06-25 21:11:24,251 INFO [DiscoverySSDPMessageListener] Starting DiscoverySSDPMessageListener using interface eth0 (eth0) and address 192.168.2.3, timeout = 0
2014-06-25 21:11:24,252 INFO [EventSubscriptionExpirationChecker] Starting EventSubscriptionExpirationChecker
2014-06-25 21:11:24,253 INFO [DiscoveryAdvertisementNotifier] Starting DiscoveryAdvertisementNotifier
2014-06-25 21:11:24,259 INFO [RendererExpirationChecker] Starting RendererExpirationChecker
2014-06-25 21:11:24,260 INFO [RendererSearchSender] Searching for Renderer devices
2014-06-25 21:11:24,870 INFO [RendererManager] Stored a new renderer: uuid='5a8baed8-f7e5-4707-ac7a-59f49d548c39', name = 'Unrecognized device', ipAddress='192.168.2.4', profile = '1'
2014-06-25 21:11:25,531 INFO [RendererManager] Stored a new renderer: uuid='7cf56ba1-0d49-44db-b496-f680e02ea1c2', name = 'Unrecognized device', ipAddress='192.168.2.8', profile = '1'
2014-06-25 21:11:26,528 INFO [RendererManager] Stored a new renderer: uuid='179aebe5-e03a-4e43-acf1-76114815a827', name = 'Unrecognized device', ipAddress='192.168.2.6', profile = '1'
2014-06-25 21:11:39,801 WARN [ServiioStatusService] AuthenticationException occured. Returning error code 401 to the REST layer. Message: The provided authentication token is invalid or expired.
2014-06-25 21:12:07,651 INFO [ContentDirectoryDefinitionParser] Parsing ContentDirectory definition
2014-06-25 21:12:09,682 INFO [BrowsingCategoriesMessages] Loaded browsing categories message bundle for locale: en
2014-06-25 21:14:20,499 INFO [LibraryAdditionsCheckerThread] Started looking for newly added files
2014-06-25 21:14:20,501 INFO [LibraryUpdatesCheckerThread] Started looking for updates to currently shared files
2014-06-25 21:14:20,502 INFO [PlaylistMaintainerThread] Started looking playlist changes
2014-06-25 21:14:29,710 INFO [SearchManager] Starting up search engine
2014-06-25 21:14:30,608 INFO [LibraryAdditionsCheckerThread] Added file 'NCIS 2x16 (Pop Life).mpg' (title: Pop Life) to Library
2014-06-25 21:14:35,367 INFO [LibraryAdditionsCheckerThread] Added file 'NCIS 2x17 (An Eye for an Eye).mpg' (title: An Eye for An Eye) to Library
2014-06-25 21:14:40,143 INFO [LibraryAdditionsCheckerThread] Added file 'NCIS 2x18 (Bikini Wax).mpg' (title: Bikini Wax) to Library
2014-06-25 21:14:45,423 INFO [LibraryAdditionsCheckerThread] Added file 'NCIS 2x19 (Conspiracy Theory).mpg' (title: Conspiracy Theory) to Library
2014-06-25 21:14:50,072 INFO [LibraryAdditionsCheckerThread] Added file 'NCIS 2x20 (Red Cell).mpg' (title: Red Cell) to Library
2014-06-25 21:14:55,821 INFO [LibraryAdditionsCheckerThread] Added file 'NCIS 2x21 (Hometown Hero).mpg' (title: Hometown Hero) to Library
2014-06-25 21:15:00,489 WARN [IndexedDiskCache] Region [tokens] Reseting cache
2014-06-25 21:15:00,708 INFO [LibraryAdditionsCheckerThread] Added file 'NCIS 2x22 (SWAK).mpg' (title: SWAK) to Library
2014-06-25 21:15:04,793 WARN [ServiioStatusService] AuthenticationException occured. Returning error code 401 to the REST layer. Message: The provided authentication token is invalid or expired.
2014-06-25 21:15:06,052 INFO [LibraryAdditionsCheckerThread] Added file 'NCIS 2x23 (Twilight).mpg' (title: Twilight) to Library
2014-06-25 21:15:12,006 INFO [LibraryAdditionsCheckerThread] Added file 'Frozen 2013 BDRIP 1080p x264 AC3 DD.5.1 INaM.mkv' (title: Frozen) to Library
2014-06-25 21:15:15,870 INFO [LibraryAdditionsCheckerThread] Added file 'Sample.mkv' (title: Sample) to Library
2014-06-25 21:15:26,516 INFO [LibraryAdditionsCheckerThread] Added file 'Planes.2013.1080p.BluRay.x264-ALLiANCE.mkv' (title: Planes) to Library
2014-06-25 21:15:34,529 INFO [LibraryAdditionsCheckerThread] Added file 'Disney Beauty & The Beast (2010).mpg' (title: Beauty and the Beast) to Library
2014-06-25 21:15:38,593 INFO [LibraryAdditionsCheckerThread] Added file 'The Jungle Book 2 2003 [H.264-MP4] (oan).mp4' (title: The Jungle Book 2) to Library
2014-06-25 21:16:00,782 INFO [LibraryAdditionsCheckerThread] Finished looking for newly added files
2014-06-25 21:16:00,884 INFO [LibraryUpdatesCheckerThread] Finished looking for updates to currently shared files
2014-06-25 21:16:00,985 INFO [LibraryAdditionsCheckerThread] Started looking for newly added files
2014-06-25 21:16:00,993 INFO [LibraryUpdatesCheckerThread] Started looking for updates to currently shared files
2014-06-25 21:17:56,676 INFO [RendererManager] Stored a new renderer: uuid='00000000-0000-1010-8000-5442491a3576', name = 'KDL-40EX700', ipAddress='192.168.2.12', profile = 'sony2010'
2014-06-25 21:22:51,871 INFO [WebServer] WebServer shutting down
2014-06-25 21:22:51,871 INFO [DiscoveryAdvertisementNotifier] Leaving DiscoveryAdvertisementNotifier
2014-06-25 21:22:51,875 INFO [DiscoverySSDPMessageListener] Leaving DiscoverySSDPMessageListener
2014-06-25 21:22:51,876 INFO [EventDispatcher] Leaving EventDispatcher
2014-06-25 21:22:51,875 INFO [EventSubscriptionExpirationChecker] Leaving EventSubscriptionExpirationChecker, removing all event subscriptions
2014-06-25 21:22:54,465 INFO [RendererExpirationChecker] Leaving RendererExpirationChecker
2014-06-25 21:22:55,046 INFO [WebServer] WebServer starting on port 8895
2014-06-25 21:22:55,047 INFO [Device] Updated bound IP address of Device with UUID: 800c3f2c-1ec3-3e02-a28a-300f31dcb035, bound address: 192.168.2.3
2014-06-25 21:22:55,049 INFO [RendererSearchSender] Searching for Renderer devices
2014-06-25 21:22:55,048 INFO [EventSubscriptionExpirationChecker] Starting EventSubscriptionExpirationChecker
2014-06-25 21:22:55,049 INFO [DiscoverySSDPMessageListener] Starting DiscoverySSDPMessageListener using interface eth0 (eth0) and address 192.168.2.3, timeout = 0
2014-06-25 21:22:55,049 INFO [DiscoveryAdvertisementNotifier] Starting DiscoveryAdvertisementNotifier
2014-06-25 21:22:55,050 INFO [EventDispatcher] Starting EventDispatcher
2014-06-25 21:27:25,580 WARN [ProcessExecutor] Process /volume1/@appstore/Serviio/bin/ffmpeg has a return code of 255! This is a possible error. Detailed output follows.
frame=74629 fps=104 q=-1.0 size= 1474816kB time=00:51:52.96 bitrate=3881.1kbits/s
[libmp3lame @ 0x808dfe0] Trying to remove 1152 samples, but the queue is empty
frame=74648 fps=104 q=-1.0 Lsize= 1475100kB time=00:51:53.84 bitrate=3880.7kbits/s
video:1398798kB audio:72981kB subtitle:0 global headers:0kB muxing overhead 0.225640%
Received signal 15: terminating.
2014-06-25 21:27:29,399 ERROR [ApplicationInstanceManager] Error connecting to local port for single instance notification
2014-06-25 21:27:29,402 ERROR [ApplicationInstanceManager] No route to host
java.net.NoRouteToHostException: No route to host
at java.net.PlainSocketImpl.socketConnect(Native Method)
at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:339)
at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:200)
at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:182)
at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
at java.net.Socket.connect(Socket.java:579)
at java.net.Socket.connect(Socket.java:528)
at java.net.Socket.<init>(Socket.java:425)
at java.net.Socket.<init>(Socket.java:241)
at org.serviio.ApplicationInstanceManager.registerInstance(ApplicationInstanceManager.java:105)
at org.serviio.MediaServer.checkForRunningInstances(MediaServer.java:283)
at org.serviio.MediaServer.main(MediaServer.java:106)
2014-06-25 21:27:58,213 WARN [IndexedDiskCache] Region [tokens] Disk cache not shutdown properly, shutting down now.
2014-06-25 21:27:58,221 WARN [IndexedDiskCache] Region [online_technical_metadata] Disk cache not shutdown properly, shutting down now.
2014-06-25 21:27:58,214 WARN [IndexedDiskCache] Region [thumbnails] Disk cache not shutdown properly, shutting down now.
2014-06-25 21:27:58,214 INFO [LibraryAdditionsCheckerThread] Finished looking for newly added files
2014-06-25 21:27:58,315 INFO [LibraryUpdatesCheckerThread] Finished looking for updates to currently shared files
2014-06-25 21:30:16,486 ERROR [ApplicationInstanceManager] Error connecting to local port for single instance notification
2014-06-25 21:30:16,515 ERROR [ApplicationInstanceManager] No route to host
java.net.NoRouteToHostException: No route to host
at java.net.PlainSocketImpl.socketConnect(Native Method)
at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:339)
at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:200)
at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:182)
at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
at java.net.Socket.connect(Socket.java:579)
at java.net.Socket.connect(Socket.java:528)
at java.net.Socket.<init>(Socket.java:425)
at java.net.Socket.<init>(Socket.java:241)
at org.serviio.ApplicationInstanceManager.registerInstance(ApplicationInstanceManager.java:105)
at org.serviio.MediaServer.checkForRunningInstances(MediaServer.java:283)
at org.serviio.MediaServer.main(MediaServer.java:106)
2014-06-25 21:30:16,599 INFO [MediaServer] ------------------------------------------------------------------------
2014-06-25 21:30:16,600 INFO [MediaServer] Serviio DLNA media streaming server v 1.4.1.2 (rev. 3753eff81a2f+)
2014-06-25 21:30:16,600 INFO [MediaServer] Petr Nejedly 2009-2014
2014-06-25 21:30:16,600 INFO [MediaServer] http://www.serviio.org
2014-06-25 21:30:16,600 INFO [MediaServer]
2014-06-25 21:30:16,600 INFO [MediaServer] Java 1.7.0_60-Oracle Corporation
2014-06-25 21:30:16,600 INFO [MediaServer] OS Linux i386 3.2.40
2014-06-25 21:30:16,601 INFO [MediaServer] File encoding: UTF-8
2014-06-25 21:30:16,602 INFO [MediaServer] Headless mode enabled: true
2014-06-25 21:30:16,602 INFO [MediaServer] User: serviio
2014-06-25 21:30:16,602 INFO [MediaServer] User home dir: /var/services/homes/serviio
2014-06-25 21:30:16,602 INFO [MediaServer] Temp dir: /tmp
2014-06-25 21:30:16,602 INFO [MediaServer] ------------------------------------------------------------------------
2014-06-25 21:30:17,008 INFO [WebServer] Socket buffer set to 65535 bytes
2014-06-25 21:30:17,016 INFO [RestletServer] Starting Restlet server (/rest) exposed on port 23423
2014-06-25 21:30:17,162 INFO [RestletServer] Starting Restlet server (/cds) exposed on port 23424
2014-06-25 21:30:17,164 INFO [RestletServer] Starting Restlet server (/mediabrowser) exposed on port 23424
2014-06-25 21:30:17,207 INFO [DBSchemaUpdateExecutor] Checking if DB schema needs to be updated
2014-06-25 21:30:17,273 INFO [DatabaseManager] Using DERBY database language
2014-06-25 21:30:28,706 INFO [Device] Created UPnP Device with UUID: 800c3f2c-1ec3-3e02-a28a-300f31dcb035, bound address: 192.168.2.3
2014-06-25 21:30:29,299 INFO [MediaServer] ------------------------------------------------------------------------
2014-06-25 21:30:29,300 INFO [MediaServer] License: PRO (EVALUATION, id: 11111111-1111-1111-1111-111111111113)
2014-06-25 21:30:29,300 INFO [MediaServer] ------------------------------------------------------------------------
2014-06-25 21:30:30,470 INFO [ProfilesDefinitionParser] Parsing Profiles definition
2014-06-25 21:30:30,833 INFO [ProfilesDefinitionParser] Added profile 'Generic DLNA profile' (id=1)
2014-06-25 21:30:31,022 INFO [ProfilesDefinitionParser] Added profile 'Samsung TV (B-series)' (id=2)
2014-06-25 21:30:31,032 INFO [ProfilesDefinitionParser] Added profile 'Xbox 360' (id=3)
2014-06-25 21:30:31,036 INFO [ProfilesDefinitionParser] Added profile 'Playstation 3' (id=4)
2014-06-25 21:30:31,039 INFO [ProfilesDefinitionParser] Added profile 'Samsung TV (A-series)' (id=5)
2014-06-25 21:30:31,043 INFO [ProfilesDefinitionParser] Added profile 'DirecTV HD-DVR' (id=6)
2014-06-25 21:30:31,050 INFO [ProfilesDefinitionParser] Added profile 'Samsung TV / player (E/F-series)' (id=sam_ef)
2014-06-25 21:30:31,052 INFO [ProfilesDefinitionParser] Added profile 'Samsung TV / player (C/D-series)' (id=7)
2014-06-25 21:30:31,054 INFO [ProfilesDefinitionParser] Added profile 'LG TV / player' (id=8)
2014-06-25 21:30:31,063 INFO [ProfilesDefinitionParser] Added profile 'Sony Bravia TV (2012)' (id=sony2012)
2014-06-25 21:30:31,068 INFO [ProfilesDefinitionParser] Added profile 'Sony Bravia TV (2013)' (id=sony2013)
2014-06-25 21:30:31,071 INFO [ProfilesDefinitionParser] Added profile 'Sony BDP-Sx100 (2013)' (id=bdp2013)
2014-06-25 21:30:31,074 INFO [ProfilesDefinitionParser] Added profile 'Sony BDP-Sx90 (2012)' (id=bdp2012)
2014-06-25 21:30:31,080 INFO [ProfilesDefinitionParser] Added profile 'Sony BDP-Sx70/SMP-N100 (2010)' (id=bdp2010)
2014-06-25 21:30:31,082 INFO [ProfilesDefinitionParser] Added profile 'Sony BDP-Sx70/SMP-N100 (2010) - US' (id=bdp2010us)
2014-06-25 21:30:31,084 INFO [ProfilesDefinitionParser] Added profile 'Sony BDP-Sx80/SMP-N200 (2011)' (id=bdp2011)
2014-06-25 21:30:31,086 INFO [ProfilesDefinitionParser] Added profile 'Toshiba REGZA' (id=13)
2014-06-25 21:30:31,089 INFO [ProfilesDefinitionParser] Added profile 'Toshiba REGZA 2012-' (id=tosh2012)
2014-06-25 21:30:31,095 INFO [ProfilesDefinitionParser] Added profile 'WDTV Live' (id=14)
2014-06-25 21:30:31,097 INFO [ProfilesDefinitionParser] Added profile 'LaCie LaCinema Media Player' (id=15)
2014-06-25 21:30:31,099 INFO [ProfilesDefinitionParser] Added profile 'Manta WIFI Centre' (id=16)
2014-06-25 21:30:31,101 INFO [ProfilesDefinitionParser] Added profile 'Pure Flow' (id=17)
2014-06-25 21:30:31,103 INFO [ProfilesDefinitionParser] Added profile 'Sharp Aquos' (id=18)
2014-06-25 21:30:31,105 INFO [ProfilesDefinitionParser] Added profile 'Sony Bravia TV (2011)' (id=sony2011)
2014-06-25 21:30:31,108 INFO [ProfilesDefinitionParser] Added profile 'Sony Bravia TV (2010)' (id=sony2010)
2014-06-25 21:30:31,110 INFO [ProfilesDefinitionParser] Added profile 'Philips (2010-)' (id=plps2010)
2014-06-25 21:30:31,113 INFO [ProfilesDefinitionParser] Added profile 'Philips (2009)' (id=20)
2014-06-25 21:30:31,115 INFO [ProfilesDefinitionParser] Added profile 'Sony Bravia TV (2009)' (id=sony2009)
2014-06-25 21:30:31,118 INFO [ProfilesDefinitionParser] Added profile 'Denon AVR' (id=22)
2014-06-25 21:30:31,122 INFO [ProfilesDefinitionParser] Added profile 'Panasonic Viera (2013)' (id=viera2013)
2014-06-25 21:30:31,125 INFO [ProfilesDefinitionParser] Added profile 'Panasonic Viera G/GT/DT/UT/VT (2011/2012)' (id=viera2011a)
2014-06-25 21:30:31,127 INFO [ProfilesDefinitionParser] Added profile 'Panasonic Viera E/S/ST/VT (2011)' (id=viera2011)
2014-06-25 21:30:31,129 INFO [ProfilesDefinitionParser] Added profile 'Panasonic Viera (2010)' (id=viera2010)
2014-06-25 21:30:31,131 INFO [ProfilesDefinitionParser] Added profile 'Sony Bravia TV (2012) - US' (id=sony2012us)
2014-06-25 21:30:31,133 INFO [ProfilesDefinitionParser] Added profile 'Sony Bravia TV (2011) - US' (id=sony2011us)
2014-06-25 21:30:31,136 INFO [ProfilesDefinitionParser] Added profile 'Sony AVReceiver STR' (id=SonySTR)
2014-06-25 21:30:31,138 INFO [ProfilesDefinitionParser] Added profile 'Sony Audio CMT' (id=SonyCMT)
2014-06-25 21:30:31,140 INFO [ProfilesDefinitionParser] Added profile 'Vizio TV' (id=viziotv)
2014-06-25 21:30:31,145 INFO [ProfilesDefinitionParser] Added profile 'Windows 8/RT' (id=win8metro)
2014-06-25 21:30:31,147 INFO [ProfilesDefinitionParser] Added profile 'Panasonic BD player' (id=panasonicBDT220)
2014-06-25 21:30:31,149 INFO [ProfilesDefinitionParser] Added profile 'Philips NP Streamium' (id=philips_streamium)
2014-06-25 21:30:31,151 INFO [ProfilesDefinitionParser] Added profile 'Chaneru' (id=roku)
2014-06-25 21:30:31,156 INFO [ProfilesDefinitionParser] Added profile 'Roku Media Player' (id=RokuMPApp)
2014-06-25 21:30:31,158 INFO [ProfilesDefinitionParser] Added profile 'Yamaha BD-A1020/BD-A1010' (id=YamBD)
2014-06-25 21:30:31,160 INFO [ProfilesDefinitionParser] Added profile 'Telenet Yelo TV' (id=TNDC)
2014-06-25 21:30:31,163 INFO [ProfilesDefinitionParser] Added profile 'Xbox One' (id=xbox_one)
2014-06-25 21:30:31,361 INFO [ProfilesDefinitionParser] Parsing Profiles definition
2014-06-25 21:30:31,367 INFO [ProfilesDefinitionParser] Added profile 'Flash player' (id=flv_player)
2014-06-25 21:30:31,371 INFO [ProfilesDefinitionParser] Added profile 'iOS' (id=ios)
2014-06-25 21:30:31,375 INFO [ProfilesDefinitionParser] Added profile 'ServiiGo (Standard)' (id=serviigo_standard)
2014-06-25 21:30:31,378 INFO [ProfilesDefinitionParser] Added profile 'ServiiGo (Legacy Devices)' (id=serviigo)
2014-06-25 21:30:31,382 INFO [ProfilesDefinitionParser] Added profile 'ServiiGo (HLS)' (id=serviigo_hls)
2014-06-25 21:30:31,385 INFO [ProfilesDefinitionParser] Added profile 'ServiiGo (Google TV)' (id=serviigo_gtv)
2014-06-25 21:30:31,390 INFO [ProfilesDefinitionParser] Added profile 'Windows Phone 8' (id=wp8)
2014-06-25 21:30:31,395 INFO [ProfilesDefinitionParser] Added profile 'Chromecast' (id=chromecast)
2014-06-25 21:30:31,571 INFO [PluginCompilerThread] Looking for plugins at /volume1/public/serviio/plugins
2014-06-25 21:30:31,572 WARN [PluginCompilerThread] Plugins folder '/volume1/public/serviio/plugins' does not exist. No plugins will be compiled.
2014-06-25 21:30:31,576 INFO [UpdateChecker] Checking if a new version is available
2014-06-25 21:30:31,872 INFO [FFMPEGWrapper] Found FFmpeg: ffmpeg version 2.1-compiled_by_patters_for_Serviio Copyright (c) 2000-2013 the FFmpeg developers
2014-06-25 21:30:31,930 INFO [AbstractTranscodingDeliveryEngine] Cleaning transcode engine and its data
2014-06-25 21:30:31,998 INFO [WebServer] WebServer starting on port 8895
2014-06-25 21:30:31,998 INFO [Device] Updated bound IP address of Device with UUID: 800c3f2c-1ec3-3e02-a28a-300f31dcb035, bound address: 192.168.2.3
2014-06-25 21:30:32,015 INFO [EventSubscriptionExpirationChecker] Starting EventSubscriptionExpirationChecker
2014-06-25 21:30:32,015 INFO [EventDispatcher] Starting EventDispatcher
2014-06-25 21:30:32,016 INFO [DiscoveryAdvertisementNotifier] Starting DiscoveryAdvertisementNotifier
2014-06-25 21:30:32,021 INFO [DiscoverySSDPMessageListener] Starting DiscoverySSDPMessageListener using interface eth0 (eth0) and address 192.168.2.3, timeout = 0
2014-06-25 21:30:32,026 INFO [RendererExpirationChecker] Starting RendererExpirationChecker
2014-06-25 21:30:32,027 INFO [RendererSearchSender] Searching for Renderer devices
2014-06-25 21:35:42,008 INFO [WebServer] WebServer shutting down
2014-06-25 21:35:42,009 INFO [DiscoveryAdvertisementNotifier] Leaving DiscoveryAdvertisementNotifier
2014-06-25 21:35:42,010 INFO [DiscoverySSDPMessageListener] Leaving DiscoverySSDPMessageListener
2014-06-25 21:35:42,010 INFO [EventSubscriptionExpirationChecker] Leaving EventSubscriptionExpirationChecker, removing all event subscriptions
2014-06-25 21:35:42,010 INFO [EventDispatcher] Leaving EventDispatcher
2014-06-25 21:35:42,015 INFO [WebServer] WebServer starting on port 8895
2014-06-25 21:35:42,017 INFO [Device] Updated bound IP address of Device with UUID: 800c3f2c-1ec3-3e02-a28a-300f31dcb035, bound address: 192.168.2.3
2014-06-25 21:35:42,018 INFO [EventSubscriptionExpirationChecker] Starting EventSubscriptionExpirationChecker
2014-06-25 21:35:42,019 INFO [EventDispatcher] Starting EventDispatcher
2014-06-25 21:35:42,020 INFO [DiscoverySSDPMessageListener] Starting DiscoverySSDPMessageListener using interface eth0 (eth0) and address 192.168.2.3, timeout = 0
2014-06-25 21:35:42,020 INFO [RendererSearchSender] Searching for Renderer devices
2014-06-25 21:35:42,019 INFO [DiscoveryAdvertisementNotifier] Starting DiscoveryAdvertisementNotifier
2014-06-25 21:35:42,224 INFO [RendererExpirationChecker] Leaving RendererExpirationChecker
2014-06-25 21:36:25,424 INFO [WebServer] WebServer shutting down
2014-06-25 21:36:25,424 INFO [DiscoveryAdvertisementNotifier] Leaving DiscoveryAdvertisementNotifier
2014-06-25 21:36:25,424 INFO [EventSubscriptionExpirationChecker] Leaving EventSubscriptionExpirationChecker, removing all event subscriptions
2014-06-25 21:36:25,424 INFO [DiscoverySSDPMessageListener] Leaving DiscoverySSDPMessageListener
2014-06-25 21:36:25,425 INFO [EventDispatcher] Leaving EventDispatcher
2014-06-25 21:36:27,746 INFO [WebServer] WebServer starting on port 8895
2014-06-25 21:36:27,747 INFO [Device] Updated bound IP address of Device with UUID: 800c3f2c-1ec3-3e02-a28a-300f31dcb035, bound address: 192.168.2.3
2014-06-25 21:36:27,748 INFO [EventSubscriptionExpirationChecker] Starting EventSubscriptionExpirationChecker
2014-06-25 21:36:27,748 INFO [EventDispatcher] Starting EventDispatcher
2014-06-25 21:36:27,748 INFO [RendererSearchSender] Searching for Renderer devices
2014-06-25 21:36:27,748 INFO [DiscoverySSDPMessageListener] Starting DiscoverySSDPMessageListener using interface eth0 (eth0) and address 192.168.2.3, timeout = 0
2014-06-25 21:36:27,749 INFO [DiscoveryAdvertisementNotifier] Starting DiscoveryAdvertisementNotifier
2014-06-25 21:38:40,064 INFO [ContentDirectoryDefinitionParser] Parsing ContentDirectory definition
2014-06-25 21:38:42,045 INFO [BrowsingCategoriesMessages] Loaded browsing categories message bundle for locale: en
2014-06-26 05:43:17,816 INFO [WebServer] WebServer shutting down
2014-06-26 05:43:17,816 INFO [DiscoveryAdvertisementNotifier] Leaving DiscoveryAdvertisementNotifier
2014-06-26 05:43:17,818 INFO [DiscoverySSDPMessageListener] Leaving DiscoverySSDPMessageListener
2014-06-26 05:43:17,819 INFO [EventSubscriptionExpirationChecker] Leaving EventSubscriptionExpirationChecker, removing all event subscriptions
2014-06-26 05:43:17,819 INFO [EventDispatcher] Leaving EventDispatcher
2014-06-26 05:43:52,107 INFO [WebServer] WebServer starting on port 8895
2014-06-26 05:43:52,108 INFO [Device] Updated bound IP address of Device with UUID: 800c3f2c-1ec3-3e02-a28a-300f31dcb035, bound address: 192.168.2.3
2014-06-26 05:43:52,109 INFO [EventDispatcher] Starting EventDispatcher
2014-06-26 05:43:52,109 INFO [DiscoverySSDPMessageListener] Starting DiscoverySSDPMessageListener using interface eth0 (eth0) and address 192.168.2.3, timeout = 0
2014-06-26 05:43:52,110 INFO [DiscoveryAdvertisementNotifier] Starting DiscoveryAdvertisementNotifier
2014-06-26 05:43:52,113 INFO [RendererSearchSender] Searching for Renderer devices
2014-06-26 05:43:52,117 INFO [EventSubscriptionExpirationChecker] Starting EventSubscriptionExpirationChecker
2014-06-26 20:17:00,618 ERROR [ApplicationInstanceManager] Error connecting to local port for single instance notification
2014-06-26 20:17:00,648 ERROR [ApplicationInstanceManager] No route to host
java.net.NoRouteToHostException: No route to host
at java.net.PlainSocketImpl.socketConnect(Native Method)
at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:339)
at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:200)
at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:182)
at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
at java.net.Socket.connect(Socket.java:579)
at java.net.Socket.connect(Socket.java:528)
at java.net.Socket.<init>(Socket.java:425)
at java.net.Socket.<init>(Socket.java:241)
at org.serviio.ApplicationInstanceManager.registerInstance(ApplicationInstanceManager.java:105)
at org.serviio.MediaServer.checkForRunningInstances(MediaServer.java:283)
at org.serviio.MediaServer.main(MediaServer.java:106)
2014-06-26 20:17:15,108 ERROR [ApplicationInstanceManager] Error connecting to local port for single instance notification
2014-06-26 20:17:15,112 ERROR [ApplicationInstanceManager] No route to host
java.net.NoRouteToHostException: No route to host
at java.net.PlainSocketImpl.socketConnect(Native Method)
at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:339)
at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:200)
at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:182)
at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
at java.net.Socket.connect(Socket.java:579)
at java.net.Socket.connect(Socket.java:528)
at java.net.Socket.<init>(Socket.java:425)
at java.net.Socket.<init>(Socket.java:241)
at org.serviio.ApplicationInstanceManager.registerInstance(ApplicationInstanceManager.java:105)
at org.serviio.MediaServer.checkForRunningInstances(MediaServer.java:283)
at org.serviio.MediaServer.main(MediaServer.java:106)
2014-06-26 20:17:15,183 INFO [MediaServer] ------------------------------------------------------------------------
2014-06-26 20:17:15,183 INFO [MediaServer] Serviio DLNA media streaming server v 1.4.1.2 (rev. 3753eff81a2f+)
2014-06-26 20:17:15,183 INFO [MediaServer] Petr Nejedly 2009-2014
2014-06-26 20:17:15,184 INFO [MediaServer] http://www.serviio.org
2014-06-26 20:17:15,184 INFO [MediaServer]
2014-06-26 20:17:15,184 INFO [MediaServer] Java 1.7.0_60-Oracle Corporation
2014-06-26 20:17:15,184 INFO [MediaServer] OS Linux i386 3.2.40
2014-06-26 20:17:15,184 INFO [MediaServer] File encoding: UTF-8
2014-06-26 20:17:15,185 INFO [MediaServer] Headless mode enabled: true
2014-06-26 20:17:15,185 INFO [MediaServer] User: serviio
2014-06-26 20:17:15,186 INFO [MediaServer] User home dir: /var/services/homes/serviio
2014-06-26 20:17:15,186 INFO [MediaServer] Temp dir: /tmp
2014-06-26 20:17:15,186 INFO [MediaServer] ------------------------------------------------------------------------
2014-06-26 20:17:15,713 INFO [WebServer] Socket buffer set to 65535 bytes
2014-06-26 20:17:15,719 INFO [RestletServer] Starting Restlet server (/rest) exposed on port 23423
2014-06-26 20:17:15,747 ERROR [MediaServer] An unexpected error occured. Ending the application. Message: java.net.BindException: Address already in use
java.lang.RuntimeException: java.net.BindException: Address already in use
at org.serviio.restlet.RestletServer.runServer(RestletServer.java:84)
at org.serviio.MediaServer.main(MediaServer.java:113)
Caused by: java.net.BindException: Address already in use
at java.net.PlainSocketImpl.socketBind(Native Method)
at java.net.AbstractPlainSocketImpl.bind(AbstractPlainSocketImpl.java:376)
at java.net.ServerSocket.bind(ServerSocket.java:376)
at java.net.ServerSocket.bind(ServerSocket.java:330)
at org.restlet.engine.http.connector.BaseServerHelper.createServerSocket(BaseServerHelper.java:118)
at org.restlet.engine.http.connector.BaseServerHelper.start(BaseServerHelper.java:251)
at org.restlet.engine.http.connector.HttpServerHelper.start(HttpServerHelper.java:69)
at org.restlet.Server.start(Server.java:585)
at org.restlet.Component.startServers(Component.java:601)
at org.restlet.Component.start(Component.java:528)
at org.serviio.restlet.RestletServer.runServer(RestletServer.java:73)
... 1 more
2014-06-26 20:21:04,768 INFO [DiscoveryAdvertisementNotifier] Leaving DiscoveryAdvertisementNotifier
2014-06-26 20:21:04,768 INFO [WebServer] WebServer shutting down
2014-06-26 20:21:04,769 INFO [EventDispatcher] Leaving EventDispatcher
2014-06-26 20:21:04,768 INFO [DiscoverySSDPMessageListener] Leaving DiscoverySSDPMessageListener
2014-06-26 20:21:04,768 INFO [EventSubscriptionExpirationChecker] Leaving EventSubscriptionExpirationChecker, removing all event subscriptions
2014-06-26 20:22:14,366 INFO [WebServer] WebServer starting on port 8895
2014-06-26 20:22:14,366 INFO [Device] Updated bound IP address of Device with UUID: 800c3f2c-1ec3-3e02-a28a-300f31dcb035, bound address: 192.168.2.3
2014-06-26 20:22:14,367 INFO [EventDispatcher] Starting EventDispatcher
2014-06-26 20:22:14,368 INFO [DiscoverySSDPMessageListener] Starting DiscoverySSDPMessageListener using interface eth0 (eth0) and address 192.168.2.3, timeout = 0
2014-06-26 20:22:14,368 INFO [RendererSearchSender] Searching for Renderer devices
2014-06-26 20:22:14,368 INFO [DiscoveryAdvertisementNotifier] Starting DiscoveryAdvertisementNotifier
2014-06-26 20:22:14,368 INFO [EventSubscriptionExpirationChecker] Starting EventSubscriptionExpirationChecker
2014-06-26 20:27:34,442 ERROR [ApplicationInstanceManager] Error connecting to local port for single instance notification
2014-06-26 20:27:34,446 ERROR [ApplicationInstanceManager] No route to host
java.net.NoRouteToHostException: No route to host
at java.net.PlainSocketImpl.socketConnect(Native Method)
at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:339)
at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:200)
at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:182)
at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
at java.net.Socket.connect(Socket.java:579)
at java.net.Socket.connect(Socket.java:528)
at java.net.Socket.<init>(Socket.java:425)
at java.net.Socket.<init>(Socket.java:241)
at org.serviio.ApplicationInstanceManager.registerInstance(ApplicationInstanceManager.java:105)
at org.serviio.MediaServer.checkForRunningInstances(MediaServer.java:283)
at org.serviio.MediaServer.main(MediaServer.java:106)
Thanks, Rob.
2014-06-25 21:10:56,111 ERROR [ApplicationInstanceManager] Error connecting to local port for single instance notification
2014-06-25 21:10:56,114 ERROR [ApplicationInstanceManager] No route to host
java.net.NoRouteToHostException: No route to host
at java.net.PlainSocketImpl.socketConnect(Native Method)
at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:339)
at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:200)
at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:182)
at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
at java.net.Socket.connect(Socket.java:579)
at java.net.Socket.connect(Socket.java:528)
at java.net.Socket.<init>(Socket.java:425)
at java.net.Socket.<init>(Socket.java:241)
at org.serviio.ApplicationInstanceManager.registerInstance(ApplicationInstanceManager.java:105)
at org.serviio.MediaServer.checkForRunningInstances(MediaServer.java:283)
at org.serviio.MediaServer.main(MediaServer.java:106)
2014-06-25 21:10:56,266 INFO [MediaServer] ------------------------------------------------------------------------
2014-06-25 21:10:56,266 INFO [MediaServer] Serviio DLNA media streaming server v 1.4.1.2 (rev. 3753eff81a2f+)
2014-06-25 21:10:56,266 INFO [MediaServer] Petr Nejedly 2009-2014
2014-06-25 21:10:56,266 INFO [MediaServer] http://www.serviio.org
2014-06-25 21:10:56,267 INFO [MediaServer]
2014-06-25 21:10:56,267 INFO [MediaServer] Java 1.7.0_60-Oracle Corporation
2014-06-25 21:10:56,267 INFO [MediaServer] OS Linux i386 3.2.40
2014-06-25 21:10:56,267 INFO [MediaServer] File encoding: UTF-8
2014-06-25 21:10:56,268 INFO [MediaServer] Headless mode enabled: true
2014-06-25 21:10:56,268 INFO [MediaServer] User: serviio
2014-06-25 21:10:56,268 INFO [MediaServer] User home dir: /var/services/homes/serviio
2014-06-25 21:10:56,269 INFO [MediaServer] Temp dir: /tmp
2014-06-25 21:10:56,269 INFO [MediaServer] ------------------------------------------------------------------------
2014-06-25 21:10:56,662 INFO [WebServer] Socket buffer set to 65535 bytes
2014-06-25 21:10:56,668 INFO [RestletServer] Starting Restlet server (/rest) exposed on port 23423
2014-06-25 21:10:56,778 INFO [RestletServer] Starting Restlet server (/cds) exposed on port 23424
2014-06-25 21:10:56,779 INFO [RestletServer] Starting Restlet server (/mediabrowser) exposed on port 23424
2014-06-25 21:10:56,814 INFO [DBSchemaUpdateExecutor] Checking if DB schema needs to be updated
2014-06-25 21:10:56,842 INFO [DatabaseManager] Using DERBY database language
2014-06-25 21:11:04,525 INFO [DBSchemaUpdateExecutor] Updating DB schema
2014-06-25 21:11:20,930 INFO [DBSchemaUpdateExecutor] Cleaning temporary cache
2014-06-25 21:11:21,019 INFO [Device] Created UPnP Device with UUID: 800c3f2c-1ec3-3e02-a28a-300f31dcb035, bound address: 192.168.2.3
2014-06-25 21:11:21,263 INFO [DBSchemaUpdateExecutor] Cleaning persistent cache
2014-06-25 21:11:21,318 WARN [IndexedDiskCache] Region [online_technical_metadata] Reseting cache
2014-06-25 21:11:21,628 INFO [prefs] Created user preferences directory.
2014-06-25 21:11:22,040 INFO [MediaServer] ------------------------------------------------------------------------
2014-06-25 21:11:22,040 INFO [MediaServer] License: PRO (EVALUATION, id: 11111111-1111-1111-1111-111111111113)
2014-06-25 21:11:22,040 INFO [MediaServer] ------------------------------------------------------------------------
2014-06-25 21:11:23,186 INFO [ProfilesDefinitionParser] Parsing Profiles definition
2014-06-25 21:11:23,458 INFO [ProfilesDefinitionParser] Added profile 'Generic DLNA profile' (id=1)
2014-06-25 21:11:23,490 INFO [ProfilesDefinitionParser] Added profile 'Samsung TV (B-series)' (id=2)
2014-06-25 21:11:23,500 INFO [ProfilesDefinitionParser] Added profile 'Xbox 360' (id=3)
2014-06-25 21:11:23,504 INFO [ProfilesDefinitionParser] Added profile 'Playstation 3' (id=4)
2014-06-25 21:11:23,507 INFO [ProfilesDefinitionParser] Added profile 'Samsung TV (A-series)' (id=5)
2014-06-25 21:11:23,547 INFO [ProfilesDefinitionParser] Added profile 'DirecTV HD-DVR' (id=6)
2014-06-25 21:11:23,554 INFO [ProfilesDefinitionParser] Added profile 'Samsung TV / player (E/F-series)' (id=sam_ef)
2014-06-25 21:11:23,557 INFO [ProfilesDefinitionParser] Added profile 'Samsung TV / player (C/D-series)' (id=7)
2014-06-25 21:11:23,559 INFO [ProfilesDefinitionParser] Added profile 'LG TV / player' (id=8)
2014-06-25 21:11:23,573 INFO [ProfilesDefinitionParser] Added profile 'Sony Bravia TV (2012)' (id=sony2012)
2014-06-25 21:11:23,583 INFO [ProfilesDefinitionParser] Added profile 'Sony Bravia TV (2013)' (id=sony2013)
2014-06-25 21:11:23,590 INFO [ProfilesDefinitionParser] Added profile 'Sony BDP-Sx100 (2013)' (id=bdp2013)
2014-06-25 21:11:23,594 INFO [ProfilesDefinitionParser] Added profile 'Sony BDP-Sx90 (2012)' (id=bdp2012)
2014-06-25 21:11:23,608 INFO [ProfilesDefinitionParser] Added profile 'Sony BDP-Sx70/SMP-N100 (2010)' (id=bdp2010)
2014-06-25 21:11:23,610 INFO [ProfilesDefinitionParser] Added profile 'Sony BDP-Sx70/SMP-N100 (2010) - US' (id=bdp2010us)
2014-06-25 21:11:23,612 INFO [ProfilesDefinitionParser] Added profile 'Sony BDP-Sx80/SMP-N200 (2011)' (id=bdp2011)
2014-06-25 21:11:23,617 INFO [ProfilesDefinitionParser] Added profile 'Toshiba REGZA' (id=13)
2014-06-25 21:11:23,628 INFO [ProfilesDefinitionParser] Added profile 'Toshiba REGZA 2012-' (id=tosh2012)
2014-06-25 21:11:23,634 INFO [ProfilesDefinitionParser] Added profile 'WDTV Live' (id=14)
2014-06-25 21:11:23,636 INFO [ProfilesDefinitionParser] Added profile 'LaCie LaCinema Media Player' (id=15)
2014-06-25 21:11:23,639 INFO [ProfilesDefinitionParser] Added profile 'Manta WIFI Centre' (id=16)
2014-06-25 21:11:23,641 INFO [ProfilesDefinitionParser] Added profile 'Pure Flow' (id=17)
2014-06-25 21:11:23,645 INFO [ProfilesDefinitionParser] Added profile 'Sharp Aquos' (id=18)
2014-06-25 21:11:23,647 INFO [ProfilesDefinitionParser] Added profile 'Sony Bravia TV (2011)' (id=sony2011)
2014-06-25 21:11:23,652 INFO [ProfilesDefinitionParser] Added profile 'Sony Bravia TV (2010)' (id=sony2010)
2014-06-25 21:11:23,657 INFO [ProfilesDefinitionParser] Added profile 'Philips (2010-)' (id=plps2010)
2014-06-25 21:11:23,660 INFO [ProfilesDefinitionParser] Added profile 'Philips (2009)' (id=20)
2014-06-25 21:11:23,663 INFO [ProfilesDefinitionParser] Added profile 'Sony Bravia TV (2009)' (id=sony2009)
2014-06-25 21:11:23,667 INFO [ProfilesDefinitionParser] Added profile 'Denon AVR' (id=22)
2014-06-25 21:11:23,674 INFO [ProfilesDefinitionParser] Added profile 'Panasonic Viera (2013)' (id=viera2013)
2014-06-25 21:11:23,678 INFO [ProfilesDefinitionParser] Added profile 'Panasonic Viera G/GT/DT/UT/VT (2011/2012)' (id=viera2011a)
2014-06-25 21:11:23,680 INFO [ProfilesDefinitionParser] Added profile 'Panasonic Viera E/S/ST/VT (2011)' (id=viera2011)
2014-06-25 21:11:23,683 INFO [ProfilesDefinitionParser] Added profile 'Panasonic Viera (2010)' (id=viera2010)
2014-06-25 21:11:23,685 INFO [ProfilesDefinitionParser] Added profile 'Sony Bravia TV (2012) - US' (id=sony2012us)
2014-06-25 21:11:23,687 INFO [ProfilesDefinitionParser] Added profile 'Sony Bravia TV (2011) - US' (id=sony2011us)
2014-06-25 21:11:23,691 INFO [ProfilesDefinitionParser] Added profile 'Sony AVReceiver STR' (id=SonySTR)
2014-06-25 21:11:23,693 INFO [ProfilesDefinitionParser] Added profile 'Sony Audio CMT' (id=SonyCMT)
2014-06-25 21:11:23,697 INFO [ProfilesDefinitionParser] Added profile 'Vizio TV' (id=viziotv)
2014-06-25 21:11:23,708 INFO [ProfilesDefinitionParser] Added profile 'Windows 8/RT' (id=win8metro)
2014-06-25 21:11:23,712 INFO [ProfilesDefinitionParser] Added profile 'Panasonic BD player' (id=panasonicBDT220)
2014-06-25 21:11:23,714 INFO [ProfilesDefinitionParser] Added profile 'Philips NP Streamium' (id=philips_streamium)
2014-06-25 21:11:23,718 INFO [ProfilesDefinitionParser] Added profile 'Chaneru' (id=roku)
2014-06-25 21:11:23,730 INFO [ProfilesDefinitionParser] Added profile 'Roku Media Player' (id=RokuMPApp)
2014-06-25 21:11:23,733 INFO [ProfilesDefinitionParser] Added profile 'Yamaha BD-A1020/BD-A1010' (id=YamBD)
2014-06-25 21:11:23,738 INFO [ProfilesDefinitionParser] Added profile 'Telenet Yelo TV' (id=TNDC)
2014-06-25 21:11:23,743 INFO [ProfilesDefinitionParser] Added profile 'Xbox One' (id=xbox_one)
2014-06-25 21:11:23,897 INFO [ProfilesDefinitionParser] Parsing Profiles definition
2014-06-25 21:11:23,901 INFO [ProfilesDefinitionParser] Added profile 'Flash player' (id=flv_player)
2014-06-25 21:11:23,903 INFO [ProfilesDefinitionParser] Added profile 'iOS' (id=ios)
2014-06-25 21:11:23,906 INFO [ProfilesDefinitionParser] Added profile 'ServiiGo (Standard)' (id=serviigo_standard)
2014-06-25 21:11:23,908 INFO [ProfilesDefinitionParser] Added profile 'ServiiGo (Legacy Devices)' (id=serviigo)
2014-06-25 21:11:23,910 INFO [ProfilesDefinitionParser] Added profile 'ServiiGo (HLS)' (id=serviigo_hls)
2014-06-25 21:11:23,912 INFO [ProfilesDefinitionParser] Added profile 'ServiiGo (Google TV)' (id=serviigo_gtv)
2014-06-25 21:11:23,914 INFO [ProfilesDefinitionParser] Added profile 'Windows Phone 8' (id=wp8)
2014-06-25 21:11:23,918 INFO [ProfilesDefinitionParser] Added profile 'Chromecast' (id=chromecast)
2014-06-25 21:11:23,947 INFO [PluginCompilerThread] Looking for plugins at /volume1/public/serviio/plugins
2014-06-25 21:11:23,948 WARN [PluginCompilerThread] Plugins folder '/volume1/public/serviio/plugins' does not exist. No plugins will be compiled.
2014-06-25 21:11:23,953 INFO [UpdateChecker] Checking if a new version is available
2014-06-25 21:11:24,081 INFO [FFMPEGWrapper] Found FFmpeg: ffmpeg version 2.1-compiled_by_patters_for_Serviio Copyright (c) 2000-2013 the FFmpeg developers
2014-06-25 21:11:24,151 INFO [AbstractTranscodingDeliveryEngine] Cleaning transcode engine and its data
2014-06-25 21:11:24,225 INFO [WebServer] WebServer starting on port 8895
2014-06-25 21:11:24,227 INFO [Device] Updated bound IP address of Device with UUID: 800c3f2c-1ec3-3e02-a28a-300f31dcb035, bound address: 192.168.2.3
2014-06-25 21:11:24,244 INFO [EventDispatcher] Starting EventDispatcher
2014-06-25 21:11:24,251 INFO [DiscoverySSDPMessageListener] Starting DiscoverySSDPMessageListener using interface eth0 (eth0) and address 192.168.2.3, timeout = 0
2014-06-25 21:11:24,252 INFO [EventSubscriptionExpirationChecker] Starting EventSubscriptionExpirationChecker
2014-06-25 21:11:24,253 INFO [DiscoveryAdvertisementNotifier] Starting DiscoveryAdvertisementNotifier
2014-06-25 21:11:24,259 INFO [RendererExpirationChecker] Starting RendererExpirationChecker
2014-06-25 21:11:24,260 INFO [RendererSearchSender] Searching for Renderer devices
2014-06-25 21:11:24,870 INFO [RendererManager] Stored a new renderer: uuid='5a8baed8-f7e5-4707-ac7a-59f49d548c39', name = 'Unrecognized device', ipAddress='192.168.2.4', profile = '1'
2014-06-25 21:11:25,531 INFO [RendererManager] Stored a new renderer: uuid='7cf56ba1-0d49-44db-b496-f680e02ea1c2', name = 'Unrecognized device', ipAddress='192.168.2.8', profile = '1'
2014-06-25 21:11:26,528 INFO [RendererManager] Stored a new renderer: uuid='179aebe5-e03a-4e43-acf1-76114815a827', name = 'Unrecognized device', ipAddress='192.168.2.6', profile = '1'
2014-06-25 21:11:39,801 WARN [ServiioStatusService] AuthenticationException occured. Returning error code 401 to the REST layer. Message: The provided authentication token is invalid or expired.
2014-06-25 21:12:07,651 INFO [ContentDirectoryDefinitionParser] Parsing ContentDirectory definition
2014-06-25 21:12:09,682 INFO [BrowsingCategoriesMessages] Loaded browsing categories message bundle for locale: en
2014-06-25 21:14:20,499 INFO [LibraryAdditionsCheckerThread] Started looking for newly added files
2014-06-25 21:14:20,501 INFO [LibraryUpdatesCheckerThread] Started looking for updates to currently shared files
2014-06-25 21:14:20,502 INFO [PlaylistMaintainerThread] Started looking playlist changes
2014-06-25 21:14:29,710 INFO [SearchManager] Starting up search engine
2014-06-25 21:14:30,608 INFO [LibraryAdditionsCheckerThread] Added file 'NCIS 2x16 (Pop Life).mpg' (title: Pop Life) to Library
2014-06-25 21:14:35,367 INFO [LibraryAdditionsCheckerThread] Added file 'NCIS 2x17 (An Eye for an Eye).mpg' (title: An Eye for An Eye) to Library
2014-06-25 21:14:40,143 INFO [LibraryAdditionsCheckerThread] Added file 'NCIS 2x18 (Bikini Wax).mpg' (title: Bikini Wax) to Library
2014-06-25 21:14:45,423 INFO [LibraryAdditionsCheckerThread] Added file 'NCIS 2x19 (Conspiracy Theory).mpg' (title: Conspiracy Theory) to Library
2014-06-25 21:14:50,072 INFO [LibraryAdditionsCheckerThread] Added file 'NCIS 2x20 (Red Cell).mpg' (title: Red Cell) to Library
2014-06-25 21:14:55,821 INFO [LibraryAdditionsCheckerThread] Added file 'NCIS 2x21 (Hometown Hero).mpg' (title: Hometown Hero) to Library
2014-06-25 21:15:00,489 WARN [IndexedDiskCache] Region [tokens] Reseting cache
2014-06-25 21:15:00,708 INFO [LibraryAdditionsCheckerThread] Added file 'NCIS 2x22 (SWAK).mpg' (title: SWAK) to Library
2014-06-25 21:15:04,793 WARN [ServiioStatusService] AuthenticationException occured. Returning error code 401 to the REST layer. Message: The provided authentication token is invalid or expired.
2014-06-25 21:15:06,052 INFO [LibraryAdditionsCheckerThread] Added file 'NCIS 2x23 (Twilight).mpg' (title: Twilight) to Library
2014-06-25 21:15:12,006 INFO [LibraryAdditionsCheckerThread] Added file 'Frozen 2013 BDRIP 1080p x264 AC3 DD.5.1 INaM.mkv' (title: Frozen) to Library
2014-06-25 21:15:15,870 INFO [LibraryAdditionsCheckerThread] Added file 'Sample.mkv' (title: Sample) to Library
2014-06-25 21:15:26,516 INFO [LibraryAdditionsCheckerThread] Added file 'Planes.2013.1080p.BluRay.x264-ALLiANCE.mkv' (title: Planes) to Library
2014-06-25 21:15:34,529 INFO [LibraryAdditionsCheckerThread] Added file 'Disney Beauty & The Beast (2010).mpg' (title: Beauty and the Beast) to Library
2014-06-25 21:15:38,593 INFO [LibraryAdditionsCheckerThread] Added file 'The Jungle Book 2 2003 [H.264-MP4] (oan).mp4' (title: The Jungle Book 2) to Library
2014-06-25 21:16:00,782 INFO [LibraryAdditionsCheckerThread] Finished looking for newly added files
2014-06-25 21:16:00,884 INFO [LibraryUpdatesCheckerThread] Finished looking for updates to currently shared files
2014-06-25 21:16:00,985 INFO [LibraryAdditionsCheckerThread] Started looking for newly added files
2014-06-25 21:16:00,993 INFO [LibraryUpdatesCheckerThread] Started looking for updates to currently shared files
2014-06-25 21:17:56,676 INFO [RendererManager] Stored a new renderer: uuid='00000000-0000-1010-8000-5442491a3576', name = 'KDL-40EX700', ipAddress='192.168.2.12', profile = 'sony2010'
2014-06-25 21:22:51,871 INFO [WebServer] WebServer shutting down
2014-06-25 21:22:51,871 INFO [DiscoveryAdvertisementNotifier] Leaving DiscoveryAdvertisementNotifier
2014-06-25 21:22:51,875 INFO [DiscoverySSDPMessageListener] Leaving DiscoverySSDPMessageListener
2014-06-25 21:22:51,876 INFO [EventDispatcher] Leaving EventDispatcher
2014-06-25 21:22:51,875 INFO [EventSubscriptionExpirationChecker] Leaving EventSubscriptionExpirationChecker, removing all event subscriptions
2014-06-25 21:22:54,465 INFO [RendererExpirationChecker] Leaving RendererExpirationChecker
2014-06-25 21:22:55,046 INFO [WebServer] WebServer starting on port 8895
2014-06-25 21:22:55,047 INFO [Device] Updated bound IP address of Device with UUID: 800c3f2c-1ec3-3e02-a28a-300f31dcb035, bound address: 192.168.2.3
2014-06-25 21:22:55,049 INFO [RendererSearchSender] Searching for Renderer devices
2014-06-25 21:22:55,048 INFO [EventSubscriptionExpirationChecker] Starting EventSubscriptionExpirationChecker
2014-06-25 21:22:55,049 INFO [DiscoverySSDPMessageListener] Starting DiscoverySSDPMessageListener using interface eth0 (eth0) and address 192.168.2.3, timeout = 0
2014-06-25 21:22:55,049 INFO [DiscoveryAdvertisementNotifier] Starting DiscoveryAdvertisementNotifier
2014-06-25 21:22:55,050 INFO [EventDispatcher] Starting EventDispatcher
2014-06-25 21:27:25,580 WARN [ProcessExecutor] Process /volume1/@appstore/Serviio/bin/ffmpeg has a return code of 255! This is a possible error. Detailed output follows.
frame=74629 fps=104 q=-1.0 size= 1474816kB time=00:51:52.96 bitrate=3881.1kbits/s
[libmp3lame @ 0x808dfe0] Trying to remove 1152 samples, but the queue is empty
frame=74648 fps=104 q=-1.0 Lsize= 1475100kB time=00:51:53.84 bitrate=3880.7kbits/s
video:1398798kB audio:72981kB subtitle:0 global headers:0kB muxing overhead 0.225640%
Received signal 15: terminating.
2014-06-25 21:27:29,399 ERROR [ApplicationInstanceManager] Error connecting to local port for single instance notification
2014-06-25 21:27:29,402 ERROR [ApplicationInstanceManager] No route to host
java.net.NoRouteToHostException: No route to host
at java.net.PlainSocketImpl.socketConnect(Native Method)
at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:339)
at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:200)
at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:182)
at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
at java.net.Socket.connect(Socket.java:579)
at java.net.Socket.connect(Socket.java:528)
at java.net.Socket.<init>(Socket.java:425)
at java.net.Socket.<init>(Socket.java:241)
at org.serviio.ApplicationInstanceManager.registerInstance(ApplicationInstanceManager.java:105)
at org.serviio.MediaServer.checkForRunningInstances(MediaServer.java:283)
at org.serviio.MediaServer.main(MediaServer.java:106)
2014-06-25 21:27:58,213 WARN [IndexedDiskCache] Region [tokens] Disk cache not shutdown properly, shutting down now.
2014-06-25 21:27:58,221 WARN [IndexedDiskCache] Region [online_technical_metadata] Disk cache not shutdown properly, shutting down now.
2014-06-25 21:27:58,214 WARN [IndexedDiskCache] Region [thumbnails] Disk cache not shutdown properly, shutting down now.
2014-06-25 21:27:58,214 INFO [LibraryAdditionsCheckerThread] Finished looking for newly added files
2014-06-25 21:27:58,315 INFO [LibraryUpdatesCheckerThread] Finished looking for updates to currently shared files
2014-06-25 21:30:16,486 ERROR [ApplicationInstanceManager] Error connecting to local port for single instance notification
2014-06-25 21:30:16,515 ERROR [ApplicationInstanceManager] No route to host
java.net.NoRouteToHostException: No route to host
at java.net.PlainSocketImpl.socketConnect(Native Method)
at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:339)
at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:200)
at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:182)
at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
at java.net.Socket.connect(Socket.java:579)
at java.net.Socket.connect(Socket.java:528)
at java.net.Socket.<init>(Socket.java:425)
at java.net.Socket.<init>(Socket.java:241)
at org.serviio.ApplicationInstanceManager.registerInstance(ApplicationInstanceManager.java:105)
at org.serviio.MediaServer.checkForRunningInstances(MediaServer.java:283)
at org.serviio.MediaServer.main(MediaServer.java:106)
2014-06-25 21:30:16,599 INFO [MediaServer] ------------------------------------------------------------------------
2014-06-25 21:30:16,600 INFO [MediaServer] Serviio DLNA media streaming server v 1.4.1.2 (rev. 3753eff81a2f+)
2014-06-25 21:30:16,600 INFO [MediaServer] Petr Nejedly 2009-2014
2014-06-25 21:30:16,600 INFO [MediaServer] http://www.serviio.org
2014-06-25 21:30:16,600 INFO [MediaServer]
2014-06-25 21:30:16,600 INFO [MediaServer] Java 1.7.0_60-Oracle Corporation
2014-06-25 21:30:16,600 INFO [MediaServer] OS Linux i386 3.2.40
2014-06-25 21:30:16,601 INFO [MediaServer] File encoding: UTF-8
2014-06-25 21:30:16,602 INFO [MediaServer] Headless mode enabled: true
2014-06-25 21:30:16,602 INFO [MediaServer] User: serviio
2014-06-25 21:30:16,602 INFO [MediaServer] User home dir: /var/services/homes/serviio
2014-06-25 21:30:16,602 INFO [MediaServer] Temp dir: /tmp
2014-06-25 21:30:16,602 INFO [MediaServer] ------------------------------------------------------------------------
2014-06-25 21:30:17,008 INFO [WebServer] Socket buffer set to 65535 bytes
2014-06-25 21:30:17,016 INFO [RestletServer] Starting Restlet server (/rest) exposed on port 23423
2014-06-25 21:30:17,162 INFO [RestletServer] Starting Restlet server (/cds) exposed on port 23424
2014-06-25 21:30:17,164 INFO [RestletServer] Starting Restlet server (/mediabrowser) exposed on port 23424
2014-06-25 21:30:17,207 INFO [DBSchemaUpdateExecutor] Checking if DB schema needs to be updated
2014-06-25 21:30:17,273 INFO [DatabaseManager] Using DERBY database language
2014-06-25 21:30:28,706 INFO [Device] Created UPnP Device with UUID: 800c3f2c-1ec3-3e02-a28a-300f31dcb035, bound address: 192.168.2.3
2014-06-25 21:30:29,299 INFO [MediaServer] ------------------------------------------------------------------------
2014-06-25 21:30:29,300 INFO [MediaServer] License: PRO (EVALUATION, id: 11111111-1111-1111-1111-111111111113)
2014-06-25 21:30:29,300 INFO [MediaServer] ------------------------------------------------------------------------
2014-06-25 21:30:30,470 INFO [ProfilesDefinitionParser] Parsing Profiles definition
2014-06-25 21:30:30,833 INFO [ProfilesDefinitionParser] Added profile 'Generic DLNA profile' (id=1)
2014-06-25 21:30:31,022 INFO [ProfilesDefinitionParser] Added profile 'Samsung TV (B-series)' (id=2)
2014-06-25 21:30:31,032 INFO [ProfilesDefinitionParser] Added profile 'Xbox 360' (id=3)
2014-06-25 21:30:31,036 INFO [ProfilesDefinitionParser] Added profile 'Playstation 3' (id=4)
2014-06-25 21:30:31,039 INFO [ProfilesDefinitionParser] Added profile 'Samsung TV (A-series)' (id=5)
2014-06-25 21:30:31,043 INFO [ProfilesDefinitionParser] Added profile 'DirecTV HD-DVR' (id=6)
2014-06-25 21:30:31,050 INFO [ProfilesDefinitionParser] Added profile 'Samsung TV / player (E/F-series)' (id=sam_ef)
2014-06-25 21:30:31,052 INFO [ProfilesDefinitionParser] Added profile 'Samsung TV / player (C/D-series)' (id=7)
2014-06-25 21:30:31,054 INFO [ProfilesDefinitionParser] Added profile 'LG TV / player' (id=8)
2014-06-25 21:30:31,063 INFO [ProfilesDefinitionParser] Added profile 'Sony Bravia TV (2012)' (id=sony2012)
2014-06-25 21:30:31,068 INFO [ProfilesDefinitionParser] Added profile 'Sony Bravia TV (2013)' (id=sony2013)
2014-06-25 21:30:31,071 INFO [ProfilesDefinitionParser] Added profile 'Sony BDP-Sx100 (2013)' (id=bdp2013)
2014-06-25 21:30:31,074 INFO [ProfilesDefinitionParser] Added profile 'Sony BDP-Sx90 (2012)' (id=bdp2012)
2014-06-25 21:30:31,080 INFO [ProfilesDefinitionParser] Added profile 'Sony BDP-Sx70/SMP-N100 (2010)' (id=bdp2010)
2014-06-25 21:30:31,082 INFO [ProfilesDefinitionParser] Added profile 'Sony BDP-Sx70/SMP-N100 (2010) - US' (id=bdp2010us)
2014-06-25 21:30:31,084 INFO [ProfilesDefinitionParser] Added profile 'Sony BDP-Sx80/SMP-N200 (2011)' (id=bdp2011)
2014-06-25 21:30:31,086 INFO [ProfilesDefinitionParser] Added profile 'Toshiba REGZA' (id=13)
2014-06-25 21:30:31,089 INFO [ProfilesDefinitionParser] Added profile 'Toshiba REGZA 2012-' (id=tosh2012)
2014-06-25 21:30:31,095 INFO [ProfilesDefinitionParser] Added profile 'WDTV Live' (id=14)
2014-06-25 21:30:31,097 INFO [ProfilesDefinitionParser] Added profile 'LaCie LaCinema Media Player' (id=15)
2014-06-25 21:30:31,099 INFO [ProfilesDefinitionParser] Added profile 'Manta WIFI Centre' (id=16)
2014-06-25 21:30:31,101 INFO [ProfilesDefinitionParser] Added profile 'Pure Flow' (id=17)
2014-06-25 21:30:31,103 INFO [ProfilesDefinitionParser] Added profile 'Sharp Aquos' (id=18)
2014-06-25 21:30:31,105 INFO [ProfilesDefinitionParser] Added profile 'Sony Bravia TV (2011)' (id=sony2011)
2014-06-25 21:30:31,108 INFO [ProfilesDefinitionParser] Added profile 'Sony Bravia TV (2010)' (id=sony2010)
2014-06-25 21:30:31,110 INFO [ProfilesDefinitionParser] Added profile 'Philips (2010-)' (id=plps2010)
2014-06-25 21:30:31,113 INFO [ProfilesDefinitionParser] Added profile 'Philips (2009)' (id=20)
2014-06-25 21:30:31,115 INFO [ProfilesDefinitionParser] Added profile 'Sony Bravia TV (2009)' (id=sony2009)
2014-06-25 21:30:31,118 INFO [ProfilesDefinitionParser] Added profile 'Denon AVR' (id=22)
2014-06-25 21:30:31,122 INFO [ProfilesDefinitionParser] Added profile 'Panasonic Viera (2013)' (id=viera2013)
2014-06-25 21:30:31,125 INFO [ProfilesDefinitionParser] Added profile 'Panasonic Viera G/GT/DT/UT/VT (2011/2012)' (id=viera2011a)
2014-06-25 21:30:31,127 INFO [ProfilesDefinitionParser] Added profile 'Panasonic Viera E/S/ST/VT (2011)' (id=viera2011)
2014-06-25 21:30:31,129 INFO [ProfilesDefinitionParser] Added profile 'Panasonic Viera (2010)' (id=viera2010)
2014-06-25 21:30:31,131 INFO [ProfilesDefinitionParser] Added profile 'Sony Bravia TV (2012) - US' (id=sony2012us)
2014-06-25 21:30:31,133 INFO [ProfilesDefinitionParser] Added profile 'Sony Bravia TV (2011) - US' (id=sony2011us)
2014-06-25 21:30:31,136 INFO [ProfilesDefinitionParser] Added profile 'Sony AVReceiver STR' (id=SonySTR)
2014-06-25 21:30:31,138 INFO [ProfilesDefinitionParser] Added profile 'Sony Audio CMT' (id=SonyCMT)
2014-06-25 21:30:31,140 INFO [ProfilesDefinitionParser] Added profile 'Vizio TV' (id=viziotv)
2014-06-25 21:30:31,145 INFO [ProfilesDefinitionParser] Added profile 'Windows 8/RT' (id=win8metro)
2014-06-25 21:30:31,147 INFO [ProfilesDefinitionParser] Added profile 'Panasonic BD player' (id=panasonicBDT220)
2014-06-25 21:30:31,149 INFO [ProfilesDefinitionParser] Added profile 'Philips NP Streamium' (id=philips_streamium)
2014-06-25 21:30:31,151 INFO [ProfilesDefinitionParser] Added profile 'Chaneru' (id=roku)
2014-06-25 21:30:31,156 INFO [ProfilesDefinitionParser] Added profile 'Roku Media Player' (id=RokuMPApp)
2014-06-25 21:30:31,158 INFO [ProfilesDefinitionParser] Added profile 'Yamaha BD-A1020/BD-A1010' (id=YamBD)
2014-06-25 21:30:31,160 INFO [ProfilesDefinitionParser] Added profile 'Telenet Yelo TV' (id=TNDC)
2014-06-25 21:30:31,163 INFO [ProfilesDefinitionParser] Added profile 'Xbox One' (id=xbox_one)
2014-06-25 21:30:31,361 INFO [ProfilesDefinitionParser] Parsing Profiles definition
2014-06-25 21:30:31,367 INFO [ProfilesDefinitionParser] Added profile 'Flash player' (id=flv_player)
2014-06-25 21:30:31,371 INFO [ProfilesDefinitionParser] Added profile 'iOS' (id=ios)
2014-06-25 21:30:31,375 INFO [ProfilesDefinitionParser] Added profile 'ServiiGo (Standard)' (id=serviigo_standard)
2014-06-25 21:30:31,378 INFO [ProfilesDefinitionParser] Added profile 'ServiiGo (Legacy Devices)' (id=serviigo)
2014-06-25 21:30:31,382 INFO [ProfilesDefinitionParser] Added profile 'ServiiGo (HLS)' (id=serviigo_hls)
2014-06-25 21:30:31,385 INFO [ProfilesDefinitionParser] Added profile 'ServiiGo (Google TV)' (id=serviigo_gtv)
2014-06-25 21:30:31,390 INFO [ProfilesDefinitionParser] Added profile 'Windows Phone 8' (id=wp8)
2014-06-25 21:30:31,395 INFO [ProfilesDefinitionParser] Added profile 'Chromecast' (id=chromecast)
2014-06-25 21:30:31,571 INFO [PluginCompilerThread] Looking for plugins at /volume1/public/serviio/plugins
2014-06-25 21:30:31,572 WARN [PluginCompilerThread] Plugins folder '/volume1/public/serviio/plugins' does not exist. No plugins will be compiled.
2014-06-25 21:30:31,576 INFO [UpdateChecker] Checking if a new version is available
2014-06-25 21:30:31,872 INFO [FFMPEGWrapper] Found FFmpeg: ffmpeg version 2.1-compiled_by_patters_for_Serviio Copyright (c) 2000-2013 the FFmpeg developers
2014-06-25 21:30:31,930 INFO [AbstractTranscodingDeliveryEngine] Cleaning transcode engine and its data
2014-06-25 21:30:31,998 INFO [WebServer] WebServer starting on port 8895
2014-06-25 21:30:31,998 INFO [Device] Updated bound IP address of Device with UUID: 800c3f2c-1ec3-3e02-a28a-300f31dcb035, bound address: 192.168.2.3
2014-06-25 21:30:32,015 INFO [EventSubscriptionExpirationChecker] Starting EventSubscriptionExpirationChecker
2014-06-25 21:30:32,015 INFO [EventDispatcher] Starting EventDispatcher
2014-06-25 21:30:32,016 INFO [DiscoveryAdvertisementNotifier] Starting DiscoveryAdvertisementNotifier
2014-06-25 21:30:32,021 INFO [DiscoverySSDPMessageListener] Starting DiscoverySSDPMessageListener using interface eth0 (eth0) and address 192.168.2.3, timeout = 0
2014-06-25 21:30:32,026 INFO [RendererExpirationChecker] Starting RendererExpirationChecker
2014-06-25 21:30:32,027 INFO [RendererSearchSender] Searching for Renderer devices
2014-06-25 21:35:42,008 INFO [WebServer] WebServer shutting down
2014-06-25 21:35:42,009 INFO [DiscoveryAdvertisementNotifier] Leaving DiscoveryAdvertisementNotifier
2014-06-25 21:35:42,010 INFO [DiscoverySSDPMessageListener] Leaving DiscoverySSDPMessageListener
2014-06-25 21:35:42,010 INFO [EventSubscriptionExpirationChecker] Leaving EventSubscriptionExpirationChecker, removing all event subscriptions
2014-06-25 21:35:42,010 INFO [EventDispatcher] Leaving EventDispatcher
2014-06-25 21:35:42,015 INFO [WebServer] WebServer starting on port 8895
2014-06-25 21:35:42,017 INFO [Device] Updated bound IP address of Device with UUID: 800c3f2c-1ec3-3e02-a28a-300f31dcb035, bound address: 192.168.2.3
2014-06-25 21:35:42,018 INFO [EventSubscriptionExpirationChecker] Starting EventSubscriptionExpirationChecker
2014-06-25 21:35:42,019 INFO [EventDispatcher] Starting EventDispatcher
2014-06-25 21:35:42,020 INFO [DiscoverySSDPMessageListener] Starting DiscoverySSDPMessageListener using interface eth0 (eth0) and address 192.168.2.3, timeout = 0
2014-06-25 21:35:42,020 INFO [RendererSearchSender] Searching for Renderer devices
2014-06-25 21:35:42,019 INFO [DiscoveryAdvertisementNotifier] Starting DiscoveryAdvertisementNotifier
2014-06-25 21:35:42,224 INFO [RendererExpirationChecker] Leaving RendererExpirationChecker
2014-06-25 21:36:25,424 INFO [WebServer] WebServer shutting down
2014-06-25 21:36:25,424 INFO [DiscoveryAdvertisementNotifier] Leaving DiscoveryAdvertisementNotifier
2014-06-25 21:36:25,424 INFO [EventSubscriptionExpirationChecker] Leaving EventSubscriptionExpirationChecker, removing all event subscriptions
2014-06-25 21:36:25,424 INFO [DiscoverySSDPMessageListener] Leaving DiscoverySSDPMessageListener
2014-06-25 21:36:25,425 INFO [EventDispatcher] Leaving EventDispatcher
2014-06-25 21:36:27,746 INFO [WebServer] WebServer starting on port 8895
2014-06-25 21:36:27,747 INFO [Device] Updated bound IP address of Device with UUID: 800c3f2c-1ec3-3e02-a28a-300f31dcb035, bound address: 192.168.2.3
2014-06-25 21:36:27,748 INFO [EventSubscriptionExpirationChecker] Starting EventSubscriptionExpirationChecker
2014-06-25 21:36:27,748 INFO [EventDispatcher] Starting EventDispatcher
2014-06-25 21:36:27,748 INFO [RendererSearchSender] Searching for Renderer devices
2014-06-25 21:36:27,748 INFO [DiscoverySSDPMessageListener] Starting DiscoverySSDPMessageListener using interface eth0 (eth0) and address 192.168.2.3, timeout = 0
2014-06-25 21:36:27,749 INFO [DiscoveryAdvertisementNotifier] Starting DiscoveryAdvertisementNotifier
2014-06-25 21:38:40,064 INFO [ContentDirectoryDefinitionParser] Parsing ContentDirectory definition
2014-06-25 21:38:42,045 INFO [BrowsingCategoriesMessages] Loaded browsing categories message bundle for locale: en
2014-06-26 05:43:17,816 INFO [WebServer] WebServer shutting down
2014-06-26 05:43:17,816 INFO [DiscoveryAdvertisementNotifier] Leaving DiscoveryAdvertisementNotifier
2014-06-26 05:43:17,818 INFO [DiscoverySSDPMessageListener] Leaving DiscoverySSDPMessageListener
2014-06-26 05:43:17,819 INFO [EventSubscriptionExpirationChecker] Leaving EventSubscriptionExpirationChecker, removing all event subscriptions
2014-06-26 05:43:17,819 INFO [EventDispatcher] Leaving EventDispatcher
2014-06-26 05:43:52,107 INFO [WebServer] WebServer starting on port 8895
2014-06-26 05:43:52,108 INFO [Device] Updated bound IP address of Device with UUID: 800c3f2c-1ec3-3e02-a28a-300f31dcb035, bound address: 192.168.2.3
2014-06-26 05:43:52,109 INFO [EventDispatcher] Starting EventDispatcher
2014-06-26 05:43:52,109 INFO [DiscoverySSDPMessageListener] Starting DiscoverySSDPMessageListener using interface eth0 (eth0) and address 192.168.2.3, timeout = 0
2014-06-26 05:43:52,110 INFO [DiscoveryAdvertisementNotifier] Starting DiscoveryAdvertisementNotifier
2014-06-26 05:43:52,113 INFO [RendererSearchSender] Searching for Renderer devices
2014-06-26 05:43:52,117 INFO [EventSubscriptionExpirationChecker] Starting EventSubscriptionExpirationChecker
2014-06-26 20:17:00,618 ERROR [ApplicationInstanceManager] Error connecting to local port for single instance notification
2014-06-26 20:17:00,648 ERROR [ApplicationInstanceManager] No route to host
java.net.NoRouteToHostException: No route to host
at java.net.PlainSocketImpl.socketConnect(Native Method)
at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:339)
at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:200)
at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:182)
at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
at java.net.Socket.connect(Socket.java:579)
at java.net.Socket.connect(Socket.java:528)
at java.net.Socket.<init>(Socket.java:425)
at java.net.Socket.<init>(Socket.java:241)
at org.serviio.ApplicationInstanceManager.registerInstance(ApplicationInstanceManager.java:105)
at org.serviio.MediaServer.checkForRunningInstances(MediaServer.java:283)
at org.serviio.MediaServer.main(MediaServer.java:106)
2014-06-26 20:17:15,108 ERROR [ApplicationInstanceManager] Error connecting to local port for single instance notification
2014-06-26 20:17:15,112 ERROR [ApplicationInstanceManager] No route to host
java.net.NoRouteToHostException: No route to host
at java.net.PlainSocketImpl.socketConnect(Native Method)
at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:339)
at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:200)
at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:182)
at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
at java.net.Socket.connect(Socket.java:579)
at java.net.Socket.connect(Socket.java:528)
at java.net.Socket.<init>(Socket.java:425)
at java.net.Socket.<init>(Socket.java:241)
at org.serviio.ApplicationInstanceManager.registerInstance(ApplicationInstanceManager.java:105)
at org.serviio.MediaServer.checkForRunningInstances(MediaServer.java:283)
at org.serviio.MediaServer.main(MediaServer.java:106)
2014-06-26 20:17:15,183 INFO [MediaServer] ------------------------------------------------------------------------
2014-06-26 20:17:15,183 INFO [MediaServer] Serviio DLNA media streaming server v 1.4.1.2 (rev. 3753eff81a2f+)
2014-06-26 20:17:15,183 INFO [MediaServer] Petr Nejedly 2009-2014
2014-06-26 20:17:15,184 INFO [MediaServer] http://www.serviio.org
2014-06-26 20:17:15,184 INFO [MediaServer]
2014-06-26 20:17:15,184 INFO [MediaServer] Java 1.7.0_60-Oracle Corporation
2014-06-26 20:17:15,184 INFO [MediaServer] OS Linux i386 3.2.40
2014-06-26 20:17:15,184 INFO [MediaServer] File encoding: UTF-8
2014-06-26 20:17:15,185 INFO [MediaServer] Headless mode enabled: true
2014-06-26 20:17:15,185 INFO [MediaServer] User: serviio
2014-06-26 20:17:15,186 INFO [MediaServer] User home dir: /var/services/homes/serviio
2014-06-26 20:17:15,186 INFO [MediaServer] Temp dir: /tmp
2014-06-26 20:17:15,186 INFO [MediaServer] ------------------------------------------------------------------------
2014-06-26 20:17:15,713 INFO [WebServer] Socket buffer set to 65535 bytes
2014-06-26 20:17:15,719 INFO [RestletServer] Starting Restlet server (/rest) exposed on port 23423
2014-06-26 20:17:15,747 ERROR [MediaServer] An unexpected error occured. Ending the application. Message: java.net.BindException: Address already in use
java.lang.RuntimeException: java.net.BindException: Address already in use
at org.serviio.restlet.RestletServer.runServer(RestletServer.java:84)
at org.serviio.MediaServer.main(MediaServer.java:113)
Caused by: java.net.BindException: Address already in use
at java.net.PlainSocketImpl.socketBind(Native Method)
at java.net.AbstractPlainSocketImpl.bind(AbstractPlainSocketImpl.java:376)
at java.net.ServerSocket.bind(ServerSocket.java:376)
at java.net.ServerSocket.bind(ServerSocket.java:330)
at org.restlet.engine.http.connector.BaseServerHelper.createServerSocket(BaseServerHelper.java:118)
at org.restlet.engine.http.connector.BaseServerHelper.start(BaseServerHelper.java:251)
at org.restlet.engine.http.connector.HttpServerHelper.start(HttpServerHelper.java:69)
at org.restlet.Server.start(Server.java:585)
at org.restlet.Component.startServers(Component.java:601)
at org.restlet.Component.start(Component.java:528)
at org.serviio.restlet.RestletServer.runServer(RestletServer.java:73)
... 1 more
2014-06-26 20:21:04,768 INFO [DiscoveryAdvertisementNotifier] Leaving DiscoveryAdvertisementNotifier
2014-06-26 20:21:04,768 INFO [WebServer] WebServer shutting down
2014-06-26 20:21:04,769 INFO [EventDispatcher] Leaving EventDispatcher
2014-06-26 20:21:04,768 INFO [DiscoverySSDPMessageListener] Leaving DiscoverySSDPMessageListener
2014-06-26 20:21:04,768 INFO [EventSubscriptionExpirationChecker] Leaving EventSubscriptionExpirationChecker, removing all event subscriptions
2014-06-26 20:22:14,366 INFO [WebServer] WebServer starting on port 8895
2014-06-26 20:22:14,366 INFO [Device] Updated bound IP address of Device with UUID: 800c3f2c-1ec3-3e02-a28a-300f31dcb035, bound address: 192.168.2.3
2014-06-26 20:22:14,367 INFO [EventDispatcher] Starting EventDispatcher
2014-06-26 20:22:14,368 INFO [DiscoverySSDPMessageListener] Starting DiscoverySSDPMessageListener using interface eth0 (eth0) and address 192.168.2.3, timeout = 0
2014-06-26 20:22:14,368 INFO [RendererSearchSender] Searching for Renderer devices
2014-06-26 20:22:14,368 INFO [DiscoveryAdvertisementNotifier] Starting DiscoveryAdvertisementNotifier
2014-06-26 20:22:14,368 INFO [EventSubscriptionExpirationChecker] Starting EventSubscriptionExpirationChecker
2014-06-26 20:27:34,442 ERROR [ApplicationInstanceManager] Error connecting to local port for single instance notification
2014-06-26 20:27:34,446 ERROR [ApplicationInstanceManager] No route to host
java.net.NoRouteToHostException: No route to host
at java.net.PlainSocketImpl.socketConnect(Native Method)
at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:339)
at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:200)
at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:182)
at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
at java.net.Socket.connect(Socket.java:579)
at java.net.Socket.connect(Socket.java:528)
at java.net.Socket.<init>(Socket.java:425)
at java.net.Socket.<init>(Socket.java:241)
at org.serviio.ApplicationInstanceManager.registerInstance(ApplicationInstanceManager.java:105)
at org.serviio.MediaServer.checkForRunningInstances(MediaServer.java:283)
at org.serviio.MediaServer.main(MediaServer.java:106)
Thanks, Rob.
Re: KDL-40 EX700 cannot connect to the server.
With DEBUG on...
2014-06-26 20:43:17,266 ERROR [ApplicationInstanceManager] Error connecting to local port for single instance notification
2014-06-26 20:43:17,270 ERROR [ApplicationInstanceManager] No route to host
java.net.NoRouteToHostException: No route to host
at java.net.PlainSocketImpl.socketConnect(Native Method)
at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:339)
at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:200)
at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:182)
at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
at java.net.Socket.connect(Socket.java:579)
at java.net.Socket.connect(Socket.java:528)
at java.net.Socket.<init>(Socket.java:425)
at java.net.Socket.<init>(Socket.java:241)
at org.serviio.ApplicationInstanceManager.registerInstance(ApplicationInstanceManager.java:105)
at org.serviio.MediaServer.checkForRunningInstances(MediaServer.java:283)
at org.serviio.MediaServer.main(MediaServer.java:106)
2014-06-26 20:43:17,303 INFO [MediaServer] ------------------------------------------------------------------------
2014-06-26 20:43:17,304 INFO [MediaServer] Serviio DLNA media streaming server v 1.4.1.2 (rev. 3753eff81a2f+)
2014-06-26 20:43:17,304 INFO [MediaServer] Petr Nejedly 2009-2014
2014-06-26 20:43:17,304 INFO [MediaServer] http://www.serviio.org
2014-06-26 20:43:17,304 INFO [MediaServer]
2014-06-26 20:43:17,304 INFO [MediaServer] Java 1.7.0_60-Oracle Corporation
2014-06-26 20:43:17,304 INFO [MediaServer] OS Linux i386 3.2.40
2014-06-26 20:43:17,304 INFO [MediaServer] File encoding: UTF-8
2014-06-26 20:43:17,305 INFO [MediaServer] Headless mode enabled: true
2014-06-26 20:43:17,306 INFO [MediaServer] User: serviio
2014-06-26 20:43:17,306 INFO [MediaServer] User home dir: /var/services/homes/serviio
2014-06-26 20:43:17,306 INFO [MediaServer] Temp dir: /tmp
2014-06-26 20:43:17,306 INFO [MediaServer] ------------------------------------------------------------------------
2014-06-26 20:43:17,690 INFO [WebServer] Socket buffer set to 65535 bytes
2014-06-26 20:43:17,695 INFO [RestletServer] Starting Restlet server (/rest) exposed on port 23423
2014-06-26 20:43:17,722 ERROR [MediaServer] An unexpected error occured. Ending the application. Message: java.net.BindException: Address already in use
java.lang.RuntimeException: java.net.BindException: Address already in use
at org.serviio.restlet.RestletServer.runServer(RestletServer.java:84)
at org.serviio.MediaServer.main(MediaServer.java:113)
Caused by: java.net.BindException: Address already in use
at java.net.PlainSocketImpl.socketBind(Native Method)
at java.net.AbstractPlainSocketImpl.bind(AbstractPlainSocketImpl.java:376)
at java.net.ServerSocket.bind(ServerSocket.java:376)
at java.net.ServerSocket.bind(ServerSocket.java:330)
at org.restlet.engine.http.connector.BaseServerHelper.createServerSocket(BaseServerHelper.java:118)
at org.restlet.engine.http.connector.BaseServerHelper.start(BaseServerHelper.java:251)
at org.restlet.engine.http.connector.HttpServerHelper.start(HttpServerHelper.java:69)
at org.restlet.Server.start(Server.java:585)
at org.restlet.Component.startServers(Component.java:601)
at org.restlet.Component.start(Component.java:528)
at org.serviio.restlet.RestletServer.runServer(RestletServer.java:73)
... 1 more
2014-06-26 20:54:20,394 ERROR [ApplicationInstanceManager] Error connecting to local port for single instance notification
2014-06-26 20:54:20,398 ERROR [ApplicationInstanceManager] No route to host
java.net.NoRouteToHostException: No route to host
at java.net.PlainSocketImpl.socketConnect(Native Method)
at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:339)
at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:200)
at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:182)
at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
at java.net.Socket.connect(Socket.java:579)
at java.net.Socket.connect(Socket.java:528)
at java.net.Socket.<init>(Socket.java:425)
at java.net.Socket.<init>(Socket.java:241)
at org.serviio.ApplicationInstanceManager.registerInstance(ApplicationInstanceManager.java:105)
at org.serviio.MediaServer.checkForRunningInstances(MediaServer.java:283)
at org.serviio.MediaServer.main(MediaServer.java:106)
2014-06-26 20:56:57,518 ERROR [ApplicationInstanceManager] Error connecting to local port for single instance notification
2014-06-26 20:56:57,522 ERROR [ApplicationInstanceManager] No route to host
java.net.NoRouteToHostException: No route to host
at java.net.PlainSocketImpl.socketConnect(Native Method)
at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:339)
at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:200)
at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:182)
at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
at java.net.Socket.connect(Socket.java:579)
at java.net.Socket.connect(Socket.java:528)
at java.net.Socket.<init>(Socket.java:425)
at java.net.Socket.<init>(Socket.java:241)
at org.serviio.ApplicationInstanceManager.registerInstance(ApplicationInstanceManager.java:105)
at org.serviio.MediaServer.checkForRunningInstances(MediaServer.java:283)
at org.serviio.MediaServer.main(MediaServer.java:106)
2014-06-26 20:56:57,555 INFO [MediaServer] ------------------------------------------------------------------------
2014-06-26 20:56:57,556 INFO [MediaServer] Serviio DLNA media streaming server v 1.4.1.2 (rev. 3753eff81a2f+)
2014-06-26 20:56:57,556 INFO [MediaServer] Petr Nejedly 2009-2014
2014-06-26 20:56:57,556 INFO [MediaServer] http://www.serviio.org
2014-06-26 20:56:57,556 INFO [MediaServer]
2014-06-26 20:56:57,556 INFO [MediaServer] Java 1.7.0_60-Oracle Corporation
2014-06-26 20:56:57,556 INFO [MediaServer] OS Linux i386 3.2.40
2014-06-26 20:56:57,557 INFO [MediaServer] File encoding: UTF-8
2014-06-26 20:56:57,558 INFO [MediaServer] Headless mode enabled: true
2014-06-26 20:56:57,558 INFO [MediaServer] User: serviio
2014-06-26 20:56:57,558 INFO [MediaServer] User home dir: /var/services/homes/serviio
2014-06-26 20:56:57,558 INFO [MediaServer] Temp dir: /tmp
2014-06-26 20:56:57,558 INFO [MediaServer] ------------------------------------------------------------------------
2014-06-26 20:56:57,949 INFO [WebServer] Socket buffer set to 65535 bytes
2014-06-26 20:56:57,955 INFO [RestletServer] Starting Restlet server (/rest) exposed on port 23423
2014-06-26 20:56:57,981 ERROR [MediaServer] An unexpected error occured. Ending the application. Message: java.net.BindException: Address already in use
java.lang.RuntimeException: java.net.BindException: Address already in use
at org.serviio.restlet.RestletServer.runServer(RestletServer.java:84)
at org.serviio.MediaServer.main(MediaServer.java:113)
Caused by: java.net.BindException: Address already in use
at java.net.PlainSocketImpl.socketBind(Native Method)
at java.net.AbstractPlainSocketImpl.bind(AbstractPlainSocketImpl.java:376)
at java.net.ServerSocket.bind(ServerSocket.java:376)
at java.net.ServerSocket.bind(ServerSocket.java:330)
at org.restlet.engine.http.connector.BaseServerHelper.createServerSocket(BaseServerHelper.java:118)
at org.restlet.engine.http.connector.BaseServerHelper.start(BaseServerHelper.java:251)
at org.restlet.engine.http.connector.HttpServerHelper.start(HttpServerHelper.java:69)
at org.restlet.Server.start(Server.java:585)
at org.restlet.Component.startServers(Component.java:601)
at org.restlet.Component.start(Component.java:528)
at org.serviio.restlet.RestletServer.runServer(RestletServer.java:73)
... 1 more
2014-06-26 21:00:01,264 ERROR [ApplicationInstanceManager] Error connecting to local port for single instance notification
2014-06-26 21:00:01,268 ERROR [ApplicationInstanceManager] No route to host
java.net.NoRouteToHostException: No route to host
at java.net.PlainSocketImpl.socketConnect(Native Method)
at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:339)
at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:200)
at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:182)
at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
at java.net.Socket.connect(Socket.java:579)
at java.net.Socket.connect(Socket.java:528)
at java.net.Socket.<init>(Socket.java:425)
at java.net.Socket.<init>(Socket.java:241)
at org.serviio.ApplicationInstanceManager.registerInstance(ApplicationInstanceManager.java:105)
at org.serviio.MediaServer.checkForRunningInstances(MediaServer.java:283)
at org.serviio.MediaServer.main(MediaServer.java:106)
2014-06-26 20:43:17,266 ERROR [ApplicationInstanceManager] Error connecting to local port for single instance notification
2014-06-26 20:43:17,270 ERROR [ApplicationInstanceManager] No route to host
java.net.NoRouteToHostException: No route to host
at java.net.PlainSocketImpl.socketConnect(Native Method)
at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:339)
at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:200)
at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:182)
at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
at java.net.Socket.connect(Socket.java:579)
at java.net.Socket.connect(Socket.java:528)
at java.net.Socket.<init>(Socket.java:425)
at java.net.Socket.<init>(Socket.java:241)
at org.serviio.ApplicationInstanceManager.registerInstance(ApplicationInstanceManager.java:105)
at org.serviio.MediaServer.checkForRunningInstances(MediaServer.java:283)
at org.serviio.MediaServer.main(MediaServer.java:106)
2014-06-26 20:43:17,303 INFO [MediaServer] ------------------------------------------------------------------------
2014-06-26 20:43:17,304 INFO [MediaServer] Serviio DLNA media streaming server v 1.4.1.2 (rev. 3753eff81a2f+)
2014-06-26 20:43:17,304 INFO [MediaServer] Petr Nejedly 2009-2014
2014-06-26 20:43:17,304 INFO [MediaServer] http://www.serviio.org
2014-06-26 20:43:17,304 INFO [MediaServer]
2014-06-26 20:43:17,304 INFO [MediaServer] Java 1.7.0_60-Oracle Corporation
2014-06-26 20:43:17,304 INFO [MediaServer] OS Linux i386 3.2.40
2014-06-26 20:43:17,304 INFO [MediaServer] File encoding: UTF-8
2014-06-26 20:43:17,305 INFO [MediaServer] Headless mode enabled: true
2014-06-26 20:43:17,306 INFO [MediaServer] User: serviio
2014-06-26 20:43:17,306 INFO [MediaServer] User home dir: /var/services/homes/serviio
2014-06-26 20:43:17,306 INFO [MediaServer] Temp dir: /tmp
2014-06-26 20:43:17,306 INFO [MediaServer] ------------------------------------------------------------------------
2014-06-26 20:43:17,690 INFO [WebServer] Socket buffer set to 65535 bytes
2014-06-26 20:43:17,695 INFO [RestletServer] Starting Restlet server (/rest) exposed on port 23423
2014-06-26 20:43:17,722 ERROR [MediaServer] An unexpected error occured. Ending the application. Message: java.net.BindException: Address already in use
java.lang.RuntimeException: java.net.BindException: Address already in use
at org.serviio.restlet.RestletServer.runServer(RestletServer.java:84)
at org.serviio.MediaServer.main(MediaServer.java:113)
Caused by: java.net.BindException: Address already in use
at java.net.PlainSocketImpl.socketBind(Native Method)
at java.net.AbstractPlainSocketImpl.bind(AbstractPlainSocketImpl.java:376)
at java.net.ServerSocket.bind(ServerSocket.java:376)
at java.net.ServerSocket.bind(ServerSocket.java:330)
at org.restlet.engine.http.connector.BaseServerHelper.createServerSocket(BaseServerHelper.java:118)
at org.restlet.engine.http.connector.BaseServerHelper.start(BaseServerHelper.java:251)
at org.restlet.engine.http.connector.HttpServerHelper.start(HttpServerHelper.java:69)
at org.restlet.Server.start(Server.java:585)
at org.restlet.Component.startServers(Component.java:601)
at org.restlet.Component.start(Component.java:528)
at org.serviio.restlet.RestletServer.runServer(RestletServer.java:73)
... 1 more
2014-06-26 20:54:20,394 ERROR [ApplicationInstanceManager] Error connecting to local port for single instance notification
2014-06-26 20:54:20,398 ERROR [ApplicationInstanceManager] No route to host
java.net.NoRouteToHostException: No route to host
at java.net.PlainSocketImpl.socketConnect(Native Method)
at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:339)
at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:200)
at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:182)
at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
at java.net.Socket.connect(Socket.java:579)
at java.net.Socket.connect(Socket.java:528)
at java.net.Socket.<init>(Socket.java:425)
at java.net.Socket.<init>(Socket.java:241)
at org.serviio.ApplicationInstanceManager.registerInstance(ApplicationInstanceManager.java:105)
at org.serviio.MediaServer.checkForRunningInstances(MediaServer.java:283)
at org.serviio.MediaServer.main(MediaServer.java:106)
2014-06-26 20:56:57,518 ERROR [ApplicationInstanceManager] Error connecting to local port for single instance notification
2014-06-26 20:56:57,522 ERROR [ApplicationInstanceManager] No route to host
java.net.NoRouteToHostException: No route to host
at java.net.PlainSocketImpl.socketConnect(Native Method)
at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:339)
at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:200)
at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:182)
at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
at java.net.Socket.connect(Socket.java:579)
at java.net.Socket.connect(Socket.java:528)
at java.net.Socket.<init>(Socket.java:425)
at java.net.Socket.<init>(Socket.java:241)
at org.serviio.ApplicationInstanceManager.registerInstance(ApplicationInstanceManager.java:105)
at org.serviio.MediaServer.checkForRunningInstances(MediaServer.java:283)
at org.serviio.MediaServer.main(MediaServer.java:106)
2014-06-26 20:56:57,555 INFO [MediaServer] ------------------------------------------------------------------------
2014-06-26 20:56:57,556 INFO [MediaServer] Serviio DLNA media streaming server v 1.4.1.2 (rev. 3753eff81a2f+)
2014-06-26 20:56:57,556 INFO [MediaServer] Petr Nejedly 2009-2014
2014-06-26 20:56:57,556 INFO [MediaServer] http://www.serviio.org
2014-06-26 20:56:57,556 INFO [MediaServer]
2014-06-26 20:56:57,556 INFO [MediaServer] Java 1.7.0_60-Oracle Corporation
2014-06-26 20:56:57,556 INFO [MediaServer] OS Linux i386 3.2.40
2014-06-26 20:56:57,557 INFO [MediaServer] File encoding: UTF-8
2014-06-26 20:56:57,558 INFO [MediaServer] Headless mode enabled: true
2014-06-26 20:56:57,558 INFO [MediaServer] User: serviio
2014-06-26 20:56:57,558 INFO [MediaServer] User home dir: /var/services/homes/serviio
2014-06-26 20:56:57,558 INFO [MediaServer] Temp dir: /tmp
2014-06-26 20:56:57,558 INFO [MediaServer] ------------------------------------------------------------------------
2014-06-26 20:56:57,949 INFO [WebServer] Socket buffer set to 65535 bytes
2014-06-26 20:56:57,955 INFO [RestletServer] Starting Restlet server (/rest) exposed on port 23423
2014-06-26 20:56:57,981 ERROR [MediaServer] An unexpected error occured. Ending the application. Message: java.net.BindException: Address already in use
java.lang.RuntimeException: java.net.BindException: Address already in use
at org.serviio.restlet.RestletServer.runServer(RestletServer.java:84)
at org.serviio.MediaServer.main(MediaServer.java:113)
Caused by: java.net.BindException: Address already in use
at java.net.PlainSocketImpl.socketBind(Native Method)
at java.net.AbstractPlainSocketImpl.bind(AbstractPlainSocketImpl.java:376)
at java.net.ServerSocket.bind(ServerSocket.java:376)
at java.net.ServerSocket.bind(ServerSocket.java:330)
at org.restlet.engine.http.connector.BaseServerHelper.createServerSocket(BaseServerHelper.java:118)
at org.restlet.engine.http.connector.BaseServerHelper.start(BaseServerHelper.java:251)
at org.restlet.engine.http.connector.HttpServerHelper.start(HttpServerHelper.java:69)
at org.restlet.Server.start(Server.java:585)
at org.restlet.Component.startServers(Component.java:601)
at org.restlet.Component.start(Component.java:528)
at org.serviio.restlet.RestletServer.runServer(RestletServer.java:73)
... 1 more
2014-06-26 21:00:01,264 ERROR [ApplicationInstanceManager] Error connecting to local port for single instance notification
2014-06-26 21:00:01,268 ERROR [ApplicationInstanceManager] No route to host
java.net.NoRouteToHostException: No route to host
at java.net.PlainSocketImpl.socketConnect(Native Method)
at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:339)
at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:200)
at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:182)
at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
at java.net.Socket.connect(Socket.java:579)
at java.net.Socket.connect(Socket.java:528)
at java.net.Socket.<init>(Socket.java:425)
at java.net.Socket.<init>(Socket.java:241)
at org.serviio.ApplicationInstanceManager.registerInstance(ApplicationInstanceManager.java:105)
at org.serviio.MediaServer.checkForRunningInstances(MediaServer.java:283)
at org.serviio.MediaServer.main(MediaServer.java:106)
Re: KDL-40 EX700 cannot connect to the server.
Is anyone able to help, I am not making any progress!
12 posts
• Page 1 of 1
Who is online
Users browsing this forum: No registered users and 30 guests
