Steve Cleveland <stevec@...> writes: > > I'm running into a few problems setting up cloudstack for the first > time. Most I've resolved, but I wanted to share. I'm using CentOS 6.5 > and XenServer 6.2. Both have the latest updates installed. And I'm > using an external MariaDB 5.5.35 server and an external NFS server (both > primary and secondary storage). I'm following these instructions: > > http://docs.cloudstack.apache.org/projects/cloudstack-installation/en/latest/installation.html >
Hi, Try downgrading installed openjdk version. In my case installed was java-1.7.0-openjdk-1.7.0.85-2.6.1.3.el6_7.x86_64 and after downgrade: java-1.7.0-openjdk-1.7.0.85-2.6.1.3.el6_6.x86_64. Run below command and restart cloudstack management. # yum downgrade java-1.7.0-openjdk.x86_64 # /etc/init.d/cloudstack-management restart
