FAQ  •  Register  •  Login

SOLVED: VPN and Serviio clash prevent Serviio loading

<<

kdp99

Serviio lover

Posts: 76

Joined: Thu Mar 10, 2011 10:26 pm

Post Wed May 08, 2019 7:20 pm

SOLVED: VPN and Serviio clash prevent Serviio loading

I can't get the serviio to start, if I run the start service option as admin, it starts briefly, get a PID and then is stopped. If I try and load the serviio media server I get the message below, I wonder if they are related, any ideas ?

Latest version, win7

Many thanks

This page can’t be displayed

•Make sure the web address http://localhost:23424 is correct

PS issue started a while back, more info here

viewtopic.php?f=5&t=25294
<<

atc98092

User avatar

DLNA master

Posts: 5212

Joined: Fri Aug 17, 2012 10:22 pm

Location: Washington (the state)

Post Wed May 08, 2019 11:02 pm

Re: Serviio service will not start

Need to see the Serviio log. If the service won't start, the log will usually identify why. The log is located (on Windows) at C:\Program Files\Serviio\Log
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: Intel i5-6400, 16 gig ram, Windows 10 Pro, 22 TB hard drive space | Test server Windows 10 Pro, AMD Phenom II X4 965, 8 gig ram

HOWTO: Enable debug logging HOWTO: Identify media file contents
<<

kdp99

Serviio lover

Posts: 76

Joined: Thu Mar 10, 2011 10:26 pm

Post Thu May 09, 2019 5:23 am

Re: Serviio service will not start

Many thanks here it is

