Re: Possible to optimise CFHTTP Response Time?

2014-02-19 Thread Mack
. Are you by any chance on Amazon AWS ? Or maybe some other virtualized XEN solution ? -- Mack ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive

Re: postSizeLimit and postParameterLimit

2013-03-29 Thread Mack
, 10,000? Tomcat has a default value of 1 for a somewhat equivalent parameter (maxParameterCount): http://tomcat.apache.org/tomcat-7.0-doc/config/http.html -- Mack ~| Order the Adobe Coldfusion Anthology now! http

Re: Video Processing?

2012-02-02 Thread Mack
. -- Mack ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:349742 Subscription

Re: the ##2 will not print with Bar Code 39 f HR cfprint comand

2012-02-02 Thread Mack
Yes, it prints from the server fine if I open the pdf and print from acrobat reader. it just wont print the #2 with the cfprint command. Can you put somewhere a copy of the PDF with the problem ? -- Mack ~| Order the Adobe

Re: Changing the Mail/Spool folder

2011-11-25 Thread Mack
You can move the folders to the other partition and then create a symbolic link to them in the cf mail dir. -- Mack ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155

Re: imageGeEXIFMetaData

2011-10-08 Thread Mack
Do you have an image that demonstrates the problem ? -- Mack ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com

Re: Commons Logging issues

2011-09-30 Thread Mack
have a piece of code that demonstrates the problem ? -- Mack ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com

Re: MyFax and CFMail

2011-09-30 Thread Mack
Make sure there are is no white space in your text email (cfmail from=... to=.../cfmail). -- Mack ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion

Re: Commons Logging issues

2011-09-30 Thread Mack
Delete org\apache\commons\logging from pdf-transcoder.jar, download the newest common logging jar file from http://commons.apache.org/logging/ and load that with JavaLoader. -- Mack ~| Order the Adobe Coldfusion Anthology now

Re: Commons Logging issues

2011-09-30 Thread Mack
Paul, Do you have access to CF's logs ? You should see something in the exception.log ... -- Mack ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion

Re: Weird ColdFusion Admin Error

2011-07-07 Thread Robert Mack
500 coldfusion.runtime.CfJspPage._setCurrentLineNo(I)V coldfusion.runtime.CfJspPage._setCurrentLineNo(I)V anyone ever see this before? tw -- 'Never have anything in your life that you can't walk out on in thirty seconds flat, if you spot the heat coming around the corner' robert deniro -

Re: Weird ColdFusion Admin Error

2011-07-07 Thread Robert Mack
Did you ever resolve this? I'm getting it now on an MX 7 installation when I try to access the administrator page. It's a Virtual Private Server and I bet some config change was made that screwed up the encryption. May have to reinstall and reconfigure ColdFusion -- ugh! Bob Mack 500

Re: CFFILE / CFCATCH

2011-07-04 Thread Mack
On Fri, Jul 1, 2011 at 4:16 AM, morgan l greyk...@gmail.com wrote: Looks like you're the victim of scenario #2 in this KB article: http://kb2.adobe.com/cps/181/tn_18171.html That article applies to CF5 and I doubt Jenny is running CF5. -- Mack

Re: CF security update released today

2011-06-16 Thread Mack
logs for more details. and this is from application.log: Warning,jrpp-10,06/16/11,04:48:46,CFADMIN,There was an error while verifying the token. Either the session timed out or un-authenticated access is suspected. Anybody else seeing this ? -- Mack

Re: same content different result CFFile vs CFContent

2011-03-15 Thread Mack
#-#userInfo.fName#-#userInfo..UserID#-FI.txt' Third, just output the variable in the cfcontent tag, there's no need to pass through base64 -- Mack ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe

Re: How to pass a file to a web service.

2011-03-11 Thread Mack
(expandPath('ppur-test.xml'))) -- Mack ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm

Re: cfx_pwtextcrypt CF9

2011-02-15 Thread Mack
/decryption. -- Mack ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:342272

