legacy-jclouds icon indicating copy to clipboard operation
legacy-jclouds copied to clipboard

Results 44 legacy-jclouds issues
Sort by recently updated
recently updated
newest added

``` java.util.NoSuchElementException: ProductItem has no prices:ProductItem{id=4174, description=Ubuntu Linux 12.04 LTS Precise Pangolin - Minimal Install (64 bit), units=N/A, capacity=0.0, prices=[], categories=[ProductItemCategory{id=12, name=Operating System, categoryCode=os}]} at org.jclouds.softlayer.compute.functions.ProductItems$3.apply(ProductItems.java:66) at org.jclouds.softlayer.compute.functions.ProductItems$3.apply(ProductItems.java:62) at org.jclouds.softlayer.compute.functions.ProductItemToImage$4.apply(ProductItemToImage.java:183)...

compute

For the smart os images you will get unrecognized which causes problems upstream in the pallet work I am doing for smartos and joyent. It ideally would return smartos as...

compute

Intermittently running against EC2 it can happen to see: org.jclouds.http.HttpResponseException: command: POST https://ec2.eu-west-1.amazonaws.com/ HTTP/1.1 failed with response: HTTP/1.1 503 Service Unavailable; content: [Request limit exceeded.] This issue was reported and...

compute

currently, jclouds allows users to specify request timeouts via method names. ex. S3Client.listBucket However, there are limitations with this. 1. upon refactoring, the externalized form changes and can be invalid...

This is a first attempt on adding jmx support to jclouds and I am creating a pull request for feedback. What this pull request adds: i) A Management Context, which...

Hi, I was trying the EC2 driver against the OpenNebula EC2 implementation, and I am getting errors parsing dates: Caused by: java.text.ParseException: Unparseable date: "2013-02-14T17:53:20+0100" at java.text.DateFormat.parse(DateFormat.java:354) at org.jclouds.date.internal.SimpleDateFormatDateService.iso8601DateParse(SimpleDateFormatDateService.java:154) The...

Incorrectly calculated the signature of http call aws api.

I recently upgraded to 1.6.0 (rc2). I was using runScriptOnNode call on EC2 instance. In some cases, I get the following error. Apparently, the ssh connection is being tried on...

The definition for m2.xlarge in `org.jclouds.ec2.compute.domain.EC2HardwareBuilder` has a single 420GB Volume that is also the boot drive. ``` java /** * @see InstanceType#M2_XLARGE */ public static EC2HardwareBuilder m2_xlarge() { return...

A user found that after they create an image, they cannot start an instance of that image due to it not being found by the TemplateBuilder. See the example code...