Hi George, I think it shouldn't be the JVM issue. Could you share the jclouds dependencies you are using?
I. El 04/02/2014 21:43, "George Kousiouris" <[email protected]> escribió: > hi all, > > I am trying to run a simple piece of code to get the list of nodes from an > aws account (actually the example from here: http://jclouds.apache.org/ > documentation/userguide/compute/), however i get the following error: > Exception in thread "main" com.google.inject.CreationException: Guice > creation errors: > > 1) No implementation for com.google.common.base. > Optional<org.jclouds.compute.extensions.SecurityGroupExtension> was bound. > while locating com.google.common.base.Optional<org.jclouds.compute. > extensions.SecurityGroupExtension> > for parameter 32 at org.jclouds.aws.ec2.compute. > AWSEC2ComputeService.<init>(AWSEC2ComputeService.java:110) > at org.jclouds.aws.ec2.compute.config.AWSEC2ComputeServiceDependenci > esModule.configure(AWSEC2ComputeServiceDependenciesModule.java:93) > > > I read in a previous email that there might be a java related bug in the > new version (7u51)? that's the one i'm using also. Should i try a previous > version? > > thanks, > george > > --- > This email is free from viruses and malware because avast! Antivirus > protection is active. > http://www.avast.com > >
