Re: Deleting disks on node destroy

2014-08-18 Thread Sunil Shah
Hey Chris, Thanks for the reply. Looks like it is being set - so something must be failing to delete the disk. Is there an easy abstraction to delete disks via JClouds? We want to check we leave nothing behind when removing instances. Cheers, Sunil On Mon, Aug 18, 2014 at 8:10 AM, Chris

SLF4JLoggingModule cannot be resolved to a type

2014-08-18 Thread Sofiane Bendoukha
Hello Everybody, can you please explain why I am getting this error. I downloaded all required jars. I am working under jclouds 1.8. Thanks, Sofiane.

Re: SLF4JLoggingModule cannot be resolved to a type

2014-08-18 Thread Ignasi Barrera
Hi Sofiane, Try adding this dependency to your pom.xml: dependency groupIdorg.apache.jclouds.driver/groupId artifactIdjclouds-slf4j/artifactId version1.8.0/version /dependency HTH! I. On 18 August 2014 15:59, Sofiane Bendoukha saw...@hotmail.com wrote: Hello Everybody, can you

Re: SLF4JLoggingModule cannot be resolved to a type

2014-08-18 Thread Andrew Phillips
can you please explain why I am getting this error. I downloaded all required jars. Could you put the code you're using and the exact stacktrace you're getting into a Gist or Pastie [1]? Regards ap [1] http://jclouds.apache.org/reference/report-a-bug/

Re: SLF4JLoggingModule cannot be resolved to a type

2014-08-18 Thread Sofiane Bendoukha
Thank you very much Ignasi Barrera, it's working now. @ Andrew Philips: next time I will try to provide more info about the bug. By the way this bug is related to this http://www.mail-archive.com/user@jclouds.apache.org/msg00881.html, which still not resolved. Now I fixed the problem

Re: Deleting disks on node destroy

2014-08-18 Thread Chris Custine
Hi Sunil, The code for that is here: http://git.io/NgPOtA and you could certainly do the same thing externally. It would be awesome if you could debug that and see what is happening and add a Jira issue.  I have debugged the code from the live tests and it always works for me, so there must

Preparing a node for creating an AMI

2014-08-18 Thread David Bosschaert
Hi all, I'm creating a node in EC2 using JClouds that I later want to save as an AMI, so that I can later create compute nodes from it. I was wondering what the recommended configuration options are for such a scenario, esp in relation to security settings. I'd like to use this AMI for different