Re: error with example code for OpenStack

2014-12-18 Thread Everett Toews
If you’re only using the example from the website, there should be no trace of jclouds 1.5.7 in your dependency tree. Can you please share your pom.xml file with us? It should exactly match this one [1]. Thanks, Everett [1] http://jclouds.apache.org/guides/openstack/#pom On Dec 16, 2014, at

Re: error with example code for OpenStack

2014-12-17 Thread Ignasi Barrera
It seems that you are *not* trying to use Nova but the swift provider? Can you paste the code you are using? On 16 December 2014 at 18:44, Jesus arteche chechu.li...@gmail.com wrote: I could compile it, but executing...I got this: Exception in thread main java.util.ServiceConfigurationError:

Re: error with example code for OpenStack

2014-12-16 Thread Jesus arteche
hey thanks for the answer, I downloaded following the steps from the website, using the Maven approach (yesterday). This is the output of your command: [INFO] Scanning for projects... [INFO] [INFO] [INFO] Building my-app

Re: error with example code for OpenStack

2014-12-16 Thread Jesus arteche
I could compile it, but executing...I got this: Exception in thread main java.util.ServiceConfigurationError: org.jclouds.providers.ProviderMetadata: Provider org.jclouds.rackspace.cloudfiles.CloudFilesUSProviderMetadata could not be instantiated at

error with example code for OpenStack

2014-12-15 Thread Jesus arteche
Hey guys, I'm running the example code for OpenStack from this site: https://jclouds.apache.org/guides/openstack/ for nova And I'm getting this error when it tries to build the connector: JCloudsNova.java:42: error: no suitable method found for buildApi(ClassNovaApi)