You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@jclouds.apache.org by Ivan Krutov <va...@yandex-team.ru> on 2014/03/04 11:01:34 UTC

java.lang.UnsupportedOperationException: suspend requires installation of the Admin Actions extension

Hi,

When using JClouds Jenkins plugin which is a thin wrapper around JClouds, I'm facing to the following exception:

> java.lang.UnsupportedOperationException: suspend requires installation of the Admin Actions extension

This exception is being thrown by org.jclouds.compute.ComputeService.suspendNodesMatching method with Openstack provider. My question is - what does it mean? Where should I install these extensions, i.e. is it about installing something in Openstack or about adding a library dependency in the code?
 
I also posted this question to StackOverflow: http://stackoverflow.com/questions/21936685/apache-jclouds-library-suspend-requires-installation-of-the-admin-actions-exten

Best regards,
Ivan Krutov
Yandex LLC developer.

Re: java.lang.UnsupportedOperationException: suspend requires installation of the Admin Actions extension

Posted by Andrew Phillips <an...@apache.org>.
> This exception is being thrown by   
> org.jclouds.compute.ComputeService.suspendNodesMatching method with   
> Openstack provider. My question is - what does it mean? Where should  
>  I install these extensions, i.e. is it about installing something  
> in  Openstack or about adding a library dependency in the code?

I suspect this is indeed something that needs to be  
installed/configured in your OpenStack installation:

http://docs.openstack.org/api/openstack-compute/2/content/ext-action.html

You could try to reproduce this, if desired, by calling one of the  
admin actions directly (e.g. using cURL) to see what the response code  
is.

Regards

ap