Re: help, I have a HttpParserException

On Tue, 13 Apr 1999, Cedric Vieau wrote:

> Hi,
> 
> I use Jigsaw 2.0.1 configured as a proxy,
> and about 80% of the requests I do with my browser
> get the answer :
> 
> ------------------------------------------------------
> An HTTP error occured while getting: 
> 
> http://www.any_host.com/index.html
> 
> Details "End Of File".
> 
> Generated by http://my_jigsaw_host:8001/
> ------------------------------------------------------
> 
> and jigsaw raises an exception :
>  
> ------------------------------------------------------
> org.w3c.www.http.HttpParserException: End Of File
>         at org.w3c.www.http.HttpReplyMessage.notifyBeginParsing(Compiled Code)
>         at org.w3c.www.mime.MimeParser.parse(Compiled Code)
>         at org.w3c.www.protocol.http.HttpBasicServer.http10_run(Compiled Code)
>         at org.w3c.www.protocol.http.HttpBasicServer.doRequest(Compiled Code)
>         at org.w3c.www.protocol.http.HttpBasicServer.runRequest(Compiled Code)
>         at org.w3c.www.protocol.http.HttpManager.runRequest(Compiled Code)
>         at org.w3c.jigsaw.proxy.ForwardFrame.perform(Compiled Code)
>         at org.w3c.tools.resources.FramedResource.performFrames(Compiled Code)
>         at org.w3c.tools.resources.FramedResource.perform(Compiled Code)
>         at org.w3c.jigsaw.http.httpd.perform(Compiled Code)
>         at org.w3c.jigsaw.http.Client.processRequest(Compiled Code)
>         at org.w3c.jigsaw.http.Client.startConnection(Compiled Code)
>         at org.w3c.jigsaw.http.socket.SocketClient.run(Compiled Code)
>         at org.w3c.util.CachedThread.run(Compiled Code)
> ------------------------------------------------------
> 
> When I am lucky, the requested URL is loaded after 2 or 3
> reload (using the browser's button)
> 
> can anyone help me ?

Sounds like a socket related problem, I had the same problem, while
testing on a linux box with an old jdk (socket timeout was using the wrong
time unit, causing timeout to be 1000 times shorter than the one
expected). Can you give me more information about the setup?

      /\          - Yves Lafon - World Wide Web Consortium - 
  /\ /  \        Architecture Domain - Jigsaw Activity Leader
 /  \    \/\    
/    \   /  \   http://www.w3.org/People/Lafon - ylafon@w3.org    

Received on Wednesday, 14 April 1999 04:04:36 UTC