Re: Jigsaw hangs during (or maybe after ??) servlet processing...

On Sun, 21 Feb 1999, Roland Mainz wrote:

> 
> Hi !
> 
> ----
> 
> Yesterday our jigsaw web-server hangs with an interesting error message:
> 
> -- snip --
> thr_continue of 0xea92f608(-359467440) failed: 3 = ESRCH.
> thr_continue of 0xea92f608(-359467440) failed: 3 = ESRCH.
> thr_continue of 0xea92f698(0) failed: 3 = ESRCH.
> java.net.SocketException: Too many open files
>         at java.net.PlainSocketImpl.socketAccept(Native Method)
>         at java.net.PlainSocketImpl.socketAccept(Compiled Code)
>         at java.net.PlainSocketImpl.accept(Compiled Code)
>         at java.net.ServerSocket.implAccept(Compiled Code)
>         at java.net.ServerSocket.accept(Compiled Code)
>         at org.w3c.jigsaw.http.httpd.run(Compiled Code)
> -- snip --
> 
> Any idea was happened ?
> 

If it is related to a servlet thing, you should be extra careful with the
stream and force your servlet to close all stream it handles.
It happened with the css-validator servlet, once ;)


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

Received on Monday, 22 February 1999 04:50:12 UTC