[
https://issues.apache.org/jira/browse/JCLOUDS-374?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14019187#comment-14019187
]
Everett Toews commented on JCLOUDS-374:
---------------------------------------
I just ran into this error. The problem was that I had a newer version of Guava
on my classpath than the version of Guava that jclouds was actually using.
The solution is to use the version of Guava that jclouds uses.
> 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)