Hello everyone
I just did a fresh Ubuntu 16.04 install and I installed Subsonic two different ways and neither way worked. First I tried to install the .deb manually after install a JDK but I couldn't get the webapp to connect. I then uninstalled it and just used apt-get to install it and I have the same problem. According to the logs subsonic is running but going to the webpage give me a 500 error. A ps shows me it is running on port 4040 but I get no web UI so it is pretty useless. Telneting to port 4040 responds so there is something happening.
the PS gives me
root 906 1 3 10:25 ? 00:00:25 java -Xmx900m -Dsubsonic.home=/var/subsonic -Dsubsonic.host=0.0.0.0 -Dsubsonic.port=4040 -Dsubsonic.httpsPort=0 -Dsubsonic.contextPath=/ -Dsubsonic.db= -Dsubsonic.defaultMusicFolder=/var/music -Dsubsonic.defaultPodcastFolder=/var/music/Podcast -Dsubsonic.defaultPlaylistFolder=/var/playlists -Djava.awt.headless=true -verbose:gc -jar subsonic-booter-jar-with-dependencies.jar
I have another server on which subsonic is running and a PS looks like this
root 3321 1 1 Aug22 ? 04:54:54 java -Xmx1800m -Dsubsonic.home=/var/subsonic -Dsubsonic.host=0.0.0.0 -Dsubsonic.port=4040 -Dsubsonic.httpsPort=6060 -Dsubsonic.contextPath=/ -Dsubsonic.db= -Dsubsonic.defaultMusicFolder=/var/music -Dsubsonic.defaultPodcastFolder=/var/music/Podcast -Dsubsonic.defaultPlaylistFolder=/var/playlists -Djava.awt.headless=true -verbose:gc -jar subsonic-booter-jar-with-dependencies.jar
So both of the machines are doing the same thing.
I have no idea what is wrong, I have never had trouble installing Subsonic before. Any ideas?
Thank you