Re: How to get sql sent to sql server

2011-02-15 Thread Mack
Wrap the query in cftry/cfcatch, dump the error and the sql should be somewhere in the nested errors. -- Mack ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag

Re: (ot) passing URL parameters

2011-01-06 Thread Mack
Most probably a caching issue, the 404 page is cached in the browser or an intermediate proxy. -- Mack ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag

Re: Apache Permission Error - extension cannot load, apache cannot start

2011-01-06 Thread Mack
Is selinux enabled ? Is there something in /var/log/audit/audit.log about the error ? -- Mack ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion

Re: Webservice error after CF 8.01 update

2010-12-23 Thread Mack
Hi Mack, Just wondering if you filed this as a bug. Brook, It's bug 85391. -- Mack ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive

Re: FileHandles in memory

2010-12-15 Thread Mack
regarding the time it takes until the handles are closed. -- Mack ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com

Re: Counting photos on a remote server

2010-12-15 Thread Mack
does not exist, break the loop cfbreak cfelse // file exist, try next one remoteFile = next remoteFile /cfif /cfloop application.lastFileThatExists = remoteFile -- Mack ~| Order the Adobe Coldfusion Anthology now

Re: CF9 Not Restarting after Java Update

2010-12-14 Thread Mack
Anything in the log files ? If it's a CF server install then check #cfhome#/logs and #cfhome#/runtime/logs -- Mack ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155

Re: CF9 Not Restarting after Java Update

2010-12-14 Thread Mack
and not to the standalone jre directory. -- Mack ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm

Re: Webservice error after CF 8.01 update

2010-12-13 Thread Mack
does a cache pop so the bug can be duplicated quickly. -- Mack ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com

Re: Webservice error after CF 8.01 update

2010-12-11 Thread Mack
code. If you can duplicate the error I will log this as a bug with Adobe. -- Mack ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http

Re: Memory Usage Question (HEAPDUMP Included)

2010-12-08 Thread Mack
for the number of PreparedStatements. -- Mack ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm

Re: checking for active links/pages (OT)

2010-12-08 Thread Mack
and the removing the ones that are present in the above 2 lists will give you hopefully a much shorter third list of files that you can check manually to see if they are used. -- Mack ~| Order the Adobe Coldfusion Anthology now! http

Re: Memory Usage Question

2010-12-06 Thread Mack
can tell you what are the objects on the heap, etc. -- Mack ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com

Re: Memory Usage Question

2010-12-06 Thread Mack
to that until your able to short out which CFM etc is taking the RAM. Jvisualm is a good suggestion and gives you some of insight into the JVM. -- Mack ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe

Re: cfinvoke smartermails webservices

2010-12-06 Thread Mack
cfdump var=#wsResults.getListNames()# ? I think usually web service responses are Java objects that are accessed via getters (for example if you have listNames in your response then you can access it with getListNames(), etc). -- Mack

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

2010-12-02 Thread Mack
of msvcr71.dll to runtime\bin so CF used that and leave the older dll in system32. -- Mack ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive

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

2010-12-02 Thread Mack
On Thu, Dec 2, 2010 at 3:47 PM, Mark A. Kruger mkru...@cfwebtools.com wrote: Mack, Thanks for that info so copying to the /bin directory does the trick?  I would think you would have to un register and re register nice to know. Mark, When loading a DLL Windows searches first

Re: Clear template cache causes a server hang

2010-12-02 Thread Mack
the template cache). Does it happen even if you don't touch the CFC's that are part of the web service ? -- Mack ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag

Find duplicated contacts (and typos)

2010-10-20 Thread Mack
; - third query applies soundex on more fields and is given an even lower matching score. Is there a better algorithm or way to do this fuzzy duplication search over multiple fields (firstname, lastname, address, etc) ? Pointers to wikipedia, books, etc appreciated. -- Mack

Re: cant access cf administrator

