Luis Neves wrote:
I'm running the server with logging set to DEBUG and I would
like to know if there is anything more I can do to try to isolate this
problem.
I'm still struggling with this issue, I'm forced to restart the server every 10
minutes... the debug logging doesn't seem to point to anything specific (at
least to my eyes).
There are some requests that look weird, e.g:
DEBUG #org.apache.mina.filter.codec.http.HttpRequestDecodingState$3#
[NioProcessor-12] - Decoded header:
{-------=[----:---------------------------------------------------------------------------------------------------------------------------------------------------------],
Accept=[*/*], Accept-Encoding=[gzip, deflate], Accept-Language=[pt],
Connection=[Keep-Alive], Host=[wa.sl.pt], User-Agent=[Mozilla/4.0 (compatible;
MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.0.3705; .NET CLR 1.1.4322; Media
Center PC 4.0)]}
DEBUG #org.apache.mina.filter.codec.http.HttpRequestDecodingState$3#
[NioProcessor-12] - Request is HTTP 1/1. Checking for transfer coding
DEBUG #org.apache.mina.filter.codec.http.HttpRequestDecodingState$3#
[NioProcessor-12] - No entity body for this request
and another one:
DEBUG #org.apache.mina.filter.codec.http.HttpRequestDecodingState$3#
[NioProcessor-12] - Decoded header: {Accept=[*/*], Accept-Language=[pt],
Connection=[Keep-Alive], Host=[wa.sl.pt], User-Agent=[Mozilla/4.0 (compatible;
MSIE 6.0; Windows NT 5.1)],
~~~~~~~=[~~~~:~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~],
~~~~~~~~~~~~~~~=[~~~~~ ~~~~~~~]}
DEBUG #org.apache.mina.filter.codec.http.HttpRequestDecodingState$3#
[NioProcessor-12] - Request is HTTP 1/1. Checking for transfer coding
DEBUG #org.apache.mina.filter.codec.http.HttpRequestDecodingState$3#
[NioProcessor-12] - No entity body for this request
I find those "-" and "~" very weird, I doubt that the clients are sending those
headers. If the result of a Mina artifact, from where are those headers coming?
Thanks!
--
Luis Neves