Hello,
using the new 2.2.07 release, I have cobbled together my own konakart.war file using a custom ant build and deployed under Glassfish 9.0_01.
The app seems to work ok, but on each page transition (ie: navigation to a different page), Glassfish's server.log is reporting:
[#|2007-10-24T16:47:50.613+1000|WARNING|sun-appserver-pe9.0|org.apache.coyote.to
mcat5.CoyoteRequest|_ThreadID=16;_ThreadName=httpWorkerThread-8080-0;_RequestID=
ef381231-441e-4eeb-bc8a-8e8d5e490353;|Unable to set character encoding UTF-8 because request parameters have already been read, or ServletRequest.getReader() has been called|#]
Short of using a debugger or enabling struts debug, I'm not sure how to debug this further. In this app I haven't deployed a log4j.properties yet.
Can anyone cast some light on why this warning might be occurring?
Thanks,
Clinton.