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 serve

Re: JVM exiting abnormally. Shutting down Phoenix

2006-03-24 Thread Stefano Bagnara
Can you try a "grep Exception" on you logs? You can, then, remove exception cautht in RemoteDelivery before posting the Exceptions found. Stefano Stefano Bagnara wrote: James is shutting down via its disposing methods. I'm pretty sure you should have an exception logged somewhere as the cause

RE: JVM exiting abnormally. Shutting down Phoenix

2006-03-23 Thread Gaurav Handa
same machine, other java app runs fine without a crash. -Original Message- From: Bernd Fondermann [mailto:[EMAIL PROTECTED] Sent: Thursday, March 23, 2006 10:16 PM To: James Users List Subject: Re: JVM exiting abnormally. Shutting down Phoenix Gaurav, just to make sure you are not runn

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, > > The

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.fronten

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 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 messages

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 mes

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: 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 / Hardwa

RE: JVM exiting abnormally. Shutting down Phoenix

2006-03-22 Thread Gaurav Handa
, the frequency 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 abn

Re: JVM exiting abnormally. Shutting down Phoenix

2006-03-22 Thread Stefano Bagnara
Gaurav Handa wrote: Hi Stefano, I found memory error corresponding to James.Mailet in apps/james/logs/* Apart from this memory error, there is no other Memory related error in logs/phoenix.log and temp/phoenix.console The memory error i found corresponds to 27th Oct. There is no error in latest

Re: JVM exiting abnormally. Shutting down Phoenix

2006-03-21 Thread Gabor Kincses
; day with the following > > log > > > messages:- > > > > > > I had redirected console log messages to a file > whose contents are: > > > > > > > --- > > > Deliver(mail, session)

Re: JVM exiting abnormally. Shutting down Phoenix

2006-03-21 Thread Gaurav Handa
> > 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 r

Re: JVM exiting abnormally. Shutting down Phoenix

2006-03-21 Thread Stefano Bagnara
ethod 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 defaul

RE: JVM exiting abnormally. Shutting down Phoenix

2006-03-17 Thread Gaurav Handa
: --- 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
: --- 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...help

2006-01-27 Thread Stefano Bagnara
nurularesya ;p wrote: after downloading svn trunk and setting classpath mail.jar and activation.jar...then i run file 'build.bat' build is succesfully...then i move to ..\dist\james-2.3-dev\bin and run file 'run.bat'...run is successfully but when i shutdown using 'ctrl C'..error come out...do

JVM exiting abnormally...help

2006-01-26 Thread nurularesya ;p
MTP Service started plain:25 NNTP Service started plain:119 FetchMail Disabled JVM exiting abnormally. Shutting down Phoenix. org.apache.avalon.phoenix.containerkit.lifecycle.LifecycleException: Component n amed "thread-manager" failed to pass through the Destruction stage. (Reason:

Re: JVM exiting abnormally

2004-06-08 Thread Danny Angus
> I telnet to 4555 and issue a "shutdown" > command. James shuts down with the message, "JVM exiting abnormally. > Shutting down Phoenix." Is that normal? More "expected" than "normal" ;-) The shutdown command is a silly hack, rather than

RE: JVM exiting abnormally

2004-06-08 Thread Roy Henderson
smoothly. Roy --->>> -Original Message- From: Frederick N. Brier [mailto:[EMAIL PROTECTED] Subject: JVM exiting abnormally I start the server in a W2K command window (run.bat). I telnet to 4555 and issue a "shutdown" command. James shuts down with the message, &quo

Re: JVM exiting abnormally

2004-06-07 Thread Brian Austin
idate and tried the same thing with 2.2.0RC5. > Here is my question and maybe it isn't a problem, since no one else has > complained about it on the mailing list. I start the server in a W2K > command window (run.bat). I telnet to 4555 and issue a "shutdown" &g

JVM exiting abnormally

2004-06-07 Thread Frederick N. Brier
question and maybe it isn't a problem, since no one else has complained about it on the mailing list. I start the server in a W2K command window (run.bat). I telnet to 4555 and issue a "shutdown" command. James shuts down with the message, "JVM exiting abnormally. Shuttin

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 with