RE: Webservice error after CF 8.01 update CF FAILS TO START! [FIXED]

2010-12-04 Thread Mark A. Kruger
Is this a .NET service? Mark A. Kruger, MCSE, CFG (402) 408-3733 ext 105 Skype: markakruger www.cfwebtools.com www.coldfusionmuse.com www.necfug.com -Original Message- From: Brook Davies [mailto:cft...@logiforms.com] Sent: Friday, December 03, 2010 9:54 AM To: cf-talk Subject: RE:

Re: Memory Usage Question

2010-12-04 Thread Nathan Strutz
Brook, At first glance, I'd say you need a consultant like Charlie Arehart ( http://www.carehart.org/) to see why your application is performing like this. Usually, there is a way to fix the offending memory hole. If you think you can do it, hire Charlie for an hour or so and he will give you

Re: OT - MySQL

2010-12-04 Thread Alan Rother
WOW. Thats a big leap from where it used to be. May be time for me to re-think MySQL Thanks Guys =] On Fri, Dec 3, 2010 at 1:50 PM, Jordan Michaels jor...@viviotech.netwrote: The MySQL workbench has load monitoring tools included with it. Here is come comprehensive documentation that

Re: Schedule task more frequent than 1 inute

2010-12-04 Thread Rick Root
On Fri, Dec 3, 2010 at 8:22 AM, Stefan Richter ste...@flashcomguru.com wrote: Is there any way to schedule a task in CFadmin more frequently than once a minute? I need to run it 2-3 times  minute if possible. I have the perfect solution for you. http://www.opensourcecf.com/simplegateway/ I

Re: Dumping VAR Scope?

2010-12-04 Thread Leigh
Based on the other responses, dumping the var scope in CF8 is not possible. Rick Check Ben Nadel's blog. I thought there was an undocumented function that provided access to the var (ie thread local scope) through getPageContext() in CF8 (only). -Leigh

Re: Dumping VAR Scope?

2010-12-04 Thread Leigh
(ie thread local scope) That should be function local obviously. BTW: The function I was thinking of is: getPageContext().getActiveFunctionLocalScope() http://www.bennadel.com/blog/758-ColdFusion-GetPageContext-Massive-Exploration.htm

RE: Webservice error after CF 8.01 update CF FAILS TO START! [FIXED]

2010-12-04 Thread Bobby Hartsfield
That is exactly what we have pushed to production today to attempt to resolve this (which is the only place it happens). The WSDL always title cases the name. I read that displayName would override the case but it didn't seem to work. Finally we just gave in and changed all references to it to

RE: OT - MySQL

2010-12-04 Thread Brook Davies
Are you using seefusion or fusion reactor to see the longest query time per request ect? How have you determined the DB is the bottleneck? Brook -Original Message- From: Jordan Michaels [mailto:jor...@viviotech.net] Sent: December-03-10 12:51 PM To: cf-talk Subject: Re: OT - MySQL

Re: Dumping VAR Scope?

2010-12-04 Thread nic.tun...@nictunney.com
Doesn't cfdump var=local work? Sent from my Verizon Wireless Phone - Reply message - From: Matt Quackenbush quackfu...@gmail.com Date: Fri, Dec 3, 2010 3:40 pm Subject: Dumping VAR Scope? To: cf-talk cf-talk@houseoffusion.com On Fri, Dec 3, 2010 at 1:48 PM, Eric Roberts wrote:

cfgrid bind question

2010-12-04 Thread funand learning
Hi All- I am trying to use cfgrid, as below cfgrid name=usersgrid pagesize=5 format=html width=100% height=200 bind=cfc:SysAdmin.cfc.lookupUsers.getAllUsers({cfgridpage},{cfgridpa gesize},{cfgridsortcolumn},{cfgridsortdirection},{filtercolumn},{filte r}). I also have a application.cfm

RE: Dumping VAR Scope?

2010-12-04 Thread andy matthews
If you're running CF9, you can dump the LOCAL scope. Variables are placed in this scope by default in CF9. -Original Message- From: Rick Root [mailto:rick.r...@gmail.com] Sent: Friday, December 03, 2010 11:05 AM To: cf-talk Subject: Re: Dumping VAR Scope? On Fri, Dec 3, 2010 at 12:03

Problems with cfajaxyproxy after CF8 to CF9 upgrade

2010-12-04 Thread Rick Root
So I upgraded a server from CF8 to CF9 last night.. there were some problems with cfajaxproxy, which were resolved with the 9.0.1 updater. However, this introduced another problem with cfajaxproxy described by this dude: http://www.thecfguy.com/post.cfm/cfajaxproxy-issue-with-coldfusion-9-0-1

cfgrid bind question

2010-12-04 Thread fun and learning
Hi All- I am trying to use cfgrid, as below cfgrid name=usersgrid pagesize=5 format=html width=100% height=200

Re: Memory Usage Question

2010-12-04 Thread Carl Meyer
Hi Brook, You do not say what Cf version and JVm is in use eg CF8.01 Java 1.6.0_04 1. I understand that setting -Xms1024m -Xmx1024m should immediately allocate that amount of ram to the JVM. So why does the taskManager report the memory usage at 300 megs (prior to the event)? Is TASKMAN

cfgrid bind question

2010-12-04 Thread fun and learning
Hi All- I am trying to use cfgrid, as below cfgrid name=usersgrid pagesize=5 format=html width=100% height=200 bind=cfc:SysAdmin.cfc.lookupUsers.getAllUsers({cfgridpage},{cfgridpa gesize},{cfgridsortcolumn},{cfgridsortdirection},{filtercolumn},{filte r}).

cfgrid bind question

2010-12-04 Thread fun and learning
Hi All- I am trying to use cfgrid, as below cfgrid name=usersgrid pagesize=5 format=html width=100% height=200 bind=cfc:SysAdmin.cfc.lookupUsers.getAllUsers({cfgridpage},{cfgridpa gesize},{cfgridsortcolumn},{cfgridsortdirection},{filtercolumn},{filte r}).

Re: Dumping VAR Scope?

2010-12-04 Thread Rick Root
On Sat, Dec 4, 2010 at 10:15 AM, andy matthews li...@commadelimited.com wrote: If you're running CF9, you can dump the LOCAL scope. Variables are placed in this scope by default in CF9. Thanks. We're not talking about CF9. Rick

RE: Webservice error after CF 8.01 update CF FAILS TO START! [FIXED]

2010-12-04 Thread Brook Davies
Changing the case of the actual template file names fixed it. Changing the references in the code did not. Brook -Original Message- From: Bobby Hartsfield [mailto:bo...@acoderslife.com] Sent: December-03-10 2:50 PM To: cf-talk Subject: RE: Webservice error after CF 8.01 update CF FAILS

RE: Memory Usage Question

2010-12-04 Thread Brook Davies
I wish I could see WHAT was taking up the ram, i.e a specific array, cfc instances, etc etc Brook -Original Message- From: Carl Meyer [mailto:ca...@tassweb.com.au] Sent: December-04-10 1:00 AM To: cf-talk Subject: Re: Memory Usage Question Hi Brook, You do not say what Cf version

Re: .NET errors after CF 9.01 Update

2010-12-04 Thread Rick Root
On Wed, Dec 1, 2010 at 11:24 AM, Stefan Richter ste...@flashcomguru.comwrote: E so I tried rebooting the server... now getting a blank page which is much, much better. Will keep you posted but it seems ok now. So by blank page you mean you're successfully claling .NET dll's now? I'm