The official community for ColdFusion.
Recently active
on my old server I have ColdFusion 6.1 and Japanese characters work great CF 6.1 Test Language , but now on my new server that I have ColdFusion 11 I get ?????? displayed CF 11 Test Language can anybody help.THANK YOU[Moved from the non-technical Lounge Forum to the specific Program forum... Mod][Here is the list of all Adobe forums... https://forums.adobe.com/welcome]
I try to install cold fusion 10 on windows 10 (IIS 10). However, it is fail, and I need the help asap. The following is the details:1. Whole installation process is smooth: Install in the administrator account, input the sn number, select IIS server ( on my computer only , not for all ). Then process is finished. Sounds good.2. In the last page of installation, the administration page will be launched. However, the launched page said: administration page does not exist.3. I search the adobe forum and I am told that cold fusion 10 has the problem with windows 10, and I need install manadatory fix and hot fix 18 for cold fusion 10. I follow the instruction and install mand fix and hot fix 18. after hotfix 18, I run the cold fusinon web tools and cold fusion administration page is back.4. cold fusion administration page show up , However, the cold fusion server is down. I try to manual start the cold fusion service, it fails with the following messages:---------------------------Services-
Just recently CF 2016 refused to start and I found out, from viewing the error logs, that my neo-security.xml got corrupted. I do not have a neo-security.bak file. Is there anywhere I can get a rudimentary neo-security.xml file just to get things going? I realize that all my datasources and other settings will be lost, but at least getting the application server running so I can get to CF Administrator will be a big step forward.
Hey there-I'm an editor full time and have finally taken a project on Adobe Premiere after working on Avid and at times FCP for the last 12 years. I'm pretty sure I know the answer already, but is there a way to add more buttons to the button options in the button editor on the source and record monitors? Seems like this is a pretty basic feature that a lot of people would probably want for customizing their setup and unfortunately I think that the buttons provided in the button edtior are all Premiere users are given to work with for customizing. Thanks.
Recently updated to Cf 11 update 12 to address the tomcat security bug. Previously ColdFusion had never been updated(wasn't around during this time). Now after update all I get are 500 errors when trying to load a cfm page. I have removed and re-added the connectors, not sure what else to do beyond this point as I am new to coldfusion.Sitting on Windows Server 2012 R2, with IIS as Web Server.
I have just switched over to coldfusion 2016 on windows 2012 with IIS 8 and can't get the server to process .htm pages as .cfm. Just like in previous versions, I have added the following to the web.xml file with no success. <servlet-mapping id="coldfusion_mapping_ <servlet-name>CfmServlet</servlet-name> <url-pattern>*.htm/*</url-pattern> </servlet-mapping> <servlet-mapping id="coldfusion_mapping_89"> <servlet-name>CfmServlet</servlet-name> <url-pattern>*.htm</url-pattern> </servlet-mapping>This worked fine for coldfusion 9 and 10, but I can't find any documentation or posts with a solution for 2016. Any help would greatly be appreciated.
I try to install cold fusion 10 on windows 10. However, it is fail, and I need the help asap. The following is the details:1. Whole installation process is smooth: Install in the administrator account, input the sn number, select IIS server ( on my computer only , not for all ). Then process is finished. Sounds good.2. In the last page of installation, the administration page will be launched. However, the launched page said: administration page does not exist.3. I search the adobe forum and I am told that cold fusion 10 has the problem with windows 10, and I need install manadatory fix and hot fix 18 for cold fusion 10. I follow the instruction and install mand fix and hot fix 18. after hotfix 18, I run the cold fusinon web tools and cold fusion administration page is back.4. cold fusion administration page show up , However, the cold fusion server is down. I try to manual start the cold fusion service, it fails with the following messages:---------------------------Services----------
When I try to connect Coldfusion 2016 to SQL Server 2016, I get the following message:Connection verification failed for data source: xxxxjava.sql.SQLInvalidAuthorizationSpecException: [Macromedia][SQLServer JDBC Driver][SQLServer]Login failed for user 'xxxx'.The root cause was that: java.sql.SQLInvalidAuthorizationSpecException: [Macromedia][SQLServer JDBC Driver][SQLServer]Login failed for user 'xxxxx'.In SQL Server, I have SQL Server Browser running, SQL Server is set up for TCP/IP, and port set at 1433.In ColdFusion Administrator, I have server set as 127.0.0.1 and port set at 1433. In otherwords, everything that I could find on the net has been tried and I still get the same error message.. I've even tried various passwords i have associated with my computer/microsoft/coldfusion, etc....nothing seems to work.Any help is greatly appreciated.ThanksSatch
I am working on databases programming using ColdFusion Builder 2016. I have to use Microsoft Access database 2010 with CF.I have downloaded AccessDatabaseEngine_x64.exe (Access Database Engine 2010, 64-bit) from MS site and installed it. I created a System Data Source using System DSN from a 64-bit ODBC Data Souce.However, when I tried to create a Data Source (with exactly same name) by selecting the "Microsoft Access" driver type choice from ColdFusion administrator, I had the error message: The ColdFusion ODBC Server service is not running or has not been installed. Previously, I tried to create a CF data source with 32-bit version Access Database Engine installed, but it didn't work. So I removed it and installed a 64-bit version, but it still doesn't work.So, how to install ColdFusion ODBC Server service and how to get the MS Access data source in the CF Administrator, so that I can use it in my CF program?Thank you.
hi there, I am maintaining a website which was originally built on fusebox (not by myself).I'm keep getting this error:undefined CircuitYou specified a Circuit of home which is not defined.Now the weird thing is that it throws the error and 1 sec later you can load the same page with no issues. Then you browse to the next page it gives the error you refresh the page and it loads correctly.It looks like it needs more 'time' to work properly.Anyone has come across similar ? Is this a CF server issue or fusebox itself ?Thanks
I am having an issue trying to run a ColdFusion form using F-11 or pressing the run key. It will not load the default browser no matter what I do. I can type the address into a browser and it works fine. Does anyone have any idea what I have setup incorrectly. I am using ColdFusion 2016 Browser.Thank so much in advance.Ian Knowles
This is on a CF9 server on Windows 2008We do a lot of writing to and then including from, the VFS (Virtual File System). Very intermittently, we get these errors when attempting to write to the RAM disk. Retrying the failed WRITE operation usually succeeds.The filename is always a unique file name created with createUUID() in the filename.I have read that this stack trace error is related to deleting items from an array while accessing it at the same time. Do I need to lock all access to the VFS? I feel like that would really hurt performance. Should I clean up the temporary files created and written to the VFS at the end of the request, or maybe I should schedule it to run daily so there is less contention for those resources?java.util.ConcurrentModificationException at java.util.AbstractList$Itr.checkForComodification(AbstractList.java:372) at java.util.AbstractList$Itr.next(AbstractList.java:343) at org.apache.commons.vfs.provider.ram.RamFileSystem.listChildren(RamFileSystem.j
I am having an issue trying to run a ColdFusion form using F-11 or pressing the run key. It will not load the default browser no matter what I do. I can try the address into a browser and it works fine. Does anyone have any idea what I have setup incorrectly. I am using ColdFusion 2016 Browser.Thank so much in advance.Ian Knowles
Hi, is it still possible to buy an update from Coldfusion 8 Enterprise to 10 Enterprise?It is very important for us,thanks
I got this sort of question. Our company has licenced coldfusion 9, can we pay to upgrade it to latest version? Or we need to buy new version? Which way will cost us less?PS: sorry for asking this sort of questions like this, cause i can't find any sort of adobe support mail for official answer.
I have written an application which runs a long process.On different PCs, this process last around 30mn.On local PC, with Windows 7 and CF9, no problem, everything is OK.I have put these lines :<cfflush interval="10"><cfsetting requesttimeout = "6000">Then , I have to put it on the Internet, to let access to different users from external after the long process.And , on Internet, on a shared serveur Windows 2008, CF9, same conditions,that long process makes 3/4 of the job, then the screen never change, nothing happens, no error message.wait wait, but nothing.Any help is welcome, to understand this different behaviour from these 2 different environment.Thanks, Pierre.
Hello all, I have tried looking through the forum but could not find an answer......I wanted to see if someone could tell me the best way dump XML that is posted to a cfm page we have setup. We will then insert into a table and the xmlparse directly from the table record.Any assistance would be greatly appreciated. Thank you very much!!!!
Greetings to you!We are migrating applications from Coldfusion 8 to Coldfusion 2016. Most of the applications have migrated simply and posed no problems. We do have on application (a set of programs) that in fact actually work and display output properly, however, the output has the literal Oracle Query dumped onto the screen above that output area. There is nothing inside of the code to "print" (cfoutput) that query, but the entire query does in fact splash out and onto the output area.Note that the physical output is there and is correct, it's just the fact that the query is dumping into the display.Has anyone out here seen this type of behavior? Solution(s)?Any help is much appreciated!!Thanks and have a great day!
Good day everyone. I got a question about Adobe Coldfusion. Our company had a web-service which require Adobe Coldfusion to work. We have a licensed Coldfusion 9. Coldfusion 9 worked with our old web-service with Windows 2008. Now we got new version with windows 2012. Unfortunately Coldfusion 9 don't work with windows 2012. Nowadays on official site we can see Adobe Coldfusion standart edition 2016, which can't be use with our web-service. We really interested in Adobe Coldfusion 10, which can be used with windows 2012 and our web-service.AS a result:We want to buy Adobe Coldfusion 10 Standart Edition, but there is no information about this product on your site. Can we upgrade out licensed Adobe Coldfusion 9 exactly to Adobe Coldfusion 10? Or can we downgrade Adobe Coldfsuon 2016 to Adobe Coldfusion 10?
Greetings to you!We are migrating applications from Coldfusion 8 to Coldfusion 2016. Most of the applications have migrated simply and posed no problems. We do have on application (a set of programs) that in fact actually work and display output properly, however, the output has the literal Oracle Query dumped onto the screen above that output area. There is nothing inside of the code to "print" (cfoutput) that query, but the entire query does in fact splash out and onto the output area.Note that the physical output is there and is correct, it's just the fact that the query is dumping into the display.Has anyone out here seen this type of behavior? Solution(s)?Any help is much appreciated!!Thanks and have a great day!
Hello,We are in the process of migrating to AWS.We will be using Hashicorp's Packer and Terraform to manage the entire process for us so I am needing to acheive everything from the CLI so the images can be placed in to the Auto Scaling Group.We are using the CF2016 AMI on Ubuntu that is available in the market place. We have automated the installation (not a full install but can't remember it's name) but I need to have to boxes upgrade to the latest version of Coldfusion. I can obviously acheive this through the admin interface but I can not seem to find anywhere how to do thing from my Bash scripts.Has any one else run in to this or solved it?Thanks
Hello, I have a subscriber account that is unable to log in. The error claims their account was locked, but I don't have any indication why it was locked or how to unlock it. When I log in as admin, I'm unable to perform any actions on the account. I get an error claiming the account details cannot be retrieved. How can I resolve this, or is there any documentation on this matter? See below for images displaying the said errors. Thanks.
With Coldfusion11 , I can declare datasource as Access driver (.mdb)my client bought coldfusion16 (as that is the actual version)now, when declaring datasource as Access driver,there is the error :Connection verification failed for data source:java.sql.SQLException: [Macromedia][SequeLink JDBC Driver][ODBC Socket][Microsoft][Gestionnaire de pilotes ODBC] Source de données introuvable et nom de pilote non spécifiéThe root cause was that: java.sql.SQLException: [Macromedia][SequeLink JDBC Driver][ODBC Socket][Microsoft][Gestionnaire de pilotes ODBC] Source de données introuvable et nom de pilote non spécifiéEven , after declaring the datasource in the ODBC32.exe Under Windows/sysWOW64 the error is still there.No way to work again with Coldfusion16is there a change between CF11 and CF16 with the ODBC driver ?I need URGENT HELP with this.Is there another driver to use to make Access .mdb files to be datasource ?Thanks, Pierre.
ColdFusion 2016 v2016.0.04.302561 (all updates released to this date installed)Tomcat v8.5.11.0OS Windows Server 2012 R2 v6.3Adobe Driver Version: 5.1.4IIS v8.5.9600.16384Hi,We are face a pretty strange and intermitent problem: ColdFusion is loosing variable values from SQL Server queries and variables created in the middle of the script.When we try to print de variable value with cfoutput or cfdump the return value is blank.It happens from time to time and sometimes it goes away without any action taken from our server staff and sometimes it stay like that until the ColdFusion service is stoped and started again. 2016.0.04.302561
We recently bit the bullet and upgraded from Coldfusion 10 to Coldfusion 2016, for new development we are no longer using Coldfusion but have several older sites that still use it. CF10 was no longer being supported as of the first of the month so we were forced to upgrade. We have another server running Coldfusion 11 which we upgraded from Coldfusion 9 with minimum problems, we've been running upgrades since Coldfusion 3 when Allaire owned it. This migration from 10 to 2016, however has been absolute hell the security fixes and depreciations made hours of work to get our sites back on line and they are still having issues. One of them is the cflayout tags are now all broken. (overflow="scroll" turned on to show the cflayoutarea css is ignored by the layout body)CFLAYOUTS no longer auto size, one of the sites is using it as a menu with 20 some categories and when you click it nothing happens, only until you put a height of 1000px in to the style does it become clickable, then every lay
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.