2019-05-08 18:18:36,458 INFO [MediaServer] ------------------------------------------------------------------------
2019-05-08 18:18:36,458 INFO [MediaServer] Serviio DLNA media streaming server v 1.10.1 (rev. 3e5b0ba57122)
2019-05-08 18:18:36,458 INFO [MediaServer] Petr Nejedly 2009-2018
2019-05-08 18:18:36,458 INFO [MediaServer] http://www.serviio.org
2019-05-08 18:18:36,458 INFO [MediaServer]
2019-05-08 18:18:36,458 INFO [MediaServer] Java 1.8.0_191-Oracle Corporation x86
2019-05-08 18:18:36,458 INFO [MediaServer] OS Windows 7 6.1
2019-05-08 18:18:36,458 INFO [MediaServer] File encoding: windows-1252
2019-05-08 18:18:36,520 INFO [MediaServer] Headless mode enabled: true
2019-05-08 18:18:36,520 INFO [MediaServer] User: ZOOM-PC$
2019-05-08 18:18:36,520 INFO [MediaServer] User home dir: C:\windows\system32\config\systemprofile
2019-05-08 18:18:36,520 INFO [MediaServer] Temp dir: C:\windows\TEMP\
2019-05-08 18:18:36,520 INFO [MediaServer] ------------------------------------------------------------------------
2019-05-08 18:18:36,536 INFO [DBSchemaUpdateExecutor] Checking if DB schema needs to be updated
2019-05-08 18:18:36,551 INFO [DatabaseManager] Using DERBY database language
2019-05-08 18:18:38,352 INFO [DBSchemaUpdateExecutor] Updating DB schema
2019-05-08 18:18:44,920 INFO [DBSchemaUpdateExecutor] Dropping search index
2019-05-08 18:18:44,920 INFO [SearchManager] Starting up search engine
2019-05-08 18:18:45,123 INFO [DBSchemaUpdateExecutor] Cleaning temporary cache
2019-05-08 18:18:45,655 INFO [WebServer] Socket buffer set to 65535 bytes
2019-05-08 18:18:45,655 INFO [Device] Created UPnP Device with UUID: 90775982-25b4-38fa-940e-be80e85deb5a, bound address: 192.168.0.4
2019-05-08 18:18:45,890 INFO [DBSchemaUpdateExecutor] Cleaning persistent cache
2019-05-08 18:18:45,906 WARN [IndexedDiskCache] Region [online_technical_metadata] Reseting cache
2019-05-08 18:18:46,006 INFO [RestletServer] Starting HTTP/1.1 Restlet server (/console) exposed on port 23423
2019-05-08 18:18:46,021 INFO [RestletServer] Starting HTTP/1.1 Restlet server (/rest) exposed on port 23423
2019-05-08 18:18:46,021 INFO [RestletServer] Starting HTTPS/1.1 Restlet server (/console) exposed on port 23523
2019-05-08 18:18:46,021 INFO [RestletServer] Starting HTTPS/1.1 Restlet server (/rest) exposed on port 23523
2019-05-08 18:18:46,037 ERROR [MediaServer] An unexpected error occurred. Ending the application. Message: java.io.IOException: Unable to establish loopback connection
java.lang.RuntimeException: java.io.IOException: Unable to establish loopback connection
at org.serviio.restlet.RestletServer.runServer(RestletServer.java:93)
at org.serviio.MediaServer.main(MediaServer.java:130)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at com.exe4j.runtime.LauncherEngine.launch(LauncherEngine.java:62)
at com.exe4j.runtime.WinLauncher$2.run(WinLauncher.java:96)
Caused by: java.io.IOException: Unable to establish loopback connection
at sun.nio.ch.PipeImpl$Initializer.run(PipeImpl.java:94)
at sun.nio.ch.PipeImpl$Initializer.run(PipeImpl.java:61)
at java.security.AccessController.doPrivileged(Native Method)
at sun.nio.ch.PipeImpl.<init>(PipeImpl.java:171)
at sun.nio.ch.SelectorProviderImpl.openPipe(SelectorProviderImpl.java:50)
at java.nio.channels.Pipe.open(Pipe.java:155)
at sun.nio.ch.WindowsSelectorImpl.<init>(WindowsSelectorImpl.java:127)
at sun.nio.ch.WindowsSelectorProvider.openSelector(WindowsSelectorProvider.java:44)
at java.nio.channels.Selector.open(Selector.java:227)
at org.simpleframework.transport.reactor.ActionSelector.<init>(ActionSelector.java:53)
at org.simpleframework.transport.reactor.ActionDistributor.<init>(ActionDistributor.java:141)
at org.simpleframework.transport.reactor.PartitionDistributor.start(PartitionDistributor.java:79)
at org.simpleframework.transport.reactor.PartitionDistributor.<init>(PartitionDistributor.java:65)
at org.simpleframework.transport.reactor.ExecutorReactor.<init>(ExecutorReactor.java:86)
at org.simpleframework.transport.reactor.ExecutorReactor.<init>(ExecutorReactor.java:71)
at org.simpleframework.http.core.ContainerSelector.<init>(ContainerSelector.java:84)
at org.simpleframework.http.core.ContainerProcessor.<init>(ContainerProcessor.java:76)
at org.simpleframework.http.core.ContainerServer.<init>(ContainerServer.java:129)
at org.simpleframework.http.core.ContainerServer.<init>(ContainerServer.java:90)
at org.simpleframework.http.core.ContainerServer.<init>(ContainerServer.java:77)
at org.restlet.ext.simple.HttpServerHelper.start(HttpServerHelper.java:90)
at org.restlet.Server.start(Server.java:588)
at org.restlet.Component.startServers(Component.java:637)
at org.restlet.Component.start(Component.java:562)
at org.serviio.restlet.RestletServer.startComponent(RestletServer.java:180)
at org.serviio.restlet.RestletServer.runServer(RestletServer.java:80)
... 7 more
Caused by: java.net.BindException: Cannot assign requested address: connect
at sun.nio.ch.Net.connect0(Native Method)
at sun.nio.ch.Net.connect(Net.java:454)
at sun.nio.ch.Net.connect(Net.java:446)
at sun.nio.ch.SocketChannelImpl.connect(SocketChannelImpl.java:648)
at java.nio.channels.SocketChannel.open(SocketChannel.java:189)
at sun.nio.ch.PipeImpl$Initializer$LoopbackConnector.run(PipeImpl.java:127)
at sun.nio.ch.PipeImpl$Initializer.run(PipeImpl.java:76)
... 32 more
2019-05-08 18:18:46,037 WARN [IndexedDiskCache] Region [subtitles_metadata] Disk cache not shutdown properly, shutting down now.
2019-05-08 18:18:46,037 WARN [IndexedDiskCache] Region [thumbnails] Disk cache not shutdown properly, shutting down now.
2019-05-08 18:18:46,037 WARN [IndexedDiskCache] Region [subtitles] Disk cache not shutdown properly, shutting down now.
2019-05-08 18:18:46,037 WARN [IndexedDiskCache] Region [online_technical_metadata] Disk cache not shutdown properly, shutting down now.
2019-05-08 18:18:46,037 WARN [IndexedDiskCache] Region [tokens] Disk cache not shutdown properly, shutting down now.
2019-05-08 18:23:38,007 INFO [MediaServer] ------------------------------------------------------------------------
2019-05-08 18:23:38,163 INFO [MediaServer] Serviio DLNA media streaming server v 1.10.1 (rev. 3e5b0ba57122)
2019-05-08 18:23:38,163 INFO [MediaServer] Petr Nejedly 2009-2018
2019-05-08 18:23:38,163 INFO [MediaServer] http://www.serviio.org
2019-05-08 18:23:38,163 INFO [MediaServer]
2019-05-08 18:23:38,163 INFO [MediaServer] Java 1.8.0_191-Oracle Corporation x86
2019-05-08 18:23:38,163 INFO [MediaServer] OS Windows 7 6.1
2019-05-08 18:23:38,163 INFO [MediaServer] File encoding: windows-1252
2019-05-08 18:23:39,247 INFO [MediaServer] Headless mode enabled: true
2019-05-08 18:23:39,247 INFO [MediaServer] User: ZOOM-PC$
2019-05-08 18:23:39,247 INFO [MediaServer] User home dir: C:\windows\system32\config\systemprofile
2019-05-08 18:23:39,247 INFO [MediaServer] Temp dir: C:\windows\TEMP\
2019-05-08 18:23:39,247 INFO [MediaServer] ------------------------------------------------------------------------
2019-05-08 18:23:40,435 INFO [DBSchemaUpdateExecutor] Checking if DB schema needs to be updated
2019-05-08 18:23:41,542 INFO [DatabaseManager] Using DERBY database language
2019-05-08 18:24:32,638 INFO [WebServer] Socket buffer set to 65535 bytes
2019-05-08 18:24:32,638 INFO [RestletServer] Starting HTTP/1.1 Restlet server (/console) exposed on port 23423
2019-05-08 18:24:32,645 INFO [RestletServer] Starting HTTP/1.1 Restlet server (/rest) exposed on port 23423
2019-05-08 18:24:32,686 INFO [RestletServer] Starting HTTPS/1.1 Restlet server (/console) exposed on port 23523
2019-05-08 18:24:32,686 INFO [RestletServer] Starting HTTPS/1.1 Restlet server (/rest) exposed on port 23523
2019-05-08 18:24:35,473 ERROR [MediaServer] An unexpected error occurred. Ending the application. Message: java.io.IOException: Unable to establish loopback connection
java.lang.RuntimeException: java.io.IOException: Unable to establish loopback connection
at org.serviio.restlet.RestletServer.runServer(RestletServer.java:93)
at org.serviio.MediaServer.main(MediaServer.java:130)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at com.exe4j.runtime.LauncherEngine.launch(LauncherEngine.java:62)
at com.exe4j.runtime.WinLauncher$2.run(WinLauncher.java:96)
Caused by: java.io.IOException: Unable to establish loopback connection
at sun.nio.ch.PipeImpl$Initializer.run(PipeImpl.java:94)
at sun.nio.ch.PipeImpl$Initializer.run(PipeImpl.java:61)
at java.security.AccessController.doPrivileged(Native Method)
at sun.nio.ch.PipeImpl.<init>(PipeImpl.java:171)
at sun.nio.ch.SelectorProviderImpl.openPipe(SelectorProviderImpl.java:50)
at java.nio.channels.Pipe.open(Pipe.java:155)
at sun.nio.ch.WindowsSelectorImpl.<init>(WindowsSelectorImpl.java:127)
at sun.nio.ch.WindowsSelectorProvider.openSelector(WindowsSelectorProvider.java:44)
at java.nio.channels.Selector.open(Selector.java:227)
at org.simpleframework.transport.reactor.ActionSelector.<init>(ActionSelector.java:53)
at org.simpleframework.transport.reactor.ActionDistributor.<init>(ActionDistributor.java:141)
at org.simpleframework.transport.reactor.PartitionDistributor.start(PartitionDistributor.java:79)
at org.simpleframework.transport.reactor.PartitionDistributor.<init>(PartitionDistributor.java:65)
at org.simpleframework.transport.reactor.ExecutorReactor.<init>(ExecutorReactor.java:86)
at org.simpleframework.transport.reactor.ExecutorReactor.<init>(ExecutorReactor.java:71)
at org.simpleframework.http.core.ContainerSelector.<init>(ContainerSelector.java:84)
at org.simpleframework.http.core.ContainerProcessor.<init>(ContainerProcessor.java:76)
at org.simpleframework.http.core.ContainerServer.<init>(ContainerServer.java:129)
at org.simpleframework.http.core.ContainerServer.<init>(ContainerServer.java:90)
at org.simpleframework.http.core.ContainerServer.<init>(ContainerServer.java:77)
at org.restlet.ext.simple.HttpServerHelper.start(HttpServerHelper.java:90)
at org.restlet.Server.start(Server.java:588)
at org.restlet.Component.startServers(Component.java:637)
at org.restlet.Component.start(Component.java:562)
at org.serviio.restlet.RestletServer.startComponent(RestletServer.java:180)
at org.serviio.restlet.RestletServer.runServer(RestletServer.java:80)
... 7 more
Caused by: java.net.BindException: Cannot assign requested address: connect
at sun.nio.ch.Net.connect0(Native Method)
at sun.nio.ch.Net.connect(Net.java:454)
at sun.nio.ch.Net.connect(Net.java:446)
at sun.nio.ch.SocketChannelImpl.connect(SocketChannelImpl.java:648)
at java.nio.channels.SocketChannel.open(SocketChannel.java:189)
at sun.nio.ch.PipeImpl$Initializer$LoopbackConnector.run(PipeImpl.java:127)
at sun.nio.ch.PipeImpl$Initializer.run(PipeImpl.java:76)
... 32 more
2019-05-08 18:25:22,657 INFO [MediaServer] ------------------------------------------------------------------------
2019-05-08 18:25:22,657 INFO [MediaServer] Serviio DLNA media streaming server v 1.10.1 (rev. 3e5b0ba57122)
2019-05-08 18:25:22,657 INFO [MediaServer] Petr Nejedly 2009-2018
2019-05-08 18:25:22,657 INFO [MediaServer] http://www.serviio.org
2019-05-08 18:25:22,657 INFO [MediaServer]
2019-05-08 18:25:22,657 INFO [MediaServer] Java 1.8.0_191-Oracle Corporation x86
2019-05-08 18:25:22,657 INFO [MediaServer] OS Windows 7 6.1
2019-05-08 18:25:22,657 INFO [MediaServer] File encoding: windows-1252
2019-05-08 18:25:22,720 INFO [MediaServer] Headless mode enabled: true
2019-05-08 18:25:22,720 INFO [MediaServer] User: ZOOM-PC$
2019-05-08 18:25:22,720 INFO [MediaServer] User home dir: C:\windows\system32\config\systemprofile
2019-05-08 18:25:22,720 INFO [MediaServer] Temp dir: C:\windows\TEMP\
2019-05-08 18:25:22,720 INFO [MediaServer] ------------------------------------------------------------------------
2019-05-08 18:25:22,736 INFO [DBSchemaUpdateExecutor] Checking if DB schema needs to be updated
2019-05-08 18:25:22,752 INFO [DatabaseManager] Using DERBY database language
2019-05-08 18:25:23,583 INFO [WebServer] Socket buffer set to 65535 bytes
2019-05-08 18:25:23,583 INFO [RestletServer] Starting HTTP/1.1 Restlet server (/console) exposed on port 23423
2019-05-08 18:25:23,598 INFO [RestletServer] Starting HTTP/1.1 Restlet server (/rest) exposed on port 23423
2019-05-08 18:25:23,598 INFO [RestletServer] Starting HTTPS/1.1 Restlet server (/console) exposed on port 23523
2019-05-08 18:25:23,598 INFO [RestletServer] Starting HTTPS/1.1 Restlet server (/rest) exposed on port 23523
2019-05-08 18:25:23,614 ERROR [MediaServer] An unexpected error occurred. Ending the application. Message: java.io.IOException: Unable to establish loopback connection
java.lang.RuntimeException: java.io.IOException: Unable to establish loopback connection
at org.serviio.restlet.RestletServer.runServer(RestletServer.java:93)
at org.serviio.MediaServer.main(MediaServer.java:130)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at com.exe4j.runtime.LauncherEngine.launch(LauncherEngine.java:62)
at com.exe4j.runtime.WinLauncher$2.run(WinLauncher.java:96)
Caused by: java.io.IOException: Unable to establish loopback connection
at sun.nio.ch.PipeImpl$Initializer.run(PipeImpl.java:94)
at sun.nio.ch.PipeImpl$Initializer.run(PipeImpl.java:61)
at java.security.AccessController.doPrivileged(Native Method)
at sun.nio.ch.PipeImpl.<init>(PipeImpl.java:171)
at sun.nio.ch.SelectorProviderImpl.openPipe(SelectorProviderImpl.java:50)
at java.nio.channels.Pipe.open(Pipe.java:155)
at sun.nio.ch.WindowsSelectorImpl.<init>(WindowsSelectorImpl.java:127)
at sun.nio.ch.WindowsSelectorProvider.openSelector(WindowsSelectorProvider.java:44)
at java.nio.channels.Selector.open(Selector.java:227)
at org.simpleframework.transport.reactor.ActionSelector.<init>(ActionSelector.java:53)
at org.simpleframework.transport.reactor.ActionDistributor.<init>(ActionDistributor.java:141)
at org.simpleframework.transport.reactor.PartitionDistributor.start(PartitionDistributor.java:79)
at org.simpleframework.transport.reactor.PartitionDistributor.<init>(PartitionDistributor.java:65)
at org.simpleframework.transport.reactor.ExecutorReactor.<init>(ExecutorReactor.java:86)
at org.simpleframework.transport.reactor.ExecutorReactor.<init>(ExecutorReactor.java:71)
at org.simpleframework.http.core.ContainerSelector.<init>(ContainerSelector.java:84)
at org.simpleframework.http.core.ContainerProcessor.<init>(ContainerProcessor.java:76)
at org.simpleframework.http.core.ContainerServer.<init>(ContainerServer.java:129)
at org.simpleframework.http.core.ContainerServer.<init>(ContainerServer.java:90)
at org.simpleframework.http.core.ContainerServer.<init>(ContainerServer.java:77)
at org.restlet.ext.simple.HttpServerHelper.start(HttpServerHelper.java:90)
at org.restlet.Server.start(Server.java:588)
at org.restlet.Component.startServers(Component.java:637)
at org.restlet.Component.start(Component.java:562)
at org.serviio.restlet.RestletServer.startComponent(RestletServer.java:180)
at org.serviio.restlet.RestletServer.runServer(RestletServer.java:80)
... 7 more
Caused by: java.net.BindException: Cannot assign requested address: connect
at sun.nio.ch.Net.connect0(Native Method)
at sun.nio.ch.Net.connect(Net.java:454)
at sun.nio.ch.Net.connect(Net.java:446)
at sun.nio.ch.SocketChannelImpl.connect(SocketChannelImpl.java:648)
at java.nio.channels.SocketChannel.open(SocketChannel.java:189)
at sun.nio.ch.PipeImpl$Initializer$LoopbackConnector.run(PipeImpl.java:127)
at sun.nio.ch.PipeImpl$Initializer.run(PipeImpl.java:76)
... 32 more
2019-05-08 18:25:35,659 INFO [MediaServer] ------------------------------------------------------------------------
2019-05-08 18:25:35,659 INFO [MediaServer] Serviio DLNA media streaming server v 1.10.1 (rev. 3e5b0ba57122)
2019-05-08 18:25:35,659 INFO [MediaServer] Petr Nejedly 2009-2018
2019-05-08 18:25:35,659 INFO [MediaServer] http://www.serviio.org
2019-05-08 18:25:35,659 INFO [MediaServer]
2019-05-08 18:25:35,659 INFO [MediaServer] Java 1.8.0_191-Oracle Corporation x86
2019-05-08 18:25:35,659 INFO [MediaServer] OS Windows 7 6.1
2019-05-08 18:25:35,659 INFO [MediaServer] File encoding: windows-1252
2019-05-08 18:25:35,715 INFO [MediaServer] Headless mode enabled: true
2019-05-08 18:25:35,715 INFO [MediaServer] User: ZOOM-PC$
2019-05-08 18:25:35,715 INFO [MediaServer] User home dir: C:\windows\system32\config\systemprofile
2019-05-08 18:25:35,715 INFO [MediaServer] Temp dir: C:\windows\TEMP\
2019-05-08 18:25:35,715 INFO [MediaServer] ------------------------------------------------------------------------
2019-05-08 18:25:35,715 INFO [DBSchemaUpdateExecutor] Checking if DB schema needs to be updated
2019-05-08 18:25:35,730 INFO [DatabaseManager] Using DERBY database language
2019-05-08 18:25:36,470 INFO [WebServer] Socket buffer set to 65535 bytes
2019-05-08 18:25:36,470 INFO [RestletServer] Starting HTTP/1.1 Restlet server (/console) exposed on port 23423
2019-05-08 18:25:36,470 INFO [RestletServer] Starting HTTP/1.1 Restlet server (/rest) exposed on port 23423
2019-05-08 18:25:36,470 INFO [RestletServer] Starting HTTPS/1.1 Restlet server (/console) exposed on port 23523
2019-05-08 18:25:36,470 INFO [RestletServer] Starting HTTPS/1.1 Restlet server (/rest) exposed on port 23523
2019-05-08 18:25:36,502 ERROR [MediaServer] An unexpected error occurred. Ending the application. Message: java.io.IOException: Unable to establish loopback connection
java.lang.RuntimeException: java.io.IOException: Unable to establish loopback connection
at org.serviio.restlet.RestletServer.runServer(RestletServer.java:93)
at org.serviio.MediaServer.main(MediaServer.java:130)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at com.exe4j.runtime.LauncherEngine.launch(LauncherEngine.java:62)
at com.exe4j.runtime.WinLauncher$2.run(WinLauncher.java:96)
Caused by: java.io.IOException: Unable to establish loopback connection
at sun.nio.ch.PipeImpl$Initializer.run(PipeImpl.java:94)
at sun.nio.ch.PipeImpl$Initializer.run(PipeImpl.java:61)
at java.security.AccessController.doPrivileged(Native Method)
at sun.nio.ch.PipeImpl.<init>(PipeImpl.java:171)
at sun.nio.ch.SelectorProviderImpl.openPipe(SelectorProviderImpl.java:50)
at java.nio.channels.Pipe.open(Pipe.java:155)
at sun.nio.ch.WindowsSelectorImpl.<init>(WindowsSelectorImpl.java:127)
at sun.nio.ch.WindowsSelectorProvider.openSelector(WindowsSelectorProvider.java:44)
at java.nio.channels.Selector.open(Selector.java:227)
at org.simpleframework.transport.reactor.ActionSelector.<init>(ActionSelector.java:53)
at org.simpleframework.transport.reactor.ActionDistributor.<init>(ActionDistributor.java:141)
at org.simpleframework.transport.reactor.PartitionDistributor.start(PartitionDistributor.java:79)
at org.simpleframework.transport.reactor.PartitionDistributor.<init>(PartitionDistributor.java:65)
at org.simpleframework.transport.reactor.ExecutorReactor.<init>(ExecutorReactor.java:86)
at org.simpleframework.transport.reactor.ExecutorReactor.<init>(ExecutorReactor.java:71)
at org.simpleframework.http.core.ContainerSelector.<init>(ContainerSelector.java:84)
at org.simpleframework.http.core.ContainerProcessor.<init>(ContainerProcessor.java:76)
at org.simpleframework.http.core.ContainerServer.<init>(ContainerServer.java:129)
at org.simpleframework.http.core.ContainerServer.<init>(ContainerServer.java:90)
at org.simpleframework.http.core.ContainerServer.<init>(ContainerServer.java:77)
at org.restlet.ext.simple.HttpServerHelper.start(HttpServerHelper.java:90)
at org.restlet.Server.start(Server.java:588)
at org.restlet.Component.startServers(Component.java:637)
at org.restlet.Component.start(Component.java:562)
at org.serviio.restlet.RestletServer.startComponent(RestletServer.java:180)
at org.serviio.restlet.RestletServer.runServer(RestletServer.java:80)
... 7 more
Caused by: java.net.BindException: Cannot assign requested address: connect
at sun.nio.ch.Net.connect0(Native Method)
at sun.nio.ch.Net.connect(Net.java:454)
at sun.nio.ch.Net.connect(Net.java:446)
at sun.nio.ch.SocketChannelImpl.connect(SocketChannelImpl.java:648)
at java.nio.channels.SocketChannel.open(SocketChannel.java:189)
at sun.nio.ch.PipeImpl$Initializer$LoopbackConnector.run(PipeImpl.java:127)
at sun.nio.ch.PipeImpl$Initializer.run(PipeImpl.java:76)
... 32 more
2019-05-08 18:25:47,032 INFO [MediaServer] ------------------------------------------------------------------------
2019-05-08 18:25:47,032 INFO [MediaServer] Serviio DLNA media streaming server v 1.10.1 (rev. 3e5b0ba57122)
2019-05-08 18:25:47,032 INFO [MediaServer] Petr Nejedly 2009-2018
2019-05-08 18:25:47,032 INFO [MediaServer] http://www.serviio.org
2019-05-08 18:25:47,032 INFO [MediaServer]
2019-05-08 18:25:47,032 INFO [MediaServer] Java 1.8.0_191-Oracle Corporation x86
2019-05-08 18:25:47,032 INFO [MediaServer] OS Windows 7 6.1
2019-05-08 18:25:47,032 INFO [MediaServer] File encoding: windows-1252
2019-05-08 18:25:47,079 INFO [MediaServer] Headless mode enabled: true
2019-05-08 18:25:47,079 INFO [MediaServer] User: ZOOM-PC$
2019-05-08 18:25:47,079 INFO [MediaServer] User home dir: C:\windows\system32\config\systemprofile
2019-05-08 18:25:47,079 INFO [MediaServer] Temp dir: C:\windows\TEMP\
2019-05-08 18:25:47,079 INFO [MediaServer] ------------------------------------------------------------------------
2019-05-08 18:25:47,094 INFO [DBSchemaUpdateExecutor] Checking if DB schema needs to be updated
2019-05-08 18:25:47,110 INFO [DatabaseManager] Using DERBY database language
2019-05-08 18:25:47,805 INFO [WebServer] Socket buffer set to 65535 bytes
2019-05-08 18:25:47,805 INFO [RestletServer] Starting HTTP/1.1 Restlet server (/console) exposed on port 23423
2019-05-08 18:25:47,820 INFO [RestletServer] Starting HTTP/1.1 Restlet server (/rest) exposed on port 23423
2019-05-08 18:25:47,820 INFO [RestletServer] Starting HTTPS/1.1 Restlet server (/console) exposed on port 23523
2019-05-08 18:25:47,820 INFO [RestletServer] Starting HTTPS/1.1 Restlet server (/rest) exposed on port 23523
2019-05-08 18:25:47,836 ERROR [MediaServer] An unexpected error occurred. Ending the application. Message: java.io.IOException: Unable to establish loopback connection
java.lang.RuntimeException: java.io.IOException: Unable to establish loopback connection
at org.serviio.restlet.RestletServer.runServer(RestletServer.java:93)
at org.serviio.MediaServer.main(MediaServer.java:130)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at com.exe4j.runtime.LauncherEngine.launch(LauncherEngine.java:62)
at com.exe4j.runtime.WinLauncher$2.run(WinLauncher.java:96)
Caused by: java.io.IOException: Unable to establish loopback connection
at sun.nio.ch.PipeImpl$Initializer.run(PipeImpl.java:94)
at sun.nio.ch.PipeImpl$Initializer.run(PipeImpl.java:61)
at java.security.AccessController.doPrivileged(Native Method)
at sun.nio.ch.PipeImpl.<init>(PipeImpl.java:171)
at sun.nio.ch.SelectorProviderImpl.openPipe(SelectorProviderImpl.java:50)
at java.nio.channels.Pipe.open(Pipe.java:155)
at sun.nio.ch.WindowsSelectorImpl.<init>(WindowsSelectorImpl.java:127)
at sun.nio.ch.WindowsSelectorProvider.openSelector(WindowsSelectorProvider.java:44)
at java.nio.channels.Selector.open(Selector.java:227)
at org.simpleframework.transport.reactor.ActionSelector.<init>(ActionSelector.java:53)
at org.simpleframework.transport.reactor.ActionDistributor.<init>(ActionDistributor.java:141)
at org.simpleframework.transport.reactor.PartitionDistributor.start(PartitionDistributor.java:79)
at org.simpleframework.transport.reactor.PartitionDistributor.<init>(PartitionDistributor.java:65)
at org.simpleframework.transport.reactor.ExecutorReactor.<init>(ExecutorReactor.java:86)
at org.simpleframework.transport.reactor.ExecutorReactor.<init>(ExecutorReactor.java:71)
at org.simpleframework.http.core.ContainerSelector.<init>(ContainerSelector.java:84)
at org.simpleframework.http.core.ContainerProcessor.<init>(ContainerProcessor.java:76)
at org.simpleframework.http.core.ContainerServer.<init>(ContainerServer.java:129)
at org.simpleframework.http.core.ContainerServer.<init>(ContainerServer.java:90)
at org.simpleframework.http.core.ContainerServer.<init>(ContainerServer.java:77)
at org.restlet.ext.simple.HttpServerHelper.start(HttpServerHelper.java:90)
at org.restlet.Server.start(Server.java:588)
at org.restlet.Component.startServers(Component.java:637)
at org.restlet.Component.start(Component.java:562)
at org.serviio.restlet.RestletServer.startComponent(RestletServer.java:180)
at org.serviio.restlet.RestletServer.runServer(RestletServer.java:80)
... 7 more
Caused by: java.net.BindException: Cannot assign requested address: connect
at sun.nio.ch.Net.connect0(Native Method)
at sun.nio.ch.Net.connect(Net.java:454)
at sun.nio.ch.Net.connect(Net.java:446)
at sun.nio.ch.SocketChannelImpl.connect(SocketChannelImpl.java:648)
at java.nio.channels.SocketChannel.open(SocketChannel.java:189)
at sun.nio.ch.PipeImpl$Initializer$LoopbackConnector.run(PipeImpl.java:127)
at sun.nio.ch.PipeImpl$Initializer.run(PipeImpl.java:76)
... 32 more
2019-05-08 18:26:02,406 INFO [MediaServer] ------------------------------------------------------------------------
2019-05-08 18:26:02,406 INFO [MediaServer] Serviio DLNA media streaming server v 1.10.1 (rev. 3e5b0ba57122)
2019-05-08 18:26:02,406 INFO [MediaServer] Petr Nejedly 2009-2018
2019-05-08 18:26:02,406 INFO [MediaServer] http://www.serviio.org
2019-05-08 18:26:02,406 INFO [MediaServer]
2019-05-08 18:26:02,406 INFO [MediaServer] Java 1.8.0_191-Oracle Corporation x86
2019-05-08 18:26:02,406 INFO [MediaServer] OS Windows 7 6.1
2019-05-08 18:26:02,406 INFO [MediaServer] File encoding: windows-1252
2019-05-08 18:26:02,453 INFO [MediaServer] Headless mode enabled: true
2019-05-08 18:26:02,453 INFO [MediaServer] User: ZOOM-PC$
2019-05-08 18:26:02,453 INFO [MediaServer] User home dir: C:\windows\system32\config\systemprofile
2019-05-08 18:26:02,453 INFO [MediaServer] Temp dir: C:\windows\TEMP\
2019-05-08 18:26:02,453 INFO [MediaServer] ------------------------------------------------------------------------
2019-05-08 18:26:02,470 INFO [DBSchemaUpdateExecutor] Checking if DB schema needs to be updated
2019-05-08 18:26:02,485 INFO [DatabaseManager] Using DERBY database language
2019-05-08 18:26:03,157 INFO [WebServer] Socket buffer set to 65535 bytes
2019-05-08 18:26:03,157 INFO [RestletServer] Starting HTTP/1.1 Restlet server (/console) exposed on port 23423
2019-05-08 18:26:03,157 INFO [RestletServer] Starting HTTP/1.1 Restlet server (/rest) exposed on port 23423
2019-05-08 18:26:03,157 INFO [RestletServer] Starting HTTPS/1.1 Restlet server (/console) exposed on port 23523
2019-05-08 18:26:03,157 INFO [RestletServer] Starting HTTPS/1.1 Restlet server (/rest) exposed on port 23523
2019-05-08 18:26:03,188 ERROR [MediaServer] An unexpected error occurred. Ending the application. Message: java.io.IOException: Unable to establish loopback connection
java.lang.RuntimeException: java.io.IOException: Unable to establish loopback connection
at org.serviio.restlet.RestletServer.runServer(RestletServer.java:93)
at org.serviio.MediaServer.main(MediaServer.java:130)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at com.exe4j.runtime.LauncherEngine.launch(LauncherEngine.java:62)
at com.exe4j.runtime.WinLauncher$2.run(WinLauncher.java:96)
Caused by: java.io.IOException: Unable to establish loopback connection
at sun.nio.ch.PipeImpl$Initializer.run(PipeImpl.java:94)
at sun.nio.ch.PipeImpl$Initializer.run(PipeImpl.java:61)
at java.security.AccessController.doPrivileged(Native Method)
at sun.nio.ch.PipeImpl.<init>(PipeImpl.java:171)
at sun.nio.ch.SelectorProviderImpl.openPipe(SelectorProviderImpl.java:50)
at java.nio.channels.Pipe.open(Pipe.java:155)
at sun.nio.ch.WindowsSelectorImpl.<init>(WindowsSelectorImpl.java:127)
at sun.nio.ch.WindowsSelectorProvider.openSelector(WindowsSelectorProvider.java:44)
at java.nio.channels.Selector.open(Selector.java:227)
at org.simpleframework.transport.reactor.ActionSelector.<init>(ActionSelector.java:53)
at org.simpleframework.transport.reactor.ActionDistributor.<init>(ActionDistributor.java:141)
at org.simpleframework.transport.reactor.PartitionDistributor.start(PartitionDistributor.java:79)
at org.simpleframework.transport.reactor.PartitionDistributor.<init>(PartitionDistributor.java:65)
at org.simpleframework.transport.reactor.ExecutorReactor.<init>(ExecutorReactor.java:86)
at org.simpleframework.transport.reactor.ExecutorReactor.<init>(ExecutorReactor.java:71)
at org.simpleframework.http.core.ContainerSelector.<init>(ContainerSelector.java:84)
at org.simpleframework.http.core.ContainerProcessor.<init>(ContainerProcessor.java:76)
at org.simpleframework.http.core.ContainerServer.<init>(ContainerServer.java:129)
at org.simpleframework.http.core.ContainerServer.<init>(ContainerServer.java:90)
at org.simpleframework.http.core.ContainerServer.<init>(ContainerServer.java:77)
at org.restlet.ext.simple.HttpServerHelper.start(HttpServerHelper.java:90)
at org.restlet.Server.start(Server.java:588)
at org.restlet.Component.startServers(Component.java:637)
at org.restlet.Component.start(Component.java:562)
at org.serviio.restlet.RestletServer.startComponent(RestletServer.java:180)
at org.serviio.restlet.RestletServer.runServer(RestletServer.java:80)
... 7 more
Caused by: java.net.BindException: Cannot assign requested address: connect
at sun.nio.ch.Net.connect0(Native Method)
at sun.nio.ch.Net.connect(Net.java:454)
at sun.nio.ch.Net.connect(Net.java:446)
at sun.nio.ch.SocketChannelImpl.connect(SocketChannelImpl.java:648)
at java.nio.channels.SocketChannel.open(SocketChannel.java:189)
at sun.nio.ch.PipeImpl$Initializer$LoopbackConnector.run(PipeImpl.java:127)
at sun.nio.ch.PipeImpl$Initializer.run(PipeImpl.java:76)
... 32 more
2019-05-08 18:30:35,408 INFO [MediaServer] ------------------------------------------------------------------------
2019-05-08 18:30:35,408 INFO [MediaServer] Serviio DLNA media streaming server v 1.10.1 (rev. 3e5b0ba57122)
2019-05-08 18:30:35,408 INFO [MediaServer] Petr Nejedly 2009-2018
2019-05-08 18:30:35,408 INFO [MediaServer] http://www.serviio.org
2019-05-08 18:30:35,408 INFO [MediaServer]
2019-05-08 18:30:35,408 INFO [MediaServer] Java 1.8.0_191-Oracle Corporation x86
2019-05-08 18:30:35,408 INFO [MediaServer] OS Windows 7 6.1
2019-05-08 18:30:35,408 INFO [MediaServer] File encoding: windows-1252
2019-05-08 18:30:35,471 INFO [MediaServer] Headless mode enabled: true
2019-05-08 18:30:35,471 INFO [MediaServer] User: ZOOM-PC$
2019-05-08 18:30:35,471 INFO [MediaServer] User home dir: C:\windows\system32\config\systemprofile
2019-05-08 18:30:35,471 INFO [MediaServer] Temp dir: C:\windows\TEMP\
2019-05-08 18:30:35,471 INFO [MediaServer] ------------------------------------------------------------------------
2019-05-08 18:30:35,487 INFO [DBSchemaUpdateExecutor] Checking if DB schema needs to be updated
2019-05-08 18:30:35,503 INFO [DatabaseManager] Using DERBY database language
2019-05-08 18:30:36,769 INFO [WebServer] Socket buffer set to 65535 bytes
2019-05-08 18:30:36,784 INFO [RestletServer] Starting HTTP/1.1 Restlet server (/console) exposed on port 23423
2019-05-08 18:30:36,784 INFO [RestletServer] Starting HTTP/1.1 Restlet server (/rest) exposed on port 23423
2019-05-08 18:30:36,784 INFO [RestletServer] Starting HTTPS/1.1 Restlet server (/console) exposed on port 23523
2019-05-08 18:30:36,784 INFO [RestletServer] Starting HTTPS/1.1 Restlet server (/rest) exposed on port 23523
2019-05-08 18:30:36,824 ERROR [MediaServer] An unexpected error occurred. Ending the application. Message: java.io.IOException: Unable to establish loopback connection
java.lang.RuntimeException: java.io.IOException: Unable to establish loopback connection
at org.serviio.restlet.RestletServer.runServer(RestletServer.java:93)
at org.serviio.MediaServer.main(MediaServer.java:130)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at com.exe4j.runtime.LauncherEngine.launch(LauncherEngine.java:62)
at com.exe4j.runtime.WinLauncher$2.run(WinLauncher.java:96)
Caused by: java.io.IOException: Unable to establish loopback connection
at sun.nio.ch.PipeImpl$Initializer.run(PipeImpl.java:94)
at sun.nio.ch.PipeImpl$Initializer.run(PipeImpl.java:61)
at java.security.AccessController.doPrivileged(Native Method)
at sun.nio.ch.PipeImpl.<init>(PipeImpl.java:171)
at sun.nio.ch.SelectorProviderImpl.openPipe(SelectorProviderImpl.java:50)
at java.nio.channels.Pipe.open(Pipe.java:155)
at sun.nio.ch.WindowsSelectorImpl.<init>(WindowsSelectorImpl.java:127)
at sun.nio.ch.WindowsSelectorProvider.openSelector(WindowsSelectorProvider.java:44)
at java.nio.channels.Selector.open(Selector.java:227)
at org.simpleframework.transport.reactor.ActionSelector.<init>(ActionSelector.java:53)
at org.simpleframework.transport.reactor.ActionDistributor.<init>(ActionDistributor.java:141)
at org.simpleframework.transport.reactor.PartitionDistributor.start(PartitionDistributor.java:79)
at org.simpleframework.transport.reactor.PartitionDistributor.<init>(PartitionDistributor.java:65)
at org.simpleframework.transport.reactor.ExecutorReactor.<init>(ExecutorReactor.java:86)
at org.simpleframework.transport.reactor.ExecutorReactor.<init>(ExecutorReactor.java:71)
at org.simpleframework.http.core.ContainerSelector.<init>(ContainerSelector.java:84)
at org.simpleframework.http.core.ContainerProcessor.<init>(ContainerProcessor.java:76)
at org.simpleframework.http.core.ContainerServer.<init>(ContainerServer.java:129)
at org.simpleframework.http.core.ContainerServer.<init>(ContainerServer.java:90)
at org.simpleframework.http.core.ContainerServer.<init>(ContainerServer.java:77)
at org.restlet.ext.simple.HttpServerHelper.start(HttpServerHelper.java:90)
at org.restlet.Server.start(Server.java:588)
at org.restlet.Component.startServers(Component.java:637)
at org.restlet.Component.start(Component.java:562)
at org.serviio.restlet.RestletServer.startComponent(RestletServer.java:180)
at org.serviio.restlet.RestletServer.runServer(RestletServer.java:80)
... 7 more
Caused by: java.net.BindException: Cannot assign requested address: connect
at sun.nio.ch.Net.connect0(Native Method)
at sun.nio.ch.Net.connect(Net.java:454)
at sun.nio.ch.Net.connect(Net.java:446)
at sun.nio.ch.SocketChannelImpl.connect(SocketChannelImpl.java:648)
at java.nio.channels.SocketChannel.open(SocketChannel.java:189)
at sun.nio.ch.PipeImpl$Initializer$LoopbackConnector.run(PipeImpl.java:127)
at sun.nio.ch.PipeImpl$Initializer.run(PipeImpl.java:76)
... 32 more
2019-05-08 18:47:35,897 INFO [MediaServer] ------------------------------------------------------------------------
2019-05-08 18:47:35,897 INFO [MediaServer] Serviio DLNA media streaming server v 1.10.1 (rev. 3e5b0ba57122)
2019-05-08 18:47:35,897 INFO [MediaServer] Petr Nejedly 2009-2018
2019-05-08 18:47:35,897 INFO [MediaServer] http://www.serviio.org
2019-05-08 18:47:35,897 INFO [MediaServer]
2019-05-08 18:47:35,897 INFO [MediaServer] Java 1.8.0_191-Oracle Corporation x86
2019-05-08 18:47:35,897 INFO [MediaServer] OS Windows 7 6.1
2019-05-08 18:47:35,897 INFO [MediaServer] File encoding: windows-1252
2019-05-08 18:47:35,944 INFO [MediaServer] Headless mode enabled: true
2019-05-08 18:47:35,944 INFO [MediaServer] User: ZOOM-PC$
2019-05-08 18:47:35,944 INFO [MediaServer] User home dir: C:\windows\system32\config\systemprofile
2019-05-08 18:47:35,944 INFO [MediaServer] Temp dir: C:\windows\TEMP\
2019-05-08 18:47:35,944 INFO [MediaServer] ------------------------------------------------------------------------
2019-05-08 18:47:35,960 INFO [DBSchemaUpdateExecutor] Checking if DB schema needs to be updated
2019-05-08 18:47:35,975 INFO [DatabaseManager] Using DERBY database language
2019-05-08 18:47:36,722 INFO [WebServer] Socket buffer set to 65535 bytes
2019-05-08 18:47:36,722 INFO [RestletServer] Starting HTTP/1.1 Restlet server (/console) exposed on port 23423
2019-05-08 18:47:36,722 INFO [RestletServer] Starting HTTP/1.1 Restlet server (/rest) exposed on port 23423
2019-05-08 18:47:36,722 INFO [RestletServer] Starting HTTPS/1.1 Restlet server (/console) exposed on port 23523
2019-05-08 18:47:36,722 INFO [RestletServer] Starting HTTPS/1.1 Restlet server (/rest) exposed on port 23523
2019-05-08 18:47:36,737 ERROR [MediaServer] An unexpected error occurred. Ending the application. Message: java.io.IOException: Unable to establish loopback connection
java.lang.RuntimeException: java.io.IOException: Unable to establish loopback connection
at org.serviio.restlet.RestletServer.runServer(RestletServer.java:93)
at org.serviio.MediaServer.main(MediaServer.java:130)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at com.exe4j.runtime.LauncherEngine.launch(LauncherEngine.java:62)
at com.exe4j.runtime.WinLauncher$2.run(WinLauncher.java:96)
Caused by: java.io.IOException: Unable to establish loopback connection
at sun.nio.ch.PipeImpl$Initializer.run(PipeImpl.java:94)
at sun.nio.ch.PipeImpl$Initializer.run(PipeImpl.java:61)
at java.security.AccessController.doPrivileged(Native Method)
at sun.nio.ch.PipeImpl.<init>(PipeImpl.java:171)
at sun.nio.ch.SelectorProviderImpl.openPipe(SelectorProviderImpl.java:50)
at java.nio.channels.Pipe.open(Pipe.java:155)
at sun.nio.ch.WindowsSelectorImpl.<init>(WindowsSelectorImpl.java:127)
at sun.nio.ch.WindowsSelectorProvider.openSelector(WindowsSelectorProvider.java:44)
at java.nio.channels.Selector.open(Selector.java:227)
at org.simpleframework.transport.reactor.ActionSelector.<init>(ActionSelector.java:53)
at org.simpleframework.transport.reactor.ActionDistributor.<init>(ActionDistributor.java:141)
at org.simpleframework.transport.reactor.PartitionDistributor.start(PartitionDistributor.java:79)
at org.simpleframework.transport.reactor.PartitionDistributor.<init>(PartitionDistributor.java:65)
at org.simpleframework.transport.reactor.ExecutorReactor.<init>(ExecutorReactor.java:86)
at org.simpleframework.transport.reactor.ExecutorReactor.<init>(ExecutorReactor.java:71)
at org.simpleframework.http.core.ContainerSelector.<init>(ContainerSelector.java:84)
at org.simpleframework.http.core.ContainerProcessor.<init>(ContainerProcessor.java:76)
at org.simpleframework.http.core.ContainerServer.<init>(ContainerServer.java:129)
at org.simpleframework.http.core.ContainerServer.<init>(ContainerServer.java:90)
at org.simpleframework.http.core.ContainerServer.<init>(ContainerServer.java:77)
at org.restlet.ext.simple.HttpServerHelper.start(HttpServerHelper.java:90)
at org.restlet.Server.start(Server.java:588)
at org.restlet.Component.startServers(Component.java:637)
at org.restlet.Component.start(Component.java:562)
at org.serviio.restlet.RestletServer.startComponent(RestletServer.java:180)
at org.serviio.restlet.RestletServer.runServer(RestletServer.java:80)
... 7 more
Caused by: java.net.BindException: Cannot assign requested address: connect
at sun.nio.ch.Net.connect0(Native Method)
at sun.nio.ch.Net.connect(Net.java:454)
at sun.nio.ch.Net.connect(Net.java:446)
at sun.nio.ch.SocketChannelImpl.connect(SocketChannelImpl.java:648)
at java.nio.channels.SocketChannel.open(SocketChannel.java:189)
at sun.nio.ch.PipeImpl$Initializer$LoopbackConnector.run(PipeImpl.java:127)
at sun.nio.ch.PipeImpl$Initializer.run(PipeImpl.java:76)
... 32 more
2019-05-08 20:05:24,416 INFO [MediaServer] ------------------------------------------------------------------------
2019-05-08 20:05:24,416 INFO [MediaServer] Serviio DLNA media streaming server v 1.10.1 (rev. 3e5b0ba57122)
2019-05-08 20:05:24,416 INFO [MediaServer] Petr Nejedly 2009-2018
2019-05-08 20:05:24,416 INFO [MediaServer] http://www.serviio.org
2019-05-08 20:05:24,416 INFO [MediaServer]
2019-05-08 20:05:24,416 INFO [MediaServer] Java 1.8.0_191-Oracle Corporation x86
2019-05-08 20:05:24,416 INFO [MediaServer] OS Windows 7 6.1
2019-05-08 20:05:24,416 INFO [MediaServer] File encoding: windows-1252
2019-05-08 20:05:24,482 INFO [MediaServer] Headless mode enabled: true
2019-05-08 20:05:24,482 INFO [MediaServer] User: ZOOM-PC$
2019-05-08 20:05:24,482 INFO [MediaServer] User home dir: C:\windows\system32\config\systemprofile
2019-05-08 20:05:24,482 INFO [MediaServer] Temp dir: C:\windows\TEMP\
2019-05-08 20:05:24,482 INFO [MediaServer] ------------------------------------------------------------------------
2019-05-08 20:05:24,497 INFO [DBSchemaUpdateExecutor] Checking if DB schema needs to be updated
2019-05-08 20:05:24,513 INFO [DatabaseManager] Using DERBY database language
2019-05-08 20:05:27,009 INFO [WebServer] Socket buffer set to 65535 bytes
2019-05-08 20:05:27,009 INFO [RestletServer] Starting HTTP/1.1 Restlet server (/console) exposed on port 23423
2019-05-08 20:05:27,024 INFO [RestletServer] Starting HTTP/1.1 Restlet server (/rest) exposed on port 23423
2019-05-08 20:05:27,024 INFO [RestletServer] Starting HTTPS/1.1 Restlet server (/console) exposed on port 23523
2019-05-08 20:05:27,024 INFO [RestletServer] Starting HTTPS/1.1 Restlet server (/rest) exposed on port 23523
2019-05-08 20:05:27,056 ERROR [MediaServer] An unexpected error occurred. Ending the application. Message: java.io.IOException: Unable to establish loopback connection
java.lang.RuntimeException: java.io.IOException: Unable to establish loopback connection
at org.serviio.restlet.RestletServer.runServer(RestletServer.java:93)
at org.serviio.MediaServer.main(MediaServer.java:130)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at com.exe4j.runtime.LauncherEngine.launch(LauncherEngine.java:62)
at com.exe4j.runtime.WinLauncher$2.run(WinLauncher.java:96)
Caused by: java.io.IOException: Unable to establish loopback connection
at sun.nio.ch.PipeImpl$Initializer.run(PipeImpl.java:94)
at sun.nio.ch.PipeImpl$Initializer.run(PipeImpl.java:61)
at java.security.AccessController.doPrivileged(Native Method)
at sun.nio.ch.PipeImpl.<init>(PipeImpl.java:171)
at sun.nio.ch.SelectorProviderImpl.openPipe(SelectorProviderImpl.java:50)
at java.nio.channels.Pipe.open(Pipe.java:155)
at sun.nio.ch.WindowsSelectorImpl.<init>(WindowsSelectorImpl.java:127)
at sun.nio.ch.WindowsSelectorProvider.openSelector(WindowsSelectorProvider.java:44)
at java.nio.channels.Selector.open(Selector.java:227)
at org.simpleframework.transport.reactor.ActionSelector.<init>(ActionSelector.java:53)
at org.simpleframework.transport.reactor.ActionDistributor.<init>(ActionDistributor.java:141)
at org.simpleframework.transport.reactor.PartitionDistributor.start(PartitionDistributor.java:79)
at org.simpleframework.transport.reactor.PartitionDistributor.<init>(PartitionDistributor.java:65)
at org.simpleframework.transport.reactor.ExecutorReactor.<init>(ExecutorReactor.java:86)
at org.simpleframework.transport.reactor.ExecutorReactor.<init>(ExecutorReactor.java:71)
at org.simpleframework.http.core.ContainerSelector.<init>(ContainerSelector.java:84)
at org.simpleframework.http.core.ContainerProcessor.<init>(ContainerProcessor.java:76)
at org.simpleframework.http.core.ContainerServer.<init>(ContainerServer.java:129)
at org.simpleframework.http.core.ContainerServer.<init>(ContainerServer.java:90)
at org.simpleframework.http.core.ContainerServer.<init>(ContainerServer.java:77)
at org.restlet.ext.simple.HttpServerHelper.start(HttpServerHelper.java:90)
at org.restlet.Server.start(Server.java:588)
at org.restlet.Component.startServers(Component.java:637)
at org.restlet.Component.start(Component.java:562)
at org.serviio.restlet.RestletServer.startComponent(RestletServer.java:180)
at org.serviio.restlet.RestletServer.runServer(RestletServer.java:80)
... 7 more
Caused by: java.net.BindException: Cannot assign requested address: connect
at sun.nio.ch.Net.connect0(Native Method)
at sun.nio.ch.Net.connect(Net.java:454)
at sun.nio.ch.Net.connect(Net.java:446)
at sun.nio.ch.SocketChannelImpl.connect(SocketChannelImpl.java:648)
at java.nio.channels.SocketChannel.open(SocketChannel.java:189)
at sun.nio.ch.PipeImpl$Initializer$LoopbackConnector.run(PipeImpl.java:127)
at sun.nio.ch.PipeImpl$Initializer.run(PipeImpl.java:76)
... 32 more
2019-05-08 21:10:10,987 INFO [MediaServer] ------------------------------------------------------------------------
2019-05-08 21:10:10,987 INFO [MediaServer] Serviio DLNA media streaming server v 1.10.1 (rev. 3e5b0ba57122)
2019-05-08 21:10:10,987 INFO [MediaServer] Petr Nejedly 2009-2018
2019-05-08 21:10:10,987 INFO [MediaServer] http://www.serviio.org
2019-05-08 21:10:10,987 INFO [MediaServer]
2019-05-08 21:10:10,987 INFO [MediaServer] Java 1.8.0_191-Oracle Corporation x86
2019-05-08 21:10:10,987 INFO [MediaServer] OS Windows 7 6.1
2019-05-08 21:10:10,987 INFO [MediaServer] File encoding: windows-1252
2019-05-08 21:10:11,050 INFO [MediaServer] Headless mode enabled: true
2019-05-08 21:10:11,050 INFO [MediaServer] User: ZOOM-PC$
2019-05-08 21:10:11,050 INFO [MediaServer] User home dir: C:\windows\system32\config\systemprofile
2019-05-08 21:10:11,050 INFO [MediaServer] Temp dir: C:\windows\TEMP\
2019-05-08 21:10:11,050 INFO [MediaServer] ------------------------------------------------------------------------
2019-05-08 21:10:11,065 INFO [DBSchemaUpdateExecutor] Checking if DB schema needs to be updated
2019-05-08 21:10:11,081 INFO [DatabaseManager] Using DERBY database language
2019-05-08 21:10:11,881 INFO [WebServer] Socket buffer set to 65535 bytes
2019-05-08 21:10:11,881 INFO [RestletServer] Starting HTTP/1.1 Restlet server (/console) exposed on port 23423
2019-05-08 21:10:11,881 INFO [RestletServer] Starting HTTP/1.1 Restlet server (/rest) exposed on port 23423
2019-05-08 21:10:11,881 INFO [RestletServer] Starting HTTPS/1.1 Restlet server (/console) exposed on port 23523
2019-05-08 21:10:11,881 INFO [RestletServer] Starting HTTPS/1.1 Restlet server (/rest) exposed on port 23523
2019-05-08 21:10:11,912 ERROR [MediaServer] An unexpected error occurred. Ending the application. Message: java.io.IOException: Unable to establish loopback connection
java.lang.RuntimeException: java.io.IOException: Unable to establish loopback connection
at org.serviio.restlet.RestletServer.runServer(RestletServer.java:93)
at org.serviio.MediaServer.main(MediaServer.java:130)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at com.exe4j.runtime.LauncherEngine.launch(LauncherEngine.java:62)
at com.exe4j.runtime.WinLauncher$2.run(WinLauncher.java:96)
Caused by: java.io.IOException: Unable to establish loopback connection
at sun.nio.ch.PipeImpl$Initializer.run(PipeImpl.java:94)
at sun.nio.ch.PipeImpl$Initializer.run(PipeImpl.java:61)
at java.security.AccessController.doPrivileged(Native Method)
at sun.nio.ch.PipeImpl.<init>(PipeImpl.java:171)
at sun.nio.ch.SelectorProviderImpl.openPipe(SelectorProviderImpl.java:50)
at java.nio.channels.Pipe.open(Pipe.java:155)
at sun.nio.ch.WindowsSelectorImpl.<init>(WindowsSelectorImpl.java:127)
at sun.nio.ch.WindowsSelectorProvider.openSelector(WindowsSelectorProvider.java:44)
at java.nio.channels.Selector.open(Selector.java:227)
at org.simpleframework.transport.reactor.ActionSelector.<init>(ActionSelector.java:53)
at org.simpleframework.transport.reactor.ActionDistributor.<init>(ActionDistributor.java:141)
at org.simpleframework.transport.reactor.PartitionDistributor.start(PartitionDistributor.java:79)
at org.simpleframework.transport.reactor.PartitionDistributor.<init>(PartitionDistributor.java:65)
at org.simpleframework.transport.reactor.ExecutorReactor.<init>(ExecutorReactor.java:86)
at org.simpleframework.transport.reactor.ExecutorReactor.<init>(ExecutorReactor.java:71)
at org.simpleframework.http.core.ContainerSelector.<init>(ContainerSelector.java:84)
at org.simpleframework.http.core.ContainerProcessor.<init>(ContainerProcessor.java:76)
at org.simpleframework.http.core.ContainerServer.<init>(ContainerServer.java:129)
at org.simpleframework.http.core.ContainerServer.<init>(ContainerServer.java:90)
at org.simpleframework.http.core.ContainerServer.<init>(ContainerServer.java:77)
at org.restlet.ext.simple.HttpServerHelper.start(HttpServerHelper.java:90)
at org.restlet.Server.start(Server.java:588)
at org.restlet.Component.startServers(Component.java:637)
at org.restlet.Component.start(Component.java:562)
at org.serviio.restlet.RestletServer.startComponent(RestletServer.java:180)
at org.serviio.restlet.RestletServer.runServer(RestletServer.java:80)
... 7 more
Caused by: java.net.BindException: Cannot assign requested address: connect
at sun.nio.ch.Net.connect0(Native Method)
at sun.nio.ch.Net.connect(Net.java:454)
at sun.nio.ch.Net.connect(Net.java:446)
at sun.nio.ch.SocketChannelImpl.connect(SocketChannelImpl.java:648)
at java.nio.channels.SocketChannel.open(SocketChannel.java:189)
at sun.nio.ch.PipeImpl$Initializer$LoopbackConnector.run(PipeImpl.java:127)
at sun.nio.ch.PipeImpl$Initializer.run(PipeImpl.java:76)
... 32 more
2019-05-08 21:10:28,332 INFO [MediaServer] ------------------------------------------------------------------------
2019-05-08 21:10:28,332 INFO [MediaServer] Serviio DLNA media streaming server v 1.10.1 (rev. 3e5b0ba57122)
2019-05-08 21:10:28,332 INFO [MediaServer] Petr Nejedly 2009-2018
2019-05-08 21:10:28,332 INFO [MediaServer] http://www.serviio.org
2019-05-08 21:10:28,332 INFO [MediaServer]
2019-05-08 21:10:28,332 INFO [MediaServer] Java 1.8.0_191-Oracle Corporation x86
2019-05-08 21:10:28,332 INFO [MediaServer] OS Windows 7 6.1
2019-05-08 21:10:28,332 INFO [MediaServer] File encoding: windows-1252
2019-05-08 21:10:28,394 INFO [MediaServer] Headless mode enabled: true
2019-05-08 21:10:28,394 INFO [MediaServer] User: ZOOM-PC$
2019-05-08 21:10:28,394 INFO [MediaServer] User home dir: C:\windows\system32\config\systemprofile
2019-05-08 21:10:28,394 INFO [MediaServer] Temp dir: C:\windows\TEMP\
2019-05-08 21:10:28,394 INFO [MediaServer] ------------------------------------------------------------------------
2019-05-08 21:10:28,394 INFO [DBSchemaUpdateExecutor] Checking if DB schema needs to be updated
2019-05-08 21:10:28,410 INFO [DatabaseManager] Using DERBY database language
2019-05-08 21:10:29,268 INFO [WebServer] Socket buffer set to 65535 bytes
2019-05-08 21:10:29,268 INFO [RestletServer] Starting HTTP/1.1 Restlet server (/console) exposed on port 23423
2019-05-08 21:10:29,284 INFO [RestletServer] Starting HTTP/1.1 Restlet server (/rest) exposed on port 23423
2019-05-08 21:10:29,284 INFO [RestletServer] Starting HTTPS/1.1 Restlet server (/console) exposed on port 23523
2019-05-08 21:10:29,284 INFO [RestletServer] Starting HTTPS/1.1 Restlet server (/rest) exposed on port 23523
2019-05-08 21:10:29,299 ERROR [MediaServer] An unexpected error occurred. Ending the application. Message: java.io.IOException: Unable to establish loopback connection
java.lang.RuntimeException: java.io.IOException: Unable to establish loopback connection
at org.serviio.restlet.RestletServer.runServer(RestletServer.java:93)
at org.serviio.MediaServer.main(MediaServer.java:130)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at com.exe4j.runtime.LauncherEngine.launch(LauncherEngine.java:62)
at com.exe4j.runtime.WinLauncher$2.run(WinLauncher.java:96)
Caused by: java.io.IOException: Unable to establish loopback connection
at sun.nio.ch.PipeImpl$Initializer.run(PipeImpl.java:94)
at sun.nio.ch.PipeImpl$Initializer.run(PipeImpl.java:61)
at java.security.AccessController.doPrivileged(Native Method)
at sun.nio.ch.PipeImpl.<init>(PipeImpl.java:171)
at sun.nio.ch.SelectorProviderImpl.openPipe(SelectorProviderImpl.java:50)
at java.nio.channels.Pipe.open(Pipe.java:155)
at sun.nio.ch.WindowsSelectorImpl.<init>(WindowsSelectorImpl.java:127)
at sun.nio.ch.WindowsSelectorProvider.openSelector(WindowsSelectorProvider.java:44)
at java.nio.channels.Selector.open(Selector.java:227)
at org.simpleframework.transport.reactor.ActionSelector.<init>(ActionSelector.java:53)
at org.simpleframework.transport.reactor.ActionDistributor.<init>(ActionDistributor.java:141)
at org.simpleframework.transport.reactor.PartitionDistributor.start(PartitionDistributor.java:79)
at org.simpleframework.transport.reactor.PartitionDistributor.<init>(PartitionDistributor.java:65)
at org.simpleframework.transport.reactor.ExecutorReactor.<init>(ExecutorReactor.java:86)
at org.simpleframework.transport.reactor.ExecutorReactor.<init>(ExecutorReactor.java:71)
at org.simpleframework.http.core.ContainerSelector.<init>(ContainerSelector.java:84)
at org.simpleframework.http.core.ContainerProcessor.<init>(ContainerProcessor.java:76)
at org.simpleframework.http.core.ContainerServer.<init>(ContainerServer.java:129)
at org.simpleframework.http.core.ContainerServer.<init>(ContainerServer.java:90)
at org.simpleframework.http.core.ContainerServer.<init>(ContainerServer.java:77)
at org.restlet.ext.simple.HttpServerHelper.start(HttpServerHelper.java:90)
at org.restlet.Server.start(Server.java:588)
at org.restlet.Component.startServers(Component.java:637)
at org.restlet.Component.start(Component.java:562)
at org.serviio.restlet.RestletServer.startComponent(RestletServer.java:180)
at org.serviio.restlet.RestletServer.runServer(RestletServer.java:80)
... 7 more
Caused by: java.net.BindException: Cannot assign requested address: connect
at sun.nio.ch.Net.connect0(Native Method)
at sun.nio.ch.Net.connect(Net.java:454)
at sun.nio.ch.Net.connect(Net.java:446)
at sun.nio.ch.SocketChannelImpl.connect(SocketChannelImpl.java:648)
at java.nio.channels.SocketChannel.open(SocketChannel.java:189)
at sun.nio.ch.PipeImpl$Initializer$LoopbackConnector.run(PipeImpl.java:127)
at sun.nio.ch.PipeImpl$Initializer.run(PipeImpl.java:76)
... 32 more
<<

