Re: [Openstack] Fwd: Question about cloudfiles API

2012-06-04 Thread Shawn Heisey
On 5/30/2012 4:02 PM, Luis Gervaso wrote: Hi Shawn, I discovered in your code: 1) properties.put(identity.endp oint.publicURL, http:/testb.REDACTED.com:8080/v2.0 http://testb.REDACTED.com:8080/v2.0); here you are using only one slash http:/. So it's not valid URL. 2)

Re: [Openstack] Fwd: Question about cloudfiles API

2012-05-30 Thread Shawn Heisey
On 5/29/2012 5:51 PM, Luis Gervaso wrote: Good point, I'll prepare a benchmark Until RC3 you can build from source (2 steps) I installed maven ... that required a huge number of dependencies. I was able to get the source for the openstack java sdk compiled using the openjdk on ubuntu.

Re: [Openstack] Fwd: Question about cloudfiles API

2012-05-30 Thread Shawn Heisey
On 5/29/2012 5:51 PM, Luis Gervaso wrote: Good point, I'll prepare a benchmark Until RC3 you can build from source (2 steps) #git clone #mvn clean install As I mentioned in my last email, I am getting an exception, see that email for full exception details. This is the code in my little

Re: [Openstack] [Swift] Question about cloudfiles API

2012-05-29 Thread Shawn Heisey
On 5/24/2012 4:29 PM, Greg wrote: It is mostly the likely the self-signed certificate issue you suspected. Java (and other languages) are pretty notorious for rejecting such unless you configure them just right. I haven't worked with Java in 10 years, so my knowledge of how to fix that is

Re: [Openstack] Fwd: Question about cloudfiles API

2012-05-29 Thread Shawn Heisey
On 5/24/2012 7:25 PM, Luis Gervaso wrote: Hi Shawn, You can try with OpenStack Java SDK https://github.com/woorea/openstack-java-sdk https://github.com/woorea/openstack-java-sdk/wiki/Swift-Tutorial Is there a jar I can download and a list of dependencies? That appears to be a source

[Openstack] Question about cloudfiles API

2012-05-24 Thread Shawn Heisey
This question is probably more appropriate for the Swift mailing list, but I could not figure out how to subscribe to that list, so it's going here. I'm OK with moving it there, if someone can tell me how to get subscribed, or if I'm in completely the wrong place, let me know. I am