[Resin-interest] Thoughts about memory-leak detection strategies?

2010-04-08 Thread Daniel López
Hi there, I've come across a new feature that is to be implemented in Tomcat 6 to help detect/prevent/notifiy the too common OOME (permGen) problems and as we don't use Tomcat but do use Resin, I wondered if the Caucho guys have considered adding a similar mechanism to Resin. As the article po

[Resin-interest] Custom datasource implementation

2010-04-08 Thread Daniel López
Hi there, For some reason, I would like to be able inside Resin a datasource implementation other than Resin's, C3P0 for example, and I have been unable to find in the documentation how would one configure it. The examples that I found use the tag, which does not seem to have an attribute to

Re: [Resin-interest] Custom datasource implementation

2010-04-08 Thread Scott Ferguson
Daniel López wrote: > Hi there, > > For some reason, I would like to be able inside Resin a datasource > implementation other than Resin's, C3P0 for example, and I have been > unable to find in the documentation how would one configure it. The > examples that I found use the tag, which does not

Re: [Resin-interest] Thoughts about memory-leak detection strategies?

2010-04-08 Thread Scott Ferguson
Daniel López wrote: > Hi there, > > I've come across a new feature that is to be implemented in Tomcat 6 to > help detect/prevent/notifiy the too common OOME (permGen) problems and > as we don't use Tomcat but do use Resin, I wondered if the Caucho guys > have considered adding a similar mechani

Re: [Resin-interest] Starting Resin 4.x on OS X using launchd

2010-04-08 Thread Rick Mann
Has there been any progress on this front? I was running resin under launchd before, but it's been broken for some time (not sure if it's because of something I did to my little launcher tool, or because I upgraded to 4.x). On Feb 17, 2010, at 16:47:13, Rob Lockstone wrote: > > On Feb 17, 2010

Re: [Resin-interest] 4.0.0 on osx deploy problem

2010-04-08 Thread Rick Mann
This is with Resin 4.0.5 On Mar 22, 2010, at 12:16:42, Scott Ferguson wrote: > My understanding is that this is a known issue with the Apple JDK, but > it doesn't hurt anything. I finally really need to get this launching on OS X 10.6.2, and it doesn't work. I get the following over and over:

Re: [Resin-interest] 4.0.0 on osx deploy problem

2010-04-08 Thread Rick Mann
This also appears just before the restart: Apr 8, 2010 11:53:32 PM com.caucho.boot.WatchdogChildProcess run INFO: java.lang.NullPointerException java.lang.NullPointerException at com.caucho.boot.WatchdogChildProcess.run(WatchdogChildProcess.java:144) at com.caucho.boot.WatchdogChi

Re: [Resin-interest] 4.0.0 on osx deploy problem

2010-04-08 Thread Rick Mann
One more thing. For a while I was getting an error that it couldn't create an existing table. I tossed out the resin-data directory, and re-ran it, but now I get nothing in the logs, and it doesn't re-create the data dir. -- Rick On Apr 8, 2010, at 23:54:21, Rick Mann wrote: > This also appea