On Oct 12, 2006, at 7:43 AM, sksamuel wrote:

> I'm getting this deadlock on my resin servers.
>
> does anyone know if I disable logging completely in resin will that  
> stop
> this happening or will all I do is just stop the outputting to the  
> file ?
>
> My servers are crashing daily (at least) so its getting to be a major
> earbashing issue for me now.

This is fixed in 3.0.19 and later.

In earlier versions, the log rotation code was logging a message for  
the rotation, which could cause a deadlock.

-- Scott

>
>
>
> Found one Java-level deadlock:
> =============================
> "resin-2140":
> waiting to lock monitor 0x0975151c (object 0x834aff58, a
> com.caucho.vfs.WriteStream),
> which is held by "resin-tcp-connection-*:80-570"
> "resin-tcp-connection-*:80-570":
> waiting to lock monitor 0x094d1a8c (object 0x833d7c48, a
> java.io.PrintStream),
> which is held by "resin-2140"
>
>
> _______________________________________________
> resin-interest mailing list
> resin-interest@caucho.com
> http://maillist.caucho.com/mailman/listinfo/resin-interest


_______________________________________________
resin-interest mailing list
resin-interest@caucho.com
http://maillist.caucho.com/mailman/listinfo/resin-interest

Reply via email to