Page 1 of 1

UBUNTU: Madsonic Server 5.0 Beta3 Build 3500 Fails To Start

Posted: 07 Jun 2013, 20:23
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?

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

Posted: 08 Jun 2013, 08:27
by Madsonic
hi there,

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

best regards

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

Posted: 08 Jun 2013, 15:32
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

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

Posted: 08 Jun 2013, 16:50
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

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

Posted: 08 Jun 2013, 19:11
by Madsonic
Problem fixed ... new deb package Build 3501 within the download thread.

best regards

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

Posted: 08 Jun 2013, 19:44
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. :)

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

Posted: 09 Jun 2013, 13:26
by aadam12
Up and running! Thanks again Madevil :twisted: