Re: CF10/SQL troubleshooting malformed query

2012-10-09 Thread Andrew Scott
There is another setting, in the main settings that states if you want to pass HTTP status codes, if you switch this off then the true error will appear. I do not advise turning this off on production servers, but look at other logging methods instead. -- Regards, Andrew Scott WebSite: http://

CF10/SQL troubleshooting malformed query

2012-10-09 Thread Stephens, Larry V
In CF8 using Access tables I will get an error message if I have an error in a query (e.g., a comma where one doesn't belon). We have just set up a CF10 site using SQL. With this + a query error I get a 500 internal server error and no code to look at to spot where the error is occurring. We

Re: Troubleshooting slow web service calls

2012-01-10 Thread Michael Stemle
learning wrote: > > I have a web service created in coldfusion, and consumed from a coldfusion > page. The problem is that the web service call is very fast in development > environment, where as its very very slow in production environment. What is > the > best way to go about troub

Troubleshooting slow web service calls

2012-01-10 Thread fun and learning
I have a web service created in coldfusion, and consumed from a coldfusion page. The problem is that the web service call is very fast in development environment, where as its very very slow in production environment. What is the best way to go about troubleshooting what is causing the problem

Re: Creating COM object - troubleshooting

2011-04-20 Thread Russ Michaels
or the many others who have open source projects at www.riaforge.org On Wed, Apr 20, 2011 at 11:19 PM, Maureen wrote: > > Only that which is not based on code written by Ben Forta or Ray Camden. > > On Wed, Apr 20, 2011 at 2:43 PM, Bobby Hartsfield > wrote: > > > > Isn't all code in existenc

Re: Creating COM object - troubleshooting

2011-04-20 Thread Maureen
Only that which is not based on code written by Ben Forta or Ray Camden. On Wed, Apr 20, 2011 at 2:43 PM, Bobby Hartsfield wrote: > > Isn't all code in existence based off of code originally written by Ben > Nadel? ~| Order the

RE: Creating COM object - troubleshooting

2011-04-20 Thread Bobby Hartsfield
AM To: cf-talk Subject: RE: Creating COM object - troubleshooting Here are the cfcs we developed based off of code originally developed by ben Nadel...some of the modification ideas were based off another site as well and I am drawing a complete blank, at the moment, who that blogger was...so i

RE: Creating COM object - troubleshooting

2011-04-19 Thread Eric Roberts
Here are the cfcs we developed based off of code originally developed by ben Nadel...some of the modification ideas were based off another site as well and I am drawing a complete blank, at the moment, who that blogger was...so if you remember the convo we had, please pop up ;-) Banner.cfc has so

Re: Creating COM object - troubleshooting

2011-04-19 Thread Dave Watts
> I'm showing my newbie-ness here but would Java offer a way out of this > problem? The vendor offers JAva examples > (http://www.acasystems.com/en/web-thumb-activex/faq-convert-html-to-image-in-java.htm) > and I'm wondering if it > would be (easily?) possible to compile a JAR that exposes the r

Re: Creating COM object - troubleshooting

2011-04-19 Thread Stefan Richter
Thanks, It's not totally critical - right now I am using PHP for this one task. Not ideal but it works. Since I am working on bundling all the separate remote files for this Flex app into one CFC it would have been neat to get this one in there as well. Regards, Stefan On 19 Apr 2011, at 1

Re: Creating COM object - troubleshooting

2011-04-19 Thread Russ Michaels
if it is critical for you to use this COM object, then here is one suggestion. Install CF 32 bit on the server as well, and just have one folder on your server set to use the 32bit connectors just so you can use your COM object. On Tue, Apr 19, 2011 at 9:06 AM, Stefan Richter wrote: > > I'm show

Re: Creating COM object - troubleshooting

2011-04-19 Thread Stefan Richter
I'm showing my newbie-ness here but would Java offer a way out of this problem? The vendor offers JAva examples (http://www.acasystems.com/en/web-thumb-activex/faq-convert-html-to-image-in-java.htm) and I'm wondering if it would be (easily?) possible to compile a JAR that exposes the relevant

Re: Creating COM object - troubleshooting

2011-04-19 Thread Stefan Richter
with how MS is depreciating COM in favor of .NET. > > -Original Message- > From: Stefan Richter [mailto:ste...@flashcomguru.com] > Sent: Monday, April 18, 2011 14:12 > To: cf-talk > Subject: Re: Creating COM object - troubleshooting > > > Thanks, > Soun

Re: Creating COM object - troubleshooting

2011-04-18 Thread Dave Watts
> Again it is has something to do with how MS is depreciating COM in favor of > .NET. Well, this is kind of true, but not entirely true. CF uses a third-party Java-COM library from JIntegra. They don't make a 64-bit version of their library. There's nothing (that I know of) stopping them from do

Re: Creating COM object - troubleshooting

2011-04-18 Thread Dave Watts
> We tried several different methods Dave, but COM objects are just not > compatible with CF8 or 9 64 bit.  Either you need another solution or go > back to using the 32 bit. Yes, you're absolutely correct that 64-bit CF can't instantiate COM objects. But at the point you're using RUNDLL32.EXE t

RE: Creating COM object - troubleshooting

2011-04-18 Thread Eric Roberts
g COM object - troubleshooting Eric, Dave was right ... we replaced it with a 64bit compiled version of the CFX tag... so it IS 64bit but it is NOT com. -mark Mark A. Kruger, MCSE, CFG (402) 408-3733 ext 105 www.cfwebtools.com www.coldfusionmuse.com www.necfug.com -Original Message-

RE: Creating COM object - troubleshooting

2011-04-18 Thread Eric Roberts
: Monday, April 18, 2011 14:12 To: cf-talk Subject: Re: Creating COM object - troubleshooting Thanks, Sounds like the best way forward is to ask the vendor for a 64bit dll... Thanks again, at least I can stop trying now :-) Cheers Stefan On 18 Apr 2011, at 18:48, Dave Watts wrote: > >&g

RE: Creating COM object - troubleshooting

2011-04-18 Thread Eric Roberts
Subject: Re: Creating COM object - troubleshooting > Is there some way you could call CFEXECUTE and call a BAT file or > something like that to run the DLL? Would this be a workaround for > calling a COM object from CF9 or a 32 bit object from CF 64 bit? Or is > it not possible or adv

RE: Creating COM object - troubleshooting

2011-04-18 Thread Mark A. Kruger
...@threeravensconsulting.com] Sent: Monday, April 18, 2011 4:01 PM To: cf-talk Subject: RE: Creating COM object - troubleshooting ImageCR will not work...you will have to replace it with the cfimage tag or take a look at a thread we had here last fall in regards (September or October I think

RE: Creating COM object - troubleshooting

2011-04-18 Thread Eric Roberts
As long as it is a COM object, it will not work. -Original Message- From: Dave Watts [mailto:dwa...@figleaf.com] Sent: Monday, April 18, 2011 12:55 To: cf-talk Subject: Re: Creating COM object - troubleshooting > Eh?  We are using 64bit imageCR3 on a customer server... whic

RE: Creating COM object - troubleshooting

2011-04-18 Thread Eric Roberts
g COM object - troubleshooting Eh? We are using 64bit imageCR3 on a customer server... which I believe IS com no? -Mark -Original Message- From: Dave Watts [mailto:dwa...@figleaf.com] Sent: Monday, April 18, 2011 12:46 PM To: cf-talk Subject: Re: Creating COM object - troublesho

RE: Creating COM object - troubleshooting

2011-04-18 Thread Eric Roberts
it to 64 bit. Eric -Original Message- From: Mark A. Kruger [mailto:mkru...@cfwebtools.com] Sent: Monday, April 18, 2011 12:00 To: cf-talk Subject: RE: Creating COM object - troubleshooting Stefan, I suspect PHP is 32bit yes... but someone else will have to chime in definitely. It&#

Re: Creating COM object - troubleshooting

2011-04-18 Thread Stefan Richter
Thanks, Sounds like the best way forward is to ask the vendor for a 64bit dll... Thanks again, at least I can stop trying now :-) Cheers Stefan On 18 Apr 2011, at 18:48, Dave Watts wrote: > >> I also tried using a tag based syntax specifying the DLL directly: >> > assembly="C:\Program F

Re: Creating COM object - troubleshooting

2011-04-18 Thread Dave Watts
> Is there some way you could call CFEXECUTE and call a BAT file or something > like that to run the DLL? Would this be a workaround for calling a COM > object from CF9 or a 32 bit object from CF 64 bit? Or is it not possible or > advisable to do this either? Depending on how the DLL is written,

