Description of problem: When the user clicks the optimizer start button, optimizer fails with Caused by: org.codehaus.jackson.map.JsonMappingException: Unexpected token (END_ OBJECT), expected FIELD_NAME: missing property '@class' that is to contain type id (for class org.ovirt.optimizer.solver.facts.RunningVm) at [Source: io.undertow.servlet.spec.ServletInputStreamImpl@7f95760e; line: 1, column: 45] at org.codehaus.jackson.map.JsonMappingException.from(JsonMappingExcepti on.java:163) [jackson-mapper-asl.jar:1.9.13.redhat-3] at org.codehaus.jackson.map.deser.StdDeserializationContext.wrongTokenEx ception(StdDeserializationContext.java:261) [jackson-mapper-asl.jar:1.9.13.redha t-3] at org.codehaus.jackson.map.jsontype.impl.AsPropertyTypeDeserializer._de serializeTypedUsingDefaultImpl(AsPropertyTypeDeserializer.java:128) [jackson-map per-asl.jar:1.9.13.redhat-3] Impact: One of the key features is not working properly. How reproducible: Right click stopped VM and select optimize start in the webadmin. Additional info: Currently configured Jackson mapping requires @class field for the incoming object. That is wrong.
Is this a dup of bug 1358794?
(In reply to Doron Fediuck from comment #1) > Is this a dup of bug 1358794? Nope, totally unrelated.
verified on : ovirt-optimizer-0.12 verification steps: verify that the start optimizer is working properly