Page 1 of 2

subsonic issue, after install

Posted: Sat Aug 15, 2009 8:54 am
by jbinner
I got Subsonic to instal without a hitch, but when I try to visit the app, I get, "Service Temporarily Unavailable."

Any ideas?

Re: subsonic issue, after install

Posted: Sat Aug 15, 2009 10:55 am
by cpg
try service httpd restart, it may give some insight?

also look at the /var/hda/web-apps/subsonic/logs/error_log

we're testing subsonic 3.7 at the moment (as a separate app).

Re: subsonic issue, after install

Posted: Tue Aug 18, 2009 4:40 pm
by nordge1
Hello all,
I am having the same issue but with subsonic37. Ever since I installed the subsonic37 package I can not access the web interface. The response I get is:

Service Temporarily Unavailable

The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later.
Apache/2.2.10 (Fedora) Server at subsonic37.70home.lan Port 80

My error log says:

[Tue Aug 18 16:38:49 2009] [error] (111)Connection refused: proxy: HTTP: attempt to connect to 127.0.0.1:8085 (localhost) failed
[Tue Aug 18 16:38:49 2009] [error] ap_proxy_connect_backend disabling worker for (localhost)


Any idea what's up?

Re: subsonic issue, after install

Posted: Tue Aug 18, 2009 5:18 pm
by nordge1
I am not sure why but in order to get my 3.7 running in Amahi I had to install the 3.6 version as well. Now I am able access the web interface and play music.

Most cover arts are not found and when they are searched for in the Amazon/Discog feature no image is found as well. Any help would be appreciated.

Thanks guys

Re: subsonic issue, after install

Posted: Wed Aug 19, 2009 1:00 pm
by jbinner
well, spent all day off and on working on this, I still cannot login. admin/admin does not work, and I looked for a MySQL Database but it never creates one for subsonic.

I have both 3.6 and 3.7 installed, but no luck.

Re: subsonic issue, after install

Posted: Wed Aug 19, 2009 3:57 pm
by cpg
hmmm. can you guys ask in their forums?

also PM damato3000 ...

we need a feature to notify the packager of an app for issues, etc.

Re: subsonic issue, after install

Posted: Wed Aug 19, 2009 4:05 pm
by bsk
http://bugs.amahi.org/issues/show/265

That is the feature request for this...well.... feature haha. If you have any thing to add to it or would like to see with it please add it there. (login is the same user/pw as the amahi.org cp and the forums)

Re: subsonic issue, after install

Posted: Wed Aug 19, 2009 4:13 pm
by jbinner
well, honestly, it was a "neat" package that would be nice to have, but, I already got itunes working over vpn so I am good there.

But, I will keep an eye on this where I can.

John

Re: subsonic issue, after install

Posted: Fri Aug 21, 2009 5:46 pm
by nordge1
CPG,
Posted on Subsonic forum same day as this one, also PM'd him on Subsonic forum, couldn't figure out how to on yours. No response from damato3000 on either side.

It appears that subsonic37 is installing the bulk of the program to /var/hda/files instead of /var/hda/web-apps/subsonic37/program or files.

Also the program seams to be path based which is why I needed to install subsonic 3.6 to get it running. My fear is that I am running a cross-bread between 3.6 and 3.7. Is there a way that I can modify the install path of the package for Amahi? I really would like to get this running for everyone.

Thanks for the kick ass server!!!
Nordge1

Re: subsonic issue, after install

Posted: Sat Aug 22, 2009 2:22 am
by cpg
can you provide more details?

where is this path needed, what format (is it in the DB?), etc.?

yeah, looks like you may be running a hybrid.

generally speaking app installers can only refer to $PWD in the installer, not hardcode paths.
just for maintainability reasons.