Re: JVM exiting abnormally. Shutting down Phoenix

2006-04-23 Thread Gaurav Handa
Hi Stefano, My problem was the same as for the mailling thread Shutting down because there are not any applications running If you run it with ./run.sh it can die when you leave the shell where you ran the command and James has filled the stdout buffer. I was also starting the mail server

Re: JVM exiting abnormally. Shutting down Phoenix

2006-03-23 Thread Stefano Bagnara
Gaurav Handa wrote: The problem is specific to only one server. And after I've increased the JVM heap size on this server, the frequency of shutdown has decreased from 'thrice a day' to 'once in 2 days' (a drastic improvement). Are the servers configurations identical? Operative System /

Re: JVM exiting abnormally. Shutting down Phoenix

2006-03-23 Thread Gaurav Handa
Hi Stefano, There is a difference of OS versions on the two servers. Server A (running fine) - Red Hat Linux release 8.0 (Psyche) Server B (shutting down) - Red Hat Linux release 9 (Shrike) Traffic wise, Server B handles more mails and Server A does not have that much load. JVM version is same

Re: JVM exiting abnormally. Shutting down Phoenix

2006-03-23 Thread Stefano Bagnara
Gaurav Handa wrote: Can I try adding some debug statements in the code of Server B so that the next time it crashes, I get more informational log messages? I think the error is comming from the underlying avalon phoenix framework. Please let me know the classes in which i shall add some debug

Re: JVM exiting abnormally. Shutting down Phoenix

2006-03-23 Thread Stefano Bagnara
Addendum: I see JVM exit abnormally every time I kill (CTRL-C under windows, KILL procid under linux) the jvm. Stefano Stefano Bagnara wrote: Gaurav Handa wrote: Can I try adding some debug statements in the code of Server B so that the next time it crashes, I get more informational log

Re: JVM exiting abnormally. Shutting down Phoenix

2006-03-23 Thread Stefano Bagnara
Gaurav Handa wrote: Can I try adding some debug statements in the code of Server B so that the next time it crashes, I get more informational log messages? I think the Here is the method that write the JVM exiting abnormally message. It is in the org.apache.avalon.phoenix.frontends.CLIMain

Re: JVM exiting abnormally. Shutting down Phoenix

2006-03-23 Thread Bernd Fondermann
Gaurav, just to make sure you are not running into non-Java problems: did you have a look at the linux syslog for related logs at crash time? something like localhost kernel: Out of Memory: Killed process 28272 (java). On 3/23/06, Gaurav Handa [EMAIL PROTECTED] wrote: Hi Stefano, There

RE: JVM exiting abnormally. Shutting down Phoenix

2006-03-22 Thread Gaurav Handa
of shutdown has decreased from 'thrice a day' to 'once in 2 days' (a drastic improvement). -Gaurav -Original Message- From: Stefano Bagnara [mailto:[EMAIL PROTECTED] Sent: Thursday, March 23, 2006 1:30 AM To: James Users List Subject: Re: JVM exiting abnormally. Shutting down Phoenix Gaurav

Re: JVM exiting abnormally. Shutting down Phoenix

2006-03-21 Thread Stefano Bagnara
returned true. Mail has been delivered/completly failed for : [EMAIL PROTECTED] Entering this loop JVM exiting abnormally. Shutting down Phoenix. RemoteDelivery.destroy() method reached --- Apart from these log messages, those logged in default log

Re: JVM exiting abnormally. Shutting down Phoenix

2006-03-21 Thread Gaurav Handa
PROTECTED] Entering this loop JVM exiting abnormally. Shutting down Phoenix. RemoteDelivery.destroy() method reached --- Apart from these log messages, those logged in default log files are attached with the mail as a txt

Re: JVM exiting abnormally. Shutting down Phoenix

2006-03-21 Thread Gabor Kincses
are: --- Deliver(mail, session) method returned true. Mail has been delivered/completly failed for : [EMAIL PROTECTED] Entering this loop JVM exiting abnormally. Shutting down Phoenix. RemoteDelivery.destroy() method reached

RE: JVM exiting abnormally. Shutting down Phoenix

2006-03-17 Thread Gaurav Handa
are: --- Deliver(mail, session) method returned true. Mail has been delivered/completly failed for : [EMAIL PROTECTED] Entering this loop JVM exiting abnormally. Shutting down Phoenix. RemoteDelivery.destroy() method reached --- Apart from these log

RE: JVM exiting abnormally. Shutting down Phoenix

2006-03-16 Thread Gaurav Handa
are: --- Deliver(mail, session) method returned true. Mail has been delivered/completly failed for : [EMAIL PROTECTED] Entering this loop JVM exiting abnormally. Shutting down Phoenix. RemoteDelivery.destroy() method reached --- Apart from these log

JVM exiting abnormally. Shutting down Phoenix

2003-12-23 Thread Sudip Shekhawat
We have 3 james mail servers running james2.2.0a8. From the past 2 weeks all the three servers go down often (almost once a day). They all throw this to the console JVM exiting abnormally. Shutting down Phoenix. No log files are written for such a shutdown other than spoolmamager.log