Re: Coldfusion restarting itself

2008-07-08 Thread Rick Root
So... I resolved the problem. I think. I converted the site to use virtual directories instead of real directories. Before I did this, my cfclasses folder had 43,000 templates. Now it has 630. Now it can keep *ALL* of the templates in the template cache. After replacing the real directories

(ot) javascript problem

2008-07-08 Thread Stephens, Larry V
I'm using a DHTML javascript menu (from DynamicDrive) that works fine in Mozilla (shows no errors in the error console). The sample works fine in IE but my revision (no revision to code other than adding menu elements) won't even show up in IE. I see an error icon but it tells me absolutely

Re: (ot) javascript problem

2008-07-08 Thread Gerald Guido
You can try this. http://www.debugbar.com/ On Tue, Jul 8, 2008 at 8:42 AM, Stephens, Larry V [EMAIL PROTECTED] wrote: I'm using a DHTML javascript menu (from DynamicDrive) that works fine in Mozilla (shows no errors in the error console). The sample works fine in IE but my revision (no

RE: (ot) javascript problem

2008-07-08 Thread Adrian Lynch
If things aren't working after you made a change, show us a before and after sample of the code. Adrian -Original Message- From: Stephens, Larry V [mailto:[EMAIL PROTECTED] Sent: 08 July 2008 13:43 To: CF-Talk Subject: (ot) javascript problem I'm using a DHTML javascript menu (from

Re: (ot) javascript problem

2008-07-08 Thread Claude Schneegans
Any clues on how to trace javascript errors in IE? Error messages in IE are simply retarded. The error could be in any file, and it does not even give the file name. Furthermore, the line number is always one unit higher. Then your error must be in one of the included files, at line 347. --

RE: (ot) javascript problem

2008-07-08 Thread Stephens, Larry V
Thanks - installing now. -Original Message- From: Gerald Guido [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 08, 2008 8:58 AM To: CF-Talk Subject: Re: (ot) javascript problem You can try this. http://www.debugbar.com/ On Tue, Jul 8, 2008 at 8:42 AM, Stephens, Larry V [EMAIL PROTECTED]

Re: (ot) javascript problem

2008-07-08 Thread Loathe
The best means I have found of working out JS errors in IE is to create a project in Visual Web Developer 2008 (free). Launch the project which will open a browser window (IE needs to be set as your default browser) then navigate to your page. When the error occurs choose to debug the error,

RE: (ot) javascript problem

2008-07-08 Thread Andy Matthews
IE JS errors suck...it's almost impossible to debug. Your best bet then is to start commenting out lines, or chunks, of code (including JS includes). At the very least it should help you narrow down your issue. You could also extract the content from your included files one at a time, and replace

RE: Coldfusion restarting itself

2008-07-08 Thread Dawson, Michael
Just curious... What made you think of doing that? m!ke -Original Message- From: Rick Root [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 08, 2008 6:53 AM To: CF-Talk Subject: Re: Coldfusion restarting itself So... I resolved the problem. I think. I converted the site to use virtual

List Comparison

2008-07-08 Thread Kamru Miah
Could some one please advise me how to compare two lists of Ids (oldList, newList) and decide which Ids have been added or deleted (in the newList compared to oldList) but ignore any item that are unchanged? Many thanks, Kamru

RE: List Comparison

2008-07-08 Thread Adrian Lynch
This might do it: http://cflib.org/index.cfm?event=page.udfbyidudfid=149 Adrian www.adrianlynch.co.uk -Original Message- From: Kamru Miah [mailto:[EMAIL PROTECTED] Sent: 08 July 2008 15:32 To: CF-Talk Subject: List Comparison Could some one please advise me how to compare two lists of

RE: List Comparison

2008-07-08 Thread Che Vilnonis
Here you go... try a UDF... http://cflib.org/udf/ListCompare http://cflib.org/udf/ListInCommon Regards, Che -Original Message- From: Kamru Miah [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 08, 2008 10:32 AM To: CF-Talk Subject: List Comparison Could some one please advise me how to

Re: List Comparison

2008-07-08 Thread Tom McNeer
Kamru, On Tue, Jul 8, 2008 at 10:32 AM, Kamru Miah [EMAIL PROTECTED] wrote: Could some one please advise me how to compare two lists of Ids (oldList, newList) and decide which Ids have been added or deleted (in the newList compared to oldList) but ignore any item that are unchanged? Take a

CF 7.0.2 Scheduled Task Log File Incomplete

2008-07-08 Thread Tim Hobbs
We recently migrated our CF scheduled tasks from a server running CF 6.1 to CF 7.0.2. We di so by copying the neo-cron.xml file to the new server. Since the move, we have noticed that some tasks, particularly long running ones, will not include all of the log file output. It appears as if

Re: CF 7.0.2 Scheduled Task Log File Incomplete

2008-07-08 Thread Qing Xia
This is just a totally random idea that I am throwing out there: is it possible that the log file has reached the max size alloted for it in the CFAdmin? Additionally, when you set up a max log file size in CFAdmin and allow log files to rotate, for CFMX7, you must apply a hotfix to actually

Re: (ot) javascript problem

2008-07-08 Thread denstar
Look for a trailing comma in a javascript array perhaps? That one gets me in IE every once in a while. On Tue, Jul 8, 2008 at 6:42 AM, Stephens, Larry V wrote: I'm using a DHTML javascript menu (from DynamicDrive) that works fine in Mozilla (shows no errors in the error console). The sample

Re: The Woes of CFThread -- going out of my mind!

2008-07-08 Thread Ian Skinner
Well I fail. Can anybody point out what is fundamentally wrong with this code. Such that it has at least a 50% chance of complete failure resulting in a non-responsive ColdFusion server that must be restarted. What gets me is that sometimes it works completely correct and produces all the

RE: (ot) javascript problem

2008-07-08 Thread Stephens, Larry V
On Tue, Jul 8, 2008 at 6:42 AM, Stephens, Larry V wrote: I'm using a DHTML javascript menu (from DynamicDrive) that works fine in Mozilla (shows no errors in the error console). The sample works fine in IE but my revision (no Thanks for all the suggestions. I installed the debug bar that

Re: Coldfusion restarting itself

2008-07-08 Thread Rick Root
On Tue, Jul 8, 2008 at 9:41 AM, Dawson, Michael [EMAIL PROTECTED] wrote: Just curious... What made you think of doing that? well, I realize that templates are compiled into class files, and compiling class files is CPU intensive, so the class files get cached - on disk and into memory. Of

problem with .net integration

2008-07-08 Thread Rick Root
Alright so I wrote this custom tag that uses .net integration to create IIS virtual directories. IT worked great when I implemented it last night. This morning, I uninstalled coldfusion 8 standard, and installed CF 8 Enterprise in multi-server mode. My web sites are flying now, but my code that

Dynamic XML(DOM)

2008-07-08 Thread LSD 4Me
Hi I am currenlty using a form to search for dates in a remote database. The results are returned directly in the browser in XML format. I need to setup a way to have that xml data returned dynamicaly to a page which will then give me the ability to manipulate the data returned (either display

Re: The Woes of CFThread

2008-07-08 Thread Ian Skinner
Hello is this thing on? Raymond Camden wrote: On Mon, Jul 7, 2008 at 1:06 PM, Ian Skinner [EMAIL PROTECTED] wrote: Is anybody using cfthread... functionality? Is it working well for you? Yep. How are you using it? Are there praticle limits on how many threads to create, how

Re: credit card storage help

2008-07-08 Thread Steve Sommers
Hi all, Sorry I'm entering this thread a little late. I noticed some Shift4 references so I decided to chime in. You'll definately want to use some form or tokenization, whether ours or any gateway you decide to use. One product I would like to mention that we offer is i4Go. It is a

RE: Dynamic XML(DOM)

2008-07-08 Thread Brad Wood
I'm not sure what you mean by results are returned directly in the browser in XML format, but I'll ignore that for now and assume you are calling some webservice, or cfhttping to a URL. Have the administrators of the remote database provided you with an XSD or DTD which lets you know what the

Re: credit card storage help

2008-07-08 Thread Phillip Vector
On Tue, Jul 8, 2008 at 11:23 AM, Steve Sommers [EMAIL PROTECTED] wrote: P.S. Josheph, thanks for the kind words and I hope all worked out for you. I'm still ashamed the way things went down. Hey.. No worries. I call it like I see it and I know Shift4 is a great company for people to use (heck,

Re: Dynamic XML(DOM)

2008-07-08 Thread Dominic Watson
I don't know how you are receiving the XML, but for example, it it was in a string variable called my_xml_string_variable, all you need to do is: cfset xml_doc = xmlparse(my_xml_string_variable) cfdump var=#xml_doc# That should at least get you started. Or, if you have an URL that outputs

Re: Dynamic XML(DOM)

2008-07-08 Thread LSD 4Me
...I don't know how you are receiving the XML, but for example, it it was in a string variable called my_xml_string_variable, all you need to do is: This is where the confusion is. I am not sure how to parse the XML data that is returned into a variable. You are correct in that the XML is

Re: problem with .net integration

2008-07-08 Thread Bilal Soylu
Could it be that you have uninstalled the java to .net bridge class files? ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial

Re: Dynamic XML(DOM)

2008-07-08 Thread LSD 4Me
Dominic, The remote webservice requires data to be POSTed to it and will not accept GET. Will the xmlparse work with POST requests? ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the

CFGrid problem.

2008-07-08 Thread Ian Skinner
Can anybody suggest a reason or three why a cfgrid... tag on one server would work just fine, but on a second one not? The grid control shows up on both servers, they both show all the specified columns, but on the second there is no data. I have confirmed that the specified query record set

Re: Dynamic XML(DOM)

2008-07-08 Thread Dominic Watson
No it won't. For that, your best bet is to use cfhttp to post the data and store the resultant output as a variable: cfhttp url=http://myurl.com; method=POST cfhttpparam ... /cfhttp cfset xmlContent = cfhttp.fileContent cfset xml_doc = xmlparse(cfhttp.filecontent) cfdump var=#xml_doc# I'm

Re: problem with .net integration

2008-07-08 Thread Rick Root
On Tue, Jul 8, 2008 at 2:37 PM, Bilal Soylu [EMAIL PROTECTED] wrote: Could it be that you have uninstalled the java to .net bridge class files? I uninstalled coldfusion 8 completely then installed CF Enterprise. Unless the .NET integration service didn't get uninstalled and then didn't get

RE: Dynamic XML(DOM)

2008-07-08 Thread Brad Wood
Did you read my post? I explained how to parse the xml data. It was the part of the code that used the xmlparse() function. (Imagine that!) :) When you say XML data, you're not referring to a SOAP packet are you? Perhaps you could post your code that calls the web service so we could get a

Re: Dynamic XML(DOM)

2008-07-08 Thread Dominic Watson
Oops, my code shoulda looked like: cfhttp url=http://myurl.com; method=POST cfhttpparam ... /cfhttp cfset xml_doc = xmlparse(cfhttp.filecontent) cfdump var=#xml_doc# Dominic -- Blog it up: http://fusion.dominicwatson.co.uk

Re: (ot) javascript problem

2008-07-08 Thread denstar
Maybe: this.resizeTo(Wdth,Hght)} to this.resizeTo(Wdth,Hght); } and this.style.zIndex=RcrsLvl+Ztop} to this.style.zIndex=RcrsLvl+Ztop; } On Tue, Jul 8, 2008 at 11:53 AM, Stephens, Larry V [EMAIL PROTECTED] wrote: On Tue, Jul 8, 2008 at 6:42 AM, Stephens, Larry V wrote: I'm using a

