Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
OpenStack Folsom and JClouds 1.5.2
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  3 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post will appear after it is approved by moderators
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Leander  
View profile  
 More options Nov 12 2012, 8:53 am
From: Leander <leande...@gmail.com>
Date: Mon, 12 Nov 2012 05:53:02 -0800 (PST)
Local: Mon, Nov 12 2012 8:53 am
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 must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Everett Toews  
View profile  
 More options Nov 12 2012, 8:59 am
From: Everett Toews <everett.to...@RACKSPACE.COM>
Date: Mon, 12 Nov 2012 13:59:24 +0000
Local: Mon, Nov 12 2012 8:59 am
Subject: Re: OpenStack Folsom and JClouds 1.5.2

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.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Leander Bessa Beernaert  
View profile  
 More options Nov 12 2012, 9:49 am
From: Leander Bessa Beernaert <leande...@gmail.com>
Date: Mon, 12 Nov 2012 14:49:43 +0000
Local: Mon, Nov 12 2012 9:49 am
Subject: Re: OpenStack Folsom and JClouds 1.5.2

Sorry about, that. Turns out it was a network connectivity problem on my
side. A firewall rule was routing the requests to the wrong machine :/

Regards,

Leander

On Mon, Nov 12, 2012 at 1:59 PM, Everett Toews
<everett.to...@rackspace.com>wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »