Failed to communicate...

Read 7768 times
Here's the tail end of installation of the Linux Control Daemon using:
./install.sh control fqdn web-interface-secret --channel=unstable --shoutcast1

Code: [Select]
Registering application in configuration files ...
Attempting to notify web control panel of software update ...
<b>Failed to communicate with your web control panel; control panel responded:
One or more hosts failed to update: ns1.domint.net: Cluster host connection failure for ns1.domint.net: Connection refused (111)</b>
ShoutCast DNAS v1.9.x was installed successfully but could not be enabled in Centova Cast
Updating permissions ...
Installation successful


===== Installation Complete ==============================================

This server has been added to your Centova Cast control panel.  To begin
provisioning accounts to this server, please log in to your control panel
now.

Thank you for using Centova Cast.

Status shows:
Code: [Select]

[root@ns1 src]# /etc/init.d/centovacast status
cc-web: running (pid 7738)
cc-control: running (pid 7728)
cc-appserver: running (pid 7736)
cc-ftpd: running (pid 7747)
cc-imaged: not running
Same status on control server with full install, and the new host is listed under Host Manager.

Also, the control server allows the process of creating new stream on remote server, but after clicking on <Create> produces this error:
Code: [Select]
Unhandled exception: Cluster host connection failure for FQDN: Connection refused (111) in /usr/local/centovacast/system/class_RPCDaemonClient.php:893

#0 /usr/local/centovacast/system/class_RPCDaemonClient.php(893): RPCDaemonClient::send()
#1 /usr/local/centovacast/system/class_RPCDaemonClient.php(849): RPCDaemonClient->send()
#2 /usr/local/centovacast/system/class_RPCDaemonClient.php(750): RPCDaemonClient->command()
#3 /usr/local/centovacast/system/class_GenericDaemonClient.php(127): RPCDaemonClient->remove_quota()
#4 /usr/local/centovacast/system/class_SystemControl.php(977): GenericDaemonClient::factory()
#5 /usr/local/centovacast/system/class_SystemControl.php(313): SystemControl->api_provision()
#6 /usr/local/centovacast/web/class_AccountEditor.php(875): SystemControl->__call('provision', Array)
#7 /usr/local/centovacast/web/class_AccountEditor.php(265): AccountEditor->provision_account()
#8 /usr/local/centovacast/web/reseller/modules/class_Module_accounts_base.php(65): AccountEditor->create()
#9 /usr/local/centovacast/web/admin/modules/class_Module_accounts.php(47): Module_accounts_base->create_account()
#10 /usr/local/centovacast/web/class_WebApplication.php(215): Module_accounts->execute()
#11 /usr/local/centovacast/web/admin/class_AdminApplication.php(64): WebApplication->execute()
#12 /usr/local/centovacast/web/admin/index.php(49): AdminApplication->execute()
#13 {main}

I've checked prereqs on both; opened ports 2198, 2199 on both, /etc/init.d/centovacast restart on both, and even re-installed on both.
What am I missing?
Last Edit: March 24, 2011, 12:11:00 pm by Mark Dennis
did you edit "host" area?

which info you have at "host" area?

did you try reissuing Licence?

TRIBALHOST.NET
Audio & Video Streaming
The host area shows the IP Address as 127.0.0.1 and the Default Stream IP Address as the main network IP.  The notes by each state that they should be the same.  But changing the former to match the latter causes the server to lose connection.  Even after a restart, netstat still shows port 2198 bound to localhost, and 2199 to the network IP.

I noticed that cc-control.conf has:
RPC_ADDR=127.0.0.1
RPC_PORT=2198
MASTER_ADDR=127.0.0.1
MASTER_PORT=2199

And rpcaccess has:
A 127.0.0.1
A 127.0.0.1

I did try reissuing the license, but ended up having to cancel the package and create a new one.