My webCore piston is intermittently receiving the following error message from a WebCore HTTP GET request, “Error executing external web request: java.net.SocketTimeoutException: Read timed out” in the log console. However, the piston is not getting any resultant information in the reserved system variables $httpStatusOK or $httpStatusCode results.
- Can anyone explain why these WebCore reserved system variables are not being set when a socket timeout is triggered or is there another means to trap this socket timeout?
- Can one set a longer socket timeout for a WebCore HTTP web request?