RE: Creating COM object - troubleshooting

2011-04-18 Thread Mark A. Kruger
- troubleshooting > Eh?  We are using 64bit imageCR3 on a customer server... which I believe IS > com no? No, it's a CFX DLL. While I haven't used any 64-bit CFX libraries, I don't see why they wouldn't work. But 64-bit CF doesn't come with the JIntegra functi

RE: Creating COM object - troubleshooting

2011-04-18 Thread Brook Davies
: Stefan Richter [mailto:ste...@flashcomguru.com] Sent: April-18-11 7:45 AM To: cf-talk Subject: Re: Creating COM object - troubleshooting I should also add that the PHP example works fine on the same box: $t_xMaker = new COM("ACAWebThumb.ThumbMaker") Also on the same server I am able to

Re: Creating COM object - troubleshooting

2011-04-18 Thread Dave Watts
> Eh?  We are using 64bit imageCR3 on a customer server... which I believe IS > com no? No, it's a CFX DLL. While I haven't used any 64-bit CFX libraries, I don't see why they wouldn't work. But 64-bit CF doesn't come with the JIntegra functionality needed to interact with COM objects. I don'

RE: Creating COM object - troubleshooting

2011-04-18 Thread Mark A. Kruger
Eh? We are using 64bit imageCR3 on a customer server... which I believe IS com no? -Mark -Original Message- From: Dave Watts [mailto:dwa...@figleaf.com] Sent: Monday, April 18, 2011 12:46 PM To: cf-talk Subject: Re: Creating COM object - troubleshooting > First guess would

Re: Creating COM object - troubleshooting

2011-04-18 Thread Dave Watts
> I also tried using a tag based syntax specifying the DLL directly: > assembly="C:\Program Files (x86)\ACASystems\ACA WebThumb > ActiveX Control\acawebthumb.dll"> > > Error: > Class ACAWebThumb.ThumbMaker not found in the specified assembly list. > The assembly that contains the class must be pr

Re: Creating COM object - troubleshooting

2011-04-18 Thread Dave Watts
> First guess would be 64bit vs. 32 bit. Have you matched the correct > "version" of the COM? There's no COM at all if you're using 64-bit CF. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on GS

RE: Creating COM object - troubleshooting

2011-04-18 Thread Mark A. Kruger
: Creating COM object - troubleshooting Thank you. Is this a restriction via CF then or why is it so easy to do it in PHP? Is it because CF will run in 64bit mode and PHP is not? Regards, Stefan ~| Order the Adobe Coldfusion

Re: Creating COM object - troubleshooting

2011-04-18 Thread Stefan Richter
(402) 408-3733 ext 105 > www.cfwebtools.com > www.coldfusionmuse.com > www.necfug.com > > -Original Message- > From: Stefan Richter [mailto:ste...@flashcomguru.com] > Sent: Monday, April 18, 2011 10:41 AM > To: cf-talk > Subject: Re: Creating COM object - troubleshoo

RE: Creating COM object - troubleshooting

2011-04-18 Thread Mark A. Kruger
ruger, MCSE, CFG (402) 408-3733 ext 105 www.cfwebtools.com www.coldfusionmuse.com www.necfug.com -Original Message- From: Stefan Richter [mailto:ste...@flashcomguru.com] Sent: Monday, April 18, 2011 10:41 AM To: cf-talk Subject: Re: Creating COM object - troubleshooting Thanks Mark. 32/

Re: Creating COM object - troubleshooting

2011-04-18 Thread Stefan Richter
> www.necfug.com > > > -Original Message- > From: Stefan Richter [mailto:ste...@flashcomguru.com] > Sent: Monday, April 18, 2011 9:38 AM > To: cf-talk > Subject: Creating COM object - troubleshooting > > > Hi all, > I'm trying to use a third

RE: Creating COM object - troubleshooting

2011-04-18 Thread Mark A. Kruger
, CFG (402) 408-3733 ext 105 www.cfwebtools.com www.coldfusionmuse.com www.necfug.com -Original Message- From: Stefan Richter [mailto:ste...@flashcomguru.com] Sent: Monday, April 18, 2011 9:38 AM To: cf-talk Subject: Creating COM object - troubleshooting Hi all, I'm trying to use

RE: Creating COM object - troubleshooting