Re: Dynamic XML(DOM)

2008-07-08 Thread LSD 4Me
...When you say XML data, you're not referring to a SOAP packet are you? Yes, it is a SOAP packet returned in XML format. The API that was written for the remote webservice has plenty of SOAP related requests but we are using the HTTP POST method insteatd of creating a full blown API on our

Re: Dynamic XML(DOM)

2008-07-08 Thread LSD 4Me
Dominic You the man. Thats exactly what i neeeded. Now that I can have the data parsed I can manipulate it. THANK YOU SO MUCH! ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date

Re: problem with .net integration

2008-07-08 Thread Gerald Guido
See if the service is running... In the control panel Administrative Tools Services.. you should see ColdFusion 8 .NET Service On Tue, Jul 8, 2008 at 2:47 PM, Rick Root [EMAIL PROTECTED] wrote: On Tue, Jul 8, 2008 at 2:37 PM, Bilal Soylu [EMAIL PROTECTED] wrote: Could it be that you have

RE: Dynamic XML(DOM)

2008-07-08 Thread Brad Wood
Well, heck-- you're making this harder than it has to be. You don't need a full blown API-- ColdFusion does all the SOAP nonsense for you! If you are calling a SOAP web service, all you need is a couple lines of code. Check out:

simple select query not working

