> You are doing something like res.getOutputStream().write(data); twice > within the same request. This could be for several reasons > and it general > occurs when you include a page in your response and then try > to use the > above - you can do a response.isCommited() to check the state of the > response.
I don't use any output streams in the system. I don't use any includes. I do use a jdbc driver for mySQL and the problem could well be in there (both recent problems have occurred shortly after changes to the database access routines). Any further ideas? Mostly I would like to know any way that I can get enough information to trace the issue myself. J. -- You're only jealous cos the little penguins are talking to me. *************************************************************** For more information on Ordnance Survey products and services, visit our web site at http://www.ordnancesurvey.co.uk *************************************************************** -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
