Centova Technologies Forum
Centova Cast v3 => Bugs and issues => Topic started by: crossfirehosting on November 27, 2012, 03:42:34 pm
-
Saving to: â/tmp/sc_serv2_linux_x64_07_31_2011.tar.gzâ Registering application in configuration files ...
Attempting to notify web control panel of software update ...
Connecting to 127.0.0.1:2199. failed: Connection refused.
> Download error details:
> --2012-11-27 17:36:19-- http://127.0.0.1:2199/api.php
> Connecting to 127.0.0.1:2199... failed: Connection refused.
Error contacting your web control panel
ShoutCast DNAS v2.x was installed successfully but could not be enabled in Centova Cast
Updating permissions ...
Installation successful
[~]# /etc/init.d/centovacast start
Starting Centova Cast: cc-control (already running) cc-appserver cc-web nginx: [emerg] bind() to 0.0.0.0:80 failed (98: Address already in use)
nginx: [emerg] bind() to 0.0.0.0:80 failed (98: Address already in use)
nginx: [emerg] bind() to 0.0.0.0:80 failed (98: Address already in use)
nginx: [emerg] bind() to 0.0.0.0:80 failed (98: Address already in use)
nginx: [emerg] bind() to 0.0.0.0:80 failed (98: Address already in use)
nginx: [emerg] still could not bind()
- failed
cc-control
Anyone have a solution
-
Saving to: â/tmp/sc_serv2_linux_x64_07_31_2011.tar.gzâ Registering application in configuration files ...
Attempting to notify web control panel of software update ...
Connecting to 127.0.0.1:2199. failed: Connection refused.
> Download error details:
> --2012-11-27 17:36:19-- http://127.0.0.1:2199/api.php
> Connecting to 127.0.0.1:2199... failed: Connection refused.
Error contacting your web control panel
ShoutCast DNAS v2.x was installed successfully but could not be enabled in Centova Cast
Updating permissions ...
Installation successful
[~]# /etc/init.d/centovacast start
Starting Centova Cast: cc-control (already running) cc-appserver cc-web nginx: [emerg] bind() to 0.0.0.0:80 failed (98: Address already in use)
nginx: [emerg] bind() to 0.0.0.0:80 failed (98: Address already in use)
nginx: [emerg] bind() to 0.0.0.0:80 failed (98: Address already in use)
nginx: [emerg] bind() to 0.0.0.0:80 failed (98: Address already in use)
nginx: [emerg] bind() to 0.0.0.0:80 failed (98: Address already in use)
nginx: [emerg] still could not bind()
- failed
cc-control
Anyone have a solution
Ok also this is what else i am getting in the error log.
Saving to: â/tmp/sc_serv2_linux_x64_07_31_2011.tar.gzâ Registering application in configuration files ...
Attempting to notify web control panel of software update ...
Connecting to 127.0.0.1:2199. failed: Connection refused.
> Download error details:
> --2012-11-27 17:36:19-- http://127.0.0.1:2199/api.php
> Connecting to 127.0.0.1:2199... failed: Connection refused.
Error contacting your web control panel
ShoutCast DNAS v2.x was installed successfully but could not be enabled in Centova Cast
Updating permissions ...
Installation successful
[~]# /etc/init.d/centovacast start
Starting Centova Cast: cc-control (already running) cc-appserver cc-web nginx: [emerg] bind() to 0.0.0.0:80 failed (98: Address already in use)
nginx: [emerg] bind() to 0.0.0.0:80 failed (98: Address already in use)
nginx: [emerg] bind() to 0.0.0.0:80 failed (98: Address already in use)
nginx: [emerg] bind() to 0.0.0.0:80 failed (98: Address already in use)
nginx: [emerg] bind() to 0.0.0.0:80 failed (98: Address already in use)
nginx: [emerg] still could not bind()
- failed
cc-control
Can someone help
-
That means that you've configured Centova Cast to use port 80 (most likely by enabling the port 80 proxy) but something else on your server is running on port 80.
You need to stop whatever program is using port 80. Either that, or turn off the port 80 proxy. Or tell the other program to use one IP address, and Centova Cast to use another.
-
Ran a netstat for port 80 and this is what comes up:
root@host [~]# netstat -tulpn | grep :80
tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN 2651/httpd
could it be because of whm or cPanel being on the same server?
-
Yes, the above shows that you have another web server bound to port 80 on all of your server's IP addresses. Centova Cast's port 80 proxy is disabled by default for exactly this reason.