2011-04-18 Thread Mark A. Kruger
omguru.com] Sent: Monday, April 18, 2011 9:38 AM To: cf-talk Subject: Creating COM object - troubleshooting Hi all, I'm trying to use a third party DLL called ACA Webthumb http://www.acasystems.com/en/web-thumb-activex/ I've installed this on a Windows 2008 server running CF 9.0

Re: Creating COM object - troubleshooting

2011-04-18 Thread Stefan Richter
I should also add that the PHP example works fine on the same box: $t_xMaker = new COM("ACAWebThumb.ThumbMaker") Also on the same server I am able to use other (.NET) DDLs, for example in this way: Regards, Stefan > Hi all, > I'm trying to use a third party DLL called ACA Webthumb htt

Creating COM object - troubleshooting

2011-04-18 Thread Stefan Richter
Hi all, I'm trying to use a third party DLL called ACA Webthumb http://www.acasystems.com/en/web-thumb-activex/ I've installed this on a Windows 2008 server running CF 9.0.1 I'm having issue instantiating the library in CF. I'm using the supplied sample file that came with ACA. Here's the probl

Troubleshooting cfdocument format="FlashPaper"

2008-05-20 Thread Adrian Lynch
Hey all, I've not touched in a while. I'm getting a blank screen for Flash, but PDF works. Any pointers as to what might be causing this? I started with this: As basic as it gets! and have tried adding cfabort and cfcontent to clear the output before (I know this isn't needed, but I

Re: cfhttp post authentication, troubleshooting tips

2008-03-12 Thread Brent Nicholas
sent via the url. > > > >But things are not working. The form is not being updated and I'm not >getting any errors. > > > >I was wondering what troubleshooting tips people had. > > >

cfhttp post authentication, troubleshooting tips

2008-03-12 Thread Gilbert Midonnet
(hidden as well as displayed) and which are sent via the url. But things are not working. The form is not being updated and I'm not getting any errors. I was wondering what troubleshooting tips people had. I'm using and But it's not catching everything

RE: Troubleshooting Performance - CFMX

2003-06-05 Thread Jeremy Bruck
PROTECTED] Sent: Tuesday, June 03, 2003 6:33 PM To: CF-Talk Subject: Troubleshooting Performance - CFMX Can someone tell me if they've seen the following behavior and if this is normal. All of this is related to the CPU maxxing out at 100% and the whole JRUN.exe problem. The following situati

Re: Troubleshooting Performance - CFMX

2003-06-04 Thread Jochem van Dieten
B G wrote: > > I monitor Task Manager and CFSTAT at the same time. When CPU usage stays in > the 75%-100% range, requests running NEVER goes below 1. Frequently it > rises until the 25 limit where they go to queue. > > At this point I turn off IIS and the CPU stays the same, roughly 50%-75% a

Troubleshooting Performance - CFMX

2003-06-04 Thread B G
Can someone tell me if they've seen the following behavior and if this is normal. All of this is related to the CPU maxxing out at 100% and the whole JRUN.exe problem. The following situation is easily repeatable on my server: I monitor Task Manager and CFSTAT at the same time. When CPU usage

RE: What on earth? I don't even know where to begin Troubleshooting this error...

2003-03-20 Thread Justin Hansen
x27;t even know where to begin Troubleshooting this error... on 3/20/03 12:43 PM, Justin Hansen at [EMAIL PROTECTED] wrote: > I have noticed weird errors like this when moving files. But not every time. > Or for some odd reason, a error when saving the file? Maybe it thought it was > the same file.

RE: What on earth? I don't even know where to begin Troubleshooting this error...

2003-03-20 Thread Ezine
when renaming files, be careful of the case.. Lets us this scenario: You have a Index.cfm that you are editing..(notice the capital 'I' in Index.cfm) ColdFusion already Ran the Index.cfm and made an Index3939493.class You then rename Index.cfm to index.cfm(lower case 'i') and save the page.

Re: What on earth? I don't even know where to begin Troubleshooting this error...

2003-03-20 Thread Jeff
on 3/20/03 12:43 PM, Justin Hansen at [EMAIL PROTECTED] wrote: > I have noticed weird errors like this when moving files. But not every time. > Or for some odd reason, a error when saving the file? Maybe it thought it was > the same file. I haven't been able to put my finger on it but, found that

