Playback Application and version: localhost webpage
Subsonic Version: 5.3 (build 4568)
Server Version: jetty-6.1.x, java 1.8.0_66, Linux
Hardware Platform: Linux Mint 17.2
Java Memory Limit: 150 mb
- Code: Select all
[2015-12-10 14:07:05,924] INFO HsqlDaoHelper - Checking database schema.
[2015-12-10 14:07:06,310] INFO HsqlDaoHelper - Done checking database schema.
[2015-12-10 14:07:06,449] INFO SettingsService - Java: 1.8.0_66, OS: Linux
[2015-12-10 14:07:06,568] INFO VersionService - Resolved local Subsonic version to: 5.3
[2015-12-10 14:07:07,217] INFO MediaScannerService - Automatic media library scanning scheduled to run every 1 day(s), starting at Fri Dec 11 03:00:00 CST 2015
[2015-12-10 14:07:07,341] INFO UPnPService - Starting UPnP service...
[2015-12-10 14:07:07,511] INFO PodcastService - Automatic Podcast update scheduled to run every 24 hour(s), starting at Thu Dec 10 14:12:07 CST 2015
[2015-12-10 14:07:07,963] INFO UPnPService - Enabling UPnP/DLNA media server
[2015-12-10 14:07:07,963] INFO UPnPService - Starting UPnP service - Done!
[2015-12-10 14:07:13,170] INFO BootstrapVerificationFilter - Servlet container: jetty-6.1.x
[2015-12-10 14:07:17,364] WARN NetworkService - Failed to create port forwarding.
java.lang.Exception: 500 Internal Server Error: Error: Action Failed (HTTP response was: 500 Internal Server Error)
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)
[2015-12-10 14:09:46,607] INFO VersionService - Resolved latest Subsonic final version to: 5.3
[2015-12-10 14:09:46,607] INFO VersionService - Resolved latest Subsonic beta version to: 5.3.beta2
From my understanding I just need to give the subsonic user access to the media folders? Anyway, thanks in advance.