As advised by mitrailer, I attempted standalone installation which went according to plan (previous installation was removed completely to ensure it doesn't damage the new one). After Subsonic installed successfully, I tried to access web interface which was like I supposed - unreachable. I decided to check the log file to see if the service started properly and found out that it takes as long as 5 minutes for Jetty to start. Once started the app is very slow, in fact it took 44 seconds to load up the 'change administrator password' page from the welcome wizard.
If even less powerful Raspberry Pi is capable of running Subsonic without a problem, can you please tell me what am I doing wrong here? I have already increased memory limit to 350MB as I thought it might be the issue.
Please find my log file content below.
- Code: Select all
[2017-04-28 20:13:43,387] INFO HsqlDaoHelper - Checking database schema.
[2017-04-28 20:13:56,337] INFO HsqlDaoHelper - Done checking database schema.
[2017-04-28 20:14:02,755] INFO SettingsService - Java: 1.7.0_121, OS: Linux
[2017-04-28 20:14:09,063] INFO MediaScannerService - Automatic media library scanning scheduled to run every 1 day(s), starting at Sat Apr 29 03:00:00 CEST 2017
[2017-04-28 20:14:10,862] INFO UPnPService - Starting UPnP service...
[2017-04-28 20:14:14,273] INFO PodcastService - Automatic Podcast update scheduled to run every 24 hour(s), starting at Fri Apr 28 20:19:14 CEST 2017
[2017-04-28 20:14:17,163] INFO UPnPService - Disabling UPnP/DLNA media server
[2017-04-28 20:14:17,165] INFO UPnPService - Starting UPnP service - Done!
[2017-04-28 20:14:21,461] WARN NetworkService - No UPnP router found.
[2017-04-28 20:18:13,958] INFO BootstrapVerificationFilter - Servlet container: jetty-6.1.x
[2017-04-28 20:19:14,263] INFO PodcastService - Starting scheduled Podcast refresh.
[2017-04-28 20:19:14,273] INFO PodcastService - Completed scheduled Podcast refresh.
[2017-04-28 20:19:20,800] INFO VersionService - Resolved local Subsonic version to: 6.0
[2017-04-28 20:19:21,822] INFO PlayerDao - Created player 1.
[2017-04-28 20:19:32,392] INFO VersionService - Resolved latest Subsonic final version to: 6.0
[2017-04-28 20:19:32,395] INFO VersionService - Resolved latest Subsonic beta version to: 6.1.beta2
I'll be most grateful for your help on this.
Thanks in advance.