Hi there

It looks like you have a version conflict? From your POM, the version of the jclouds OpenStack JARs will probably be 1.7.3:

  <jclouds.version>1.7.3</jclouds.version>

The stacktrace indicates that the jclouds core libraries are 1.7.2:

at org.jclouds.json.internal.EnumTypeAdapterThatReturnsFromValue.deserialize(EnumTypeAdapterThatReturnsFromValue.java:44) ~[jclouds-core-1.7.2.jar:1.7.2]

Could you update your project definition so that you're using 1.7.3 for all jclouds libraries? If that doesn't seem to work, could you get the full dependency list by running

mvn dependency:tree

in your project's root directory, and putting the result in a Gist or Pastie?

Regards

ap

Reply via email to