Hello,
We're trying to use Jclouds with a GCE project that has a custom image
added and we get a null pointer exception.
We added the image to our project with this command:
gcutil addimage em2
http://storage.googleapis.com/mesosphere-public-images/446d06471fa12aa35b1badd567168be134b95cf8.image.tar.gz
(This is a public bucket, so you should be able to try this out too.)
JClouds throws a NullPointerException when we call:
context.getComputeService.listImages()
The full stack trace is here:
https://gist.github.com/ssk2/5ee56af7f0976b4b1e9d
Has anyone run into this problem before or have any suggestions for how to
fix it?
Regards,
Sunil