You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cloudstack.apache.org by Piers <pi...@rowan.id.au> on 2014/09/11 11:11:19 UTC

Re: UI HTTP Status 404 / Tomcat - Address already in use [FIXED]

On 11/09/14 16:17, Piers wrote:
> Can I get some advice on the Tomcat 404 error.
>


I reinstalled making sure to run commands in this order:

yum -y remove cloudstack-*
rm -fR /usr/share/cloudstack-*
rm -fR /etc/cloudstack/

yum -y install cloudstack-management
cloudstack-setup-databases cloud:xxxx@localhost --deploy-as=root:xxxx
cloudstack-setup-management

yum -y install cloudstack-agent


I noticed the the IP given was 165.254.0.1 and this caused an exception

Set it to the server's real IP and now the UI is up and working.

Thanks for all the help.

Cheers


Piers