Hi, When I launch the following script "mvn -pl :cloud-client-ui jetty:run" from the host machine (=192.168.56.1) to connect to the management server (=192.168.56.2), I get the following warning message
INFO [cloud.cluster.ClusterManagerImpl] (Cluster-Heartbeat-1:) We are good, no orphan management server msid in host table is found INFO [cloud.cluster.ClusterManagerImpl] (Cluster-Heartbeat-1:) No inactive management server node found WARN [cloud.cluster.ClusterManagerImpl] (Cluster-Notification-1:) Notifying management server join event took 8 ms BTW, the devcloud.cfg file contains the following info : "mgtSvr": [ { "mgtSvrIp": "192.168.56.2", "port": 8096 } ], and I can't perform a SSH to this machine. Same issue if I use : mgtSvrlp":"127.0.0.1" I see a warning message : WARN [cloud.server.ConfigurationServerImpl] (main:) Exception: /Users/chmoulli/Apache/incubator-cloudstack/client/target/cloud-client-ui-4.1.0-SNAPSHOT/WEB-INF/classes/scripts/vm/systemvm/injectkeys.sh /Users/chmoulli/.ssh/id_rsa.pub /Users/chmoulli/.ssh/id_rsa /Users/chmoulli/Apache/incubator-cloudstack/client/target/cloud-client-ui-4.1.0-SNAPSHOT/WEB-INF/classes/vms/systemvm.iso java.io.IOException: Cannot run program "/Users/chmoulli/Apache/incubator-cloudstack/client/target/cloud-client-ui-4.1.0-SNAPSHOT/WEB-INF/classes/scripts/vm/systemvm/injectkeys.sh": error=13, Permission denied What could be the issue ? Regards, -- Charles Moulliard Apache Committer / Sr. Enterprise Architect (RedHat) Twitter : @cmoulliard | Blog : http://cmoulliard.blogspot.com