[Resin-interest] deadlocks

2006-10-12 Thread sksamuel
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.

[Resin-interest] An interesting memory leak

2006-12-08 Thread sksamuel
Here is an interesting one, If I package my application up as a JAR and put it in WEB-INF/lib then I get memory leaks in the perm gen space as none of the Class objects are garbage collected. This is easily re-producable every time. If however I put the application's .class files inside

Re: [Resin-interest] resin-interest Digest, Vol 6, Issue 8

2006-12-08 Thread sksamuel
If what you describe is really happening, it's gotta be nominated for the Bizzaro Bug of the Month or something. :-) You're sure the perm space is being exhausted? Are you using -XX: +PrintGCDetails or something similar to see the results of gc's on the perm space? Yes of course. and

Re: [Resin-interest] Too many open files

2007-03-14 Thread sksamuel
I'm assuming this is on Linux or something else that's Unixy. You can find out what your limit for open files is by typing ulimit -a. Here's an example from one of my systems: . Do a man bash and search for ulimit if you want more details. Thanks very much for your help Jose. Sam.

[Resin-interest] (no subject)

2007-03-21 Thread sksamuel
Noticed a couple of these in my logs on restart: [07:13:07.565] javax.servlet.ServletException: java.lang.NullPointerException [07:13:07.565] at com.caucho.server.dispatch.ServletConfigImpl.createServlet(ServletConfigImpl.java:618) [07:13:07.565] at