[Rabbit-dev] Request-URI Too Long

Mindaugas Žakšauskas mindas at gmail.com
Thu Jan 6 22:33:08 CET 2011


OK, I got some results after putting logging statements and
recompiling Rabbit (btw I'm using v4.7):

8<------------------------------------------------------------------------
06-Jan-2011 14:10:51 rabbit.httpio.HttpHeaderReader parseBuffer
WARNING: RequestLineTooLongException: current header: GET
http://www.facebook.com/profile.php?id=XXXXXXXXX&ref=ts&__a=26&ajaxpipe=1&quickling[version]=330157

Accept: application/x-ms-application, image/jpeg,
application/xaml+xml, image/gif, image/pjpeg, application/x-ms-xbap,
*/*

Referer: http://www.facebook.com/

Accept-Language: en-GB

User-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64;
Trident/4.0; GTB6.6; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729;
.NET CLR 3.0.30729;

Accept-Encoding: gzip, deflate

Host: www.facebook.com

Proxy-Connection: Keep-Alive

WARNING: RequestLineTooLongException: current buffer:
java.nio.DirectByteBuffer[pos=0 lim=3773 cap=131072]
8<------------------------------------------------------------------------

or another:

8<------------------------------------------------------------------------
WARNING: RequestLineTooLongException: current header: GET
http://ad.yieldmanager.com/pixel?id=337399&t=2 HTTP/1.1

Host: ad.yieldmanager.com

User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_8; en-us)
AppleWebKit/533.19.4 (KHTML, like Gecko) Version/5.0.3 Safari/533.19.4

Referer: http://uk.yahoo.com/

Accept: */*

Accept-Language: en-us

Accept-Encoding: gzip, deflate


06-Jan-2011 15:20:58 rabbit.httpio.HttpHeaderReader parseBuffer
WARNING: RequestLineTooLongException: current buffer:
java.nio.DirectByteBuffer[pos=0 lim=3991 cap=131072]
8<------------------------------------------------------------------------


It seems that if this exception happens, there are few others soon to
follow. Can this be related to keep-alive?

Is there anything else I can help identifying this?

m.



More information about the Rabbit-dev mailing list