cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Did you know you can set a signature that will be added to all your posts? Set it here! X

Thingwatcher 8.1 failing when in training state

icoman-2
5-Regular Member

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?

1 ACCEPTED SOLUTION

Accepted Solutions
cmorfin
19-Tanzanite
(To:icoman-2)

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

View solution in original post

1 REPLY 1
cmorfin
19-Tanzanite
(To:icoman-2)

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

Top Tags