cluster commands fail with unrecognized field "diskBisect"
brandonwillard opened this issue · 3 comments
brandonwillard commented
I'm using Serengeti CLI version 0.9.0.
After successfully connecting, I'm getting the following errors when any cluster command is run (e.g. cluster target, cluster list):
cluster target failed: Could not read JSON: Unrecognized field "diskBisect" (Class com.vmware.bdd.apitypes.StorageRead), not marked as ignorable
at [Source: sun.net.www.protocol.http.HttpURLConnection$HttpInputStream@22c28cb7; line: 1, column: 298] (through reference chain: com.vmware.bdd.apitypes.ClusterRead["nodeGroups"]->com.vmware.bdd.apitypes.NodeGroupRead["storage"]->com.vmware.bdd.apitypes.StorageRead["diskBisect"]); nested exception is org.codehaus.jackson.map.exc.UnrecognizedPropertyException: Unrecognized field "diskBisect" (Class com.vmware.bdd.apitypes.StorageRead), not marked as ignorable
at [Source: sun.net.www.protocol.http.HttpURLConnection$HttpInputStream@22c28cb7; line: 1, column: 298] (through reference chain: com.vmware.bdd.apitypes.ClusterRead["nodeGroups"]->com.vmware.bdd.apitypes.NodeGroupRead["storage"]->com.vmware.bdd.apitypes.StorageRead["diskBisect"])
jessehu commented
Hi, are you using Serengeti 0.9 OVA downloaded from VMware website, or compile from source code ?
emlin commented
Brandon,
This problem is because the CLI and Serengeti Server is incompatible. You need to use same version for these two components.
thanks
Emma
brandonwillard commented
Yeah, that sounds about right.