Strange Error

What is worong with my Jigsaw 2.0.4? It was working well, now I have
this error when I execute my servlets. Is there any problem in my Java
code?

java.lang.NullPointerException 
    at
org.w3c.jigsaw.http.socket.SocketOutputBuffer.flush(SocketOutputBuffer.java,
Compiled Code)
    at java.io.DataOutputStream.flush(DataOutputStream.java, Compiled
Code)
    at org.w3c.jigsaw.http.Client.terminate(Client.java:217)
    at org.w3c.jigsaw.http.Client.startConnection(Client.java, Compiled
Code)
    at
org.w3c.jigsaw.http.socket.SocketClient.run(SocketClient.java:114) 
    at org.w3c.util.CachedThread.run(ThreadCache.java, Compiled Code)

Thanks for any help.

Received on Thursday, 9 August 2001 05:56:04 UTC