Questions tagged [jclouds]

Apache jclouds® is an open source multi-cloud toolkit for the Java platform that gives you the freedom to create applications that are portable across clouds while giving you full control to use cloud-specific features.

Apache jclouds® is an open source multi-cloud toolkit for the Java platform that gives you the freedom to create applications that are portable across clouds while giving you full control to use cloud-specific features.

See http://jclouds.apache.org/

269 questions
1
vote
1 answer

jclouds connection refused during hazelcast clustering

Questions Why does it use localhost? What does keystone have to do with it? I can't seem to configure a keystone endpoint Context App: Spring Boot (1.5.6) REST API Hibernate 5.2 Hazelcast 3.9 - as 2nd-level cache only hazelcast-jclouds…
Eric J Turley
  • 350
  • 1
  • 5
  • 20
1
vote
1 answer

The number of source components provided (78) exceeds the maximum (32)

Could not find any Google Search results which can hint me what issue is here? I'm trying to upload ~8 GB file and ran into this issue. All smaller files up to 20MB got uploaded just fine. Are there any JClouds parameters I need to set to make…
Udy
  • 31
  • 2
1
vote
1 answer

Port forward Devstack tried to connect to local IP instead of IP address of port forwarding in Swift

I installed Devstack in one of the VMs inside the network with IP address 192.168.89.51 but I port forwarded of port 5000 into seclab...de:50071. The authentication in Keystone is successful and I was able to get the token from Keystone but when I…
Ihsan Haikal
  • 1,085
  • 4
  • 16
  • 42
1
vote
0 answers

Trying to fix warning in clojure version of jclouds: "WARNING: failed to find key for value ... choosing first:"

I'm using [org.apache.jclouds/jclouds-all "1.9.2"] to connect to rackspace's cloudfiles. I'm able to connect, upload, download, etc but everytime I do I get the following warning org.jclouds.logging.jdk.JDKLogger logWarn WARNING: failed to find key…
1
vote
1 answer

Transient mode for unit tests with jclouds and Openstack Swift doesn't work

I just migrated to jclouds 2.0.0 (it was suppose to some of the problems with not repeatable operations and it did). Here are the dependencies org.apache.jclouds.driver
lotk
  • 384
  • 7
  • 20
1
vote
1 answer

Is it possible to stream a file from a Java server to OpenStack Swift?

I need to store very large files in the OpenStack swift through the Java server. Java server performs authentication, validation and other special logic after that it sends file into OpenStack Swift. The problem is that I don't need to store big…
Oleksandr
  • 3,574
  • 8
  • 41
  • 78
1
vote
0 answers

OpenStack - KeyPair extension is sometimes unavailable

I have a Java application that uses jclouds to launch new VMs. Lately, I've been getting a message from jclouds that says Key Pairs are required by options, but the extension is not available!. Interestingly (and very annoyingly), this is an…
FrustratedWithFormsDesigner
  • 26,726
  • 31
  • 139
  • 202
1
vote
1 answer

Can one use the S3 APIs in the Java AWS SDK with a private server exposing the S3 interface?

I would like to connect to a server that exposes the S3 interface. I am currently using jclouds. And I would like to check other alternatives. Does the Java AWS SDK work with private servers? (I don't get it from the documentation for example what…
Gabriel Petrovay
  • 20,476
  • 22
  • 97
  • 168
1
vote
0 answers

failed to generate script

I am trying to bootstrap chef node using jclouds libraries instead Knife, but always i get the same problem. my code crash during script generation ,which will be executed in the nodes. with debugging, the exception is triggered in this…
Omar
  • 38
  • 1
  • 5
1
vote
1 answer

Openstack swift plugin on Jenkins

I'm setting up a CI/CD server based on Jenkins. For CD purpose, I'd like to publish this build result (An Android APK in my case) to a data server. I choose an OVH server for data storage which is based on Openstack. I use the JCloud Jenkins plugin…
donof43
  • 41
  • 4
1
vote
1 answer

How to use jclouds-chef API for accessing nodes and runlists

I am first time user of jclouds and looking for the details of: set up configure the jclouds samples / references to use jclouds to identify the nodes / runlists from chef can you please share details thanks.
louglas
  • 11
  • 3
1
vote
1 answer

Jenkins Jcloud and digitalocean provisionning

I'm trying to provision digitalocean droplet through jenkins jcloud plugin but am having a hard time knowing what to put. First of all is this the right endpoint url for the api v2?: https://api.digitalocean.com/v2 In digitalocean I've created an…
user3142208
  • 424
  • 1
  • 6
  • 12
1
vote
0 answers

Download object performance for Jclouds swift client

Download object performance for jclouds java swift client is much slower than the python swiftclient api. I am using the blobstore api for jclouds. For download of a 8GB object,I tried : Blob blob = blobStore.getBlob("container", "object"); …
snekam
  • 29
  • 2
  • 5
1
vote
1 answer

JClouds and OpenStack : IllegalStateException: Expected BEGIN_ARRAY but was STRING

I'm trying to access OpenStack Swift using Apache JClouds 1.9.2 library. Maven dependency : org.apache.jclouds jclouds-all 1.9.2 I began with the…
krause
  • 436
  • 5
  • 24
1
vote
1 answer

Apache brooklyn create own volumes instead of using the existing one

I use Apache Brooklyn 0.8.0-incubating to create d2.xlarge instance on AWS with the following Blueprint: location: jclouds:aws-ec2: region: eu-central-1 ... provisioning.properties: imageId: eu-central-1/ami-7bcddf17 # Redhat 6.6 …
Felix Otto
  • 27
  • 5