Production Web Viewer v12.1 had an issue with HTTP Timeout. Initial recycling of WAS servers provided no relief.
STC BBOO0327I HTTP REQUEST TIMEOUT: 003
Post event analysis revealed a user triggered the problem when they tried to SMTP mail an attachment in excess of 4 Gig. Logs also showed there were only 30 threads available. max heap was only 3 Gig,
The user requesting over 4 GB of data quite possibly hung the WAS server. There could have eventually been an OutOfMemory exception because of the Java Heap Size was set to 3 GB maximum.
Recycling WebSphere servers resolved the problem (though there may have been underlying network issues resolved prior to the recycle).
Recommended
it is a good idea to enforce some limits to downloads in coordination with the User's Business Requirements.