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
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 dev-li...@mbcomms.net.auwrote: I

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

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 kuki...@gmail.com 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

[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

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

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 ca...@tassweb.com.au wrote: “Java heap space” - sounds like JVM

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 taco.fl...@clickfind.com.au wrote: Hi Carl, I don't really understand all of that,

[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

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

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

2011-02-22 Thread charlie arehart
[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 this has all been

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

2011-02-22 Thread charlie arehart
. /charlie -Original Message- From: cfaussie@googlegroups.com [mailto:cfaussie@googlegroups.com] On Behalf Of Kym Kovan Sent: Tuesday, February 22, 2011 8:09 PM To: cfaussie@googlegroups.com Subject: Re: [cfaussie] Re: Anyone able to troubleshoot CF9 / Win2008 / IIS7 for some

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

2011-02-22 Thread charlie arehart
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 Subject: [cfaussie] Re: Anyone able to troubleshoot CF9 / Win2008 / IIS7 for some pocket money

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

[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 charlie_li...@carehart.org wrote: I'd like to offer a caution about offering some

[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