Hi, I keep getting the following warning messages in the websphere5.0 logs, it does not seem to affect the application, but they clutter up the logs, I was wondering if anyone knows what these messages are about and how I can get rid of them.
[7/21/04 15:27:12:796 EDT] 964f8e TraceNLS u No message text associated with key WARNING:.Cannot.set.header..Response.already.committed. in bundle com.ibm.ejs.resources.seriousMessages [7/21/04 15:27:12:790 EDT] 964f8e SRTServletRes W WARNING: Cannot set header. Response already committed. --------------------------------------------------------------------------------
Shailesh Kini
Ranch Hand
Joined: Oct 17, 2001
Posts: 153
posted
0
Hey Nikita,
This seems to happen when you are trying to write to the response when it is commited. For ex... there's a forward on the page and there is code which is trying to write to the response after the forward piece.