We are facing Async operation timeout
issue while uploading files to the application. On checking the IBM WebSphere Application (8.5)
server logs, we see that the exception is thrown exactly after 60 seconds. In WAS the HTTP Channel Inbound settings has a ReadTimeOut
value of 60 seconds configured by default.
As per my understanding the whole flow works like this.
- HTTP Connection is established between the client and the server
- Client pushes the information to the destination URL
- The channels configured in IBM WAS reads the information from the connection stream and processes it.
Is this understanding correct or there is more to it?
If the client is unable to push all the information to the destination URL within 60 seconds, there can be a read timeout ?