Forwarding your question to user@...
I am experiencing a problem like returned node id is null. But it is creating the ec2 instance after a while.
Is this a reproducible problem, or is it happening intermittently? If you can reproduce this, could you enable wire and header logging [1] and put the data of the response that is causing the problem in a Gist or Pastie?
For those nodes where the ID is null, could you print out the entire NodeMetadata object? Are any of the values set?
Regards ap [1] https://jclouds.apache.org/reference/logging/ ----- Forwarded message from [email protected] ----- Date: Fri, 17 Oct 2014 18:20:22 +0530 From: Rajaratnam Rajkumar <[email protected]> Reply-To: Rajaratnam Rajkumar <[email protected]> Subject: Re: How to destroy an instance without node id? To: Andrew Phillips <[email protected]> Hi Andrew, Set<? extends NodeMetadata> nodes = computeService .createNodesInGroup(group, 1, template); I guess this method call can timeout. What happens if it timeouts? I am experiencing a problem like returned node id is null. But it is creating the ec2 instance after a while. Please help on this.
