[cfaussie] Re: Anyone able to troubleshoot CF9 / Win2008 / IIS7 for some pocket money?

2011-02-22 Thread Carl
Good advise much appreciated Charlie. "Needle sharing" yes that’s why I normally remember to say take a backup first so you got a "clean" copy you can revert to. Cheers, Carl. On Feb 23, 12:57 pm, "charlie arehart" wrote: > I'd like to offer a caution about offering some suggested JVM arg change

Re: [cfaussie] Re: Anyone able to troubleshoot CF9 / Win2008 / IIS7 for some pocket money?

2011-02-22 Thread Kym Kovan
On 23/02/2011 12:31, Taco Fleur wrote: Thanks for that. Is this to set the minimum to 512 and max to 1024? If so, I actually started out with that and changed it back to 128 / 512 Just enabled server monitoring and server became unresponsive :-) Let's see if the log tells me anything. This i

RE: [cfaussie] Re: Anyone able to troubleshoot CF9 / Win2008 / IIS7 for some pocket money?

2011-02-22 Thread charlie arehart
also. This is all just about sharing experience to save others heartburn I've seen before. :-) /charlie > -Original Message- > From: cfaussie@googlegroups.com [mailto:cfaussie@googlegroups.com] On > Behalf Of Carl > Sent: Tuesday, February 22, 2011 8:23 PM > To: cfaussie

RE: [cfaussie] Re: Anyone able to troubleshoot CF9 / Win2008 / IIS7 for some pocket money?

2011-02-22 Thread charlie arehart
y of those buttons having been enabled. In fact, you MUST use the "start monitoring" button for the alerts to at least fire at all.) Hope that's helpful. /charlie > -Original Message- > From: cfaussie@googlegroups.com [mailto:cfaussie@googlegroups.com] On > Be

RE: [cfaussie] Re: Anyone able to troubleshoot CF9 / Win2008 / IIS7 for some pocket money?

2011-02-22 Thread charlie arehart
groups.com [mailto:cfaussie@googlegroups.com] On Behalf Of Taco Fleur Sent: Tuesday, February 22, 2011 7:13 PM To: cfaussie@googlegroups.com Subject: Re: [cfaussie] Re: Anyone able to troubleshoot CF9 / Win2008 / IIS7 for some pocket money? You would think that, but let's not forget that th

Re: [cfaussie] Re: Anyone able to troubleshoot CF9 / Win2008 / IIS7 for some pocket money?

2011-02-22 Thread Taco Fleur
Thanks for that. Is this to set the minimum to 512 and max to 1024? If so, I actually started out with that and changed it back to 128 / 512 Just enabled server monitoring and server became unresponsive :-) Let's see if the log tells me anything. On Wed, Feb 23, 2011 at 11:22 AM, Carl wrote:

[cfaussie] Re: Anyone able to troubleshoot CF9 / Win2008 / IIS7 for some pocket money?

2011-02-22 Thread Carl
Hi Taco, Some logging would be good to know what happening or maybe you can just try this. 1) Take a backup copy of jvm.config (in CF\runtime\bin) 2) Edit jvm.config and set an initial setting and larger maximum eg: # Arguments to VM java.args=-server -Xms512m -Xmx1024m -Dsun.io.useCanonCaches=

Re: [cfaussie] Re: Anyone able to troubleshoot CF9 / Win2008 / IIS7 for some pocket money?

2011-02-22 Thread Zac Spitzer
how big is your database? do you have some queries which return a lot of data? sometimes CF doesn't recover very well after loading a large dataset into memory z On Wed, Feb 23, 2011 at 12:15 PM, Taco Fleur wrote: > Hi Carl, > > I don't really understand all of that, never really got down into

Re: [cfaussie] Re: Anyone able to troubleshoot CF9 / Win2008 / IIS7 for some pocket money?

