Page 1 of 1

subsonic stopped working(linux)

PostPosted: Tue Nov 02, 2010 1:05 am
by Sherlock19
i currently use ubuntu 10.10 64 bit?(im pretty sure that the 64 bit is right but id love to know how to check XD)

subsonic worked great then suddenly stopped working, could it be from me always updating my machine?

if you need any more info from me i will give it but please be specific.

please and thank you!

PostPosted: Tue Nov 02, 2010 1:25 am
by oeh
Hi there.

Good place to start is here

I terminal type:

you@xxxxxxx:~$ sudo service subsonic status


this will give you the Subsonic server status.

in the command you can replace status with:

Code: Select all
start
to start the server if it isn't running
Code: Select all
stop
to stop the server
Code: Select all
restart
to restart the server
Code: Select all
force-reload
to force the server to load it selves again.

one thing to do is to have a look at the log in:
/var/subsonic/

PostPosted: Tue Nov 02, 2010 1:44 am
by Sherlock19
well i checked the staus of my subsonic, and it was running, i also forced a reload and still nothing.

this is the error i recieve in my browser

HTTP ERROR: 404

NOT_FOUND
RequestURI=/index.view

any other ideas?

PostPosted: Tue Nov 02, 2010 1:53 am
by Sherlock19
#
# This is the configuration file for the Subsonic service
# (/etc/init.d/subsonic)
#
# To change the startup parameters of Subsonic, modify
# the SUBSONIC_ARGS variable below.
#
# Type "subsonic --help" on the command line to read an
# explanation of the different options.
#
# For example, to specify that Subsonic should use port 7070
# and use a Java memory heap size of 80 MB, use the following:
#
# SUBSONIC_ARGS="--port=4040 --max-memory=10000"

SUBSONIC_ARGS="--port=4040 --max-memory=10000"



there is my config file, anything else you want?

all of my ports are forwarded as tis program did work then all of a sudden stopped.