NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
ludwich
Jun 26, 2012Aspirant
subsonic stops
My subsonic stops working every morning now after the new update =( I had the same problem before but there was a patch that made it work but now it stops every morning even when i dont restart the n...
pkas
Oct 08, 2012Tutor
Ok. well one thing that is wrong is that you have two instances running.
Via ssh, kill BOTH instances:
Then, copy and paste the following as a shell command (it is a SINGLE command)
Do NOT use the launcher for now. Do NOT try to start or restart subsonic via FrontView. Just use the above command.
After executing the above command and before doing anything else, check to see if subsonic WORKS. Do NOT worry about FrontView. Instead, what you want to do is to use the ip address of your ReadyNAS and port 4040 as a URL. For example, if your ReadyNAS has an ip address of 192.168.1.101, then you would open a web browser and use the foilowing URL: 192.168.1.101:4040
So, go to that URL and let me know what you see.
Phil
Via ssh, kill BOTH instances:
kill -9 24270
kill -9 24408
Then, copy and paste the following as a shell command (it is a SINGLE command)
/c/webroot/subsonic/jre1.6.0_20/bin/java -Xmx700m -Dsubsonic.home=/c/webroot/subsonic -Dsubsonic.host=0.0.0.0 -Dsubsonic.port=4040 -Dsubsonic.httpsPort=0 -Dsubsonic.contextPath=/ -Dsubsonic.defaultMusicFolder=/c/media/music -Dsubsonic.defaultPodcastFolder=/c/media/Podcast -Dsubsonic.defaultPlaylistFolder=/c/media/playlists -Djava.awt.headless=true -verbose:gc -jar subsonic-booter-jar-with-dependencies.jar
Do NOT use the launcher for now. Do NOT try to start or restart subsonic via FrontView. Just use the above command.
After executing the above command and before doing anything else, check to see if subsonic WORKS. Do NOT worry about FrontView. Instead, what you want to do is to use the ip address of your ReadyNAS and port 4040 as a URL. For example, if your ReadyNAS has an ip address of 192.168.1.101, then you would open a web browser and use the foilowing URL: 192.168.1.101:4040
So, go to that URL and let me know what you see.
Phil
Related Content
NETGEAR Academy

Boost your skills with the Netgear Academy - Get trained, certified and stay ahead with the latest Netgear technology!
Join Us!