Could not start server: Application binary has not been configured for ...

Read 12477 times
I appologize if this was posted earlier, but I've been through pages of posts and cannot find it.

CC install with shoutcast
added additional software with /usr/local/centovacast/sbin/update --add
   shoutcast2
   sctrans2
   icecast
   icescc
restarted & checked status, all up

Hosts > Server Software
 checked
  IceCast v2
  Shoutcast DNAS v1.x
  Shoutcast DNAS v2.x

Hosts > AutoDJ
  ices-cc
  sc_trans v2

logged in and tried to start a shoutcast & icecast streams with and without autoDJ

error
Stream could not be started: Could not start server: Application binary has not been configured for IceCast on ..

Stream could not be started: Could not start server: Application binary has not been configured for Shoutcast2 on ..
my direct email is cage@linuxcage.org
Can you paste the output from:
tail -n 15 /usr/local/centovacast/etc/cc-control.conf
Hi Steve

/usr/local/centovacast/system>tail -n 15 /usr/local/centovacast/etc/cc-control.conf

# specify the full pathnames to your application binaries below; note that
# this is normally handled automatically by Centova Cast's application
# installer, i.e., to install IceCast, you'd just use:
#    /usr/local/centovacast/sbin/update --add icecast
# And the ICECAST_BIN option below would be configured automatically.
SHOUTCAST_BIN=
ICECAST_BIN=
ICES_BIN=
ICESCC_BIN=
EZSTREAM_BIN=
SCTRANS2_BIN=
ICES2_BIN=/usr/local/src/ices/ices-cc-0.4.2/src/ices
SCTRANS_BIN=/home/shoutcast/shoutcast/sc_trans
SHOUTCAST2_BIN=/home/shoutcast/shoutcast/sc_trans

looks like I'm missing some

I had tried adding additional software with the script /usr/local/centovacast/sbin/update --add
 but the output appeared that the software was installed on ices and shout cast and nothing to do,

 so I used the script to enable them /usr/local/centovacast/sbin/enable_package ...  they immediately showed up in the host check box

I restarted services

Tried a new account under them,I still get the same error
my direct email is cage@linuxcage.org
Can you try downloading the today's build and trying this again?  I believe this should be fixed by the latest installer/updater changes -- we can't reproduce it here.
./install.sh --icecast-all --

failed: trying to access  /usr/src/redhat which doesn't exist , think thats an old redhat dir,
I have Centos 6.
-----------------------------------
./install.sh --channel=unstable  --icecast-fromsrc --icescc --force
installed sucessfully

nothing shows in the Host check boxes
Cluster host auh.. failure: authentication failed

/etc/init.d/centovacast status
cc-web: not running
cc-control: not running
cc-appserver: running (pid 31492)
cc-ftpd: not running
cc-imaged: running (pid 31589)

/etc/init.d/centovacast restart
all came up

Host > server software > nothing checked
Host > AutoDJ software > ices-cc checked
could not create an account
-----------------------------------
./install.sh --shoutcast-all --channel=unstable
successful install

/etc/init.d/centovacast status
cc-web: not running
cc-control: not running
cc-appserver: running (pid 12766)
cc-ftpd: not running
cc-imaged: running (pid 12862)

>/etc/init.d/centovacast restarted
all up

Host > server software > Shoutcast DNAS v2.x checked
Host > AutoDJ software > sc_trans v2 checked

System status: no errors

created an accout, and when to save it and got:
<!DOCTYPE html><html><head><meta http-equiv="content-type" content="text/html; charset=UTF-8" /><title>CentovaCast</title> <script language="javascript" type="text/javascript" src="/system/res.common.js?b=20121101.65"></script>
<script language="javascript" type="text/javascript" src="/system/res.rpc.js?b=20121101.65"></script> <link rel="stylesheet" type="text/css" href="/theme/res.common.css?b=20121101.65" /><link rel="stylesheet" type="text/css" href="../theme/style.css" /> <!--[if lte IE 7]><link rel="stylesheet" .....

if you want the rest of that phph code, let me know

thanks
my direct email is cage@linuxcage.org
was I suppose to download teh installer again?  After reading this again, I think I was suppose to
let me know, I'll do this again

thanks
my direct email is cage@linuxcage.org
./install.sh --icecast-all --

failed: trying to access  /usr/src/redhat which doesn't exist , think thats an old redhat dir,
I have Centos 6.
No, that directory is used by rpmbuild, which apparently didn't install correctly on your system.  Building from source is more reliably anyway though.

./install.sh --channel=unstable  --icecast-fromsrc --icescc --force
installed sucessfully

nothing shows in the Host check boxes
Cluster host auh.. failure: authentication failed
That last line indicates that something was left over from a previous installation, or that something/someone damaged Centova Cast after installation.

Make sure that between installations you're running /usr/local/centovacast/sbin/uninstall to ensure that everything is shut down and removed before reinstalling.


created an accout, and when to save it and got:
<!DOCTYPE html><html><head><meta http-equiv="content-type" content="text/html; charset=UTF-8" /><title>CentovaCast</title> <script language="javascript" type="text/javascript" src="/system/res.common.js?b=20121101.65"></script>
<script language="javascript" type="text/javascript" src="/system/res.rpc.js?b=20121101.65"></script> <link rel="stylesheet" type="text/css" href="/theme/res.common.css?b=20121101.65" /><link rel="stylesheet" type="text/css" href="../theme/style.css" /> <!--[if lte IE 7]><link rel="stylesheet" .....
Confirmed bug -- fixed, thanks!
Thank you,  this is what I was missing when I uninstalled each time.

"Make sure that between installations you're running /usr/local/centovacast/sbin/uninstall to ensure that everything is shut down and removed before reinstalling"

my direct email is cage@linuxcage.org
Rainner try installing latest build it should sort out your problems

I also was not uninstalling correctly before re-installing

George