Thingwatcher 8.1 failing when in training state
I have the following configuration:
- Thingworx 8.1
- Thingwatcher 8.1 (results microservice 2.0.3 and training standalone 2.0.5)
The microservices.properties file looks like:
results.destination.uri=results://localhost:8082/results/models
file.storage.path=models
dataset.webservices.url=
dataset.app.id=
dataset.app.key=
When the Thingwatcher goes from calibrating to training state, it fails with the following error:
{"values":[{"status":{"state":"FAILED","message":"UnrecognizedPropertyException: Unrecognized field \"code\" (class com.thingworx.analytics.results.api.ResultResponse), not marked as ignorable (7 known properties: \"status\", \"tags\", \"id\", \"description\", \"lastModified\", \"name\", \"resultUri\"])\n at [Source: org.glassfish.jersey.message.internal.ReaderInterceptorExecutor$UnCloseableInputStream@46d4d675; line: 1, column: 12] (through reference chain: com.thingworx.analytics.results.api.ResultResponse[\"code\"])
Any suggestions how to solve it?

