VMware Cloud Community
Windspirit
Hot Shot
Hot Shot
Jump to solution

vCO 5.5.1 500 - Internal Erorr

Hi,

I found the following:

Fresh vCO 5.5.1 Appliance. When you set in the configuration Webpage Network to the IP of the VM and then restart the the vCO server the main webpage (and also all services dont come up). Reverting back to IP 0.0.0.0 and restarting clean teh problem up again.

locking at the log I see the following when ctrying to connect to http://[vco ip] (not ssl)

2014-05-02T13:47:15+00:00 APPLIANCE-SDCT04 lighttpd[6893]: (/build/mts/release/bora-1191928/vadk/src/vami/apps/lighttpd/1.4.29/src/mod_proxy.c.1019) establishing connection failed: Connection refused

2014-05-02T13:47:15+00:00 APPLIANCE-SDCT04 lighttpd[6893]: (/build/mts/release/bora-1191928/vadk/src/vami/apps/lighttpd/1.4.29/src/mod_proxy.c.919) proxy-server disabled: 127.0.0.1 8280 7

2014-05-02T13:47:15+00:00 APPLIANCE-SDCT04 lighttpd[6893]: (/build/mts/release/bora-1191928/vadk/src/vami/apps/lighttpd/1.4.29/src/mod_proxy.c.1327) no proxy-handler found for: /vco/

2014-05-02T13:47:21+00:00 APPLIANCE-SDCT04 lighttpd[6893]: (/build/mts/release/bora-1191928/vadk/src/vami/apps/lighttpd/1.4.29/src/mod_proxy.c.1372) proxy - re-enabled: 127.0.0.1 8280

0 Kudos
1 Solution

Accepted Solutions
Windspirit
Hot Shot
Hot Shot
Jump to solution

  • In the Configuration, change the IP setting to your IP
  • Restart your server
  • replace the value of HOST in /opt/vco-proxy/vco-proxy.conf

$HTTP["url"] =~ "^/" {

    proxy.server = ( "" =>

                    ((

                      "host" => "127.0.0.1",

                      "port" => "8280"

                    ))

                   )

}

with your IP.

  • Restart with /etc/init.d/vco-proxy restart and it all works.

View solution in original post

0 Kudos
2 Replies
cdecanini_
VMware Employee
VMware Employee
Jump to solution

Check this :

/opt/vco-proxy/vco-proxy.conf

if you change it restart it with :

/etc/init.d/vco-proxy restart

If my answer resolved or helped you, please mark it as Correct or Helpful to award points. Thank you! Visit http://www.vcoteam.info & http://blogs.vmware.com/orchestrator for vCenter Orchestrator tips and tutorials - @vCOTeam on Twitter
Windspirit
Hot Shot
Hot Shot
Jump to solution

  • In the Configuration, change the IP setting to your IP
  • Restart your server
  • replace the value of HOST in /opt/vco-proxy/vco-proxy.conf

$HTTP["url"] =~ "^/" {

    proxy.server = ( "" =>

                    ((

                      "host" => "127.0.0.1",

                      "port" => "8280"

                    ))

                   )

}

with your IP.

  • Restart with /etc/init.d/vco-proxy restart and it all works.
0 Kudos