Re: [Resin-interest] hessian init endless loop (line 182, 300, 194, 300, 194, etc.)

2007-06-06 Thread Scott Ferguson
On Jun 5, 2007, at 8:04 PM, Vic Cekvenich wrote: OK, here is how I patched it to make it work in HessianServlet: I added the bug report as: http://bugs.caucho.com/view.php?id=1779 It'll be fixed for 3.1.2. -- Scott // in method private void init(... service.init(); // instead of

Re: [Resin-interest] Problems with ADF faces application on JBoss3.1.1

2007-06-06 Thread Taber, Guthrie
Thank you for your response. Since adding the listener class, I have been hit with another error that I cannot seem to find an answer for. I set up the adf-faces-demo application to use SunRI, and then set it up to use MyFaces, but both configurations produce the same results. [05:25:16.129]

Re: [Resin-interest] Resin stops logging if logs are deleted manually

2007-06-06 Thread Michael Ebeling
-Original Message- Sent: Tuesday, June 05, 2007 11:54 AM Subject: [Resin-interest] Resin stops logging if logs are deleted manually We are using Resin-3.0.19. Our access log is configured in resin.conf as follows access-log path=log/access.log format='%h %l %u %t %r %s %b

Re: [Resin-interest] Resin stops logging if logs are deleted manually

2007-06-06 Thread Manas Gupta
Still, wouldn't it make sense for Resin to start logging to new file, if the existing log file went missing. On Wed, 2007-06-06 at 16:38 -0500, Michael Ebeling wrote: -Original Message- Sent: Tuesday, June 05, 2007 11:54 AM Subject: [Resin-interest] Resin stops logging if logs are

Re: [Resin-interest] Resin 3.1.1 httpd is failing to bind to * (Sam)

2007-06-06 Thread Vinay Sajip
Do you have a line like this in /etc/hosts? 127.0.0.1 localhost -- Sam Yes, Sam, I do have such a line. I don't understand why it would have a bearing on the problem, though :-( Regards, Vinay Sajip ___ Yahoo!

Re: [Resin-interest] Resin stops logging if logs are deleted manually

2007-06-06 Thread Gary Zhu
The existing log file was not missing, just that you could not see it. Resin still had the file handle and wrote bytes into it. If you paid attention to the file system free space, you would see the log space was not released, until you restarted Resin. If you still want to use logrotate,