RE: What on earth? I don't even know where to begin Troubleshooting this error...

2003-03-20 Thread Justin Hansen
issue. -Original Message- From: Jeff [mailto:[EMAIL PROTECTED] Sent: Thursday, March 20, 2003 11:27 AM To: CF-Talk Subject: Re: What on earth? I don't even know where to begin Troubleshooting this error... on 3/20/03 12:15 PM, Justin Hansen at [EMAIL PROTECTED] wrote: > just delete those clas

Re: What on earth? I don't even know where to begin Troubleshooting this error...

2003-03-20 Thread Jeff
on 3/20/03 12:15 PM, Justin Hansen at [EMAIL PROTECTED] wrote: > just delete those class files so it can recompile. > i would delete any class files that have "index" in the name. Could this be occurring because the file that's generating the error was once another "index.cfm" file that I simply

RE: What on earth? I don't even know where to begin Troubleshooting this error...

2003-03-20 Thread Justin Hansen
045 Mobile ~~ -Original Message- From: Jeff [mailto:[EMAIL PROTECTED] Sent: Thursday, March 20, 2003 10:47 AM To: CF-Talk Subject: What on earth? I don't even know where to begin Troubleshooting this error... ---begin paste error--- Errors reported by Java compiler: Found 1 semantic

What on earth? I don't even know where to begin Troubleshooting this error...

2003-03-20 Thread Jeff
---begin paste error--- Errors reported by Java compiler: Found 1 semantic error compiling "C:/Program Files/CFusionMX/wwwroot/WEB-INF/cfclasses/cfIndex2ecfm159748201.java": 1. public final class cfIndex2ecfm159748201 extends coldfusion.runtime.CFPage{ <---> *** Error: Cannot write

RE: troubleshooting help

2003-01-22 Thread Everett, Al
> To: CF-Talk > Subject: troubleshooting help > > > We seem to be having some trouble tracking down the source of some > performance issues. Usually, our site just flies, but toward > the end of the > business day, sometimes our servers seem to be lagging. CPU and memory

troubleshooting help

2003-01-22 Thread Everett, Al
We seem to be having some trouble tracking down the source of some performance issues. Usually, our site just flies, but toward the end of the business day, sometimes our servers seem to be lagging. CPU and memory utilization is low and the database doesn't seem to be under unusual load. Besides, o

CF Server Troubleshooting

2002-09-26 Thread Robert Shaw
Hi, My boss has asked me to make a document for troubleshooting ColdFusion, including a checklist, for my department in case any of the more experienced developers are not around. Aside from the typical troubleshooting "Best Practices" he also wants a checklist for troubleshootin

CF Server Troubleshooting

2002-09-24 Thread Robert Shaw
Hi, My boss has asked me to make a document for troubleshooting ColdFusion, including a checklist, for my department in case any of the more experienced developers are not around. Aside from the typical troubleshooting "Best Practices" he also wants a checklist for troubleshootin

RE: Help troubleshooting MX freezing up each day

2002-09-18 Thread Blum, Jason (SAA)
inal Message- From: Marius Milosav [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 18, 2002 9:02 AM To: CF-Talk Subject: Re: Help troubleshooting MX freezing up each day While locking the applications doesn't hurt, I think you should lock the cffile process (with named locks) when wr

Re: Help troubleshooting MX freezing up each day

2002-09-18 Thread Marius Milosav
l Company (VICO) Application Demo www.scorpiosoft.com/vicodemo/login.cfm - Original Message - From: "Blum, Jason (SAA)" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Wednesday, September 18, 2002 8:33 AM Subject: Help troubleshooting MX freezing

Help troubleshooting MX freezing up each day

2002-09-18 Thread Blum, Jason (SAA)
Hey all! Just wondering if anyone might have any suggestions on what to look for in troubleshooting why my MX server freezes up each day. (Win 2K, 1 GB RAM, tons of free HD space - a brand new system.) It's a dedicated server, only this one application running. It is a kind of Enter

Re: troubleshooting

2001-07-06 Thread W Luke
From: "Marc Garrett" <[EMAIL PROTECTED]> Newsgroups: cf-talk Sent: Friday, July 06, 2001 12:42 AM Subject: Re: troubleshooting > Two very simple things that have tripped me up in the past: > > 1) Make sure the "from" attribute is a valid email address on your