UBUNTU: Madsonic Server 5.0 Beta3 Build 3500 Fails To Start

Need help? Post your questions here.
User avatar
aadam12
Posts: 24
Joined: 27 May 2013, 14:36
Has thanked: 1 time
Been thanked: 9 times

UBUNTU: Madsonic Server 5.0 Beta3 Build 3500 Fails To Start

Unread post by aadam12 »

I am currently running Madsonic Server 5.0 Beta2 Build 3480 on a headless Ubuntu 13.04 64bit server with NO ISSUES.
Today I downloaded and installed the latest .deb for Madsonic Server 5.0 Beta3 Build 3500.
I skipped over Madsonic Server 5.0 Beta2 Build 3490 since there was no .deb for that build.
I backed-up and uninstalled Beta2 and then installed Beta3 from the .deb file.

I have Oracel Java 7 installed which solved many issues on Beta2
I followed the steps here - http://www.webupd8.org/2012/01/install- ... u-via.html

Code: Select all

java version "1.7.0_21"
Java(TM) SE Runtime Environment (build 1.7.0_21-b11)
Java HotSpot(TM) 64-Bit Server VM (build 23.21-b01, mixed mode)
I can start subsonic (madsonic)

Code: Select all

sudo service subsonic start
Started Subsonic [PID 18276, /var/subsonic/subsonic_sh.log]
But I cannot connect to it via web browser from a remote machine. I get 503 Service Unavailable (I am on a headless server)

To check if it was running I typed:

Code: Select all

sudo service --status-all
I can see in the list of services that subsonic is NOT running

Code: Select all

 [ - ]  subsonic
I have reverted back to Beta2 with no problems.

Any ideas?
User avatar
Madsonic
Administrator
Administrator
Posts: 984
Joined: 07 Dec 2012, 03:58
Answers: 7
Has thanked: 1201 times
Been thanked: 470 times

Re: UBUNTU: Madsonic Server 5.0 Beta3 Build 3500 Fails To St

Unread post by Madsonic »

hi there,

can you send the subsonic_sh.log & subsonic.log with the error?

best regards
User avatar
aadam12
Posts: 24
Joined: 27 May 2013, 14:36
Has thanked: 1 time
Been thanked: 9 times

Re: UBUNTU: Madsonic Server 5.0 Beta3 Build 3500 Fails To St

Unread post by aadam12 »

subsonic_sh.log only has one line

Code: Select all

no main manifest attribute, in subsonic-booter.jar
subsonic.log has no entries. Only entries related to prior version scanning my files.

Code: Select all

aadam12@server1:/Downloads$ sudo dpkg -i 20130607*.beta3XE.deb
[sudo] password for aadam12: 
Selecting previously unselected package subsonic.
(Reading database ... 132595 files and directories currently installed.)
Unpacking subsonic (from 20130607_madsonic-5.0.3500.beta3XE.deb) ...
Setting up subsonic (3500) ...
 Adding system startup for /etc/init.d/subsonic ...
   /etc/rc0.d/K99subsonic -> ../init.d/subsonic
   /etc/rc1.d/K99subsonic -> ../init.d/subsonic
   /etc/rc6.d/K99subsonic -> ../init.d/subsonic
   /etc/rc2.d/S99subsonic -> ../init.d/subsonic
   /etc/rc3.d/S99subsonic -> ../init.d/subsonic
   /etc/rc4.d/S99subsonic -> ../init.d/subsonic
   /etc/rc5.d/S99subsonic -> ../init.d/subsonic
Started Subsonic [PID 20747, /var/subsonic/subsonic_sh.log]
Processing triggers for ureadahead ...
aadam12@server1:/Downloads$ sudo service subsonic stop
start-stop-daemon: warning: failed to kill 20747: No such process
aadam12@server1:/$ sudo service subsonic start
Started Subsonic [PID 20878, /var/subsonic/subsonic_sh.log]
aadam12@server1:/$ sudo service subsonic stop
start-stop-daemon: warning: failed to kill 20878: No such process
genimac
Posts: 8
Joined: 26 May 2013, 14:28
Has thanked: 5 times
Been thanked: 4 times

Re: UBUNTU: Madsonic Server 5.0 Beta3 Build 3500 Fails To St

Unread post by genimac »

Have the same problem on my Debian7.
"no main manifest attribute, in subsonic-booter.jar"

I compared with the subsonic-booter on the stand-alone version.
stand-alone:

Code: Select all

Manifest-Version: 1.0
Archiver-Version: Plexus Archiver
Created-By: 23.21-b01 (Oracle Corporation)
Main-Class: net.sourceforge.subsonic.booter.Main
.deb

Code: Select all

Manifest-Version: 1.0
Archiver-Version: Plexus Archiver
Created-By: Apache Maven
Built-By: root
Build-Jdk: 1.7.0_21
screenshot of the files in them:
Image
User avatar
Madsonic
Administrator
Administrator
Posts: 984
Joined: 07 Dec 2012, 03:58
Answers: 7
Has thanked: 1201 times
Been thanked: 470 times

Re: UBUNTU: Madsonic Server 5.0 Beta3 Build 3500 Fails To St

Unread post by Madsonic »

Problem fixed ... new deb package Build 3501 within the download thread.

best regards
genimac
Posts: 8
Joined: 26 May 2013, 14:28
Has thanked: 5 times
Been thanked: 4 times

Re: UBUNTU: Madsonic Server 5.0 Beta3 Build 3500 Fails To St

Unread post by genimac »

Thank you, the new 3501 works on my box with a normal dpkg -i
Also haven't had any problem with my data and folders. :)
These users thanked the author genimac for the post (total 2):
Madsonicetyrnal
Rating: 15.38%
User avatar
aadam12
Posts: 24
Joined: 27 May 2013, 14:36
Has thanked: 1 time
Been thanked: 9 times

Re: UBUNTU: Madsonic Server 5.0 Beta3 Build 3500 Fails To St

Unread post by aadam12 »

Up and running! Thanks again Madevil :twisted:
These users thanked the author aadam12 for the post (total 2):
Madsonicetyrnal
Rating: 15.38%
Post Reply