The official community for ColdFusion.
Recently active
My company is starting to investigate upgrading from Oracle 19c to 23c/23ai (whatever you want to call it) and we have a couple apps running on ColdFusion. We are currently on CF 2021, but expect to upgrade to CF 2023 by the end of the year. The support matrices for CF 2021 & 2023 only show support up to Oracle 19c. First question - any idea when/if Adobe will support newer versions of Oracle than 19c? Will it be in one of the current CF versions or future 202? I understand the support matrix docs only list the versions that Adobe has officially tested and it could be possible to download and use an OJDBC driver directly from Oracle, setting it up as an "Other" datasource, however I can't find any documentation on whether ColdFusion has support for multitenant architecture and what changes need to be made for multitenancy, which is apparently available in Oracle 19c and required in 23c/23ai. There is an old forum posting from 2014
with regards to a database driven site that relies on a single page, 'show_merchandise.cfm' to display products, is it ok for Coldfusion to fill in the title and meta tags ?eg.<title>#title_info#</title><meta name="keywords" content="#keyword_info#">
We have 10 years old legacy site and as part of one requirement we are planning to move all the css and js files into CF but we are not sure about core component container.js and utils.js, Just want to know what is the functionality of mentioned js files and if we remove from the page what will happen to the existing site. Is it fine to remove or not?
Does anyone know if Adobe have a CFML code analysis tools to help us figure out/identify which code would not work with latest update level?The reason we are looking for this is we have about 200 app that date back to 15-20 years ago that are still running, but with latest CF updates is appears that there might be some possible break changes for us.Please advise.
Hello all,I am running CF2021 version 5. Should I SKIP 6, 7, 8, 9, 10, 11, 12, 13, 14, and 15 and upgrade to 16 directly? or I have to upgrade 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, and 16?Thank you
As with the previous version, I am unable to install CF2023 on my Mac running Ventura 13.3.1 (a) (22E772610a). When I try to run the installer it is not allowed until I click "Allow Anyway" in the Privacy and Security settings. Then I run the installer again and this time the same thing happens for "java". But even when I click "Allow Anyway" amd rerun the installer I always get stuck at the "java" part. Very frustrating. I had the exact same issue before and it was never solved. I assume no one on the ColdFusion team acatully tried to install it in on OSX? Any help or thoughts?
Saludos, que debo conciderar para la migracion de un sitio web en cold fusion y cpanel, a un servidor propio, nesecito la licencia de Cold fusion o solo despliego el sitio web?
Hey CF Community! I'm a new System Administrator for my college and I've started taking over some applications that run CF2021. Recently, while working in my lower environment I have been unable to start the ColdFusion Application Server. When I run the cfstart.bat to check for errors, I get the following: Exception in thread "main" java.lang.NoClassDefFoundError: =TRUECaused by: java.lang.ClassNotFoundException: =TRUEat java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:581)at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:178)at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:521) I did not make any updates to CF so I am unsure why I am getting this error all of a sudden. If more info is needed to debug the issue let me know and I will provide it. Any help would be greatly appreciated.
Hi, After I upgraded ColdFusion 2023 to the latest version (build 10), the version of Java located in the "jre" folder under the "ColdFusion2023" directory was still just "17.0.6". It looks like Java version is supposed to be at version "17.0.10". Are the updates supposed to upgrade Java as well, or do I need to update them separately?Thanks!
I recently installed CF 2023 and from the CF Admin console I chose the option to Download and Install the latest update (update 10). I noted that hotfix-010-330680.jar was downloaded to <cf_root>\bundles\updateinstallers\, but other than that, no install was kicked off. Tried the option 2 or 3 times. So I decided to go the manual route (ColdFusion (2023 release) Update 10 (adobe.com)). Step 1, download the hotfix... simple. The part I question is steps 2 & 3 which state to download a file named hotfix-packages-cf2023-010-330680.zip, upzip it to a location, and then "Update "packagesurl" in cfusion/lib/neo_updates.xml of cfusion and all its child instances to point to <InstallerRepositoryUnzippedPath>/bundles/bundlesdependency.json present inside the downloaded folder." With <InstallerRepositoryUnzippedPath> being the path where the hotfix-packages-cf2023-010-330680.zip file was extracted.&
Hi All, Could you please suggest an option to get an Access token from Firebase Cloud Messaging to send push notifications? Is anyone know anything about integrating Firebase cloud messaging in Coldfusion 2021 server.Thank you
Hello, has anyone run into this issue when implementing SAML for SSO or otherwise in your coldfusion application:There was a problem when calculating the Signature of the SAMLRequest I have tried every possible configuration of the IDP and SP, which looks like the following, however im pretty sure this has to do with the idp signcertificate, which is copy and pasted in X509Certificate format from the idp xml metadata. I've also tried a few different configurations of pasting the idp signcertificate including manually encoding it in base64. this.security.samlsettings.idp = [{ name: '<idpname>', entityId: 'https://<idp_url>/saml2/idp', ssoURL: "https://<idp_url>/idp/SSO.saml2", sloURL: "https://<idp_url>/idp/SLO.ssaml2", signMessage: true, signrequests: true signcertificate: 'thecert' }]; this.security.samlsettings.sp = [{ name: '<spname>', entityId: 'http://<my_application>/admin/index.cfm/main', acsURL: 'https://<my_
I am on 2021 update 10 i see they now have 16. My question is that i have been reading some of these posts and it seems a few of these updates are doozies, meaning really things i need to watch out for and test my code with beforehand? Is there any easy document that will tell you or where to look for each one that would clearly explain? i know one of them deals with some patch you can put a few versions early and check log file to make sure your coding is okay? anything else major? Adobe has got me scared to update anything now and when i do should i do one patch at a time? Been with CF since 4.0 and i am not sure if its age or whatever but these updates seem to be getting scarier and sloppier or over the years.
Hello, Have an issue running a scheduled task on CF2018. Hitting the url in a browser window it runs fine, but via the schedule task when I output to a file all im getting in the file is error code: 1010 Not seeing anything wrong in execption.log or scheduler.log. Anyone any ideas? Thanks
I maintain a site that was originally created in CF over 12 years ago. It's massive, and frankly the non-profit can't afford a total redo. Some of the sections used CFgrid to allow updating multiple records at once. My problem is that it's a shared server and CFC files are blocked. I've found solutions, but they all require CFC files.
Is there a ColdFusion roadmap that goes beyone 2023? I have reviewed the current roadmap posted and it goes up to 2028ish but that appears to simply be the EOL of CF 2023.
In ColdFusion, we generated an OAuth token to send notifications. However, due to the limitations of FCM HTTP v1, we cannot send notifications to multiple devices at once. To overcome this, we found a solution: using a TOPIC to subscribe device tokens. We attempted to subscribe multiple tokens using the FCM SDK.We included all the necessary dependent JAR files for subscribing, but it throws an error.We are using ColdFusion 2023. Here’s a simplified version of what we’re trying:<cfset FirebaseAdmin = createObject("java", "com.google.firebase.FirebaseApp") /> <cfset FirebaseMessaging = createObject("java", "com.google.firebase.messaging.FirebaseMessaging").getInstance(FirebaseAdmin) /><cfset registrationTokens = ["token1", "token2", "token3"] /><cfset response = FirebaseMessaging.subscribeToTopic(registrationTokens, topic) />However, we’re getting an error when trying to subscribe the tokens.Could anyone please provide a solution?
Recently I upgraded to CF2023 version. I observed a strange behaviour with a .cfc file that is included in one of the .cfml files using cfinclude tag. When I run that CFML file, it displays form as well as the contenet of the .cfc page on the top of the page. Please see the attached screenshot for the same. I dont see this issue in CF2016. Does the CF2023 not support .cfc files? Can some help me in this please?
Hi, The XMLtransform function is throwing an error on our DEV server; our other 3 servers are fine. The JVM flag -Dcoldfusion.xml.allowPathCharacters=true has been applied. I am just the programmer but our system admin ask me to post this issue to see if there is another solution we can try. XMLtransform was working fine until changes were made to get the PDF generator working. It took a few attempts on DEV before it was successful and the changes applied to the other servers. Now the XMLtransform throws the "Unable to process the XML string as it could probably contain file paths" error only on DEV. Server DetailsServer ProductColdFusion 2023Version2023,0,08,330668EditionEnterprise Operating SystemWindows Server 2019 OS Version10.0 Update Level/E:/ColdFusion2023/cfusion/lib/updates/chf20230008.jar Adobe Driver Version5.1.4 (Build 0001) Tomcat Version9.0.85.0 Device IDbaad85e0431b7ba6b236f5b26081f8dded7b034df8355d964dba34e7366d15
Hello community, I installed ColdFusion Builder Extension for Visual Studio Code Followed all the steps enabled RDS and enabled debugging in CF Admin. Created workspace and Project. When I run and debug the application code is going throught the debugging process, the variable are showing as blank in watch window What could be the issue
I updated from ColdFusion 2021 Update 10 to the latest (16), and now none of my RESTful services work. The error I'm getting when I refresh them is: Error registering REST service. Please ensure that you have entered a proper mapping and path.Application [service mapping] could not be initialized.Reason: null
Is it possible to copy my production VM (CF 2021, MSSQL) from Production to test server?Or do I need to reinstall CF2021 on the test server and then copy the site cfm files to the test server?
Hi all, since we have installed the latest microsoft server pachtes (KB5041773, KB5041576, KB5041773), our ColdFusion Instances having an issue with the CFSPREADSHEET function. we are facing the following error message: Message Could not initialize class java.awt.Font StackTrace java.lang.NoClassDefFoundError: Could not initialize class java.awt.Font at java.desktop/java.awt.font.TextLayout.singleFont(TextLayout.java:468) at java.desktop/java.awt.font.TextLayout.<init>(TextLayout.java:530) at org.apache.poi.ss.util.SheetUtil.getDefaultCharWidth(SheetUtil.java:273) at org.apache.poi.ss.util.SheetUtil.getColumnWidth(SheetUtil.java:248) at org.apache.poi.ss.util.SheetUtil.getColumnWidth(SheetUtil.java:233) at org.apache.poi.hssf.usermodel.HSSFSheet.autoSizeColumn(HSSFSheet.java:2220) at coldfusion.excel.Excel.autoResize(Excel.java:1622) at coldfusion.excel.Excel.writeExcel(Excel.java:5613) at coldfusion.excel.ExcelServiceImpl.writeToExcel(ExcelServiceImpl.java:
I have a 2016 coldfusion server installed on a virtual machine (8gb cpu and 16gb ram) running windows 2012 r2.The system cannot support many users simultaneously.With jmeeter I tested a simple page that creates a loop from 1 to 10K showing the output and if I run the request with 100 users, the CF application is super slow.CPU rises to 30% and ram stays at 80%.Can someone help me?Thank you
I have a server that is running ColdFusion 2018. I'm running the CF2023 installer and get to this screen: Accrording to the official online documentation (Install the server configuration (adobe.com)) it says:Previous Serial Number: Enter the serial number of a previously installed version of ColdFusion. Enter this number along with the serial number for the new ColdFusion installation.Use the previous serial number if you upgrading ColdFusion from a previous version. What I don't understand is why the Previous Serial Number text box remains greyed out and allowing no input no matter what what choices are made. I can input my CF2023 Enterprise serial and get the green checkmark, but the Previous Serial Number remains greyed out. I tried check the check box options which also made no difference. I do have the CF2018 Enterprise key to provide if it would let me. Could it be that it's because I'm upgrading from CF2018 and not CF2021? I'm a
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.