Network errors - and crashing after android app access

Need help? Post your questions here.

Moderator: moderators

Network errors - and crashing after android app access

Postby pyoorkate » Tue Jan 16, 2018 5:39 am

Hi folks,

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.
pyoorkate
 
Posts: 8
Joined: Sun Jun 05, 2016 11:18 am

Re: Network errors - and crashing after android app access

Postby toolman » Tue Jan 16, 2018 8:28 am

You could try to increase the memory size allocated to Subsonic to 256 MB.
viewtopic.php?f=6&t=3939 explains how to do this for various operating systems.
toolman
 
Posts: 538
Joined: Fri Dec 11, 2009 4:18 pm
Location: Netherlands

Re: Network errors - and crashing after android app access

Postby pyoorkate » Wed Jan 17, 2018 3:47 am

Okay - gave that a go. Memory limit is now 1024k. Unfortunately this doesn't seem to have solved it.
pyoorkate
 
Posts: 8
Joined: Sun Jun 05, 2016 11:18 am

Re: Network errors - and crashing after android app access

Postby alphawave7 » Wed Jan 17, 2018 6:58 am

"ERROR JAXBWriter - Failed to marshal JAXB
java.lang.IllegalStateException: STREAM"

Error is often the outdated FFMPEG.exe version. More on this bug here:
https://sourceforge.net/p/subsonic/bugs/120/
alphawave7
 
Posts: 1042
Joined: Thu Feb 11, 2010 9:54 am

Re: Network errors - and crashing after android app access

Postby pyoorkate » Mon Jan 22, 2018 5:55 pm

alphawave7 wrote:"ERROR JAXBWriter - Failed to marshal JAXB
java.lang.IllegalStateException: STREAM"

Error is often the outdated FFMPEG.exe version. More on this bug here:
https://sourceforge.net/p/subsonic/bugs/120/


Thanks! Reading through that I understand it's suggesting switching back to an earlier release of ffmpeg. The versions I've now tried are:
Code: Select all
ffmpeg version 3.4.1-static https://johnvansickle.com/ffmpeg/  Copyright (c) 2000-2017 the FFmpeg developers
  built with gcc 6.4.0 (Debian 6.4.0-10) 20171112
  configuration: --enable-gpl --enable-version3 --enable-static --disable-debug --disable-ffplay --disable-indev=sndio --disable-outdev=sndio --cc=gcc-6 --enable-fontconfig --enable-frei0r --enable-gnutls --enable-gray --enable-libfribidi --enable-libass --enable-libvmaf --enable-libfreetype --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenjpeg --enable-librubberband --enable-librtmp --enable-libsoxr --enable-libspeex --enable-libvorbis --enable-libopus --enable-libtheora --enable-libvidstab --enable-libvo-amrwbenc --enable-libvpx --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxvid --enable-libzimg
  libavutil      55. 78.100 / 55. 78.100
  libavcodec     57.107.100 / 57.107.100
  libavformat    57. 83.100 / 57. 83.100
  libavdevice    57. 10.100 / 57. 10.100
  libavfilter     6.107.100 /  6.107.100
  libswscale      4.  8.100 /  4.  8.100
  libswresample   2.  9.100 /  2.  9.100
  libpostproc    54.  7.100 / 54.  7.100


Code: Select all
ffmpeg version 2.8.11 Copyright (c) 2000-2017 the FFmpeg developers
  built with gcc 5.4.0 (Ubuntu 5.4.0-6ubuntu1~16.04.5) 20160609
  configuration: --disable-yasm
  libavutil      54. 31.100 / 54. 31.100
  libavcodec     56. 60.100 / 56. 60.100
  libavformat    56. 40.101 / 56. 40.101
  libavdevice    56.  4.100 / 56.  4.100
  libavfilter     5. 40.101 /  5. 40.101
  libswscale      3.  1.101 /  3.  1.101
  libswresample   1.  2.101 /  1.  2.101


Code: Select all
ffmpeg version 2.4.14 Copyright (c) 2000-2017 the FFmpeg developers
  built on Jan 22 2018 09:41:33 with gcc 5.4.0 (Ubuntu 5.4.0-6ubuntu1~16.04.5) 20160609
  configuration:
  libavutil      54.  7.100 / 54.  7.100
  libavcodec     56.  1.100 / 56.  1.100
  libavformat    56.  4.101 / 56.  4.101
  libavdevice    56.  0.100 / 56.  0.100
  libavfilter     5.  1.100 /  5.  1.100
  libswscale      3.  0.100 /  3.  0.100
  libswresample   1.  1.100 /  1.  1.100
Hyper fast Audio and Video encoder


None of which seems to have an impact on the issue.

Help?
pyoorkate
 
Posts: 8
Joined: Sun Jun 05, 2016 11:18 am

Re: Network errors - and crashing after android app access

Postby pyoorkate » Thu Feb 08, 2018 2:58 am

...anyone have any suggestions?

I've now tried reinstalling Subsonic without success (not a complete clean install, but I'm beginning to think that's the way I'm going to have to go). I'm just not super enthused about spending the time removing it and reinstalling it if it's unlikely to fix it, or if this is going to happen again fairly soon...
pyoorkate
 
Posts: 8
Joined: Sun Jun 05, 2016 11:18 am

Re: Network errors - and crashing after android app access

Postby toolman » Thu Feb 08, 2018 7:28 am

You might have a look at https://github.com/dough10/PolySonic/issues/64 which discusses the problem and a possible workaround. ( I.e. Lowering the bitrate.)
toolman
 
Posts: 538
Joined: Fri Dec 11, 2009 4:18 pm
Location: Netherlands

Re: Network errors - and crashing after android app access

Postby pyoorkate » Thu Feb 08, 2018 3:24 pm

toolman wrote:You might have a look at https://github.com/dough10/PolySonic/issues/64 which discusses the problem and a possible workaround. ( I.e. Lowering the bitrate.)


Thanks for the suggestion - it *seems* to have started working again (at least with one app - however using DSub which has been my go-to (for its caching ability) seems to cause it to crash immediately). I'm not getting pauses in playback, or before playback, however. Just the application dying. Interestingly, now that the web-side of it seems happier it's leaving those apps that have failed in the list of "now playing" as playing whatever track they were playing when it fell over.

So I'm not sure now if this is an app issue, or a server issue. It seemed to be all apps when I first posted, but like I say, currently at least one other android app is working.
pyoorkate
 
Posts: 8
Joined: Sun Jun 05, 2016 11:18 am


Return to Help

Who is online

Users browsing this forum: No registered users and 13 guests