atc98092

User avatar

DLNA master

Posts: 5212

Joined: Fri Aug 17, 2012 10:22 pm

Location: Washington (the state)

Post Thu May 09, 2019 12:14 pm

Re: Serviio service will not start

It would have been a little cleaner to just attach a file. ;)

So, here's your error:
  Code:
2019-05-08 18:25:36,502 ERROR [MediaServer] An unexpected error occurred. Ending the application. Message: java.io.IOException: Unable to establish loopback connection


I can't say exactly why this is happening, but it appears your Serviio installation didn't go correctly. I would uninstall Serviio, ensure the install folder is completely gone, reboot and then install fresh. If the same error continues, then there's something on your computer that is interfering with the Serviio functionality. Zip might be able to provide additional information on this.
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: Intel i5-6400, 16 gig ram, Windows 10 Pro, 22 TB hard drive space | Test server Windows 10 Pro, AMD Phenom II X4 965, 8 gig ram

HOWTO: Enable debug logging HOWTO: Identify media file contents
<<

kdp99

Serviio lover

Posts: 76

Joined: Thu Mar 10, 2011 10:26 pm

Post Thu May 09, 2019 4:08 pm

Re: Serviio service will not start

Firstly many thanks atc98092 for the time and effort you have taken to reply.

I can of course do as you suggest (although I have already uninstalled and reinstalled but with out removing the folder).
But I have more info that might suggest it is something else.