2010-10-20 Thread Mack
when actually log in i get an error, as expected, because I have not configured anything. anyone have an idea what could be causeing the 500 error? What do the CF and web server logs say ? -- Mack ~| Order the Adobe Coldfusion

Re: Find duplicated contacts (and typos)

2010-10-20 Thread Mack
in the address (East Drive vs East Dr.). -- Mack ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk

Re: cant access cf administrator

2010-10-20 Thread Mack
in the initialization phase ? -- Mack ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm

Re: Find duplicated contacts (and typos)

2010-10-20 Thread Mack
and the contacts are coming from different sources (a couple of websites that currently have their own databases with customers and need to be integrated into the intranet app). -- Mack ~| Order the Adobe Coldfusion Anthology now! http

Re: cant access cf administrator

2010-10-20 Thread Mack
On Wed, Oct 20, 2010 at 9:25 PM, Jay Birdsell john_birds...@hotmail.com wrote: Jay, Mack I do have that file, but in a different directory web-inf/cfusion/lib. I might have to add it to the class path. the only other error message shows up as a single line entry in the application log Jay

Re: High ASCII characters and jQuery

2010-08-19 Thread Mack
explicitly in your cfc method: cfheader name=Content-Type value=application/javascript; charset=UTF-8 -- Mack ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp

Re: High ASCII characters and jQuery

2010-08-19 Thread Mack
values) didn't make a difference. A few things to check: - does the CFC have cfprocessingdirective pageEncoding=utf-8/ ? - does the cfm generated page have a charset defined either in a header or a meta tag ? -- Mack ~| Order

Re: Access Data Source Problem with ColdFusion 9 on 64 bit Windows 7

2009-11-16 Thread Robert Mack
Thanks. That solved the problem. I installed the 32-bit version of ColdFusion 8, then set Enable 32-bit Applications to True for the Application Pool in IIS. Bob Mack I'm having trouble creating Access Data Sources in ColdFusion 9 (same issue with CF8) on a 64 bit Windows 7 box.  Two

Access Data Source Problem with ColdFusion 9 on 64 bit Windows 7

2009-11-15 Thread Robert Mack
, or replacing it after the Data Source is created in ColdFusion does not solve the problem. Thanks for any help you can offer. Bob Mack cantabr...@comcast.net ~| Want to reach the ColdFusion community with something they want? Let them

Comcast SmartZone Incompatibility With CFMAILPARAM

2008-11-10 Thread Robert Mack
whether the issue is at Adobe's end or Comcast's end. The workaround I'm using is to change spaces to underscores in the names of all attachments until either Comcast or Adobe fixes this incompatibility. Bob Mack memdir.org

Re: Exporting from ColdFuion to a Excel file

2007-10-12 Thread Robert Mack
Target_File_Name.csv, so I wonder whether it's zapping the extension as a security issue. I can't find a setting for this, however. Thanks, Bob Mack ~| Get involved in the latest ColdFusion discussions, product development sharing

ANSWER: Can a ColdFusion application see what processes are scheduled?

2007-10-12 Thread Robert Mack
I can see the current scheduled processes through the administrator, but is there a way for my application to see what scheduled processes are active, and when they will next run? Thanks, Bob Mack The answer is on Ben Fortas' blog: http://www.forta.com/blog/index.cfm/2006/8/28

Re: Exporting from ColdFuion to a Excel file

2007-10-12 Thread Robert Mack
Target_File_Name.csv, so I wonder whether it's zapping the extension as a security issue. I can't find a setting for this, however. Thanks, Bob Mack ~| Get the answers you are looking for on the ColdFusion Labs Forum direct from active

Can a ColdFusion application see what processes are scheduled?

2007-10-11 Thread Robert Mack
I can see the current scheduled processes through the administrator, but is there a way for my application to see what scheduled processes are active, and when they will next run? Thanks, Bob Mack ~| Get the answers you

Re: Coldfusion Server Crashing