2011-02-22 Thread Taco Fleur
Hi Carl, I don't really understand all of that, never really got down into the nitty gritty of whats behind CF. I compared my CF Admin settings with the old one and they are both the same. On Wed, Feb 23, 2011 at 10:49 AM, Carl wrote: > “Java heap space” - sounds like JVM issue not withstandin

Re: [cfaussie] Re: Anyone able to troubleshoot CF9 / Win2008 / IIS7 for some pocket money?

2011-02-22 Thread Kym Kovan
On 23/02/2011 11:12, Taco Fleur wrote: You would think that, but let's not forget that this has all been running for more than several months without changes on a Windows 2003/IIS6/CF8 machine. and CF9 is subtly different. I think a look at memory usage is in order as if it is running out of

[cfaussie] Re: Anyone able to troubleshoot CF9 / Win2008 / IIS7 for some pocket money?

2011-02-22 Thread Carl
“Java heap space” - sounds like JVM issue not withstanding a CFM CFC working poorly. It is fair to say on 64 bit the memory consumed by the heap and non heap for that matter is more than on 32 bit. Sometimes the error can mean the initial memory settings not necessarily the maximum. There are ways

Re: [cfaussie] Re: Anyone able to troubleshoot CF9 / Win2008 / IIS7 for some pocket money?

2011-02-22 Thread Taco Fleur
No, that was all left as default. On Wed, Feb 23, 2011 at 10:45 AM, Paul Kukiel wrote: > Did you have specific JVM arguments on the CF8 box? > > Paul > > > On 23/02/2011 11:12 AM, Taco Fleur wrote: > > You would think that, but let's not forget that this has all been running > for more than sev

Re: [cfaussie] Re: Anyone able to troubleshoot CF9 / Win2008 / IIS7 for some pocket money?

2011-02-22 Thread Paul Kukiel
Did you have specific JVM arguments on the CF8 box? Paul On 23/02/2011 11:12 AM, Taco Fleur wrote: You would think that, but let's not forget that this has all been running for more than several months without changes on a Windows 2003/IIS6/CF8 machine. An infinite loop I can debug, but this

Re: [cfaussie] Re: Anyone able to troubleshoot CF9 / Win2008 / IIS7 for some pocket money?

2011-02-22 Thread Taco Fleur
You would think that, but let's not forget that this has all been running for more than several months without changes on a Windows 2003/IIS6/CF8 machine. An infinite loop I can debug, but this is out of my league. On Wed, Feb 23, 2011 at 10:03 AM, Kym Kovan wrote: > I would surmise that you hav

Re: [cfaussie] Re: Anyone able to troubleshoot CF9 / Win2008 / IIS7 for some pocket money?

2011-02-22 Thread Kym Kovan
I would surmise that you have some sort of feedback loop happening. A recursive tag that lost the plot maybe? Have you tried looking at memory usage as the code normally runs? Kym K On 23/02/2011 10:57, Taco Fleur wrote: Hello Carl, thanks for that. I've been looking in the logs around the

Re: [cfaussie] Re: Anyone able to troubleshoot CF9 / Win2008 / IIS7 for some pocket money?

2011-02-22 Thread Taco Fleur
Hello Carl, thanks for that. I've been looking in the logs around the time of the cf server becoming unresponsive and found the following. Today the server became unresponsive around 2011-02-23 07:03:00 am In the C:\ColdFusion9\runtime\logs\coldfusion-event.log I found 23/02 07:28:24 error ROO

[cfaussie] Re: Anyone able to troubleshoot CF9 / Win2008 / IIS7 for some pocket money?

2011-02-21 Thread Carl
Hello Taco, Maybe there is more you can do to self help. Look in these logs for hints at JVM issues: •[CF]\runtime\logs server or [Jrun]\logs multiserver •coldfusion-event.log & coldfusion-out.log •java.lang.OutOfMemoryError: GC overhead limit exceeded •java.lang.OutOfMemoryError: Java heap space