JVM Path - Error loading jvm.dll
I am performing a new installation on the following:Windows 2008 R2 service pack 1CF Enterprise 9.0.2Single Web Server installation using IISSQL Server I am getting an 'Error loading: C:\Program...
View ArticleHow to kill a coldfusion cookie??
I set cookies like this: <cfcookie name="ckwhatever" value="hello"> I try to kill the cookie like this: <cfcookie name="ckwhatever" expires="now"> This does NOT work. the cookie remains....
View ArticleCFHTTP to get response variable
Hi all,I am integrating the HSBC CPI to a site at the moment, and am having some difficulty in getting the value of the CPI hash. I am attempting to use CFHTTP to post form variables to a page to get...
View ArticlePlease Help - Randomly HTTP 503 Internal server error
Hi all, I have a Coldfusion 10 standard Edition installation with MSSQL 2005 on Windows Server 2008 R2 server about 2 week old.It is one of my live server and it is dealing with medium to high volume...
View Article<cfdocumentitem type="footer" > ignores CSS
Looks like the <cfdocumentitem type="footer" > tag which is part of<cfdocument> ignores all attempts to style it with CSS.I can't change the font family,...
View ArticleColdFusion Support for Exchange Server Office365
Can ColdFusion 10 connect to Microsoft Exchange Server 2013 (https://outlook.office365.com/owa/) server? Setting values for CF10 "exchangeServerVersion" are documented as 2003, 2007. or 2010. Does...
View ArticleScheduled task in Coldfusion 10 administrator errors on loading.
It was working earlier today and then stopped working after I had to restart the CF service. It is completely inaccessible. Running:Server DetailsServer ProductColdFusionVersion10,0,12,286680...
View ArticleAdobe Coldfusion Builder 3 Installation Error on mac 10.10.5 - Unsupported...
Hi, I have mac book pro with osx 10.10.5 version. I am trying to install the Standard Coldfusion Builder 3 but after next it display the following error: Mac OS X platform should be 10.6To Install...
View ArticleColdFusion 10 intermittent "service not available"
Have been programming over 30 years and CF in its various forms since 1998, but have to say this upgrade is NOT straightforward and after 3 very frustrating days I've finally reverted to CF9. CF10...
View ArticleNo access to CF administrator after installation
CF9 has been installed on Windows server 2008.Successfull. I can see CF9 files on disk C:\ColdFusion9 I have the CFIDE structure installed on disk D:\wwwroot\CFIDE And when launching...
View ArticleSorting by database field when using cfdirectory
I have the following working code but need to sort the list by a field (sortID) from my database (not a value from the directory)- How do I add this?- I tried adding "sortID" in below, but it doesn't...
View ArticleServer Error - Macromedia application server(s) are unreachable
For my test environment, I've got a ColdFusion 8 instance running on Windows 2003 Server. Everything was fine until I rebooted the server. Then I started getting an error message:quote:Either the...
View ArticleImages in Emails , using CID
I found Email with images using CID: codes.example : cid:image001.png@01CCA61F.1FB8E630 In this case, if I do a cfdump of "cids"I get the key pair values in a collection (structure).The image file is...
View Article64-bit ColdFusion 9 ODBC drivers confusion? (architecture mismatch)
Hi all - I'm having problems setting up ColdFusion ODBC sources in a pure 64-bit environment. Server specs:Windows 2008 R2 (64-bit)ColdFusion 9.01 (251028) Enterprise, 64-bit I have 64-bit ODBC drivers...
View Articlewhy does validate="integer" accept commas?
Earlier versions of CF didn't let a comma slip through to mess up SQL statements. This version does. Not only that, but the javascript code in cfform.js, if extracted and run separately against a...
View Articlemod_jk.so undefined symbol:ap_log_error apache 2.4.6
Good day. Installed coldfusion10 on suse linux13.1 running apache 2.4.6. When I created the web server connection using ,/wsconfig everything worked. However after restarting apache I know get an...
View ArticleColdfusion 10 with IIS 7 Windows authenticaiton
I enabled Windows authentication in IIS 7 for a site powered by coldfusion 10. After I logged in, a coldfusion page that dump all the CGI shows REMOTE_USER and AUTH_USER are empty. The...
View ArticleFolder Directory Create
I recently Migrated our sharepoint from windows 2003 to 2008. In doing so I lost Cold fusion and a directory Wizard, This wizard was put in place to create a folder directory out on our network drive...
View ArticleCFThread GC Overhead Limit Exceeded
I have an application that trades virtual items and have a single page which gets all my accounts and for each one creates a thread that firstly logs the account in and then searches and buys for items...
View ArticleCFINPUT VALIDATE INTEGER NOT WORKING PROPERLY
The CFINPUT with the VALIDATE="integer" is not working properly at all. The user can enter 23,950 as the number. We would think this is OK but it won't work properly without stripping the "," The...
View Article