2007-06-01 Thread Robert Mack
We are having some trouble with Coldfusion MX 7 on one of our servers. Every few days for some reason Coldfusion runs into a problem and can not connect to any of our data sources, bringing all of our sites down. Error: Executing Database Query.Timed out trying to establish connection

Re: Coldfusion Server Crashing

2007-06-01 Thread Robert Mack
://www.houseoffusion.com/groups/cf-talk/thread.cfm/threadid:51767 Bob Mack Which DB? We have seen similiar errors when using SQL 2005. It looks more than likely a network issue. Is the DB an ODBC connection or JDBC? Which drivers

Re: HostMySite Issue

2006-12-29 Thread Robert Mack
in the neck for me I do respect HMS` fanatical commitment to defending the performance of their shared servers. Their shared servers had persistent performance issues before they imposed the 50 second rule. Bob Mack Well, that's good to know at least. HMS has been telling me there is no way

Jingle Bells

2006-11-29 Thread Gabrielle Mack
Ha! You think thats bad?? Try living in the snow belt of the great lakes (ie...upstate nyseasonal depression capital haha) ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion

Re: ColdFusion and Microsoft Excel

2006-11-28 Thread Gabrielle Mack
Yep that helps! Both of these sound great, but i am not exactly sure on how to go about coding this. Subject: RE: ColdFusion and Microsoft Excel From: Ben Nadel Date: Mon, 27 Nov 2006 15:45:37 -0500 Thread: http://www.houseoffusion.com/groups/CF-Talk/thread.cfm/threadid:49062#261780 The

ColdFusion and Microsoft Excel

2006-11-28 Thread Gabrielle Mack
Ok I understand everything except this chunk of bad boy: !--- Get xls file name. --- cfset strXlsFile = REReplace( strTempFile, \.[a-z]+$, .xls, ONE ) / Thank you so much for your help by the way. Are you single ;-P ?

ColdFusion and Microsoft Excel

2006-11-28 Thread Gabrielle Mack
This is a great solution. But what, dare i ask, would you consider to be the *best*? ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to

ColdFusion and Microsoft Excel

2006-11-27 Thread Gabrielle Mack
Question: I am a newb to CF and I have been assigned the daunting task of dynamically generating an excel file with absolutely no user action entailed. We currently have code that takes HTML and throws it in an excel file, but the user is prompted to download/save it. We dont want that. I have

RE: Annoying CF Studio 4.5a Interface problems

2000-04-07 Thread Mack, Chris R
Nevermind. It's always nice when Allaire updates the forums to indicate that a new release is out. Chris -Original Message- From: William James [mailto:[EMAIL PROTECTED]] Sent: Friday, April 07, 2000 1:07 PM To: [EMAIL PROTECTED] Subject: Re: Annoying CF Studio 4.5a Interface problems

RE: Security holes revisited -- reward offered

2000-04-06 Thread Mack, Chris R
Pick up a copy of BlackIce Defender from Network Ice. Cost $40. I've read it will prevent just about every type of "kiddy script" attack known and is a must have for cable modem users. http://www.netice.com/ Chris R. Mack Manager, Internet Strategies Lockheed Martin Technology Servi

RE: Who Said netscape is dead as for People dressed in black we aring berets.....

2000-03-29 Thread Mack, Chris R
One reason to not use Netscape is the mailto links will only pull up Netscape Messenger unless you find an Outlook Express dll so that Netscape will use OE instead of itself. I agree that the page needs to "work" in both browsers, it's just that a major annoyance with the email will prevent

RE: Search Engine Friendly Variables (?)

2000-03-28 Thread Mack, Chris R
it, I have found every issue of CFDJ to be very informative and well written. Chris R. Mack Manager, Internet Strategies Lockheed Martin Technology Services -Original Message- From: Jay Sudowski [mailto:[EMAIL PROTECTED]] Sent: Monday, March 27, 2000 6:45 PM To: [EMAIL PROTECTED] Subject: Re