Thingworx Remote Thing Error
I have a Java remote Thing (Thingworx Java SDK version 6.0.2 367 Build).
This remote thing is connected and functions as expected. The remote thing client portion is built off of the sample code that was provided with the SDK download.
There is a mashup the runs the service defined in the Java code.
I also have a subscription that is triggered off of a Scheduler Thing.
The subscription runs a local service that calls the remote service and continues based off of the successful completion of the remote service.
This set up will run for months, sometimes weeks without issue. When it gets stuck I get this error:
JavaException: com.thingworx.dsl.exceptions.DSLRequestProcessingException: Execution error in service script [Type.Thing:Entity.ThingName.Scheduler:Event.ScheduledEvent] :: Wrapped com.thingworx.common.exceptions.GenericHTTPException (GenerateAll#18)
When it happens, I shut down the Remote thing and restart it and it goes back to working.
Has anyone come across this error before? Any ideas on what could be causing this issue?
Not sure if this was solved in an update. But wanted to check before reworking my program.
