Page 1 of 1

After reinstall doesnt work anymore

PostPosted: Sun Jan 24, 2016 2:42 pm
by winomat
Hello,

subsonioc was working for me without any problem till today. I tried today to install MusicCabinet which didnt work . So i tried to go back
Uninstalled subsonic with
Code: Select all
sudo apt-get remove --purge subsonic
and wiped /var/subsonic as well.
Then reinstalled subsonic.
Now im gettin following:

Exception java.lang.NoClassDefFoundError
Message net/sourceforge/subsonic/filter/ParameterDecodingFilter$DecodingServletRequestWrapper
Java version Oracle Corporation 1.7.0_91
Operating system Linux 3.13.0-68-generic
Server jetty/8.y.z-SNAPSHOT
Memory Used 24 of 123 MB
Stack trace java.lang.NoClassDefFoundError: net/sourceforge/subsonic/filter/ParameterDecodingFilter$DecodingServletRequestWrapper
at net.sourceforge.subsonic.filter.ParameterDecodingFilter.doFilter(ParameterDecodingFilter.java:51)
at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1307)
at net.sourceforge.subsonic.filter.BootstrapVerificationFilter.doFilter(BootstrapVerificationFilter.java:54)
at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1307)
at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:453)
at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137)
at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:559)
at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:231)
at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1072)
at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:382)
at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193)
at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1006)
at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135)
at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116)
at org.eclipse.jetty.server.Server.handle(Server.java:365)
at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:485)
at org.eclipse.jetty.server.AbstractHttpConnection.headerComplete(AbstractHttpConnection.java:926)
at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.headerComplete(AbstractHttpConnection.java:988)
at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:635)
at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)
at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82)
at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:627)
at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:51)
at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
at java.lang.Thread.run(Thread.java:745)

I also tried reinstalling java. but still no luck. What am i missing??

When i try to connect with https port then i get this (i added SUBSONIC_ARGS="--https-port=40321 --max-memory=200" in /etc/default/subsonic and restarted subsonic:

HTTP ERROR: 404

NOT_FOUND
RequestURI=/

Powered by jetty://