I've been using jclouds 1.5.2 with OpenStack Folsom extensively without any major problems.
The timeout you're getting makes me suspect one of the services you're trying to use with jclouds didn't get restarted after the upgrade. I'd suggest using curl to double check that all of the services you're trying to connect to are running. Have a look at the log output of your services to see how they're reacting to the curl commands.
Regards,
Everett
From: Leander <leande...@gmail.com<mailto:leande...@gmail.com>>
Reply-To: "jclouds@googlegroups.com<mailto:jclouds@googlegroups.com>" <jclouds@googlegroups.com<mailto:jclouds@googlegroups.com>>
Date: Monday, November 12, 2012 7:53 AM
To: "jclouds@googlegroups.com<mailto:jclouds@googlegroups.com>" <jclouds@googlegroups.com<mailto:jclouds@googlegroups.com>>
Subject: OpenStack Folsom and JClouds 1.5.2
Hello all,
I've recently upgraded my OpenStack installation from Essex to Folsom. However, when I try my existing code to list the nodes currently running on my setup I get the following error:
Exception in thread "main" java.lang.reflect.UndeclaredThrowableException
at $Proxy82.listInDetail(Unknown Source)
at org.jclouds.openstack.nova.v2_0.compute.NovaComputeServiceAdapter.listNodes (NovaComputeServiceAdapter.java:197)
at org.jclouds.compute.strategy.impl.AdaptingComputeServiceStrategies.listDeta ilsOnNodesMatching(AdaptingComputeServiceStrategies.java:115)
at org.jclouds.compute.strategy.impl.AdaptingComputeServiceStrategies.listNode s(AdaptingComputeServiceStrategies.java:110)
at org.jclouds.compute.internal.BaseComputeService.listNodes(BaseComputeServic e.java:342)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:5 7)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImp l.java:43)
at java.lang.reflect.Method.invoke(Method.java:601)
at com.google.inject.internal.DelegatingInvocationHandler.invoke(DelegatingInv ocationHandler.java:37)
at $Proxy72.listNodes(Unknown Source)
at elastack.cloud.jclouds.JCCloud.listServersForGroup(JCCloud.java:65)
at serpentine.starter.standalone.Main.main(Main.java:72)
Caused by: java.util.concurrent.TimeoutException: Timeout waiting for task.
at com.google.common.util.concurrent.AbstractFuture$Sync.get(AbstractFuture.ja va:264)
at com.google.common.util.concurrent.AbstractFuture.get(AbstractFuture.java:96 )
at org.jclouds.concurrent.ExceptionParsingListenableFuture.get(ExceptionParsin gListenableFuture.java:76)
at org.jclouds.concurrent.internal.SyncProxy.invoke(SyncProxy.java:170)
Any ideas? I'm using JClouds 1.5.2 with maven.
Regards,
Leander
--
You received this message because you are subscribed to the Google Groups "jclouds" group.
To view this discussion on the web visit https://groups.google.com/d/msg/jclouds/-/M3aBYfeqrq8J.
To post to this group, send email to jclouds@googlegroups.com<mailto:jclouds@googlegroups.com>.
To unsubscribe from this group, send email to jclouds+unsubscribe@googlegroups.com<mailto:jclouds+unsubscribe@googlegroup s.com>.
For more options, visit this group at http://groups.google.com/group/jclouds?hl=en.