by johnnycroy » Tue Apr 26, 2016 9:52 am
Checking in to see if the following errors are related to the login issues. Up until yesterday I got the following errors in my log related to router issues.
[2016-04-25 23:36:55,497] INFO HsqlDaoHelper - Checking database schema.
[2016-04-25 23:37:08,391] INFO HsqlDaoHelper - Done checking database schema.
[2016-04-25 23:37:09,218] INFO SettingsService - Java: 1.8.0_91, OS: Linux
[2016-04-25 23:37:09,374] INFO VersionService - Resolved local Subsonic version to: 6.0.beta2
[2016-04-25 23:37:10,785] INFO MediaScannerService - Automatic media library scanning scheduled to run every 1 day(s), starting at Tue Apr 26 00:00:00 EDT 2016
[2016-04-25 23:37:11,100] INFO UPnPService - Starting UPnP service...
[2016-04-25 23:37:11,397] INFO PodcastService - Automatic Podcast update scheduled to run every 24 hour(s), starting at Mon Apr 25 23:42:11 EDT 2016
[2016-04-25 23:37:11,710] INFO UPnPService - Disabling UPnP/DLNA media server
[2016-04-25 23:37:11,713] INFO UPnPService - Starting UPnP service - Done!
[2016-04-25 23:37:21,212] WARN NetworkService - Failed to create port forwarding.
java.lang.Exception: null: Error: Current state of service prevents invoking that action. Connection error or no response received.
at net.sourceforge.subsonic.service.upnp.ClingRouter.addPortMappingImpl(ClingRouter.java:116)
at net.sourceforge.subsonic.service.upnp.ClingRouter.addPortMapping(ClingRouter.java:89)
at net.sourceforge.subsonic.service.NetworkService$PortForwardingTask.execute(NetworkService.java:151)
at net.sourceforge.subsonic.service.NetworkService$Task.run(NetworkService.java:318)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
To my untrained eye, that java error that was thrown appears to indicate so, but wanted to ask more knowledgeable folks on this site. Reinstalled both subsonic and java on my raspberry pi with no success. Router was checked and all settings were fine with regards to port forwarding, so that is not the issue.
Best,
J