Page 1 of 1

Subsonic Not playing anything - current log

PostPosted: Tue Mar 07, 2017 2:38 am
by coacharnold
HELP,

MY subsonic server is not unable to play anything. I can see everything but not play. I've seen a lot related to this but no solutions ... I'm using Ubuntu 16:10 Here is my current log:

2017-03-06 21:33:55,457] 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(JAXBWriter.java:140)
at net.sourceforge.subsonic.controller.JAXBWriter.writeErrorResponse(JAXBWriter.java:154)
at net.sourceforge.subsonic.filter.RESTFilter.handleException(RESTFilter.java:76)
at net.sourceforge.subsonic.filter.RESTFilter.doFilter(RESTFilter.java:62)
at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1084)
at net.sourceforge.subsonic.filter.ParameterDecodingFilter.doFilter(ParameterDecodingFilter.java:54)
at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1084)
at net.sourceforge.subsonic.filter.BootstrapVerificationFilter.doFilter(BootstrapVerificationFilter.java:59)
at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1084)
at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:360)
at org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler.java:216)
at org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:181)
at org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:712)
at org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:405)
at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:139)
at org.mortbay.jetty.Server.handle(Server.java:313)
at org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:506)
at org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:830)
at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:514)
at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:211)
at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:381)
at org.mortbay.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.java:396)
at org.mortbay.thread.BoundedThreadPool$PoolThread.run(BoundedThreadPool.java:442)

Re: Subsonic Not playing anything - current log

PostPosted: Tue Mar 07, 2017 12:00 pm
by toolman
Perhaps you might take a look at the java version. Seems there's some issues with that. See http://forum.subsonic.org/forum/viewtopic.php?f=2&t=17174&p=73296&hilit=java#p73296

Re: Subsonic Not playing anything - current log

PostPosted: Wed Mar 08, 2017 1:45 am
by coacharnold
I am incredible frustrated .... I got nothing ... cannot play anything Loges still the same ... re-installed subsonic and Java 7 on ubunutu 16:10

Can anyone please help ... i'm banging my head against a wall

T

Re: Subsonic Not playing anything - current log

PostPosted: Wed Mar 08, 2017 2:12 am
by toolman
"Failed to write error response"
Could it be that you haven't set the proper permissions on the Subsonic folder?
Needs to be READ AND WRITE on the subsnic folder. Only READ on your media folders.

Re: Subsonic Not playing anything - current log

PostPosted: Wed Mar 08, 2017 9:39 am
by toolman
Is your server connected to your LAN by wires or wireless?

Re: Subsonic Not playing anything - current log

PostPosted: Wed Mar 08, 2017 1:12 pm
by coacharnold
Wired server.

Nothing has changed on my server, certainly not permissions.

I've litteraly been using this install for several years with no issue..

The only new this is that Ive been trying to get XENOamp to work, remotely. I can't see how this could affect subsonic, but it's the only thing ive been doing thats new.

Thoughts??

Thanks

Tim

Re: Subsonic Not playing anything - current log

PostPosted: Wed Mar 08, 2017 4:37 pm
by toolman
Can you play music using subsonic webUI on the server itself?
Can you play music using the webUI on another computer?
When you re-installed Subsonic did you make sure to uninstall the old version?
Did you check after the uninstall if there were any remaining subsonic folders?
When I had problems with Subsonic I uninstalled it, deleted all folders that Subsonic left behind and than started a new installation. Doing so prevents that the new installation will pick up a faulty database from the previous version.
I've been running version 6 for almost a year now without any problems.