The PC was turned off while I was at work, when I get home and powered it up (about 16:57), low and behold Serviio is up and running. However I can't load the serviio consul as it says the server is not running (it is in that my TV can now see it and windows tells me the service is running)

I have attached the log from now, and wonder if comparing the two might suggest a problem that is not with the install ?
Attachments
serviio-good.log
(68.66 KiB) Downloaded 231 times
<<

kdp99

Serviio lover

Posts: 76

Joined: Thu Mar 10, 2011 10:26 pm

Post Thu May 09, 2019 7:14 pm

Re: Serviio service will not start

I have uninstalled rebooted and installed, no error messages during install.

Just after install task manager showed the service running, shortly after it stopped.

I started it again as admin, task manager showed it running, it got a PID, then stopped.

If I try and start it in task manager, windows says access denied.

I have attached the log.
Attachments
serviio.log
(16.16 KiB) Downloaded 238 times
<<

atc98092

User avatar

DLNA master

Posts: 5212

Joined: Fri Aug 17, 2012 10:22 pm

Location: Washington (the state)

Post Thu May 09, 2019 7:15 pm

Re: Serviio service will not start

Looks like the last time it started it loaded fine. So, now we need to troubleshoot the console.

For starters, open a browser on the Serviio computer and use this URL: http://localhost:23423/console. Note that this only works on the computer with Serviio installed. If it still doesn't connect to the console, there's likely a firewall issue blocking access.

