Details
Description
This has already been reported in JIRA as a bug. Please see below for reference.
https://issues.apache.org/jira/browse/AXIS2-3005
It says, it has been fixed in v1.3 but that is not the case. Issue still exist in 1.4 as well.
----------------------------------------
We have implemented Web Services using Axis2 and facing the below mentioned problem when ever the a request is made to Web Service:
We now installed WebSphere 5.1.1.19
In the logs we still see below error-messages filling our logs. So the fixpack did not solve this issue. Can you please arrange that these
messages do not appear anymore in the logs?
[7/12/07 9:09:32:923 CEST] 82d122f SRTServletRes W WARNING: Cannot set header. Response already committed.
Our Finding:
WebSphere logs the warning message "SRTServletRes W WARNING: Cannot set header. Response already committed." in SystemOut.log due to Axis2. Axis2 processes the incomming request sends the response and then tries to set a header property in response. Because at this point WebSphere has already committed the response so it logs a warning in the log.
Attachments
Issue Links
- duplicates
-
AXIS2-3005 [7/12/07 9:09:32:923 CEST] 82d122f SRTServletRes W WARNING: Cannot set header. Response already committed. is logged when ever a Axis2 based webservice is called
- Resolved