RE: CF9 Service Randomly Restarting

2011-01-27 Thread Mark A. Kruger
Dave, His original post mentioned hs_pid* logs with out of memory errors I believe. -mark -Original Message- From: Dave Watts [mailto:dwa...@figleaf.com] Sent: Wednesday, January 26, 2011 10:46 PM To: cf-talk Subject: Re: CF9 Service Randomly Restarting We had this problem on CF8

Re: CF9 Service Randomly Restarting

2011-01-27 Thread Dave Watts
His original post mentioned hs_pid* logs with out of memory errors I believe. Well then, it would be a good idea to investigate that further. Are they using a 64-bit JVM? Etc. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf Software is a

Re: CF9 Service Randomly Restarting

2011-01-26 Thread Jared Conti
Hey Dave, We had this problem on CF8. CF had been restarting on an almost daily basis. After much more research, we added the -Xint option to the JVM settings. This forces the JVM to run in interpreter mode and disables the Hotspot compiler. This hotspot compiler was causing the JVM to crash

Re: CF9 Service Randomly Restarting

2011-01-26 Thread Dave Watts
We had this problem on CF8. CF had been restarting on an almost daily basis. After much more research, we added the -Xint option to the JVM settings. This forces the JVM to run in interpreter mode and disables the Hotspot compiler. This hotspot compiler was causing the JVM to crash for

Re: CF9 Service Randomly Restarting

2010-12-01 Thread Dave Sueltenfuss
Hi Carl, It was an java.lang.OutOfMemoryError, that we are seeing in the hs_err_pxxx log. We are still looking to see what is causing this -Dave On Tue, Nov 30, 2010 at 4:55 PM, Carl Meyer ca...@tassweb.com.au wrote: Thanks All... looks like our issue is related to running out of swap space

Re: CF9 Service Randomly Restarting

2010-11-30 Thread Dave Sueltenfuss
Service Randomly Restarting Hi Dave, Are there any HS_ERR_PID.* files in CF\runtime\bin ? What about OUT log any details for the time CF\runtime\logs ? HTH, Carl. None of our developers use CF Builder (or have access to the code on the production machine) -Dave

Re: CF9 Service Randomly Restarting

2010-11-30 Thread Carl Meyer
Thanks All... looks like our issue is related to running out of swap space Curious. Did you have java.lang.OutOfMemoryError: Out of swap space in OUT log? Was RAM or HD not have sufficient space? Regards, Carl. ~| Order the

RE: CF9 Service Randomly Restarting

2010-11-29 Thread Russ Michaels
Dave, CF can't usually restart itself, if it dies then it dies, so you must have something else in the mix. If this is a windows box then check the service properties and see if it is set to restart if unresponsive. Also if you use FusionReactor, the latest version includes options to auto

Re: CF9 Service Randomly Restarting

2010-11-29 Thread Dave Sueltenfuss
Russ, We don't have FusionReactor installed in production, and the service is set to take no action if it fails for any reason -Dave On Mon, Nov 29, 2010 at 10:17 AM, Russ Michaels r...@michaels.me.uk wrote: Dave, CF can't usually restart itself, if it dies then it dies, so you must have

RE: CF9 Service Randomly Restarting

2010-11-29 Thread Russ Michaels
Are you sure CF has actually restarted or is it just your application restarting ? Russ -Original Message- From: Dave Sueltenfuss [mailto:dsueltenf...@gmail.com] Sent: 29 November 2010 15:50 To: cf-talk Subject: Re: CF9 Service Randomly Restarting Russ, We don't have FusionReactor

Re: CF9 Service Randomly Restarting

2010-11-29 Thread Dave Sueltenfuss
...@michaels.me.uk wrote: Are you sure CF has actually restarted or is it just your application restarting ? Russ -Original Message- From: Dave Sueltenfuss [mailto:dsueltenf...@gmail.com] Sent: 29 November 2010 15:50 To: cf-talk Subject: Re: CF9 Service Randomly Restarting Russ, We don't

Re: CF9 Service Randomly Restarting

2010-11-29 Thread Jason Fisher
: CF9 Service Randomly Restarting Yes, we are recieveing the following error in the Windows Application log 'The ColdFusion 9 Application Server service for the coldfusion server is restarting.' Also, in CF server log, we are seeing the server come back up. -Dave On Mon, Nov 29, 2010 at 10:53

Re: CF9 Service Randomly Restarting

2010-11-29 Thread Jochem van Dieten
On Mon, Nov 29, 2010 at 4:15 PM, Dave Sueltenfuss wrote: We have a CF 9.0.1 server 32 bit, in production that randomly restarts the CF service. Does it restart the CF service wrapper (jrunsvc.exe) or the CF process (jrun.exe)? If the service wrapper restarts, look outside CF for the cause. If

Re: CF9 Service Randomly Restarting

2010-11-29 Thread Dave Sueltenfuss
? From: Dave Sueltenfuss dsueltenf...@gmail.com Sent: Monday, November 29, 2010 11:01 AM To: cf-talk cf-talk@houseoffusion.com Subject: Re: CF9 Service Randomly Restarting Yes, we are recieveing the following error in the Windows Application log

Re: CF9 Service Randomly Restarting

2010-11-29 Thread Dave Sueltenfuss
It appears to be the Service Wrapper thats restarting, based on the Windows Application log On Mon, Nov 29, 2010 at 11:20 AM, Jochem van Dieten joch...@gmail.comwrote: On Mon, Nov 29, 2010 at 4:15 PM, Dave Sueltenfuss wrote: We have a CF 9.0.1 server 32 bit, in production that randomly

Re: CF9 Service Randomly Restarting

2010-11-29 Thread Jochem van Dieten
On Mon, Nov 29, 2010 at 7:01 PM, Dave Sueltenfuss wrote: It appears to be the Service Wrapper thats restarting, based on the Windows Application log Don't trust the application log, look at the PIDs. Jochem -- Jochem van Dieten http://jochem.vandieten.net/

Re: CF9 Service Randomly Restarting

2010-11-29 Thread Carl Meyer
Hi Dave, Are there any HS_ERR_PID.* files in CF\runtime\bin ? What about OUT log any details for the time CF\runtime\logs ? HTH, Carl. None of our developers use CF Builder (or have access to the code on the production machine) -Dave

Re: CF9 Service Randomly Restarting

2010-11-29 Thread Carl Meyer
Hi Dave, Are there any HS_ERR_PID.* files in CF\runtime\bin ? What about OUT log any details for the time CF\runtime\logs ? HTH, Carl. None of our developers use CF Builder (or have access to the code on the production machine) -Dave

RE: CF9 Service Randomly Restarting

2010-11-29 Thread Mark A. Kruger
- From: Carl Meyer [mailto:ca...@tassweb.com.au] Sent: Tuesday, November 30, 2010 12:01 AM To: cf-talk Subject: Re: CF9 Service Randomly Restarting Hi Dave, Are there any HS_ERR_PID.* files in CF\runtime\bin ? What about OUT log any details for the time CF\runtime\logs ? HTH, Carl