So ive gone back to Serviio 15 and fund instructions to enable debugging.
This is whats in the log file
2016-02-18 20:49:13,138 ERROR [MediaServer] An unexpected error occured. 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:83)
at org.serviio.MediaServer.main(MediaServer.java:116)
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:497)
at com.exe4j.runtime.LauncherEngine.launch(Unknown Source)
at com.exe4j.runtime.WinLauncher$2.run(Unknown Source)
Caused by: java.io.IOException: Unable to establish loopback connection
at sun.nio.ch.PipeImpl$Initializer.run(PipeImpl.java:101)
at sun.nio.ch.PipeImpl$Initializer.run(PipeImpl.java:68)
at java.security.AccessController.doPrivileged(Native Method)
at sun.nio.ch.PipeImpl.<init>(PipeImpl.java:170)
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:149)
at org.serviio.restlet.RestletServer.runServer(RestletServer.java:71)
... 7 more
Caused by: java.io.IOException: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond
at sun.nio.ch.SocketDispatcher.read0(Native Method)
at sun.nio.ch.SocketDispatcher.read(SocketDispatcher.java:43)
at sun.nio.ch.IOUtil.readIntoNativeBuffer(IOUtil.java:223)
at sun.nio.ch.IOUtil.read(IOUtil.java:197)
at sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:380)
at sun.nio.ch.PipeImpl$Initializer$LoopbackConnector.run(PipeImpl.java:139)
at sun.nio.ch.PipeImpl$Initializer.run(PipeImpl.java:83)
... 32 more
Clearly a JAVA problem but the rest is pretty much french to me.
