After installing cloudstack version 4.9 on centos 7 using apt-get.eu
repository

Everything is find but a 404 return after accessing the GUI

The log on /var/log/cloudstack/management/setupmanagement.log


DEBUG:root:execute:hostname -f
DEBUG:root:execute:iptables-save|grep INPUT|grep -w 8080
DEBUG:root:Failed to execute:
DEBUG:root:execute:iptables -I INPUT -p tcp -m tcp --dport 8080 -j ACCEPT
DEBUG:root:execute:iptables-save|grep INPUT|grep -w 8250
DEBUG:root:Failed to execute:
DEBUG:root:execute:iptables -I INPUT -p tcp -m tcp --dport 8250 -j ACCEPT
DEBUG:root:execute:iptables-save|grep INPUT|grep -w 9090
DEBUG:root:Failed to execute:
DEBUG:root:execute:iptables -I INPUT -p tcp -m tcp --dport 9090 -j ACCEPT
DEBUG:root:execute:iptables-save > /etc/sysconfig/iptables
DEBUG:root:execute:service iptables status
DEBUG:root:Failed to execute:Redirecting to /bin/systemctl status
iptables.service
DEBUG:root:execute:service iptables status
DEBUG:root:Failed to execute:Redirecting to /bin/systemctl status
iptables.service
DEBUG:root:execute:service iptables start
DEBUG:root:execute:ln -s /etc/cloudstack/management/server7-nonssl.xml
/etc/cloudstack/management/server.xml
DEBUG:root:execute:touch /var/run/cloudstack-management.pid
DEBUG:root:execute:chown cloud.cloud /var/run/cloudstack-management.pid
DEBUG:root:execute:hostname --fqdn
DEBUG:root:execute:chown cloud:cloud -R /var/lib/cloudstack/
DEBUG:root:Failed to execute:chown: cannot access ‘/var/lib/cloudstack/’:
No such file or directory
DEBUG:root:execute:chmod +x -R
/usr/share/cloudstack-management/webapps/client/WEB-INF/classes/scripts/
DEBUG:root:Failed to execute:chmod: cannot access
‘/usr/share/cloudstack-management/webapps/client/WEB-INF/classes/scripts/’:
No such file or directory
DEBUG:root:execute:service tomcat status
DEBUG:root:Failed to execute:Redirecting to /bin/systemctl status
tomcat.service
DEBUG:root:execute:chkconfig --del tomcat
DEBUG:root:Failed to execute:error reading information on service tomcat:
No such file or directory
DEBUG:root:execute:service cloudstack-management status
DEBUG:root:Failed to execute:Redirecting to /bin/systemctl status
cloudstack-management.service
DEBUG:root:execute:chkconfig --level 2345 cloudstack-management on
DEBUG:root:execute:service cloudstack-management status
DEBUG:root:Failed to execute:Redirecting to /bin/systemctl status
cloudstack-management.service

Do i miss something ?

Reply via email to