RE: [ACFUG Discuss] Error with Java Object

2010-01-21 Thread Charlie Arehart
m: ad...@acfug.org [mailto:ad...@acfug.org] On Behalf Of Cameron > Childress > Sent: Thursday, January 21, 2010 11:19 AM > To: discussion@acfug.org > Subject: Re: [ACFUG Discuss] Error with Java Object > > On Thu, Jan 21, 2010 at 6:30 AM, Rudi Shumpert > wrote: > > I ha

Re: [ACFUG Discuss] Error with Java Object

2010-01-21 Thread Cameron Childress
On Thu, Jan 21, 2010 at 6:30 AM, Rudi Shumpert wrote: > I had put in place the solution I was working on, but I had planned this am > to change that to put in the getTickCount method, instead of trying to get > the information out of the java object. If that's all you are looking for I'd look int

Re: [ACFUG Discuss] Error with Java Object

2010-01-21 Thread Rudi Shumpert
I want to get a rough idea of the time it takes each page to load, and capture that so I can pass the value into our web analytics solution on each page call. We are about to start cleaning up some old code / cfc's and other sins of the past and I would like to see how much of an impact this proce

Re: [ACFUG Discuss] Error with Java Object

2010-01-20 Thread John Mason
I guess at this point we have to ask exactly what you want to do. Knowing the specific goals may yield some other options. John ma...@fusionlink.com Rudi Shumpert wrote: Cameron, Thanks for the clarification. -Rudi On Wed, Jan 20, 2010 at 9:11 PM, Cameron Childress wrote: On Wed,

Re: [ACFUG Discuss] Error with Java Object

2010-01-20 Thread Rudi Shumpert
Cameron, Thanks for the clarification. -Rudi On Wed, Jan 20, 2010 at 9:11 PM, Cameron Childress wrote: > On Wed, Jan 20, 2010 at 9:05 PM, Cameron Childress > wrote: > > It doesn't matter if you have debugging turned on for one IP or all > > IPs. Debug info is collected for all user, then on

Re: [ACFUG Discuss] Error with Java Object

2010-01-20 Thread Cameron Childress
On Wed, Jan 20, 2010 at 9:05 PM, Cameron Childress wrote: > It doesn't matter if you have debugging turned on for one IP or all > IPs.  Debug info is collected for all user, then only show to certian > IP addresses. To be a bit clearer, it's the collection of the debugging data that generally cau

Re: [ACFUG Discuss] Error with Java Object

2010-01-20 Thread Cameron Childress
On Wed, Jan 20, 2010 at 7:25 PM, Rudi Shumpert wrote: > If I have to have debugging on for all IP's to have this work, how bad is it > to create a blank rudidebug.cfm page and select that as the debug template > in the CF Admin.  Is this a major no-no or a major performance hit? It doesn't matter

Re: [ACFUG Discuss] Error with Java Object

2010-01-20 Thread shawn gorrell
I really don't remember. I'm sure Charlie or John would know off the top of their heads. From: Rudi Shumpert To: discussion@acfug.org Sent: Wed, January 20, 2010 7:05:34 PM Subject: Re: [ACFUG Discuss] Error with Java Object It is because of the

Re: [ACFUG Discuss] Error with Java Object

2010-01-20 Thread Rudi Shumpert
So let me ask this. If I have to have debugging on for all IP's to have this work, how bad is it to create a blank rudidebug.cfm page and select that as the debug template in the CF Admin. Is this a major no-no or a major performance hit? -Rudi On Wed, Jan 20, 2010 at 4:43 PM, John Mason wrot

Re: [ACFUG Discuss] Error with Java Object

2010-01-20 Thread Rudi Shumpert
lasses is restricted. I seem to recall > there being a setting to do so on CF8... > > -- > *From:* Rudi Shumpert > *To:* "discussion@acfug.org" > *Sent:* Wed, January 20, 2010 4:42:16 PM > *Subject:* Re: [ACFUG D

Re: [ACFUG Discuss] Error with Java Object

2010-01-20 Thread shawn gorrell
January 20, 2010 4:42:16 PM Subject: Re: [ACFUG Discuss] Error with Java Object No. Sent from my iPhone On Jan 20, 2010, at 4:38 PM, shawn gorrell wrote: Question. Is debugging enabled on your production server? > > > > _

Re: [ACFUG Discuss] Error with Java Object

2010-01-20 Thread John Mason
Don't worry. I use either open source code or get permission before hand. Your isp may have access to internal java objects turned off. John ma...@fusionlink.com Rudi Shumpert wrote: Hey folks! I'm trying to use a java object to get some page load data to use in a reporting tool. On my loca

Re: [ACFUG Discuss] Error with Java Object

2010-01-20 Thread Rudi Shumpert
No. Sent from my iPhone On Jan 20, 2010, at 4:38 PM, shawn gorrell wrote: Question. Is debugging enabled on your production server? From: Rudi Shumpert To: discussion@acfug.org Sent: Wed, January 20, 2010 4:34:46 PM Subject: [ACFUG Discuss] Error with

Re: [ACFUG Discuss] Error with Java Object

2010-01-20 Thread shawn gorrell
Question. Is debugging enabled on your production server? From: Rudi Shumpert To: discussion@acfug.org Sent: Wed, January 20, 2010 4:34:46 PM Subject: [ACFUG Discuss] Error with Java Object Hey folks! I'm trying to use a java object to get some page

[ACFUG Discuss] Error with Java Object

2010-01-20 Thread Rudi Shumpert
Hey folks! I'm trying to use a java object to get some page load data to use in a reporting tool. On my local dev box it all works. In production it dies. I am running CF8 in both spots. Again, this work on my local dev machine. (I hope John won't use this as the next example