Open GoogleCodeExporter opened 9 years ago
I increased the sleep time in code and the error is gone.
do {
instance = cloud.describeInstances(instances).get(0).getInstances().get(0);
System.out.println("Run: Instance ID = " + instance.getInstanceId() + ", State = " + instance.getState());
Thread.sleep(5000); //Increase this TIME
} while (!instance.isRunning());
Original comment by vana.re...@gmail.com
on 24 Apr 2012 at 2:21
Original issue reported on code.google.com by
vana.re...@gmail.com
on 24 Apr 2012 at 2:03