We are running 22R2 SU7 and get the following error in Connect (Application Messages) when receiving a large inbound message.
“ExecutionException from Sender thread
Caused by: ifs.fnd.connect.senders.ConnectSender$TemporaryFailureException: Exception while sending data
Caused by: java.net.SocketTimeoutException: Read timed out”
This happens when a large inbound JSON message gets posted to IFS Gateway and then routed to a routing address with either Projection or REST-API endpoint and executed by the Batch Processor.
The error occur after 500 seconds so we suspect some timeout setting to be set to 500 seconds but we haven’t found any setting like that. We have default setting which for Request Timeouts and none of them are 500 seconds. Also the Work Timeout settings for Senders and Readers have a different (in our case larger) setting than 500 seconds.
Anyone have an idea what setting we need to change (increase) to solve the problem?