2008-07-08 Thread Richard White
hi i have a query in cf and want to run another very simple query on it and for some reason it is not getting the data that i know is in there: first i am running this query (i am using query of query for these queries): select qu_80_tb_89_split_0_split_T_Wt from mergedColumnsQuery where

RE: Coldfusion restarting itself

2008-07-08 Thread Dawson, Michael
Ah... Excellent. Thanks for the explanation. m!ke -Original Message- From: Rick Root [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 08, 2008 12:55 PM To: CF-Talk Subject: Re: Coldfusion restarting itself On Tue, Jul 8, 2008 at 9:41 AM, Dawson, Michael [EMAIL PROTECTED] wrote: Just

Re: Dynamic XML(DOM)

2008-07-08 Thread LSD 4Me
Brad, This may work even better as this will probably allow for a better integration. I will start messing around with it now. THANKS! ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get

Galleon Forum - Ray Camden's Forum project

2008-07-08 Thread coldfusion . developer
I'm getting Data source Galleon not found. Has anyone worked with Ray Camden's Forum software. I can't find where the datasource is set and I've searched through all the related files.No matter what I make adjustments to, the error persists. Thanks D

Re: simple select query not working

2008-07-08 Thread Qing Xia
Hmmm... if it is a query of query, then you are limited to what the parent query (sorry, don't really know what the first query from DB is called...) has. So, even if a row of data does exist in a table, if that row of data is not pulled by the parent query, then there is no way how you can get

Re: problem with .net integration

2008-07-08 Thread Rick Root
So I uninstalled the .net integration service. And then reinstalled using the .net integration service installer. HOWEVER, it requires that you install to a specific instance of CF. If you're running multi-server it won't install to all instances. That's really lame. After installing it to the

Re: Galleon Forum - Ray Camden's Forum project

2008-07-08 Thread Rick Root
it's set in an ini file found in the cfcs directory I think. On Tue, Jul 8, 2008 at 3:24 PM, [EMAIL PROTECTED] wrote: I'm getting Data source Galleon not found. Has anyone worked with Ray Camden's Forum software. I can't find where the datasource is set and I've searched through all the

RE: Galleon Forum - Ray Camden's Forum project

2008-07-08 Thread Ben Forta
DSN setting, and all settings, in settings.ini.cfm file. Read the docs, Ray spells it all out in detail. --- Ben -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 08, 2008 3:24 PM To: CF-Talk Subject: Galleon Forum - Ray Camden's Forum project

Re: simple select query not working

2008-07-08 Thread Richard White
yes i have dumped out the query named mergedColumnsQuery just before i run the cfquery select statement on that query and it does contain a row with the data that i am trying to select would it have anything to do with column types? thanks Hmmm... if it is a query of query, then you are

RE: simple select query not working

2008-07-08 Thread Brad Wood
Are you sure the qu_80_tb_89_split_0_split_T_Ht column is really NULL, and not just an empty string? ~Brad -Original Message- From: Richard White [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 08, 2008 2:29 PM To: CF-Talk Subject: Re: simple select query not working yes i have dumped

Re: simple select query not working

2008-07-08 Thread Ian Skinner
Richard White wrote: yes i have dumped out the query named mergedColumnsQuery just before i run the cfquery select statement on that query and it does contain a row with the data that i am trying to select would it have anything to do with column types? thanks Well the first thought I

Re: simple select query not working

2008-07-08 Thread Qing Xia
Hmm... interesting. I thought about data types, but if a column is varchar and you are not enclosing the data for it in single quotes, the query should still return the rows. For example, if you did SELECT * FROM myTable WHERE myRow = 1 and myRow is actually a VARCHAR column, all rows of myRow =

Re: simple select query not working

2008-07-08 Thread Richard White
hi brad, even if i leave out that column and just add the select statement: select qu_80_tb_89_split_0_split_T_Wt from mergedColumnsQuery where subjectID = 447 and projectID = 36 and testOccasionID = 2 and qu_82_tb_89_split_0_split_T_Ht = 142.2; it still doesnt find the row - and just before i

Re: Galleon Forum - Ray Camden's Forum project

2008-07-08 Thread [EMAIL PROTECTED] [EMAIL PROTECTED]
I found that and made changes to that setting and the error still persists. DSN setting, and all settings, in settings.ini.cfm file. Read the docs, Ray spells it all out in detail. --- Ben I'm getting Data source Galleon not found. Has anyone worked with Ray Camden's Forum software. I

RE: Galleon Forum - Ray Camden's Forum project

2008-07-08 Thread Brad Wood
Did you re-initialize the app? ~Brad -Original Message- From: [EMAIL PROTECTED] [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 08, 2008 2:47 PM To: CF-Talk Subject: Re: Galleon Forum - Ray Camden's Forum project I found that and made changes to that setting and the

Re: Galleon Forum - Ray Camden's Forum project

2008-07-08 Thread Josh Nathanson
Generally with Ray's software, you have to reinit the application to see any changes, since almost everything is cached. I know in BlogCFC you append reinit=1 on the end of the url to accomplish this. -- Josh - Original Message - From: [EMAIL PROTECTED] To: CF-Talk

RE: simple select query not working

2008-07-08 Thread Brad Wood
I'm going to go with Qing Xia's suggestion here. Start with nothing but select qu_80_tb_89_split_0_split_T_Wt from mergedColumnsQuery and add the where pieces back in one at a time until the record goes away. ~Brad -Original Message- From: Richard White [mailto:[EMAIL PROTECTED]

Re: simple select query not working

2008-07-08 Thread Richard White
thanks Qing, getting there now!!! after what you said i commented them out one by one and it only fails when it gets to the last column which is: and qu_82_tb_89_split_0_split_T_Ht = 142.2; so i then used a function i got from cflibs called queryColumnTypes and found that the column is a

Re: CF 7.0.2 Scheduled Task Log File Incomplete

2008-07-08 Thread Tim Hobbs
Thanks for the response. As it turns out, I should have checked the hard drive space on the web server. Something had taken up almost all of the remaining space and the reason that we were getting partial log files is because it was running out of room to write the log.

NullPointerExceptions on ColdFusion 8.0.1

2008-07-08 Thread Karl-Heinz Blenk
Hi @all, I use a cold fusion 8.0.1 server on a windows 2003 server (x64 edition of both products). The application use a ms sql 2005 database, I use the current sql jdbc driver from microsoft for sql 2005. Some times, some days we get null pointer exceptions at different code lines / templates.

Re: NullPointerExceptions on ColdFusion 8.0.1

2008-07-08 Thread Barney Boisvert
From that stack trace, it sure looks like a bug in the query cache. You filed it with Adobe? On Tue, Jul 8, 2008 at 12:53 PM, Karl-Heinz Blenk [EMAIL PROTECTED] wrote: Hi @all, I use a cold fusion 8.0.1 server on a windows 2003 server (x64 edition of both products). The application use a ms

Re: Galleon Forum - Ray Camden's Forum project

2008-07-08 Thread Dominic Watson
Also, if the datasource named 'Galleon' is not being found - perhaps the problem is that the datasource does not exist, ie. it is not setup correctly in your CF admin... Dominic 2008/7/8 Josh Nathanson [EMAIL PROTECTED]: Generally with Ray's software, you have to reinit the application to see

Re: simple select query not working

2008-07-08 Thread Richard White
Hi Ian, yes i did start off comparing with empty strings - like where xx = but i wont always know the data type of the column and therefore i get an error if the column data type is an integer for example, so i thought that by adding 'is null' will then work for all column types. if anyone

Re: simple select query not working

2008-07-08 Thread Qing Xia
Wow. That is wild! I have never experienced where a column is one data type in a SQL server table and then changed to something else after CF pulls it... (Except for NULL of course, there is no NULL in CF) Beats me! I can't imagine why this is happening... But, just for kicks... change that

Re: simple select query not working

2008-07-08 Thread Qing Xia
Try: LEN(RTRIM(LTRIM(my_integer_column))) = 0 On Tue, Jul 8, 2008 at 4:01 PM, Richard White [EMAIL PROTECTED] wrote: Hi Ian, yes i did start off comparing with empty strings - like where xx = but i wont always know the data type of the column and therefore i get an error if the column data

Re: Galleon Forum - Ray Camden's Forum project

2008-07-08 Thread Ian Skinner
Dominic Watson wrote: Also, if the datasource named 'Galleon' is not being found - perhaps the problem is that the datasource does not exist, ie. it is not setup correctly in your CF admin... Dominic Well, I read the original post as knowing they were using a DSN that was not named

Re: simple select query not working

2008-07-08 Thread Richard White
Try: LEN(RTRIM(LTRIM(my_integer_column))) = 0 thanks ill use this ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;203748912;27390454;j

Re: simple select query not working

2008-07-08 Thread Richard White
thanks for your help anyway Qing, i cannot work this out either, i cannot see why the first one would work but not the second thanks Wow. That is wild! I have never experienced where a column is one data type in a SQL server table and then changed to something else after CF pulls it...

Re: simple select query not working

2008-07-08 Thread Richard White
dont know if it may apply but to get that column i did a left join with another query and then from that query i did a union with another query so i will backtrack through all of these to see at what point it is changed and see where i can fix it thanks

Re: simple select query not working

2008-07-08 Thread Qing Xia
Speaking of left outer joins: when you have a left outer join, and then you put a condition for the right-hand-side table in the WHERE clause, then that turns the LEFT OUTER JOIN into an INNER JOIN. For exmaple, the following two queries will return the same result: select ta.ta_id,

Re: simple select query not working

2008-07-08 Thread Richard White
i tried changing all the columns to data types of varchar and then to query this data by surrounding the where clause data with '' and this now produces an error saying: Error casting an object of type to an incompatible type. This usually indicates a programming error in Java, although it

cftry - catch - just to be sure I understand

2008-07-08 Thread Les Mizzell
I've got to start implementing better error trapping in my applications. Just to be sure I've got my head around this right... myEmailLIST has already been validated TWICE, using two different methods, but invariably, there's always one address somewhere that gets through validation that will

CF DNS Cache

2008-07-08 Thread Jenny Gavin-Wear
Does CF (7) ever clear it's DNS cache, or does it have to be done via a restart, please? Jenny ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial

Re: CF DNS Cache

2008-07-08 Thread Barney Boisvert
It has to be done via restart, by default. It's actually the JVM that does this caching, and it's configurable via a properties file. I can't remember which one off the top of my head. cheers, barneyb On Tue, Jul 8, 2008 at 2:51 PM, Jenny Gavin-Wear [EMAIL PROTECTED] wrote: Does CF (7) ever

RE: CF DNS Cache

2008-07-08 Thread Brad Wood
I don't know that CF caches DNS, but I bet the OS probably does. Is this a one-time thing, or do you need to pragmatically do this on a regular basis through your application? ~Brad -Original Message- From: Jenny Gavin-Wear [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 08, 2008 4:52 PM

RE: CF DNS Cache

2008-07-08 Thread Brad Wood
Hmm, looks like I was wrong. Java does cache DNS. Furthermore, it appears to ignore TTL values. Here's a page talking about it: http://www.rgagnon.com/javadetails/java-0445.html I'm not sure exactly how that all translates to CF though. ~Brad -Original Message- From: Brad Wood

Re: CF DNS Cache

2008-07-08 Thread Qing Xia
Here's an interesting article on this subject: http://tjordahl.blogspot.com/2004/10/cfmx-and-dns-caching.html On Tue, Jul 8, 2008 at 5:55 PM, Brad Wood [EMAIL PROTECTED] wrote: I don't know that CF caches DNS, but I bet the OS probably does. Is this a one-time thing, or do you need to

RE: problem with .net integration

2008-07-08 Thread Dave Watts
HOWEVER, it requires that you install to a specific instance of CF. If you're running multi-server it won't install to all instances. That's really lame. After installing it to the Cfusion instance it seems to work. So I ran the installer 2 more times for the other two instances (they

cfimage captcha problem - broken images SOMETIMES

2008-07-08 Thread Rick Root
So I'm using cfimage captcha for a web site, and about half the time it seems like the captcha imags are not loading with the page. http://www.saline1990.com/class_profile.cfm?member_id=62325 IF you reload that 10 times, chances are good that 5 times you'll see a broken image. If you see a

Re: cfimage captcha problem - broken images SOMETIMES

2008-07-08 Thread James Holmes
Well, hitting the image URL directly: http://www.saline1990.com/CFFileServlet/_cf_captcha/_captcha_img1333627722341645062.png about half the time I get a 404 error and the other half I get an image. I guess that's where the problem lies, whatever it is. On Wed, Jul 9, 2008 at 9:42 AM, Rick Root

Re: cfimage captcha problem - broken images SOMETIMES

2008-07-08 Thread Rick Root
well rather than figure this out, I just implemented cfformprotect http://cfformprotect.riaforge.org/ We'll see how that works :) Rick On Tue, Jul 8, 2008 at 9:54 PM, James Holmes [EMAIL PROTECTED] wrote: Well, hitting the image URL directly:

RE: cftry - catch - just to be sure I understand

2008-07-08 Thread William Seiter
I usually like to add a type: cfloop query=myEmailLIST cftry !--- CFMAIL CODE TO SEND HERE --- cfcatch type=any !--- CODE TO BUILD EXCEPTION EMAIL LIST HERE --- /cfcatch /cftry /cfloop -- William Seiter ColdFusion Web Developer /

Re: The Woes of CFThread

2008-07-08 Thread s. isaac dealey
Just glancing at this code snippet... I haven't done any work with cfthread recently, but I have implemented it in the past... I wouldn't expect the var keyword at the top to work. The thread does its own encapsulation that's more similar to a custom tag, so I would expect the var keyword to