If this works, but the console shortcut that Serviio creates doesn't, then there was again likely something in the install that didn't work correctly. You can also try a browser on a different computer, but if there's a firewall issue then it's less likely to work from a remote computer. On a different computer, you would use http://192.168.0.4:23423/console. Note that this IP address is what shows in your Serviio log. If you don't have a static IP address on this computer, that IP address could change next time the computer reboots.
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: Intel i5-6400, 16 gig ram, Windows 10 Pro, 22 TB hard drive space | Test server Windows 10 Pro, AMD Phenom II X4 965, 8 gig ram

HOWTO: Enable debug logging HOWTO: Identify media file contents
<<

atc98092

User avatar

DLNA master

Posts: 5212

Joined: Fri Aug 17, 2012 10:22 pm

Location: Washington (the state)

Post Thu May 09, 2019 7:17 pm

Re: Serviio service will not start

You're back to that loopback error. Maybe Zip has an idea. Could be an anti-virus blocking access I suppose, but I've never encountered that myself.
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: Intel i5-6400, 16 gig ram, Windows 10 Pro, 22 TB hard drive space | Test server Windows 10 Pro, AMD Phenom II X4 965, 8 gig ram

HOWTO: Enable debug logging HOWTO: Identify media file contents
<<

kdp99

Serviio lover

