Re: Slow-starting jrun service

2013-05-17 Thread Maureen
Typical causes of excessive files in the windows temp folder are software installs and updates, software crashes, and email attachments being left open. On Thu, May 9, 2013 at 11:29 PM, Patti, Michael mpa...@sherwood-group.com wrote: I suspect that the windows temp files were the culprit, and

RE: Slow-starting jrun service

2013-05-16 Thread Byron Mann
Good deal, Windows temp usually gets full from Windows and .Net stuff. I know we have jobs on most machines to do a periodic cleanup. For future this works a bit faster for large windows directory deletes. del /f /q [directory]/* nul Byron Mann Lead Engineer Architect HostMySite.com

RE: Slow-starting jrun service

2013-05-10 Thread Patti, Michael
has saved me hours of work. Eternally grateful, Michael -Original Message- From: Byron Mann [mailto:byronos...@gmail.com] Sent: Thursday, May 09, 2013 9:46 PM To: cf-talk Subject: Re: Slow-starting jrun service You could try starting cf from the command line, may give you a bit

RE: Slow-starting jrun service

2013-05-10 Thread Russ Michaels
-talk Subject: Re: Slow-starting jrun service You could try starting cf from the command line, may give you a bit more insight as to where things are lagging at startup. Kill anything else running like anti virus, and etc that may be getting in the way. Check c:/windows/temp, had a machine

Re: Slow-starting jrun service

2013-05-09 Thread Dave Watts
On two of these servers (one production and one staging) whenever I have to restart Coldfusion, it usually takes no more than a minute to restart. But on the third server, it will invariably take up to 30 minutes for jrun to restart, and it usually hangs at around 38MB for several

RE: Slow-starting jrun service

2013-05-09 Thread Patti, Michael
starting up. Note that both of these servers have 4GB of RAM. -Original Message- From: Dave Watts [mailto:dwa...@figleaf.com] Sent: Thursday, May 09, 2013 12:28 PM To: cf-talk Subject: Re: Slow-starting jrun service On two of these servers (one production and one staging) whenever I

RE: Slow-starting jrun service

2013-05-09 Thread Patti, Michael
: expires = Tue, 28-Apr-2043 11:57:01 GMT 05/05 07:00:10 error Cannot create cookie: path = / -Original Message- From: Patti, Michael Sent: Thursday, May 09, 2013 12:38 PM To: cf-talk Subject: RE: Slow-starting jrun service Here's what I have under Coldfusion9\runtime\bin\jvm.config

Re: Slow-starting jrun service

2013-05-09 Thread Dave Watts
Here's what I have under Coldfusion9\runtime\bin\jvm.config on the server that is having problems: # Arguments to VM java.args=-server -Xmx1024m -Dsun.io.useCanonCaches=false -XX:MaxPermSize=192m - ... Are you using the onServerStart method in server.cfc to do anything? You could

Re: Slow-starting jrun service

2013-05-09 Thread Russ Michaels
Cannot create cookie: expires = Tue, 28-Apr-2043 11:57:01 GMT 05/05 07:00:10 error Cannot create cookie: path = / -Original Message- From: Patti, Michael Sent: Thursday, May 09, 2013 12:38 PM To: cf-talk Subject: RE: Slow-starting jrun service Here's what I have under Coldfusion9\runtime

Re: Slow-starting jrun service

2013-05-09 Thread Gonzo Rock
= / -Original Message- From: Patti, Michael Sent: Thursday, May 09, 2013 12:38 PM To: cf-talk Subject: RE: Slow-starting jrun service Here's what I have under Coldfusion9\runtime\bin\jvm.config on the server that is having problems: # Arguments to VM java.args=-server -Xmx1024m

Re: Slow-starting jrun service

2013-05-09 Thread Byron Mann
You could try starting cf from the command line, may give you a bit more insight as to where things are lagging at startup. Kill anything else running like anti virus, and etc that may be getting in the way. Check c:/windows/temp, had a machine with obscene number of files in there one time and