Hello all, I am installing, from scratch and from rpm : http://cloudstack.apt-get.eu/rhel/4.1/ , a CS 4.1 platform based on Vmware vSphere 5.0. The installation et configuration worked fine, when I enable the zone, the system vm template is copied on the Primary storage, and two system vm are deployed (SSVM & Console proxy VM). The problem occur during the system vm configuration : The system vm start, ping the CloudStack manager, and stop :-( When I filter on the words : 'exception|unable|fail|invalid|leak|invalid|warn' I get the following messages :
Did you already had this issue ? Do you know what happen ? Do you know if the CS 4.1 rpm packages support VMware 5.0 (NoNoss) ? How did you install CloudStack 4.1 in order it work with Vmware 5.0 (from rpm or from sources) ? ---------------------------------- 2013-06-10 14:29:55,703 ERROR [cloud.api.ApiServlet] (catalina-exec-7:null) unknown exception writing api response java.lang.NullPointerException 2013-06-10 14:30:02,095 WARN [utils.crypt.EncryptionSecretKeyChecker] (Timer-1:null) Encryption already enabled, is check() called twice? 2013-06-10 14:30:07,380 WARN [utils.crypt.EncryptionSecretKeyChecker] (Timer-1:null) Encryption already enabled, is check() called twice? 2013-06-10 14:30:10,824 WARN [cloud.cluster.ClusterManagerImpl] (Cluster-Notification-1:null) Notifying management server join event took 28 ms 2013-06-10 14:34:56,627 DEBUG [cloud.resource.ServerResourceBase] (catalina-exec-24:null) Unable to get network interface for xenbr0 2013-06-10 14:34:56,627 DEBUG [cloud.resource.ServerResourceBase] (catalina-exec-24:null) Unable to get network interface for xenbr1 2013-06-10 14:34:56,791 WARN [agent.manager.AgentManagerImpl] (catalina-exec-24:null) Resource [Host:3] is unreachable: Host 3: Host with specified id is not in the right state: Connecting 2013-06-10 14:34:56,821 DEBUG [cloud.host.Status] (catalina-exec-24:null) Unable to update host for event:Ready. Name=nfs://172.31.58.230/exports/secondary; New=[status=Up:msid=null:lastpinged=1338737985]; Old=[status=Connecting:msid=null:lastpinged=1338737985]; DB=[status=Connecting:msid=345051641668:lastpinged=1338737985:old update count=2] 2013-06-10 14:35:37,298 WARN [network.element.VpcVirtualRouterElement] (secstorage-1:null) Network Ntwk[200|Public|1] is not associated with any VPC 2013-06-10 14:35:37,338 WARN [network.element.VpcVirtualRouterElement] (secstorage-1:null) Network Ntwk[202|Control|3] is not associated with any VPC 2013-06-10 14:35:37,400 WARN [network.element.VpcVirtualRouterElement] (secstorage-1:null) Network Ntwk[201|Management|2] is not associated with any VPC 2013-06-10 14:35:37,458 WARN [network.element.VpcVirtualRouterElement] (secstorage-1:null) Network Ntwk[203|Storage|4] is not associated with any VPC 2013-06-10 14:35:37,621 WARN [network.element.VpcVirtualRouterElement] (consoleproxy-1:null) Network Ntwk[200|Public|1] is not associated with any VPC 2013-06-10 14:35:37,653 WARN [network.element.VpcVirtualRouterElement] (consoleproxy-1:null) Network Ntwk[202|Control|3] is not associated with any VPC 2013-06-10 14:35:37,720 WARN [network.element.VpcVirtualRouterElement] (consoleproxy-1:null) Network Ntwk[201|Management|2] is not associated with any VPC 2013-06-10 14:40:20,560 ERROR [vmware.mo.HostDatastoreBrowserMO] (DirectAgent-25:esxi50-01.cloud.labdvm.local) VMware searchDaastore_Task failed due to Fichier [2f7980c364b13d989eb0f9f39c344c72] ROOT-1-1 introuvable com.vmware.vim25.FileNotFound 2013-06-10 14:40:24,906 ERROR [vmware.mo.HostDatastoreBrowserMO] (DirectAgent-4:esxi50-02.cloud.labdvm.local) VMware searchDaastore_Task failed due to Fichier [2f7980c364b13d989eb0f9f39c344c72] ROOT-2-2 introuvable com.vmware.vim25.FileNotFound 2013-06-10 14:40:27,502 INFO [vmware.manager.VmwareManagerImpl] (DirectAgent-2:esxi50-01.cloud.labdvm.local) Creating systemvm folder /var/cloudstack/mnt/VM/345051641668.268db8ce/systemvm failed. try with sudo privilege 2013-06-10 14:40:38,015 WARN [vmware.resource.VmwareResource] (DirectAgent-16:esxi50-02.cloud.labdvm.local) Unrecognized broadcast type in VmwareResource, type: LinkLocal. Use vlan info from labeling: 6 2013-06-10 14:40:38,020 WARN [vmware.resource.VmwareResource] (DirectAgent-2:esxi50-01.cloud.labdvm.local) Unrecognized broadcast type in VmwareResource, type: LinkLocal. Use vlan info from labeling: 6 2013-06-10 14:40:52,486 WARN [vmware.mo.HypervisorHostHelper] (DirectAgent-2:esxi50-01.cloud.labdvm.local) Unable to prepare network on other host, vlan: 21, host: esxi50-02.cloud.labdvm.local 2013-06-10 14:41:22,778 INFO [vmware.resource.VmwareResource] (DirectAgent-16:esxi50-02.cloud.labdvm.local) Could not connect to 172.31.58.125 due to java.net.ConnectException: Connection refused 2013-06-10 14:42:06,552 INFO [vmware.resource.VmwareResource] (DirectAgent-2:esxi50-01.cloud.labdvm.local) Could not connect to 172.31.58.124 due to java.net.NoRouteToHostException: No route to host ---------------------------------- Best Regards