Posts: 76

Joined: Thu Mar 10, 2011 10:26 pm

Post Thu May 09, 2019 7:20 pm

Re: Serviio service will not start

Tried the url and get

This page can’t be displayed

•Make sure the web address http://localhost:23423 is correct

Looked at firewall settings and both services and consul have both boxes private and public ticked

Thanks again for the help
<<

DenyAll

DLNA master

Posts: 2257

Joined: Fri Mar 08, 2013 11:16 pm

Location: Adelaide, Australia

Post Fri May 10, 2019 8:52 am

Re: Serviio service will not start

zip is the best person for this. The only thing I can offer is that in my log, the next thing to happen after exposing the external ports is to bind to the ethernet adaptor and IP address. Nothing in your system that would impact that (eg. no ethernet adaptor ;-), or have you bound to an IP previously using the serviio.boundAddr property)?

Also do a detailed log - it may shed some further info.
DenyAll
Panasonic Viera FX800A | Panasonic Viera CS610A | Sony PS4 | Sony PS3 | Panasonic DMP-BD79 | Yamaha RX-V500D | iPad | Windows 10 | Serviio 1.10.1 Pro
WinHelper | MediaInfo

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

zip

User avatar

Serviio developer / Site Admin

Posts: 17212

Joined: Sat Oct 24, 2009 12:24 pm

