Community Tip - Learn all about the Community Ranking System, a fun gamification element of the PTC Community. X
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?
Solved! Go to Solution.
Hi Ionut
As per the Help Center file.storage.path= should have format file:/path.
Could you try with this (a restart of result and training microservice is needed)
If still issue, Could you post :
- training and result yml files
- alert subsystem configuration page
- training and result log files ( See https://www.ptc.com/en/support/article?n=CS266118)
- ApplicationLog.log file
Thank you
Kind regards
Christophe
Hi Ionut
As per the Help Center file.storage.path= should have format file:/path.
Could you try with this (a restart of result and training microservice is needed)
If still issue, Could you post :
- training and result yml files
- alert subsystem configuration page
- training and result log files ( See https://www.ptc.com/en/support/article?n=CS266118)
- ApplicationLog.log file
Thank you
Kind regards
Christophe