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 2014/04/10 22:04:30 UTC

[jira] [Closed] (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:all-tabpanel ]

Everett Toews closed JCLOUDS-374.
---------------------------------

       Resolution: Invalid
    Fix Version/s:     (was: 1.5.11)

If this is still a valid problem, please reopen the issue.

> 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
>            Assignee: Everett Toews
>              Labels: easyfix, features, test
>
> 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.2#6252)