Location: London, UK

Post Fri May 10, 2019 12:43 pm

Re: Serviio service will not start

I think it's something about the network card settings and the fact it cant establish localhost / 127.0.0.1
<<

zip

User avatar

Serviio developer / Site Admin

Posts: 17212

Joined: Sat Oct 24, 2009 12:24 pm

Location: London, UK

Post Fri May 10, 2019 12:44 pm

Re: Serviio service will not start

or might be some firewall / vpn guard
<<

kdp99

Serviio lover

Posts: 76

Joined: Thu Mar 10, 2011 10:26 pm

Post Fri May 10, 2019 4:25 pm

Re: Serviio service will not start

First a massive THANKS to all who have replied and offered help. I have found the trigger to the issue and a decent work around.

If my VPN is loaded serviio will not. If I stop the VPN serviio will start. If I then start the VPN serviio stays connected.

The question is must I do this, or is there a setting in serviio and/or the VPN that I must change ?

The VPN is express VPN and apart from setting up split tunnelling I have not changed anything.

Also moderators, to help others can we change the tread title to something like 'VPN and serviio clash prevent serviio loading' ?
<<

atc98092

User avatar

DLNA master

Posts: 5212

Joined: Fri Aug 17, 2012 10:22 pm

Location: Washington (the state)

