Re: coldfusion service stop rsponding or CPU goes up tp 100%

2011-04-11 Thread tom vallee
also i saw that jrun.exe memory is always growing, it was at 5 590 405 kb. is it normal? is it because in jvm.settings i put 8gb of java jeap size ? ~| Order the Adobe Coldfusion Anthology now!

Re: coldfusion service stop rsponding or CPU goes up tp 100%

2011-03-24 Thread Jochem van Dieten
On Mon, Mar 21, 2011 at 7:11 PM, tom vallee wrote: Sometimes the CPU goes up to 100% and I need to restart the coldfusion service and everything goes back normal Sometimes, coldfusion stop responding, if i type my website in internet explorer, it's not responsing but IIS is responding i

Re: coldfusion service stop rsponding or CPU goes up tp 100%

2011-03-23 Thread tom vallee
thanks! here are my settings now : java.args=-server -Xmx4096m -Xms4096m -Dsun.io.useCanonCaches=false -XX:PermSize=256m -XX:MaxPermSize=256m -XX:+UseParallelGC -Dsun.rmi.dgc.client.gcInterval=60 -Dsun.rmi.dgc.server.gcInterval=60 -XX:NewSize=148m -XX:SurvivorRatio=4

Re: coldfusion service stop rsponding or CPU goes up tp 100%

2011-03-23 Thread Carl Meyer
More settings suggestions. java.args=-server -Xmx4096m -Xms4096m -Dsun.io.useCanonCaches=false -XX:PermSize=256m -XX:MaxPermSize=384m -XX:+UseParallelGC -XX:ParallelGCThreads=4 -Dsun.rmi.dgc.client.gcInterval=60 -Dsun.rmi.dgc.server.gcInterval=60 -XX:NewSize=148m -XX:SurvivorRatio=4

Re: coldfusion service stop rsponding or CPU goes up tp 100%

2011-03-22 Thread tom vallee
i upgraded to latest version and the coldfusion stop answering at 3 am and the cpu spikes to 100% at 8h15 am. anything else? Are you stuck on that JDK version for any reason? The first thing I'd do would be to upgrade it. It is 20 updates behind. Next, have you checked anything like jconsole

Re: coldfusion service stop rsponding or CPU goes up tp 100%

2011-03-22 Thread tom vallee
i upgrade to the latest JDK version and the coldfusion stop responding this night at 3 am it doesn't solve my problems Are you stuck on that JDK version for any reason? The first thing I'd do would be to upgrade it. It is 20 updates behind. Next, have you checked anything like jconsole to see

Re: coldfusion service stop rsponding or CPU goes up tp 100%

2011-03-22 Thread James Holmes
Your perm size is way too small for a heap of 4GB (assuming you use a good portion of that heap). Check the logs for error messages just before the service locks up and you'll probably see out of memory errors. If so, make the perm size larger. -- WSS4CF - WS-Security framework for CF

Re: coldfusion service stop rsponding or CPU goes up tp 100%

2011-03-22 Thread tom vallee
there's no error in the log when the service locks up at 3am.. what should i put in my jvm settings instead? HI, i have a few problems with one of my server : Win2008 R2 Coldufsion 8.0.1 x64 Java 1.6.0_04 Dual Xeon Quad Core 32gb RAM Sometimes the CPU goes up to 100% and I need

Re: coldfusion service stop rsponding or CPU goes up tp 100%

2011-03-22 Thread tom vallee
also, i install jconsole the ps survivor space frequently goes to 100%, is it normal? also there is many Ps scavenge (1125 collection in 2 hours) vs 5 collection of PS marksweep there's no error in the log when the service locks up at 3am.. what should i put in my jvm settings instead?

RE: coldfusion service stop rsponding or CPU goes up tp 100%

2011-03-22 Thread Mark A. Kruger
www.necfug.com -Original Message- From: tom vallee [mailto:tom...@numerique.ca] Sent: Tuesday, March 22, 2011 9:59 AM To: cf-talk Subject: Re: coldfusion service stop rsponding or CPU goes up tp 100% there's no error in the log when the service locks up at 3am.. what should i put in my

Re: coldfusion service stop rsponding or CPU goes up tp 100%

2011-03-22 Thread tom vallee
the latest hs_pid file in runtime\bin is 1 months old.. in runtime/log/ there is many of these errors when the CPU was 100% java.net.SocketException: Connection reset by peer: socket write error at java.net.SocketOutputStream.socketWrite0(Native Method) at

Re: coldfusion service stop rsponding or CPU goes up tp 100%

2011-03-22 Thread Wil Genovese
I had to research it myself. -Xincgc is an Incremental Garbage Collector. If you have a multi CPU server there are better GC options. --- info I found from 2003 -- -Xincgc The incremental garbage collector, which is off by default, will eliminate occasional garbage-collection

Re: coldfusion service stop rsponding or CPU goes up tp 100%

2011-03-22 Thread tom vallee
the service stop responding not always at 3am, sometimes it's at 2pm, 7pm etc i check if there was any schedule task starting and no there's nothing here's my jvm settings now : java.args=-server -Xmx4096m -Xms4096m -Dsun.io.useCanonCaches=false -XX:PermSize=64m -XX:+UseParallelGC

RE: coldfusion service stop rsponding or CPU goes up tp 100%

2011-03-22 Thread Mark A. Kruger
. -Mark Mark A. Kruger, MCSE, CFG (402) 408-3733 ext 105 www.cfwebtools.com www.coldfusionmuse.com www.necfug.com -Original Message- From: tom vallee [mailto:tom...@numerique.ca] Sent: Tuesday, March 22, 2011 10:39 AM To: cf-talk Subject: Re: coldfusion service stop rsponding or CPU goes up tp

