- From: Yves Lafon <ylafon@w3.org>
- Date: Mon, 8 Nov 1999 18:15:29 +0100 (MET)
- To: Anders Meyer <Anders_Meyer@pol.dk>
- cc: Jigsaw Mailing List <www-jigsaw@w3.org>
On Thu, 4 Nov 1999, Anders Meyer wrote:
> I have seen this come from my java process isn't this a jigsaw thing?
>
> java.net.SocketException: A system call received a parameter that is not valid.
> at java.net.PlainSocketImpl.setOption(Compiled Code)
> at java.net.Socket.setTcpNoDelay(Compiled Code)
> at org.w3c.jigsaw.http.httpd.run(Compiled Code)
> at java.lang.Thread.run(Compiled Code)
It must be related to the implementation of your JDK which doesn't allow
to set the NO_DELAY option, you may either use a better jdk, if available,
or recompile Jigsaw to avoid that, after removing the
socket.setTcp.. call.
/\ - Yves Lafon - World Wide Web Consortium -
/\ / \ Architecture Domain - Jigsaw Activity Leader
/ \ \/\
/ \ / \ http://www.w3.org/People/Lafon - ylafon@w3.org
Received on Monday, 8 November 1999 12:15:48 UTC