PQ70895: WEBCONTAINER ATTEMPTS TO READ POST DATA AFTER IOTIMEOUT | |||||||||||||||||||||||||||||||||||||||
![]() |
|||||||||||||||||||||||||||||||||||||||
![]() APAR status Closed as program error. Error description Webcontainer attempts to read post data after IOTimeout. Possible error entry is: WebGroup X Servlet Error: Error while finishing the connection: java.io.InterruptedIOException: Read timed out at java.net.SocketInputStream.socketRead(Native Method) at java.net.SocketInputStream.read(SocketInputStream.java:113) at com.ibm.ws.io.Stream.read(Stream.java:17)Local fix Problem summary **************************************************************** * USERS AFFECTED: WebSphere Application Server users * * experiencing connection timeouts * * when servicing HTTP Requests. * **************************************************************** * PROBLEM DESCRIPTION: WebSphere outputs an error message to * * the logs indicating a connection * * timeout in attempting to read POST * * data sent from a client. * **************************************************************** * RECOMMENDATION: * **************************************************************** At the end of a POST request, WebSphere attempts to read from the client any remaining POST data that was sent by the client. If an IOException occurs during the reading of the POST data (when parsing the original POST data), WebSphere should not attempt to read the POST data again since the client socket is no longer accessible to read data from.Problem conclusion Modified the code to limit the possibility of this IOException from occurring. WebSphere will now track if an IOException occurs when reading in the original POST data and not try to read from the socket when this occurs.Temporary fix Comments
APAR is sysrouted FROM one or more of the following: APAR is sysrouted TO one or more of the following: PQ70939 Modules/Macros
SRLS
|
Document Information |
Product categories: Software > Application Servers >
Distributed Application & Web Servers > WebSphere Application
Server > General
Operating system(s):
Software version: 400
Software edition:
Reference #: PQ70895
IBM Group: Software Group
Modified date: Mar 11, 2003
(C) Copyright IBM Corporation 2000, 2006. All Rights Reserved.