Re: coldfusion service stop rsponding or CPU goes up tp 100%

2011-03-22 Thread tom vallee
couldn't it be that because the CPU is at 100%, it can't make the connection?? Because there's nothing wrong with these request ~| Order the Adobe Coldfusion Anthology now!

Re: coldfusion service stop rsponding or CPU goes up tp 100%

2011-03-22 Thread Wil Genovese
That last hotspot error was caused by an error of some sort with an outbound http request. But, it's a month old and not the current issue. Wil Genovese Sr. Web Application Developer/ Systems Administrator CF Webtools www.cfwebtools.com wilg...@trunkful.com www.trunkful.com On Mar 22,

RE: coldfusion service stop rsponding or CPU goes up tp 100%

2011-03-22 Thread Mark A. Kruger
: coldfusion service stop rsponding or CPU goes up tp 100% couldn't it be that because the CPU is at 100%, it can't make the connection?? Because there's nothing wrong with these request ~| Order the Adobe Coldfusion Anthology now

Re: coldfusion service stop rsponding or CPU goes up tp 100%

2011-03-22 Thread Carl Meyer
The NewGen size is too small. On my dev environment (CF9.0.1 JVM 1.6.0_24) I ran these JVM args: java.args=-server -Xms4096m -Xmx4096m -Dsun.io.useCanonCaches=false - XX:MaxPermSize=192m -XX:+UseParallelGC -XX:NewSize=48m - XX:SurvivorRatio=4 etc CF became unresponsive without much load, tho

RE: coldfusion service stop rsponding or CPU goes up tp 100%

2011-03-21 Thread Bobby Hartsfield
Are you stuck on that JDK version for any reason? The first thing I'd do would be to upgrade it. It is 20 updates behind. Next, have you checked anything like jconsole to see what is going on when this spike happens? .:.:.:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://acoderslife.com

Re: ColdFusion Service Startup - Metrics Service is not availabl e

2008-05-28 Thread Scott Brady
On Tue, May 27, 2008 at 4:50 PM, Dave Watts [EMAIL PROTECTED] wrote: You need to configure your user account to have the required permissions and privileges. Your account must have the log on as a service privilege, read/execute access to your web root directory, and RWXD access to your CF

Re: ColdFusion Service Startup - Metrics Service is not available

2008-05-27 Thread Scott Brady
So, we found a workaround that we really don't like. If we put that coldfusion user (it's a domain user) into the Administrators group, it works. Putting it in a different group (like Power Users) doesn't work. We're not too keen on having it be a local administrator, so I'm open to other ideas.

RE: ColdFusion Service Startup - Metrics Service is not availabl e

2008-05-27 Thread Dave Watts
So, we found a workaround that we really don't like. If we put that coldfusion user (it's a domain user) into the Administrators group, it works. Putting it in a different group (like Power Users) doesn't work. We're not too keen on having it be a local administrator, so I'm open to

Re: Coldfusion Service

2007-08-22 Thread vishnu prasad
HI tripura Mail me offline at [EMAIL PROTECTED] i can forward you the presentations / resource i have for coldfusion. Hello Vishnuprasad I am new to cold fusion and I am not knowing from where I should start and how to learn and how to use java files in coldfusion.. can yo suggest me

Re: Coldfusion Service

2007-08-22 Thread srinivas ganta
Hi Vishnu, the following link may help you to give presentation http://easywebbers.blogspot.com/2006/01/finally-difference-between-php-asp-and.html Thanks On 8/22/07, vishnu prasad [EMAIL PROTECTED] wrote: HI tripura Mail me offline at [EMAIL PROTECTED] i can forward you the presentations

RE: Coldfusion Service

2007-08-22 Thread Adrian Wagner
Very often, stock ColdFusion has just one way to solve a problem, and this greatly reduces your control over the solution you make. ? -Original Message- From: srinivas ganta [mailto:[EMAIL PROTECTED] Sent: Wednesday, 22 August 2007 4:54 PM To: CF-Talk Subject: Re: Coldfusion Service Hi

RE: Coldfusion Service

2007-08-21 Thread tripura k
Hello Vishnuprasad I am new to cold fusion and I am not knowing from where I should start and how to learn and how to use java files in coldfusion.. can yo suggest me best link or best book or anything else Subject: Coldfusion Service From: [EMAIL PROTECTED] To: cf-talk@houseoffusion.com

RE: Coldfusion service crashing and unable to restart

2007-07-09 Thread Dave Watts
Hi. We're running CF MX 7.0.2.142559 on a Win2003 server and we're having the following problem: Coldfusion is periodically crashing (leaving our users with a Could not connect to jrun server error) and the only way to restart it is to restart the machine. When we try to restart the

RE: Coldfusion service crashing and unable to restart

2007-07-09 Thread John Mason
This looks/sounds like bad ram on the server. The other issue is you should be on jvm version 1.4.2_11 at least because of the daylight savings time changes this year. Here are the instructions on updating your JVM.. http://labs.fusionlink.com/katapult/index.cfm?page=articles/daylightsavings

Re: Coldfusion service crashing and unable to restart

2007-07-09 Thread Nicholas Tunney
_13 is supported now as well. I've not run it, but have run _12 with great success. Nicholas M. Tunney Blog: http://www.nictunney.com Adobe Certified Advanced ColdFusion MX7 Developer Adobe Certified Instructor Adobe Community Expert Dave Watts wrote: Hi. We're running CF MX 7.0.2.142559