Re: Issue running CloudFilesPublish.java example

2014-01-24 Thread Carlos Ospina
Thanks for the quick response. I'm indeed using JDK 1.7 u51. I tested jdk 1.6 and it fixed the issue. I need to use JDK 1.7 though, but maven is not accepting version 1.7.1-SNAPSHOT... not yet at least. I guess I have to configure a new repository in my pom.xml... I'll get to that. Thanks

Re: Issue running CloudFilesPublish.java example

2014-01-24 Thread Ignasi Barrera
Hi! Here you'll find how to configure the snapshot repository: http://jclouds.apache.org/documentation/userguide/installation-guide/#snapshot On 24 January 2014 17:07, Carlos Ospina carlos.osp...@gmail.com wrote: Thanks for the quick response. I'm indeed using JDK 1.7 u51. I tested jdk 1.6

Re: Issue running CloudFilesPublish.java example

2014-01-24 Thread Andrew Phillips
I'm indeed using JDK 1.7 u51. I tested jdk 1.6 and it fixed the issue. Sorry, I should have been more explicit: you can use any 1.7 version up to 7u45. It's *just* 7u51 that suffers from this problem ;-) Hope that helps! ap

Node to NodeMetadata ( Bridging the gap )

2014-01-24 Thread Neil Corbet
Hello All, I am new to JClouds and I am hoping that maybe someone can help point me in the right direction. I have a basic use case. I need to do the following: 1. Grab a Load Balancer 2. Disable the nodes one by one to take them out of the load balancer. 3. Shut down an app server ( tomcat )

Re: Node to NodeMetadata ( Bridging the gap )

2014-01-24 Thread Carlos Ospina
Hello Neil. I believe the best way to do steps 3-6 is to use a Continuous integration server like Hudson or Jenkins. I do this very often and works like a charm. The Balancer tasks can also be automated with the CI server On Jan 24, 2014 8:55 PM, Neil Corbet neil.cor...@gmail.com wrote: Hello