- From: Enrico Spinielli <Enrico.Spinielli@marconi.com>
- Date: Wed, 4 Jul 2001 20:58:49 +0200
- To: www-jigsaw@w3.org
Hi all,
I have got a strange exception running Jigsaw.
Here is the description of the test I did:
1) I set up a real (spine, my home page) with a user (me) and the possibility to
perform authenticated PUTs
2) I committed everithing and restart Jigsaw
3) From Amaya I access my home page
4) nothing else, some time passes.....and this is the log:
loading properties from:
/home/users/spiniell/caos/Jigsaw/Jigsaw/config/server.props
*** Warning : JigAdmin[2.2.0]: no logger specified, not logging.
JigAdmin[2.2.0]: serving at http://gesun128:8009/
Jigsaw[2.2.0]: serving at http://gesun128.it.marconicomms.com:8001/
GET /spine/index.html HTTP/1.1
Cache-Control: no-cache
Connection: te
Date: Wed, 04 Jul 2001 18:51:05 GMT
Pragma: no-cache
Accept: */*
Accept-Encoding: *,deflate
Host: gesun128.it.marconicomms.com:8001
TE: trailers,deflate
User-Agent: amaya/V4.3.2 libwww/5.3.1
HTTP/1.1 200 OK
Date: Wed, 04 Jul 2001 18:51:06 GMT
Content-Length: 1998
Content-Type: text/html
Etag: "1bnhekm:stvk682o"
Last-Modified: Wed, 04 Jul 2001 18:49:29 GMT
Server: Jigsaw/2.2.0
GET /spine/images/me.jpg HTTP/1.1
Cache-Control: no-cache
Connection: te
Date: Wed, 04 Jul 2001 18:51:06 GMT
Pragma: no-cache
Accept: */*
Accept-Encoding: *,deflate
Host: gesun128.it.marconicomms.com:8001
TE: trailers,deflate
User-Agent: amaya/V4.3.2 libwww/5.3.1
HTTP/1.1 200 OK
Cache-Control: max-age=518400
Date: Wed, 04 Jul 2001 18:51:06 GMT
Content-Length: 14109
Content-Type: image/jpeg
Etag: "tla7nu:sqghpb38"
Expires: Tue, 10 Jul 2001 18:51:06 GMT
Last-Modified: Thu, 28 Jun 2001 11:27:45 GMT
Server: Jigsaw/2.2.0
+++ client-0(http-server-socket-clients:42) got exception:
org.w3c.www.http.HttpParserException: End Of File
at
org.w3c.www.http.HttpRequestMessage.notifyBeginParsing(HttpRequestMessage.java:180)
at org.w3c.www.mime.MimeParser.parse(MimeParser.java:194)
at org.w3c.www.mime.MimeParser.parse(MimeParser.java:220)
at org.w3c.jigsaw.http.Client.getNextRequest(Client.java:259)
at org.w3c.jigsaw.http.Client.startConnection(Client.java:472)
at org.w3c.jigsaw.http.socket.SocketClient.run(SocketClient.java:125)
at org.w3c.util.CachedThread.run(ThreadCache.java:87)
+++ client-0(http-server-socket-clients:42) got ClientException:
org.w3c.jigsaw.http.ClientException: End Of File
at org.w3c.jigsaw.http.Client.getNextRequest(Client.java:268)
at org.w3c.jigsaw.http.Client.startConnection(Client.java:472)
at org.w3c.jigsaw.http.socket.SocketClient.run(SocketClient.java:125)
at org.w3c.util.CachedThread.run(ThreadCache.java:87)
org.w3c.jigsaw.http.ClientException: End Of File
at org.w3c.jigsaw.http.Client.getNextRequest(Client.java:268)
at org.w3c.jigsaw.http.Client.startConnection(Client.java:472)
at org.w3c.jigsaw.http.socket.SocketClient.run(SocketClient.java:125)
at org.w3c.util.CachedThread.run(ThreadCache.java:87)
org.w3c.www.http.HttpParserException: End Of File
at
org.w3c.www.http.HttpRequestMessage.notifyBeginParsing(HttpRequestMessage.java:180)
at org.w3c.www.mime.MimeParser.parse(MimeParser.java:194)
at org.w3c.www.mime.MimeParser.parse(MimeParser.java:220)
at org.w3c.jigsaw.http.Client.getNextRequest(Client.java:259)
at org.w3c.jigsaw.http.Client.startConnection(Client.java:472)
at org.w3c.jigsaw.http.socket.SocketClient.run(SocketClient.java:125)
at org.w3c.util.CachedThread.run(ThreadCache.java:87)
Hope it helps
bye
Received on Wednesday, 4 July 2001 14:59:52 UTC