com.cloud.exception.InsufficientServerCapacityException what wrong?

2013-09-24 Thread Jake.liu
com.cloud.exception.InsufficientServerCapacityException: Unable to create a deployment for VM[User|14e221fe-1285-49b7-b18f-4911bdfa2880]Scope=interface com.cloud.dc.DataCenter; id=1 at org.apache.cloudstack.engine.cloud.entity.api.VMEntityManagerImpl.reserveVirtualMachine(VMEntityManager

com.cloud.exception.InsufficientServerCapacityException what wrong?

2013-09-24 Thread Jake.liu
DeployDestination dest; try { dest = _dpMgr.planDeployment(vmProfile, plan, exclude); } catch (AffinityConflictException e) { throw new CloudRuntimeException("Unable to create deployment, affinity rules associted to the VM conflict"); }