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

Re: [ACFUG Discuss] Error with Java Object

2010-01-21 Thread Cameron Childress
On Thu, Jan 21, 2010 at 6:30 AM, Rudi Shumpert shump...@gmail.com 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

RE: [ACFUG Discuss] Error with Java Object

2010-01-21 Thread Charlie Arehart
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 shump...@gmail.com wrote: I had put in place the solution I was working on, but I had planned this am

[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. cfset codeFactory = CreateObject(java,coldfusion.server.ServiceFactory) / cfset getDebugDataSet =

Re: [ACFUG Discuss] Error with Java Object

2010-01-20 Thread shawn gorrell
Question. Is debugging enabled on your production server? From: Rudi Shumpert shump...@gmail.com 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

Re: [ACFUG Discuss] Error with Java Object

2010-01-20 Thread Rudi Shumpert
Subject: [ACFUG Discuss] Error with Java Object 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. cfset codeFactory = CreateObject (java

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

Re: [ACFUG Discuss] Error with Java Object

2010-01-20 Thread shawn gorrell
discussion@acfug.org Sent: Wed, 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 chees...@yahoo.com wrote: Question. Is debugging enabled on your production server

Re: [ACFUG Discuss] Error with Java Object

2010-01-20 Thread Rudi Shumpert
@acfug.orgdiscussion@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 load data to use in a reporting tool. On my local dev box it all works. In production it dies. I am running

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

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 shump...@gmail.com To: discussion@acfug.org Sent: Wed, January 20, 2010 7:05:34 PM Subject: Re: [ACFUG Discuss] Error with Java Object It is because

Re: [ACFUG Discuss] Error with Java Object

2010-01-20 Thread Cameron Childress
On Wed, Jan 20, 2010 at 7:25 PM, Rudi Shumpert shump...@gmail.com 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?

Re: [ACFUG Discuss] Error with Java Object

2010-01-20 Thread Cameron Childress
On Wed, Jan 20, 2010 at 9:05 PM, Cameron Childress camer...@gmail.com 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

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 camer...@gmail.comwrote: On Wed, Jan 20, 2010 at 9:05 PM, Cameron Childress camer...@gmail.com wrote: It doesn't matter if you have debugging turned on for one IP or all IPs. Debug info is

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