Page 1 of 1

Issue with 1.5

PostPosted: Sat Jan 17, 2015 9:14 pm
by pfonseca
Hi,

I've installed v1.5 on Mac OsX v10.10.1 and I'm having this error:

2015-01-17 21:08:41,823 ERROR [ServiceControlRequestHandler] Cannot process control request: Service urn:schemas-upnp-org:service:WANIPConnection:1 is not registered
org.serviio.upnp.protocol.soap.ServiceInvocationException: Service urn:schemas-upnp-org:service:WANIPConnection:1 is not registered
at org.serviio.upnp.protocol.soap.ServiceInvoker.invokeOperation(ServiceInvoker.java:272)
at org.serviio.upnp.protocol.soap.ServiceInvoker.invokeService(ServiceInvoker.java:93)
at org.serviio.upnp.webserver.ServiceControlRequestHandler.handleRequest(ServiceControlRequestHandler.java:66)
at org.serviio.upnp.webserver.AbstractRequestHandler.handle(AbstractRequestHandler.java:61)
at org.apache.http.protocol.HttpService.doService(HttpService.java:423)
at org.serviio.upnp.webserver.ServiioHttpService.doService(ServiioHttpService.java:78)
at org.apache.http.protocol.HttpService.handleRequest(HttpService.java:341)
at org.serviio.upnp.webserver.WebServer$WorkerThread.run(WebServer.java:204)

Any clue about this?

Regards

Edit: It repeats every 5mins

Re: Issue with 1.5

PostPosted: Sun Jan 18, 2015 12:42 pm
by zip
It looks like some device on your network is trying to invoke a UPnP service that Serviio doesn't implement (and it should not). It will not make any difference how Serviio works for you.

Re: Issue with 1.5

PostPosted: Sun Jan 18, 2015 2:39 pm
by pfonseca
OK. Thank you for your quick answer.

I'll try to find what it is and post it here.

Regards,