Discussion:
[Rabbit-dev] Hotmail problem with 4.9
Luis Soltero
2011-03-13 04:16:24 UTC
Permalink
Hi All,

I get the following error when trying to read mail from hotmail using rabbit 4.9

Feb 22, 2011 11:24:29 AM rabbit.proxy.Connection handleFailedRequestRead
INFO: Exception when reading request
rabbit.httpio.BadHttpHeaderException: Malformed header:z2t!ESLi2*mPOO5UWAZhXuEOIQ$$;
BP=VID=0.2362&VC=0&RC=4&LTT=1298391824313&FR=WC.Hotmail%2AMailFolder%2AR&ST=1298391869392&l=WC.Hotmail&p=0;
MUID=691039153D0C49C5AFF62172FCE6B29F; pres=326a2ed718109853=1; LN=HwodG1298391869391%26784d%2611; wlxS=WebIM=1;
LD=8ea5ac30-d1a8-4297-bd4b-b956b09f193c_003784d2c24_5707_1298391768180=L94|N55344~~~L&8ea5ac30-d1a8-4297-bd4b-b956b09f193c_003784d2c24_5707_1298391824175=L104|N45216~~~L;
wl_preperf=req=25&com=25&cache=8
at rabbit.httpio.HttpHeaderParser.readHeader(HttpHeaderParser.java:176)
at rabbit.httpio.HttpHeaderParser.lineRead(HttpHeaderParser.java:143)
at rabbit.httpio.LineReader.readLine(LineReader.java:43)
at rabbit.httpio.HttpHeaderParser.handleBuffer(HttpHeaderParser.java:60)
at rabbit.httpio.HttpHeaderReader.parseBuffer(HttpHeaderReader.java:124)
at rabbit.httpio.HttpHeaderReader.read(HttpHeaderReader.java:112)
at org.khelekore.rnio.impl.ChannelOpsHandler.handleRead(ChannelOpsHandler.java:105)
at org.khelekore.rnio.impl.ChannelOpsHandler.handle(ChannelOpsHandler.java:160)
at org.khelekore.rnio.impl.SingleSelectorRunner.handleSelects(SingleSelectorRunner.java:344)
at org.khelekore.rnio.impl.SingleSelectorRunner.run(SingleSelectorRunner.java:198)
at java.lang.Thread.run(Thread.java:662)
Feb 22, 2011 11:24:30 AM rabbit.proxy.Connection handleFailedRequestRead
INFO: Exception when reading request
rabbit.httpio.BadHttpHeaderException: Malformed header:z2t!ESLi2*mPOO5UWAZhXuEOIQ$$;
BP=VID=0.2362&VC=0&RC=4&LTT=1298391824313&FR=WC.Hotmail%2AMailFolder%2AR&ST=1298391869392&l=WC.Hotmail&p=0;
MUID=691039153D0C49C5AFF62172FCE6B29F; pres=326a2ed718109853=1; LN=HwodG1298391869391%26784d%2611; wlxS=WebIM=1;
LD=8ea5ac30-d1a8-4297-bd4b-b956b09f193c_003784d2c24_5707_1298391768180=L94|N55344~~~L&8ea5ac30-d1a8-4297-bd4b-b956b09f193c_003784d2c24_5707_1298391824175=L104|N45216~~~L;
wl_preperf=req=25&com=25&cache=8
at rabbit.httpio.HttpHeaderParser.readHeader(HttpHeaderParser.java:176)
at rabbit.httpio.HttpHeaderParser.lineRead(HttpHeaderParser.java:143)
at rabbit.httpio.LineReader.readLine(LineReader.java:43)
at rabbit.httpio.HttpHeaderParser.handleBuffer(HttpHeaderParser.java:60)
at rabbit.httpio.HttpHeaderReader.parseBuffer(HttpHeaderReader.java:124)
at rabbit.httpio.HttpHeaderReader.read(HttpHeaderReader.java:112)
at org.khelekore.rnio.impl.ChannelOpsHandler.handleRead(ChannelOpsHandler.java:105)
at org.khelekore.rnio.impl.ChannelOpsHandler.handle(ChannelOpsHandler.java:160)
at org.khelekore.rnio.impl.SingleSelectorRunner.handleSelects(SingleSelectorRunner.java:344)
at org.khelekore.rnio.impl.SingleSelectorRunner.run(SingleSelectorRunner.java:198)
at java.lang.Thread.run(Thread.java:662)


The problem does not occur with 4.8

any ideas what might be causing this... and more importantly... anyone know how to fix it?

--luis
--
Luis Soltero, Ph.D., MCS
Director of Software Development, CTO
Global Marine Networks, LLC
StarPilot, LLC
Tel: 865-379-8723
Fax: 865-681-5017
E-Mail: lsoltero at globalmarinenet.net
Web: http://www.globalmarinenet.net
Web: http://www.starpilotllc.com
Robert Olofsson
2011-03-15 17:44:55 UTC
Permalink
Hello!

On Sat, 12 Mar 2011 23:16:24 -0500
Post by Luis Soltero
I get the following error when trying to read mail from hotmail using rabbit 4.9
Feb 22, 2011 11:24:29 AM rabbit.proxy.Connection handleFailedRequestRead
INFO: Exception when reading request
rabbit.httpio.BadHttpHeaderException: Malformed header:z2t!ESLi2*mPOO5UWAZhXuEOIQ$$;...
Hmmm.
That looks a bit odd.
Could you provide me with (parts of) the log file instead of some
mangled text?

Can you also provide a wire trace (wireshark is a nice packet sniffer).
Post by Luis Soltero
The problem does not occur with 4.8
any ideas what might be causing this... and more importantly... anyone know how to fix it?
I have not seen that problem before and the changelog only gives one part
that could perhaps cause this.

The easy fix is to downgrade to 4.8 until we have found and fixed the
problem.

If you use git you can also try to remove some of the changes.

I currently have no hotmail account so I guess I have to get one in
order to test this.

/robo

Loading...