Page 1 of 1

Cannot connect to the server, it doesn't seem to be running

PostPosted: Mon Nov 19, 2018 7:36 pm
by Psillium
Hello,

I apologize but I have to use google translation to write in the forum.
Since a few years I use with great pleasure an old version servio.

For a week I decided to use the new version and it work at first try and then impossible.
I uninstalled it and resealed and, again, on the first try it works then no.

With the old version, as soon as I opened my pc (Win 7 64 bit) I had an icon in the taskbar at the bottom right but with the old version I have no icon.

When I use the Google Chrome browser with http: // localhost: 23423 / console / # / app / welcome I have a message in Fr
This site is unreachable localhost does not allow connection.

When I stop serving service and then start serving service I have as my message

Can not connect to the server, it does not seem to be running ...

Before returning to an old version I would like to know if it is posible to solve my problem.
Thanks for voting help

Re: Cannot connect to the server, it doesn't seem to be runn

PostPosted: Mon Nov 19, 2018 7:48 pm
by zip
can you post detailed log?

Re: Cannot connect to the server, it doesn't seem to be runn

PostPosted: Mon Nov 19, 2018 8:02 pm
by Psillium
Thanks.

2018-11-19 19:26:32,145 INFO [MediaServer] ------------------------------------------------------------------------
2018-11-19 19:26:32,176 INFO [MediaServer] Serviio DLNA media streaming server v 1.10 (rev. 9352caadb8a2)
2018-11-19 19:26:32,176 INFO [MediaServer] Petr Nejedly 2009-2017
2018-11-19 19:26:32,176 INFO [MediaServer] http://www.serviio.org
2018-11-19 19:26:32,176 INFO [MediaServer]
2018-11-19 19:26:32,176 INFO [MediaServer] Java 1.8.0_181-Oracle Corporation x86
2018-11-19 19:26:32,176 INFO [MediaServer] OS Windows 7 6.1
2018-11-19 19:26:32,176 INFO [MediaServer] File encoding: windows-1252
2018-11-19 19:26:32,628 INFO [MediaServer] Headless mode enabled: true
2018-11-19 19:26:32,628 INFO [MediaServer] User: UTILISATEUR-PC$
2018-11-19 19:26:32,628 INFO [MediaServer] User home dir: C:\Windows\system32\config\systemprofile
2018-11-19 19:26:32,628 INFO [MediaServer] Temp dir: C:\Windows\TEMP\
2018-11-19 19:26:32,628 INFO [MediaServer] ------------------------------------------------------------------------
2018-11-19 19:26:33,081 INFO [DBSchemaUpdateExecutor] Checking if DB schema needs to be updated
2018-11-19 19:26:33,221 INFO [DatabaseManager] Using DERBY database language
2018-11-19 19:26:35,858 INFO [WebServer] Socket buffer set to 65535 bytes
2018-11-19 19:26:35,858 INFO [RestletServer] Starting HTTP/1.1 Restlet server (/console) exposed on port 23423
2018-11-19 19:26:35,858 INFO [RestletServer] Starting HTTP/1.1 Restlet server (/rest) exposed on port 23423
2018-11-19 19:26:35,873 INFO [RestletServer] Starting HTTPS/1.1 Restlet server (/console) exposed on port 23523
2018-11-19 19:26:35,873 INFO [RestletServer] Starting HTTPS/1.1 Restlet server (/rest) exposed on port 23523
2018-11-19 19:28:37,434 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: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.SocketException: Permission denied: 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

Re: Cannot connect to the server, it doesn't seem to be runn

PostPosted: Tue Nov 20, 2018 10:02 am
by zip
did you try to restart the PC? It seems that Serviio cannot connect to the PC itself, might be due to some firewall rules. Are you using some firewall / antivirus that might be preventing connecting to localhost / 127.0.0.1 on the PC?

Re: Cannot connect to the server, it doesn't seem to be runn

PostPosted: Tue Nov 20, 2018 10:30 am
by Psillium
Hello,

Thanks for your help.

This morning, at the opening of the pc it works.
I have disabled my antivirus but it does not block localhots 127.0.0.1

So with this version there is no more icon in the taskbar. Earlier, with the old version I saw that Serviio was well in service and I could open the software directly and it was easy.

Have a good day