Probably something is incorrectly using the provider key "ec2" in an "aws-ec2" test. On Sep 26, 2013 2:05 PM, "Andrew Bayer" <[email protected]> wrote:
> java.lang.IllegalArgumentException: backend type: > org.jclouds.rest.ApiContext<org.jclouds.ec2.EC2Api> not assignable from > org.jclouds.rest.ApiContext<org.jclouds.aws.ec2.AWSEC2Api> > at > com.google.common.base.Preconditions.checkArgument(Preconditions.java:120) > at org.jclouds.internal.BaseView.unwrap(BaseView.java:54) > at org.jclouds.internal.BaseView.unwrapApi(BaseView.java:77) > at > > org.jclouds.aws.ec2.compute.AWSEC2ComputeServiceLiveTest.testExtendedOptionsAndLogin(AWSEC2ComputeServiceLiveTest.java:81) > > And others with that same exception - any ideas? > > A. >
