|
jcloudsAPI
Warning! This page is out of date. Check http://www.jclouds.org/documentation/reference/jclouds-api for an updated version. | |
► Sign in to add a comment
|
Search
|
|
jcloudsAPI
Warning! This page is out of date. Check http://www.jclouds.org/documentation/reference/jclouds-api for an updated version. | |
I'm having trouble using the Loggin section. I tried to test the Loggin section code and I had to make the dependency in my pom.xml file, that is jclouds-log4j
<dependency>
</dependency>It gives me the exception:
Exception in thread "main" java.lang.IllegalArgumentException?: please configure contextbuilder class for cloudservers-us
thanks in advance =)
I've faced the same problem with App Engine. It happened because the server still got the old JAR version (beta-08 in my case).
The problem is at line 406 of the class Utils, OK? But, in version 09, this class has no more than 333 lines. So, it seems to me this problem happens when version 08 and 09 are both in the classpath. Using solely 09 will fix this.