I'm needing a little help with my subsonic set up. It was working fine, but recently it started to misbehave:
- Inside the network:
- It works some of the time from a web browser. As you click through menus or through the albums it gets slower and slower before eventually reaching a point where the page doesn't load (doesn't provide an error message, but just spins constantly with the page loading indicator running).
- Using an android app (Dsub running on android 7.1.1) usually it won't manage to load the list of available audio - usually reporting "A network error occured" followed by "no data"
Restarting the subsonic service will reset it back to the above states.
Accessing via the internet:
- Using a web-browser: As above - but usually the server actually becomes completely unresponsive after the first click or two.
- Using an app: Usually goes straight to "A network error occurred". If not, it will do that every time after you select an album or track. It fails to load the artist bio.
Troubleshooting steps so far:
Removed and rebuilt database: No effect
Disabled the video portions of the library: Seems to allow a few more clicks before it falls over.
Checked that the router and server are configured correctly (Static IP with port forwarding for the router. No other obvious issues on the server. Also use Plex for some stuff, and that's working fine).
- Code: Select all
License Subsonic Premium (expires April 17, 2018)
Version 6.1.3 (build e408c9) – October 31, 2017
Server jetty-6.1.x, java 1.8.0_151, HSQLDB, Linux (72.5 MB / 133.5 MB)
Playback application: All browsers running on MacOS or android. Tried chrome and safari on Mac OS, chrome running on Android
Hardware platform:
AMD Athlon(tm) X4 740 Quad Core Processor, FM2+, 1400MHz, 64 bit, 100MHz clock.
6Gb 1333 MHz DRAM
ASUSTek A58M-A/USB3 Motherboard
When it's in the process of falling over, top gives me:
- Code: Select all
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
5101 subsonic 20 0 3733460 384824 22096 S 238.2 6.4 49:16.34 java
And the subsonic.log looks like this (edited for space - and I've pulled this from a terminal prompt, if it's useful I can pull the file off the server, but it runs headless and MacOS at it aren't friends):
- Code: Select all
[2018-01-15 20:20:18,698] INFO HsqlDaoHelper - Checking database schema.
[2018-01-15 20:20:21,335] INFO HsqlDaoHelper - Done checking database schema.
[2018-01-15 20:20:21,453] INFO SettingsService - Java: 1.8.0_151, OS: Linux
[2018-01-15 20:20:21,465] INFO VersionService - Resolved local Subsonic version$
[2018-01-15 20:20:21,670] INFO PlayerDao - Deleted 1 player(s) that haven't bee$
[2018-01-15 20:20:21,731] INFO MediaScannerService - Automatic media library sc$
[2018-01-15 20:20:21,841] INFO UPnPService - Starting UPnP service...
[2018-01-15 20:20:22,005] INFO UPnPService - Disabling UPnP/DLNA media server
[2018-01-15 20:20:22,005] INFO UPnPService - Starting UPnP service - Done!
[2018-01-15 20:20:22,468] INFO PodcastService - Deleted Podcast episode 'The Ra$
[2018-01-15 20:20:22,469] INFO PodcastService - Automatic Podcast update schedu$
[2018-01-15 20:20:27,335] INFO BootstrapVerificationFilter - Servlet container:$
[2018-01-15 20:20:31,847] WARN NetworkService - No UPnP router found.
[2018-01-15 20:20:39,156] INFO VersionService - Resolved latest Subsonic final $
[2018-01-15 20:20:39,157] INFO VersionService - Resolved latest Subsonic beta v$
[2018-01-15 20:25:22,469] INFO PodcastService - Starting scheduled Podcast refr$
[2018-01-15 20:25:22,510] INFO PodcastService - Completed scheduled Podcast ref$
[2018-01-15 20:25:23,981] INFO PodcastService - No enclosure found for episode $
[2018-01-15 20:25:23,981] INFO PodcastService - No enclosure found for episode $
[2018-01-15 20:25:26,560] WARN PodcastService - Failed to download cover art fo$
org.apache.http.client.HttpResponseException: Not Found
[2018-01-15 20:25:35,839] INFO PodcastService - Deleted old Podcast episode htt$
[2018-01-15 20:51:04,971] INFO TranscodeInputStream - Starting transcoder: /var$
[2018-01-15 21:05:19,376] INFO MediaScannerService - Automatic media library sc$
[2018-01-15 21:06:36,294] INFO TranscodeInputStream - Starting transcoder: /var$
[2018-01-15 21:06:38,903] WARN RESTFilter - Error in REST API: EofException
org.mortbay.jetty.EofException
at org.mortbay.jetty.HttpGenerator.flush(HttpGenerator.java:760)
at org.mortbay.jetty.AbstractGenerator$Output.flush(AbstractGenerator.j$
[.....]
Caused by: java.io.IOException: Connection reset by peer
at sun.nio.ch.FileDispatcherImpl.write0(Native Method)
at sun.nio.ch.SocketDispatcher.write(SocketDispatcher.java:47)
at sun.nio.ch.IOUtil.writeFromNativeBuffer(IOUtil.java:93)
at sun.nio.ch.IOUtil.write(IOUtil.java:51)
at sun.nio.ch.SocketChannelImpl.write(SocketChannelImpl.java:471)
at org.mortbay.io.nio.ChannelEndPoint.flush(ChannelEndPoint.java:166)
at org.mortbay.io.nio.SelectChannelEndPoint.flush(SelectChannelEndPoint$
at org.mortbay.jetty.HttpGenerator.flush(HttpGenerator.java:693)
... 70 more
[2018-01-15 21:06:38,906] ERROR JAXBWriter - Failed to marshal JAXB
java.lang.IllegalStateException: STREAM
at org.mortbay.jetty.Response.getWriter(Response.java:583)
at net.sourceforge.subsonic.controller.JAXBWriter.writeResponse(JAXBWri$
at net.sourceforge.subsonic.controller.JAXBWriter.writeErrorResponse(JA
[....]
[2018-01-15 21:06:38,907] ERROR RESTFilter - Failed to write error response.
java.lang.IllegalStateException: STREAM
at org.mortbay.jetty.Response.getWriter(Response.java:583)
at net.sourceforge.subsonic.controller.JAXBWriter.writeResponse(JAXBWri$
at net.sourceforge.subsonic.controller.JAXBWriter.writeErrorResponse(JA$
at net.sourceforge.subsonic.filter.RESTFilter.handleException(RESTFilte$
at net.sourceforge.subsonic.filter.RESTFilter.doFilter(RESTFilter.java:$
at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(Servle
[there's much more of this]
Any help would be much appreciated as I'm not really sure where further to go.