Page 1 of 1

Daily (Only Recently) Subsonic Crashes

PostPosted: Fri May 16, 2014 9:13 pm
by jas_raj
Hi,

I've been using Subsonic without any issue for at least a couple of years. However, as of about 2 weeks ago, I've started to see daily Subsonic become unresponsive, with me unable to stop it (either by the Subsonic agent, or through services.msc). The only resolution is to restart the server to bring Subsonic back.

I've attached the full service log, a summary of the exceptions that occur before the service hangs:

1. Numerous
Code: Select all
java.lang.IllegalStateException: STREAM

2. Eventually
Code: Select all
Exception in thread "cling-2" java.lang.OutOfMemoryError: unable to create new native thread

3. Then
Code: Select all
208902866 [AudioScrobbler Registration] INFO org.apache.http.impl.client.DefaultHttpClient - I/O exception (java.net.SocketException) caught when connecting to the target host: No buffer space available (maximum connections reached?): connect

4. Finally
Code: Select all
Exception in thread "btpool0-1" java.lang.OutOfMemoryError: unable to create new native thread


My server specs:

- Windows Server 2012
- Subsonic 4.9
- Oracle Java 8 Update 5

Any help would be appreciated!

Thanks

Re: Daily (Only Recently) Subsonic Crashes

PostPosted: Fri May 16, 2014 9:32 pm
by daneren2005
You may want to try using Java 7 and see if you have the same problem considering 8 is currently still in beta and unsupported.

Re: Daily (Only Recently) Subsonic Crashes

PostPosted: Tue May 20, 2014 12:50 pm
by jas_raj
I wasn't aware that Java 8 was unsupported.

I can confirm that the issue was present in the latest version of Java 7 as this was the reason I upgraded to Java 8 in the first place. I was initially under the impression that the subsonic issues were memory / performanced related and therefore hoped the upgrade would stop the problem from occurring.

However, both Java 7 and 8 have the same problems.

Thanks