Connector Exception 21: Timeout Exception
The eMessaage Connector has a default response timeout (how long it waits for the ThingWorx Platform to respond to a request) of 10 seconds. If the Connector does not get a response to the request within 10 seconds, an error is thrown that contains the following text:
java.util.concurrent.TimeoutException: Timed out waiting for response
Here are some lines from an example of a timeout error that occurred when writing a chunk to the ThingWorx Platform:
...
Error detected while uploading
chunk=position=7340032 total=52428800
targetFile=/uploads/FileTransferDevice199/File50MB.txt
targetRepo=SystemRepository checksum=...
sessionId=...
modelNumber=FileTransferModel
serialNumber=FileTransferDevice199
compression=none
java.util.concurrent.TimeoutException:
Timed out waiting for response
...
Was this helpful?