You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cloudstack.apache.org by Rajkumar TM <Ra...@citrix.com> on 2015/09/10 13:47:19 UTC

Cloudstack-setup-management(master) fails on CentOS7

HI All,



I am able to create new RPM in Centos7,  and also able to install MS; but "cloudstack-setup-management" failed with below error



Error:

[root@CS-MS-1169668 ~]# cloudstack-setup-management

Starting to configure CloudStack Management Server:

Configure Firewall ...        [OK]

Configure CloudStack Management Server ...[Failed]

Cannot find /etc/cloudstack/management/server-nonssl.xml or /etc/cloudstack/management/tomcat6-nonssl.conf, https enables failed

Try to restore your system:

Restore Firewall ...          [OK]

Restore CloudStack Management Server ...[OK]



Also, I tried with build from http://jenkins.buildacloud.org/view/All/job/package-centos7-master/lastSuccessfulBuild/artifact/dist/rpmbuild/RPMS/x86_64/. Running into the same issue. Any idea?



Went through the code CloudStack Management Server is calling  python\lib\cloudutils\serviceConfigServer.py which is looking for /etc/cloudstack/management/tomcat6-nonssl.conf and causing the exception.



Thanks,

-Raj