Github user aledsage commented on the pull request:
https://github.com/apache/incubator-brooklyn/pull/103#issuecomment-52053354
Fails for blobstore (due to 1.8.0 upgrade perhaps)?
./bin/cloud-explorer blobstore list-containers --location
jclouds:softlayer:ams01
Location {
provider: softlayer
displayName: Softlayer Amsterdam
identity: cloudsoft
region: ams01
}
2014-08-13 15:13:08,703 ERROR Execution error: api {id=softlayer,
name=SoftLayer API, views=[org.jclouds.compute.ComputeServiceContext],
endpointName=https endpoint, identityName=API Username,
credentialName=Optional.of(API Key),
documentation=http://sldn.softlayer.com/article/REST, api=interface
org.jclouds.softlayer.SoftLayerApi} not wrappable as
org.jclouds.blobstore.BlobStoreContext; context:
org.jclouds.rest.ApiContext<org.jclouds.softlayer.SoftLayerApi>, views:
[org.jclouds.compute.ComputeServiceContext]
java.lang.IllegalArgumentException: api {id=softlayer, name=SoftLayer API,
views=[org.jclouds.compute.ComputeServiceContext], endpointName=https endpoint,
identityName=API Username, credentialName=Optional.of(API Key),
documentation=http://sldn.softlayer.com/article/REST, api=interface
org.jclouds.softlayer.SoftLayerApi} not wrappable as
org.jclouds.blobstore.BlobStoreContext; context:
org.jclouds.rest.ApiContext<org.jclouds.softlayer.SoftLayerApi>, views:
[org.jclouds.compute.ComputeServiceContext]
at org.jclouds.ContextBuilder.buildView(ContextBuilder.java:615)
~[jclouds-core-1.8.0.jar:1.8.0]
Execution error: api {id=softlayer, name=SoftLayer API,
views=[org.jclouds.compute.ComputeServiceContext], endpointName=https endpoint,
identityName=API Username, credentialName=Optional.of(API Key),
documentation=http://sldn.softlayer.com/article/REST, api=interface
org.jclouds.softlayer.SoftLayerApi} not wrappable as
org.jclouds.blobstore.BlobStoreContext; context:
org.jclouds.rest.ApiContext<org.jclouds.softlayer.SoftLayerApi>, views:
[org.jclouds.compute.ComputeServiceContext]
java.lang.IllegalArgumentException: api {id=softlayer, name=SoftLayer API,
views=[org.jclouds.compute.ComputeServiceContext], endpointName=https endpoint,
identityName=API Username, credentialName=Optional.of(API Key),
documentation=http://sldn.softlayer.com/article/REST, api=interface
org.jclouds.softlayer.SoftLayerApi} not wrappable as
org.jclouds.blobstore.BlobStoreContext; context:
org.jclouds.rest.ApiContext<org.jclouds.softlayer.SoftLayerApi>, views:
[org.jclouds.compute.ComputeServiceContext]
at org.jclouds.ContextBuilder.buildView(ContextBuilder.java:615)
at org.jclouds.ContextBuilder.buildView(ContextBuilder.java:599)
at
brooklyn.location.jclouds.JcloudsUtil.newBlobstoreContext(JcloudsUtil.java:346)
at
brooklyn.cli.CloudExplorer$BlobstoreCommand.doCall(CloudExplorer.java:326)
at
brooklyn.cli.CloudExplorer$JcloudsCommand.call(CloudExplorer.java:149)
at brooklyn.cli.CloudExplorer$JcloudsCommand.call(CloudExplorer.java:1)
at brooklyn.cli.CloudExplorer.execCli(CloudExplorer.java:455)
at brooklyn.cli.CloudExplorer.execCli(CloudExplorer.java:447)
at brooklyn.cli.CloudExplorer.main(CloudExplorer.java:90)
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---