You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@jclouds.apache.org by "Everett Toews (JIRA)" <ji...@apache.org> on 2013/11/12 19:24:18 UTC

[jira] [Commented] (JCLOUDS-374) Exception while creating the server in OpenStack Nova API

    [ https://issues.apache.org/jira/browse/JCLOUDS-374?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13820302#comment-13820302 ] 

Everett Toews commented on JCLOUDS-374:
---------------------------------------

Is it possible for you to upgrade to jclouds 1.6.2-incubating and see if that fixes the problem?

DevStack doesn't maintain an stable Essex branch anymore so it's really difficult to test this one, see [DevStack branches|https://github.com/openstack-dev/devstack/branches].

Also, the jclouds 1.5.x line is about to go out of maintenance once jclouds 1.6.3/1.7.0 is released. 

> Exception while creating the server in OpenStack Nova API
> ---------------------------------------------------------
>
>                 Key: JCLOUDS-374
>                 URL: https://issues.apache.org/jira/browse/JCLOUDS-374
>             Project: jclouds
>          Issue Type: Bug
>          Components: jclouds-compute, jclouds-core, jclouds-examples, jclouds-labs-openstack
>    Affects Versions: 1.5.10
>         Environment: jclouds Version: jclouds-compute-1.5.1,jclouds-core-1.5.1,
> Cloud and API Version: OpenStack Essex
> Operating system:  Windows7
> Java Version: 1.7.0_05
>            Reporter: Nadeem
>              Labels: easyfix, features, test
>             Fix For: 1.5.11
>
>
> Code:
> CreateServerOptions options = CreateServerOptions.Builder.adminPass("password");
> ServerCreated serverCreated = serverApi.create(computeData.getServerName(), computeData.getImageId(), flavourId, options);
> eg: ServerCreated serverCreated = serverApi.create("ServerTest", "f414c2a5-fb5b-49d2-a9e0-7c055703e4d2", "1",options);
> The code above throws the following error:
> Error Log:
> "com.google.gson.JsonSyntaxException: java.lang.IllegalStateException: Expected BEGIN_OBJECT but was STRING at line 1 column 5".
> The server is created, but the error restricts me from proceeding further. Kindly help.



--
This message was sent by Atlassian JIRA
(v6.1#6144)