ColdFusion Posts Around the World
Adobe ColdFusion Community Blog
Hi,Our users do not want to see the debugging info.Error on server 1:
Adobe ColdFusion Community Blog
I have a Redhat 9.5 Server where i have apache as web server. which is working fine.Downloaded the installer file (ColdFusion_2023_GUI_WWEJ_linux64.bin). Did the install, but when trying to access the tomcat pages for the administration part (port 8500) , i get a error 404. even on <ip&...
Adobe ColdFusion Community Blog
HelloI'm 74 and have had a long relationship with CF (I met the Allaire brothers in person) & have had a long-time customer for whom I built a comprehensive Real Estate Appraisal app 12 years ago and am still keeping it updated when he requests any new functionality, etc.They ha...
Adobe ColdFusion Community Blog
The latest vulnerability for Tomcat CVE-2025-24813 is reported to affect all Tomcat versions prior to 9.0.99. From the CVE - The vulnerability exists due to insufficient validation of user-supplied input when handling file uploads via HTTP PUT requests. A remote...
Adobe ColdFusion Community Blog
Hi All,Is there a way to make the SonarQube for vscode extension (https://marketplace.visualstudio.com/items?itemName=SonarSource.sonarlint-vscode) work with .cfm files?
Adobe ColdFusion Community Blog
I'm using vs code with the cfbuilder plugin and using commandbox as my development server. I am getting an error when I start cfbuilder in vscode that cfbuilder requires a version of Java greater than 7. I already had a version greater than 7 but I clicked on the download Java b...
Adobe ColdFusion Community Blog
I have an application client side both in php and cf code which does simliar things. Both post to cf server 2021 upadate 18. i believe the update 18 is cuasing the issue but i would have to roll back to 17 to test this. In my logs everything was fine until 2/20/2025 and in my installer downloads ...
Adobe ColdFusion Community Blog
On ColdFusion 2016 local developer edition running SQL Server 2022 I cannot set up my datasource and getting the following error: "Connection verification failed for data source: XXXYYYjava.sql.SQLNonTransientConnectionException: [Macromedia][SQLServer JDBC Driver][SQLSer...
Adobe ColdFusion Community Blog
Since an update was made on where my site is being hosted, i can't get the URL's to work. Unfortunately my site was written over 20 years ago (not by me) , i do have experience with HTML and CSS, but cold fusion....well no. From what I have seen is that it has something to do w...
Adobe ColdFusion Community Blog
Part of my app provides various email content pages, which are called and populated with data, then prepared for sending through Postmark. In the following case, when a user shows interest in a job, s/he clicks a button labelled "Chase Job" which ultimate results in an email be...
Adobe ColdFusion Community Blog
How to download cf2023 installer for migrating from cf20221 to cf 2023. CF trail version download no allows only cf2025 download.
Adobe ColdFusion Community Blog
I am trying to set a .cfm file insde of an iframe. within a .net website.It was working fine using CF 2016 but now that I am using CF 2023 it doesn't work anymore... thoughts?this is the page:
Adobe ColdFusion Community Blog
Scheduled tasks on my server are not working. In scheduler.log I get:Connection Failure: Status code unavailableSome more logs: The each method was not found.Either there are no methods with the specified method name and argument types or the e...
Adobe ColdFusion Community Blog
Hello all,We were running on Update 11, and have a scheduled task that uses certificate file to connect.Before update it was working fine.Now after update we are getting this: ErrorCode82
Adobe ColdFusion Community Blog
Here is the log file - The RDP is not enabled but the error says it is and it is a Production install with security: --- Any Thoughts on getting this lockdown tool to work
Adobe ColdFusion Community Blog
Installed lockdown guide but it destroyed permissions on the websites. Does anyone have a manual lockdown guide for Cold Fusion 2023 Standard Edition?...
Adobe ColdFusion Community Blog
Here is the log file - The RDP is not enabled but the error says it is and it is a Production install with security: --- Any Thoughts on getting thi slockdown to work
Adobe ColdFusion Community Blog
Am I doing something wrong or is there a bug in ColdFusion 2025? I get this error:Could not find the ColdFusion component or interface http. Ensure that the name is correct and that the component or interface exists.When trying to instantiate an HTTP ...
Adobe ColdFusion Community Blog
We have a shared cfc file that builds html elements, one of which calls a separate function in the file that builds a bound selection box. While testing a newer version of CF in our Dev environment we had been utilizing the following flag in our server settings:Encryption - = -Dcoldfusion....
Adobe ColdFusion Community Blog
I have HTML code, containing dynamic variables, stored in a database in a field named "data',. An example of raw data in that field would be:
<a href="<cfoutput>#application.siteroot#</cfoutput>/?utm_campaign=transactional&utm_source=ema...
Adobe ColdFusion Community Blog
I have HTML code, containing dynamic variables, stored in a database in a field named "data',. An example of raw data in that field would be:<a href="<cfoutput>#application.siteroot#</cfoutput>/?utm_campaign=transactional&utm_source=emails.logo&ut...
Adobe ColdFusion Community Blog
Recently, Postmark became less forgiving about the stuff people were sending them. I had been using some code 8 years ago from gitHub that prepared and sent email templates via Postmark. I've just dragged that code out again and it is erroring all over town right now. I really ...
Adobe ColdFusion Community Blog
I am testing code that works in CF 11 for an upgrade to CF 2023. I have a component that extends another component and overrides the type of a property in the base component. Here is some simple pseudo code demonstrating the components: Base.cfc:
Adobe ColdFusion Community Blog
<html> <div><p> Hi there</p> </div> </html>Sample code above has whitespace, which I need to get rid of. I've found various examples used in different code settings and tried plugging them into a CF REReplace() function, but n...
Adobe ColdFusion Community Blog
I need to prepare html for sending via the Postmark API.Given the following:<cfset vHTML = "<html><body><div>This is html</div></body></html>">What would be the cleanest way to arrive at:
Adobe ColdFusion Community Blog
I'm migrating from cf2021 Standard to cf2023 Standard and have a snag. If I try to utilize an ajax component it is throwing this error. It appears to be utilizing my virtual host as the location for the coldfusion scripts instead of the coldfusion install. I'm using...
Adobe ColdFusion Community Blog
Where can I give Mock test for ColdFusion certification exam?
Adobe ColdFusion Community Blog
We're upgrading from Coldfusion 2016 to 2023 for development on our laptops. We are attempting to make 2023 a silent install zip package. I've used the instructions here and was able to get into CFAdmin:
Adobe ColdFusion Community Blog
Hi,We have certain values (e.g., '1002-1', '1002-2', ... '1002-12') that end up as -1 when added to a spreadsheet via spreadsheetAddRows. Weirdly, '1002-13' is fine. Maybe spreadsheetAddRows is making bad guesses about whether a value is text...
Adobe ColdFusion Community Blog
Does Adobe still provide Java JRE downloads? I need Java 17.0.14 and can't find it anywhere
Adobe ColdFusion Community Blog
I am running an environment with a ColdFusion 2023 application on one instance (call it Prime) and two additional instances set up as developer copies (Dev1 and Dev2). Each instance points to its own copy of the application source repository, so developers can work on their own isolated cop...
Adobe ColdFusion Community Blog
Hello - I tried to update my CF2023 on Windows using the CF Admin tool's Package Manager. I clicked on Download and Install, it looks like it downloaded the latest version to the server, according to the updates log, it downloaded Update 12, but the pro...
Adobe ColdFusion Community Blog
The wait is finally over! ColdFusion (2025 release) is now live and generally available!
What's New in ColdFusion 2025?
New licensing
Adobe ColdFusion Community Blog
Hi, everyone!
It looks like ColdFusion 2025 was released to general availability today!
https://www.adobe.com/products/coldfusion-family.html
...
Adobe ColdFusion Community Blog
I have a table with UNIX timestamps. I'd like to get a count of events for "today". So I'd like the query to find any event between 1 second after midnight and now. I'm using this on a forum to see if we reached our goal number of posts per...
Adobe ColdFusion Community Blog
A machine running ColdFusion 2021 Developer Edition has sandbox security enabled and the ColdFusion Lockdown Tool run. The following sandbox File/Dirs permissions have been granted: %cfusion-root%/tmpCache/CFFileServlet/_cf_chart Read,...
Adobe ColdFusion Community Blog
<cfscript>test=null ///Variable NULL is undefinedtest1=javaCast("null",""); writeDump(test1); // Variable test1 is undefined</cfscript> Is there a way to make prevent getting the "variable null is undefined" error? If not,...
Adobe ColdFusion Community Blog
My CF host just did a server update to CF 2023. I spent all day fixing scope issues, but that wasn't too hard.I noticed that my pages are showing weird dates. For instance in the MySQL database, this date shows as: 2023-05-15 00:00:00, But it displays as: 5/135/2023 The ...
Adobe ColdFusion Community Blog
in a couple of places on my website i use hyperlinks with variables to go from one page to another<a href request2.cfm?thearea=area2>Area 2</a>this has worked perfectly for years right until the upgrade to CF2023 - now i get an errorVariable THEAREA is undefined
Adobe ColdFusion Community Blog
It's been installed for over a year with no problems. Then today I couldn't login to Administrator. I got no errors. I'm sure it's the right password. I just does nothing when I attempt to login. No messages of any kind.I checked services to make sure everything was...
Adobe ColdFusion Community Blog
After updating my SSL certificate, my website runs correctly, returning the new certificate information. However, I cannot get my scheduled tasks to run via CF Scheduler. Errors are like: "Information","DefaultQuartzScheduler_Worker-2","02/18/25","13:29...
Adobe ColdFusion Community Blog
Hi,I installed CF2021 and updated until 16 and any module have not installed. So I go the cfpm and when I try to install administrator module or whatever, it displays unexpected error D:\ColdFusion2021\cfusion\bin>cfpmcfpm>listUnexpected char -1 at (lin...
Adobe ColdFusion Community Blog
Hi,There are two different databases on the same server (MSSQL) with a Coldfusion datasource added. How can I restrict access to these databases for two different developers who are developing with Coldfusion? Both users have file systems at a level that only they can access.For exa...
Adobe ColdFusion Community Blog
After I upgraded to update 18 on CF2021, I find that many of the administrator pages display errors like those below. I backed out the upgrade back to CF2021 Update 13 and the errors persist. The errors did not occur prior to the upgrade attempt. Anyone kno0w a solution? (P.S. ...
Adobe ColdFusion Community Blog
Hi, all. I recently asked about Log4j vulnerabilities in CF2023, and learned that there...
Adobe ColdFusion Community Blog
ColdFusion 2023 HF12 Finding - writeLog() function. Following CF2023 server update to HF12, If a JSON string is passed as part of the text input to the writeLog() func...
Adobe ColdFusion Community Blog
I have a ColdFusion script that creates a PDF to be sent for archiving. The PDF is created with the following function:<cfdocument format="pdf" orientation="portrait" pagetype...
Adobe ColdFusion Community Blog
Last year the Log4J vulnerability called for the addition of the JVM argument -Dlog4j2.formatMsgNoLookups=true in CF2018 and CF2021. Does anyone know if this JVM argument is still needed/recommended/valid in ColdFusion 2023?...
Adobe ColdFusion Community Blog
I'm trying to work with the Adobe ColdFusion docker images on an Apple M3. I have a `docker-compose.yml` file that contains the following:services:
coldfusion:
image: adobecoldfusion/coldfusion:latest
container_name: coldfusion
hostname: coldfusion
...
Adobe ColdFusion Community Blog
I'm relatively new to ColdFusion 2023 as we are in the process of migrating from ColdFusion 2018. Before I continue, I understand that we should have already completed the migration and the reasons why it is necessary. Unfortunately, I didn't have any control over the timeline,...
Adobe ColdFusion Community Blog
I've read the EULA and read notes about the license in the ColdFusion End User Licensing Agreement (EULA), and my understanding (which may be wrong) is its one license per VM with a maximum of 8 cores.My current cf enterprise is a vmware instance with less than...
Adobe ColdFusion Community Blog
Cant connect Adobe Admin Panel my MariaDB. i have to connect to an external Database. its a MariaDB 11.4.4. Versioni only have in the admin to select :Apache Derby ClientApache Derby EmbeddedMicrosoft SQL ServerMysql (D...
Adobe ColdFusion Community Blog
I have ColdFusion 2023 with update 11 installed on windows server 2022 Apache and for some reason it stopped working, no critical error reports
Adobe ColdFusion Community Blog
Hi all. ColdFusion 2021 uses Java 11 and ColdFusion 2023 uses Java 17. Java 11 contained the Nashorn Scripting Engine, which is used in my CF 2021 code to run JavaScript on the back end, but Nashorn was removed from Java 17, so I'm looking for the best way to replace what it di...
Adobe ColdFusion Community Blog
I noticed some errors ( for example, undefine varibles) are not logged on one of our coldfusion server. I have checked the settings, and I did not find any difference on the logging settings when i went to admin page. Because of the lack of logging, I have a hard time to debug our application. Ca...
Adobe ColdFusion Community Blog
Our CIS has flagged Tomcat version < 9.0.98 as being vulnerable with critical severity. Incorrect object re-cycling and re-use vulnerability in Apache Tomcat. Incorrect recycling of the request and response used by HTTP/2 requests could lead to request...
Adobe ColdFusion Community Blog
We have started getting this error message in our application.log file in the last 24 hours when performing a cfsearch. org/apache/zookeeper/KeeperException$NoNodeException Restarting coldfusion add-on services or restarting the server itself has not helped.
Adobe ColdFusion Community Blog
I'm working in a location where they provision a development server for us to setup a new virtual Windows Server instance for ColdFusion 2023 Enterprise. When configured/secured, this will be cloned into a production instance. My question is, should I choose ...
Adobe ColdFusion Community Blog
Hi there, We have Coldfusion 2021 and are on update 18. However we have some security software reporting a vulnerability and it turns out the file bundlesdependency.json under the folder C:\ColdFusion2021\bundles has references to version 2021.0.0.323925.&n...
Adobe ColdFusion Community Blog
Hello,After entering the ColdFusion license key getting below error as described herehttps://helpx.adobe.com/coldfusion/using/coldfusion-licensing-activation.html
Adobe ColdFusion Community Blog
I am running ACF 2021 (2021.0.18.330341) standard edition, and attempting to configure mail settings. I noticed something strange where, when I check the box "Maintain Connection to Mail Server" and then "Submit Changes", the box shows as unchecked, despite seeing the green "Server has been...
Adobe ColdFusion Community Blog
Hi,We upgraded to CF23 Ent (from CF18 Ent) and after the upgrade, our CFFTP fingerprint attribute stopped working.
Upon connecting to the remote sFTP server, CFFTP now gives error "Fingerprint is either invalid or missing".
However, the finger...
Adobe ColdFusion Community Blog
I want to geneate 100+ UUIDs,is there simple way?
Adobe ColdFusion Community Blog
Last week we applied Update 12 to our ColdFusion 2023 and are now getting an error when trying to send emails from ColdFusion pages. Error is : ColdFusion Cannot find implementation class coldfusion.tagext.mail.MailTag for the mail tag ...
Adobe ColdFusion Community Blog
Hi allI have issues setting up the apache connector in CF2023 with Mac Sonoma (14.6). After executing wsconfig and setting up the sites, I get a config error. [Thu Jan 09 10:54:05.757783 2025] [so:error] [pid 4178] AH06665: No code signing author...
Adobe ColdFusion Community Blog
I've tested this against existing installations, as well as a brand new untweaked install. Issue:Simply running C:\ColdFusion2021\config\cfsetup>cfsetup set runtime postparameterslimit=9999 C:\ColdFusion2021\cfusion is slow. Furthermore, if I do an import o...
Adobe ColdFusion Community Blog
Hello everyone,I'm having issue with manually install CF 2021 Update 18 with offline mode (java.exe -jar <InstallerReposityUnzippedPath>\bundles\updateinstallers\hotfix-018-330341.jar). The installation finishes with a couple errors in the log about failed to copy hotfix...
Adobe ColdFusion Community Blog
Hi Sir/Madam,Does any one having this: "To display this webpage correctly, resubmit the data you entered earlier. By doing this, you will repeat any action this page previously performed." when click back or click on a button with code: history.back(); ? Strange, the same identical c...
Adobe ColdFusion Community Blog
We have application on our server that we are unable to reload or restart when we make changes to the code. We use the URL parameter which does not work with all applications, we try to flush the cache (templates and CFC) in CF administrator page wihc does not quite works. The only th...
Adobe ColdFusion Community Blog
We have released critical security updates for ColdFusion (2023 release) and ColdFusion (2021 release).
Adobe is aware that CVE-2024-53961 has a known proof-of-concept that could cause an arbitrary file system read.
View the security bul...
Adobe ColdFusion Community Blog
Hi folks,Tomcat related question, is there any mitigation instruction for https://thehackernews.com/2024/12/apache-tomcat-vulnerability-cve-2024.html?m=1&n...
Adobe ColdFusion Community Blog
Please guide me on the windows server support - Will Windows Server 2012 R2 work with Cold Fusion 2023 or not?
|