Post Fri May 10, 2019 7:16 pm

Re: Serviio service will not start

Yeah, I'll change the topic title.

I have no experience with VPN usage, which is probably why I never thought about that angle. Some VPNs have the ability to whitelist applications, but you'd have to check the documentation to see what might be possible. I know the VPN I am forced to use when working from home with my government PC completely blocks all local network access. And since they don't let me into the settings there's nothing I can change myself. Remember that the purpose of a VPN is to isolate the computer from identification, so that is understandable that it did that for your network. Why it stopped it from loading in the first place is a puzzle, but likely as Zip mentioned it was interfering with the network interface at the local level.
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: Intel i5-6400, 16 gig ram, Windows 10 Pro, 22 TB hard drive space | Test server Windows 10 Pro, AMD Phenom II X4 965, 8 gig ram

HOWTO: Enable debug logging HOWTO: Identify media file contents
<<

kdp99

Serviio lover

Posts: 76

Joined: Thu Mar 10, 2011 10:26 pm

Post Sat May 11, 2019 6:54 am

Re: SOLVED: VPN and Serviio clash prevent Serviio loading

I contacted the VPN support, and they said to add serviio to the split tunnelling list, I did this for the consul and the service and all seems to work. Thnaks again for all who helped.

Return to Serviio Support & Help

Who is online

Users browsing this forum: No registered users and 78 guests

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