ColdFusion 11 Install -> Error 404 2 1260
All, Just did a fresh install of ColdFusion 11 on a brand new instance of Windows Server 2012 Standard, 64 bit. Attempting to add a site, and getting an IIS error 404 2 1260, which is the sub_code...
View ArticleRefreshing a form page after opening CFDOCUMENT PDF in new window.
Hi guys, I have a form page/processing page that takes data from a form and then inserts into a database/prints to a PDF via CFDOCUMENT with this on a submit button: <cfinput type="submit"...
View ArticleJson parsing issue
We use the cf binaryencode function to convert a binary file to a base64 string that then is inserted into a coldfusion structure. Then we use the serizlizeJSON function to convert that structure to...
View Articlecompressing PNG images
I have a script that captures PNG images from a 3rd party server, I then save them on my server using this code, forcing them to 45x45 <cfimage action = "resize" height = "45" width =...
View ArticleCan't connect CF 9 to MSSQL 2008 R2
I hope some help is out there. I will post the error message at the end of this post. I can't verify a datasource in Administrator. this is the error:Connection verification failed for data source:...
View Articlehow do i join two tables in a cfquery, then order by date?
I have two tables of events that I want to join in a query, schoolCal and newSchedules. Both have schedID and event. I would like them to order by the eventDate. My code is: <cfquery name="getevent"...
View ArticlePass ColdFusion variable to the JavaScript window
Hi everyone, I have a java script window that is will open when user click on the link, my problem is that how I can pass a ColdFusion variable to the window. I am using ColdFusion 7 so I can not use...
View ArticleTomcat exception Cannot call sendError() after the response has been committed
CF 10 Developer Edition. Windows XP SP3 When submitting a page that worked fine in CF 7 on this machine, I get an error I've never seen before: ==================HTTP STATUS 500- description: The...
View ArticleRerun the page if saved "file-size" = zero
I have the following saved page setup as a "Scheduled Task" in CF9.- Occasional the connection fails and the "AC_ACCT.csv" file-size is saved as a 0k file- How would I alter this page to do a check on...
View ArticleDefault Docs work all other .cfm result in IIS error
I'm trying to help a client with getting Cold Fusion 11 running with IIS 8.5 on 2012 R2. It's been installed and a default document has been assigned - "home.cfm". If you visit the web site:...
View ArticleColdfusion 10 install won't start
I downloaded the trial of Coldfusion 10 64 bit for windows and have tried multiple times to open it on my Windows 2008 Server. When I double click the EXE, the hourglass spins for a few seconds, and...
View ArticleAdding a CFCASE to a Coldfusion SELECT dropdown
I have the following simple dropdown on my form:--------------------------------------------------------- <select name="ttTo" id="ttTo" >...
View ArticleColdfusion is always including cf_flash_policy_port...CFForm and CFGrid have...
Coldfusion is always including cf_flash_policy_port even though CFForm and CFGrid are set with format="html". How can I eliminate any reference to Flash and still use CFGrid? Some other CFInput tags...
View ArticleObject Instantiation Exception. Creating Java Object
Hi, I am trying to implement CyberSource Simple Order API and I am getting an error on CFobjectObject Instantiation Exception.An exception occurred when instantiating a Java object. The class must...
View ArticleWhen the instance name is specified, it is invalid to specify the port number
Hi, I am using ColdFusion11 version 11,0,03,292480 with java 8 installed and am using the coldfusion API setMSSQL function to create an mssql datasource. The datasource is a named instance and when it...
View ArticleCF10: Address already in use: JVM_Bind
After a fresh install of CF 10 multiserver I have made 6 instances. After a reboot of the server 4 of the instances have an exception: "Address already in use: JVM_Bind"java.net.BindException: Address...
View ArticleWhere do I download ColdFusion Builder 2?
I have several licenses for ColdFusion Builder 1 and I also have upgrade licenses for ColdFusion Builder 2. I have a new team member who needs to download ColdFusion Builder 2 to make use of this...
View ArticleDownload ColdFusion 10 installers
Hi I'm looking to download various ColdFusion 10 installers, however it appears that Adobe has removed the download links from their normal web-sites. Can anyone point to an official link for...
View ArticleCF 8 to 11 default.html and login.cfm stuck in endless loop.
I have a ColdFusion 8 site that runs fine on an old Windows 2003 server that needs to be decommissioned. I’ve been able to test the site on a VMware Windows 2003 server image and that works well. I...
View Article