CfBlogs
 Posts  Blogs  Active Blogs  Contact  RSS
 
Blogs Adobe/Lucee/Ortus Software Support

ColdFusion Posts Around the World

Datasources give arraycopy: destination index -1 out of bounds after installing update 19 for v2021
Datasources give arraycopy: destination index -1 out of bounds after installing update 19 for v2021
ColdFusion
Update 19 for v2021 breaks oracle drivers                                      
Planning Ahead: ColdFusion 2021 Support Ending Soon
Planning Ahead: ColdFusion 2021 Support Ending Soon
ColdFusion
As Adobe ColdFusion 2021 approaches its end-of-life (EOL), it’s crucial for developers and organizations to understand the support timelines and plan accordingly. This guide outlines the key dates and available options to ensure a smooth transition.​ ColdFusion 2021 Support Lifecycle Gen...
Adobe ColdFusion Summit East 2025 Recap: Packed Sessions, Practical Insights, and What’s Ahead
Adobe ColdFusion Summit East 2025 Recap: Packed Sessions, Practical Insights, and What’s Ahead
ColdFusion
DC was buzzing on March 26 as more than 100 ColdFusion enthusiasts filled the room for CF Summit East 2025. The sessions? Hands-on and honest. The crowd? All-in. ColdFusion might be turning 30, but it’s clearly not slowing down—and neither are the people building with it. Vivek Kumar kic...
Thank You to Our ColdFusion 2025 Pre-Release Users
Thank You to Our ColdFusion 2025 Pre-Release Users
ColdFusion
We are thrilled to extend our heartfelt thanks to all our pre-release customers for their enthusiastic participation in the ColdFusion 2025 pre-release program. Your active engagement and valuable feedback have been instrumental in shaping the future of ColdFusion.  Throughout the Beta program,...
NOW LIVE! ColdFusion 2025, 2023, and 2021 April security updates
NOW LIVE! ColdFusion 2025, 2023, and 2021 April security updates
ColdFusion
We are pleased to inform you that we’ve released security updates for ColdFusion 2025, 2023, and 2021 releases. For more information, see the respective tech notes: ColdFusion (2025 release) Update 1 ColdFusion (2023 release) Update 13 ColdFusion (2021 release) Update 19 These updates resolve ...
ColdFusion Out Of Memory
ColdFusion Out Of Memory
ColdFusion
I wanted to get technical input on something related to our ColdFusion setup. We’ve configured 20 ColdFusion instances on one server, and each instance has a Java max heap size of 4500 MB. Now, let’s say each of these instances tries to generate a PDF file that’s around 5000 MBR...
CF 2023: Suddenly today CGI.HTTP_REFERER getting empty value
CF 2023: Suddenly today CGI.HTTP_REFERER getting empty value
ColdFusion
Hi Experts, CF 2023: Suddenly today CGI.HTTP_REFERER getting empty value and some of the pages of application are not working as expected. Any reason? I have three apps, only one of the application has this issue. Thanks for you support...
Very strange form behavior
Very strange form behavior
ColdFusion
We use Dailyrazor as our web host. Over the past couple of days our CFM forms have been acting strange. Every time a form is submitted it now has a JS header forwarding the browser to a site in Japan. None of the form is processed. Our host was hacked a couple of weeks ago – I’m wonderin...
ColdFusion in Distributed Environment (LINUX)
ColdFusion in Distributed Environment (LINUX)
ColdFusion
Configuring ColdFusion in a Distributed Environment (Linux): ColdFusion and Apache ColdFusion is a powerful application server that helps developers build dynamic web applications with ease. It provides a robust scripting language (CFML), seamless database connectivity, and enterprise-level funct...
Simplifying Error Handling in ColdFusion: Handle Multiple Exceptions in a Single Catch Clause
Simplifying Error Handling in ColdFusion: Handle Multiple Exceptions in a Single Catch Clause
ColdFusion
Multiple Exception Handling in single catch clause Exception handling is a fundamental part of writing robust and maintainable applications. In CFML, exceptions are usually handled within try, catch, and finally blocks. Typically, developers use catch blocks to handle exceptions, but what if you nee...
Trailing Commas in ColdFusion
Trailing Commas in ColdFusion
ColdFusion
CFML allows trailing commas wherever a comma separated list of value can be provided and more values can be added. This feature is especially useful when working with long lists or when your code structure might change frequently It allows: Easier Code Modifications Cleaner Version Control (Diffs) R...
How to Take Thread and Heap Dumps in ColdFusion to Troubleshoot Performance Issues
How to Take Thread and Heap Dumps in ColdFusion to Troubleshoot Performance Issues
ColdFusion
When troubleshooting performance issues in ColdFusion, analyzing thread and heap dumps can help diagnose bottlenecks, memory leaks, and deadlocks. The ColdFusion Performance Monitoring Toolset (PMT) is the recommended method for capturing Thread and Heap dumps. It captures them in real-time and allo...
Cloud User Lifecycle Management in ColdFusion
Cloud User Lifecycle Management in ColdFusion
ColdFusion
  User management is a fundamental aspect of application development. Whether you’re building a consumer-facing app or an enterprise solution, handling authentication, authorization, and user data is a critical challenge. In many cases, user data needs to be accessible across multiple ser...
Thread Interrupts in ColdFusion
Thread Interrupts in ColdFusion
ColdFusion
An interrupt is an indication to a thread that it should stop what it is doing and do something else. It’s up to the programmer to decide exactly how a thread responds to an interrupt, but it is very common for the thread to terminate. This is particularly useful in multi-threaded applications...
Transitioning Exchange Online Integration to Microsoft Graph API in ColdFusion
Transitioning Exchange Online Integration to Microsoft Graph API in ColdFusion
ColdFusion
  With the evolution of authentication and API standards, integrating Exchange Online with ColdFusion requires adapting to new technologies. Previously, developers connected to Exchange Online using the cfexchangeconnection tag alongside various cfexchange tags like: cfexchangecalendar cfexchan...
test for tinymce
test for tinymce
ColdFusion
here is the blog post for prod testing    anchor tag Here is the link <cfscript>     user = {         id: 42,         displayName: 'jdoe',         fullName: { ...
Post for testing tinymce
Post for testing tinymce
ColdFusion
test                                      
Different Ways of Enabling SSL for ColdFusion Administrator Running on Internal ColdFusion Port for ColdFusion 2025
Different Ways of Enabling SSL for ColdFusion Administrator Running on Internal ColdFusion Port for ColdFusion 2025
ColdFusion
Securing the ColdFusion 2025 Administrator is essential to protect sensitive data and ensure safe communication. One of the best ways to achieve this is by enabling SSL (Secure Sockets Layer), which encrypts traffic.  ColdFusion 2025 offers three methods to enable SSL: 1-  Using an Existin...
Edit Settings in CF Admin
Edit Settings in CF Admin
ColdFusion
I’ve been trying to update the Settings page in CF Admin 2023 and I keep getting the error: “Important notice about last submission…”.  Also a tiny broken image.  The changes I try to make do not save.  Any idea what the issue could be?  I’m on a win...
Language Enhancements in ColdFusion 2025 Release (Part 2)
Language Enhancements in ColdFusion 2025 Release (Part 2)
ColdFusion
This Blog contains details about the Language Enhancements done in ColdFusion 2025 release.                                      
testing post for image render
testing post for image render
ColdFusion
test                                            
How to Secure Solr in ColdFusion
How to Secure Solr in ColdFusion
ColdFusion
ColdFusion supports using Solr natively. Solr collections can be created both via ColdFusion Administrator or in your application code. By default the Solr in not secured with the built-in installation. Solr has security frameworks for supporting the authentication and authorization of users. This a...
Data Visualization made easy with cfchart
Data Visualization made easy with cfchart
ColdFusion
Charts play an important role in making sense out of raw data or comparing it. In this blog we will learn how to create a modern dashboard in ColdFusion. Pre – requisite : Chart creation in ColdFusion. Refer: cfchart What to expect : Chart organization using <cfchartset> Appearance enh...
cfquery date range from UNIX
cfquery date range from UNIX
ColdFusion
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 day. Before I reinvent the wh...
Testing for font changes and sizes
Testing for font changes and sizes
ColdFusion
test                                      
New post for prod testing
New post for prod testing
ColdFusion
test                                      
Revolutionizing Spreadsheet & CSV Handling in ColdFusion 2025: Real-World Use Cases
Revolutionizing Spreadsheet & CSV Handling in ColdFusion 2025: Real-World Use Cases
ColdFusion
In this blog, we explore the new capabilities introduced in ColdFusion (2025 release) for handling spreadsheets and CSVs. These include streaming XLSX processing, large CSV handling, data validation, and hyperlinks. These enhancements significantly improve performance, scalability, and automation fo...
Oauth2.0 in ColdFusion
Oauth2.0 in ColdFusion
ColdFusion
  OAuth 2.0 is the industry-standard protocol for authorization, designed to simplify client development while offering specific authorization flows for applications. By integrating OAuth through providers, developers can decouple the authorization as well as the authentication layers from thei...
cannot find implementation class coldfusion.tagext.documenttag error after updating CF server
cannot find implementation class coldfusion.tagext.documenttag error after updating CF server
ColdFusion
Sir or Madam, We encountered an error in one of our applications after we had updated our Windows 2019 ColdFusion 2023 server to update 12 and updated all the packages. The error displayed is: cannot find implementation class coldfusion.tagext.documenttag for the document tag. Can anyone assist in p...
Upgrading from Cf2016 to CF 2023
Upgrading from Cf2016 to CF 2023
ColdFusion
Can't activate cf2023 when upgrading fromcf2016                                      
Announcing CFNext Beta2 drop
Announcing CFNext Beta2 drop
ColdFusion
We are excited to announce the release of CFNext Beta2, which brings a host of new features and improvements to enhance your experience. This will be the final pre-release version before the main release. Please take this opportunity to explore the build, test key functionalities, and find critical ...
CFSTORED problem
CFSTORED problem
ColdFusion
Cannot submit post - Empty/Invalid category                                      
Error Executing Database Query. [Macromedia][SQLServer JDBC Driver][SQLServer]The incoming request has too many parameters
Error Executing Database Query. [Macromedia][SQLServer JDBC Driver][SQLServer]The incoming request has too many parameters
ColdFusion
SQL error                                      
Top 9 Tips for Migrating Adobe ColdFusion to the Cloud
Top 9 Tips for Migrating Adobe ColdFusion to the Cloud
ColdFusion
Migrating an Adobe ColdFusion website or application to the cloud can open the door to improved scalability, performance, and cost-efficiency. However, the process of migrating a ColdFusion application introduces unique challenges due to its reliance on specific configurations, libraries, and server...
RELEASED- ColdFusion 2023 and 2021 December 23rd, 2024 Security Updates
RELEASED- ColdFusion 2023 and 2021 December 23rd, 2024 Security Updates
ColdFusion
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 bulletin, APSB24-107, and the tech notes for more information...
RELEASED- ColdFusion 2023 and 2021 December 23rd, 2024 Security Updates
RELEASED- ColdFusion 2023 and 2021 December 23rd, 2024 Security Updates
ColdFusion
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 bulletin, APSB24-107, and the tech notes for more information...
Ben & Ryan Show – Cryptography with Justin Scott
Ben & Ryan Show – Cryptography with Justin Scott
ColdFusion
In this episode, your hosts Ben Nadel and Ryan Brown are joined by long time Adobe ColdFusion developer and security expert, Justin Scott, to discuss his recent presentation at the Adobe ColdFusion Summit. Who is Justin Scott • CISO with Smart Communications • (ISC)² Certified...
Tomcat upgrade with Adobe ColdFusion (2025 release) – What has changed!
Tomcat upgrade with Adobe ColdFusion (2025 release) – What has changed!
ColdFusion
Adobe ColdFusion (2025 release) now uses Tomcat 10.1, upgrading from Tomcat 9, and supports servlet specifications 6.0, replacing 4.0.  Why?  Availability of new features – Tomcat 10 introduces many new features, while Tomcat 9 primarily focuses on security updates and vulnerability ...
Important notice: Upcoming deprecations and removals in ColdFusion (2025 release)
Important notice: Upcoming deprecations and removals in ColdFusion (2025 release)
ColdFusion
In the upcoming ColdFusion (2025 release), we will deprecate and remove certain features to enhance the overall experience, improve security, stay aligned with the latest technological advancements, and eliminate obsolete libraries.    We announced the deprecations and remov...
coldfusion packaged jre missing classes?
coldfusion packaged jre missing classes?
ColdFusion
From what I understand, the “java.net.http” package has been included in JREs since Java 11.  Coldfusion comes with a Java 17 JRE.  However, it seems that there is no “java.net.http” package available with that JRE as executing the following produces a ClassNotFound...
Code the Future: Join the ColdFusion 2025 Beta Today!
Code the Future: Join the ColdFusion 2025 Beta Today!
ColdFusion
Get an exclusive sneak peek at what's next for ColdFusion! Sign up for the ColdFusion 2025 Beta Program and get early access to shape the future with us. Engage with the community in the forums, share your thoughts, and keep up with the newest updates and features. Join the Beta program Make Your Vo...
Login using CAC card
Login using CAC card
ColdFusion
Hello CF Developers, We are planning to switch from standard login using a username and password to log in using a CAC card. My lead wrote the code below; he asked us to implement the callback functionality. <cfset requestAuth = AUTH_SERVER & “/oauth2/authorize?client_id=” ...
new discussionssss
new discussionssss
ColdFusion
test The post new discussionssss appeared first on ColdFusion. ...                                      
Optimizing ColdFusion Scalability using Redis and Cloudflare
Optimizing ColdFusion Scalability using Redis and Cloudflare
ColdFusion
The Challenge At xByte Cloud, we work with large ecommerce customers who have millions of shoppers visiting their storefront each month. A performant solution like Load-Balancing is often deployed to help accommodate their growing customer base. But it's important not to sacrifice user experience...
Adobe ColdFusion Summit 2024: Speaker Presentations & Session Decks
Adobe ColdFusion Summit 2024: Speaker Presentations & Session Decks
ColdFusion
Hello ColdFusion Community!  A heartfelt thank you to all our speakers, sponsors, and attendees for making the Adobe ColdFusion Summit 2024 a fantastic success! Your energy, insights, and support made this event truly special. Whether you joined us live or couldn't catch every session, we've...
Can i run coldfusion builder extension for vscode in linux?
Can i run coldfusion builder extension for vscode in linux?
ColdFusion
is it possible to run the extension in linux vscode The post Can i run coldfusion builder extension for vscode in linux? appeared first on C...
Get Ready for Adobe ColdFusion India Summit 2024!
Get Ready for Adobe ColdFusion India Summit 2024!
ColdFusion
We are excited to announce that the Adobe ColdFusion India Summit 2024 is happening on December 7, 2024, and this year, we're bringing the event to two vibrant cities: Bengaluru and Noida. Whether you're a seasoned developer or just beginning your journey in web development, this free summit offe...
RELEASED- ColdFusion 2023 and 2021 October 15th, 2024 updates
RELEASED- ColdFusion 2023 and 2021 October 15th, 2024 updates
ColdFusion
We are pleased to announce that we have released general updates to ColdFusion (2023 release) Update 11 and ColdFusion (2021 release) Update 17. The updates include bug fixes and enhancements in Administrator, Language, CFSetup, Database, and other areas. They also contain library upgrades, such ...
administrator access
administrator access
ColdFusion
On first launch, my administrator password was not accepted.  The correct password was entered, and it worked for colleagues, but not myself. Is there a way to reset the administrator password? The post administrator...
Cannot log in as administrator
Cannot log in as administrator
ColdFusion
Hello – I am having an issue logging in after I set up my account.  I’m doing the initial one time log in with the administrator password after setting up my server.xml correctly.  Any idea why I cannot log in? Thanks The post
Second Chance Learn More About What’s Coming With Adobe ColdFusion 2025 and Future Roadmap Insights
Second Chance Learn More About What’s Coming With Adobe ColdFusion 2025 and Future Roadmap Insights
ColdFusion
If you weren’t able to attend Adobe ColdFusion Summit 2024, or if you were, but missed Charvi Dhoot’s ColdFusion Horizons: Unveiling 2025 Features and Future Roadmap Insights presentation while attending another equally compelling session, you’re in luck! Charvi will be giving t...
How to Run and debug old 2012 coldfusion application
How to Run and debug old 2012 coldfusion application
ColdFusion
Hi, we have a old legacy coldfusion application which was probably created during 2012 or older. I can see in code it was mention it needs (SQL 2005 relational database). We don’t know how to debug this application and fix this issue. We need some documentation on how to debug and run old c...
CF 2018 license question
CF 2018 license question
ColdFusion
We are using ColdFusion 2018 internally on Windows Server 2016. The Nutanix cluster on which ColdFusion is installed in a virtual machine is scheduled to migrate to a new Cisco Application Centric Infrastructure (ACI). This change will be transparent at layer 3 (routing). However, we need to find...
How can I get just one sql result per ID (pk)
How can I get just one sql result per ID (pk)
ColdFusion
I am using ColdFusion on a website hosting account and mssql (late version). I’m looking for all instances of the StoryID but I want to display only one record for each StoryID.  The storyid is a uniqueidentifier. Below is my query. It works but the problem is that  it shows multi...
Tetsing php upgrade in prod
Tetsing php upgrade in prod
ColdFusion
Tetsing php upgrade in prod The post Tetsing php upgrade in prod appeared first on ColdFusion. ...                                      
Testing preview page
Testing preview page
ColdFusion
test The post Testing preview page appeared first on ColdFusion. ...                                      
A Simple Way to Install ColdFusion Updates Manually in Offline Mode
A Simple Way to Install ColdFusion Updates Manually in Offline Mode
ColdFusion
There may be instances where you need to install updates on a ColdFusion server that isn’t connected to the internet, or you’re facing difficulties installing updates through the ColdFusion Administrator page despite having an internet connection. In such cases, knowing how to manuall...
Strange Behavior in my web app after i move to CF2023
Strange Behavior in my web app after i move to CF2023
ColdFusion
Recently I moved to CF2023 from CF2016. When I started using this new ColdFusion version with my web application, it displays me the below strange text on the page when it refreshes. I don’t see the same with CF2016 version. Why am I getting this? Is there a way to suppress this message? if...
Connecting to Microsoft SQL Server with Windows Authentication in ColdFusion
Connecting to Microsoft SQL Server with Windows Authentication in ColdFusion
ColdFusion
When configuring a Microsoft SQL Server database with Windows authentication in ColdFusion, you might initially assume that it’s as simple as entering the DOMAIN\USERNAME in the username field and saving it. However, there are several additional steps required to successfully configure the ...
When is ColdFusion 2021 update 16 going to be available to developer users?
When is ColdFusion 2021 update 16 going to be available to developer users?
ColdFusion
When is ColdFusion 2021 update 16 going to be available to developer users? The post When is ColdFusion 2021 update 16 going to be available to develope...
RELEASED- ColdFusion 2023 and 2021 September 10th, 2024 Security Updates
RELEASED- ColdFusion 2023 and 2021 September 10th, 2024 Security Updates
ColdFusion
We are pleased to announce that we have released general updates to ColdFusion (2023 release) Update 10 and ColdFusion (2021 release) Update 16. The updates resolve a critical vulnerability that could lead to the deserialization of untrusted data. For more information, view the security bulletin ...
How many license we need for CF 2023 Enterprise edition if we have 8 non-prod and 17 prod servers
How many license we need for CF 2023 Enterprise edition if we have 8 non-prod and 17 prod servers
ColdFusion
Hi Team, We have CF 2018 installed in our our application on RHEL 7.9. There are some vulnerabilities which are not able to remediate in current RHEL 7.9 so we are creating a new VM in RHEL 8. Anyone can confirm me that how many license we need for CF 2023 Enterprise edition if we have 2 non-prod...
Coldfusion Oracle JDBC Driver Error
Coldfusion Oracle JDBC Driver Error
ColdFusion
Error Executing Database Query.[DataDirect][Oracle JDBC Driver]arraycopy: destination index -1 out of bounds for byte[128] The specific sequence of files included or processed is: {path_to_file}, line: 129 The post
Moving to a new AD domain
Moving to a new AD domain
ColdFusion
Moving to new AD domain The post Moving to a new AD domain appeared first on ColdFusion. ...                                      
IIS manual connector configuration (Updated) – CF2021 & CF2023
IIS manual connector configuration (Updated) – CF2021 & CF2023
ColdFusion
ColdFusion comes with a webserver configuration tool for connecting to external web servers. There can be occasions, however, when the tool doesn’t work properly. If the tool doesn’t work, you can configure the connector manually. This TechNote demonstrates the steps (updated for CF20...
RELEASED- ColdFusion 2023 and 2021 August 20th, 2024 General Updates
RELEASED- ColdFusion 2023 and 2021 August 20th, 2024 General Updates
ColdFusion
We are pleased to announce that we have released general updates to ColdFusion (2023 release) Update 9 and ColdFusion (2021 release) Update 15. We've upgraded Tomcat from version 9.0.85 to version 9.0.93 for both versions.  Where do I download the updates from ColdFusion (2023 release) Updat...
JCE cannot authenticate the provider BC
JCE cannot authenticate the provider BC
ColdFusion
Good morning, I’m trying to create an application that uses the Bouncy Castle libraries but I can’t continue because I get this error. Where am I going wrong? These are the messages that appear: – JCE cannot authenticate the provider BC – Cannot invoke “java.net.URL....
ColdFusion 2023 cfhtmltopdf Footer Page Number Problem with Formatting
ColdFusion 2023 cfhtmltopdf Footer Page Number Problem with Formatting
ColdFusion
ColdFusion 2023 Footer Page Number Problem with Formatting The post ColdFusion 2023 cfhtmltopdf Footer Page Number Problem with Formatting appeared fir...
Issue with CF 2016 and TLS protocols
Issue with CF 2016 and TLS protocols
ColdFusion
Coldfusion 2016 CFHTTP can't connect to API that uses TLS 1.2 The post Issue with CF 2016 and TLS protocols appeared first on ColdFu...
Docker Cold fusion addons examples
Docker Cold fusion addons examples
ColdFusion
I have an application that uses the Full text search engine and SQL Server. I cannot for a good example of how to set up the cold fusions add-ons and get it to work within a container. Noting I have tried appears to work. The cold fusion container writes this to the log until it exceeds the max a...
Upgrade to ColdFusion2023
Upgrade to ColdFusion2023
ColdFusion
How to upgrade from ColdFudion2016 to ColdFusion2023? What are the pricing details of ColdFusion2023? The post Upgrade to ColdFusion2023 appeared first on
How to change the default Java in API Manager
How to change the default Java in API Manager
ColdFusion
The ColdFusion API Manager typically comes with default Java versions (1.8.0_112 and 1.8.0_361). However, you may need to upgrade these versions. Since the ColdFusion API Manager is certified only with JDK 1.8 (at the time of writing this blog), we will download the latest JDK 1.8 version availab...
Saml Generated P12 Cert password
Saml Generated P12 Cert password
ColdFusion
ColdFusion 2021 Saml SSO setup with cert The post Saml Generated P12 Cert password appeared first on ColdFusion. ...
RELEASED- ColdFusion 2023 and 2021 June 11th, 2024 Security Updates
RELEASED- ColdFusion 2023 and 2021 June 11th, 2024 Security Updates
ColdFusion
We are pleased to announce that we have released security updates to ColdFusion (2023 release) Update 8 and ColdFusion (2021 release) Update 14.This update includes several security fixes to ensure the safety and security of our systems. These changes address potential vulnerabilities and threats...
ColdFusion 2018 Datasource connects with AD Credentials
ColdFusion 2018 Datasource connects with AD Credentials
ColdFusion
Anyone know how to setup a Datasource connection to a MS SQL Server 2016 using Active Directory credentials with CF 2018 enterprise version? Currently we use DB credentials but the business is moving away from that and wants more secure AD account connections. Problem is my CF 2018 installation i...
Thread management with JDK21 – what’s changing and features to look forward to
Thread management with JDK21 – what’s changing and features to look forward to
ColdFusion
JDK21 introduces a bunch of useful functionalities around thread management such as virtual thread but it also changes things with regards to thread.stop functionality which affects ColdFusion's implementation for thread’s functionality around termination. First up, let’s understand w...
UPS API ISSUE
UPS API ISSUE
ColdFusion
Hello, I am working on integrating UPS REST API and getting error message: {"response":{"errors":[{"code":"110609","message":"All package dimensions are required and each must be greater than 0 for package 1."}]}} This is my code: <!--- Get UPS Access Token Information ---> <cfhttp ur...
Changing the Default Webroot in ColdFusion
Changing the Default Webroot in ColdFusion
ColdFusion
The ColdFusion comes with the default Webroot(\<cf_home>\cfusion\wwwroot); however, there are situations where you may need to customize this Webroot directory and point it to a different folder. This blog will walk you through configuring a custom Webroot directory in ColdFusion. Step 1:...
ColdFusion has Jumped the Shark
ColdFusion has Jumped the Shark
ColdFusion
I’ve been programming in ColdFusion for the past 20+ years or so and its time to move on. The Pricing model is ridiculous the support site is terrible. (It was better 20 years ago when you could click on Support and then click on Documentation) What are minor enhancements are now considered...
Using Sub Domains with IIS and ColdFusion 2023
Using Sub Domains with IIS and ColdFusion 2023
ColdFusion
I am struggling to get my websites up and running using sub domains.  For example, customer1.domain.com, customer2.domain.com etc. These sites are working in IIS using html… https://customer1.domain.com/index.html opens c:/sites/customer1/index.html https://customer2.domain.com/index.h...
ColdFusion 2018 Lockdown Tool
ColdFusion 2018 Lockdown Tool
ColdFusion
ColdFusion 2018 Lockdown Tool Issues The post ColdFusion 2018 Lockdown Tool appeared first on ColdFusion. ...
Very old ColdFusion version suddenly adding spaces to CFIMAGE URL’s
Very old ColdFusion version suddenly adding spaces to CFIMAGE URL’s
ColdFusion
We have a site using coldfusion that is supposed to display images that are pulled from a shared drive. Recently these images are no longer displayed properly. When clicked on to open the image URL an error is received- The requested URL /images/building/ 7780A.jpg was not found on this server. W...
Quick Fix for PDFg Service Authentication error after ColdFusion Migration
Quick Fix for PDFg Service Authentication error after ColdFusion Migration
ColdFusion
You may have encountered a scenario where the PDFg service fails after running the migration wizard in ColdFusion and may have noticed the below error message in the logs. Getting Started: [Thread-12] - Error in setting up authentication for PDFg services. at coldfusion.document.PDFgCryptoUt...
How to Change the Default Solr Home Path in ColdFusion
How to Change the Default Solr Home Path in ColdFusion
ColdFusion
Sometimes, there are instances where you might need to customize the default Solr configuration, such as changing the default Solr home path. This blog will guide you through the process of changing the Solr home path in ColdFusion to a custom location. 1.  Copy the entire “multicore&#...
ColdFusion (2021 release) Update 12
ColdFusion (2021 release) Update 12
ColdFusion
ColdFusion (2021 release) Update 12 breaks our applications The post ColdFusion (2021 release) Update 12 appeared first on ColdFusion
RELEASED- ColdFusion 2023 and 2021 March 12th, 2024 Security Updates
RELEASED- ColdFusion 2023 and 2021 March 12th, 2024 Security Updates
ColdFusion
ColdFusion (2023 release) Update 7  and ColdFusion (2021 release) Update 13  (release date, March 12, 2024) addresses vulnerabilities mentioned in the security bulletin [APSB24-14] and fixes other security issues. This update also contains a Tomcat upgrade (v9.0.85). This update also co...
Common Security Error in ColdFusion
Common Security Error in ColdFusion
ColdFusion
Ensuring the security of your ColdFusion environment is crucial, and by adhering to simple rules, you can significantly enhance its robustness. Here are some key practices to follow: Use Supported Versions: Always make sure to use a ColdFusion version supported by Adobe. Regularly update both Col...
CF2023 OFFLINE ACTIVATION
CF2023 OFFLINE ACTIVATION
ColdFusion
The below steps would be used for CF2023 server, when the server is Offline/Private network or connected via proxy settings in place (without direct internet access) In ColdFusion, there are Admin APIs available through which developers can add, modify, and delete Admin task programmatically. Thi...
ColdFusion 2018
ColdFusion 2018
ColdFusion
I just installed ColdFusion 2018 and there are 16 updates. I there a script I can run to install all of the updates one time? The post ColdFusion 2018 appeared first on
I/O Exception: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
I/O Exception: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
ColdFusion
Hi Experts, I am facing same issue in my application when calling HTTPS services with we are using below versions: I/O Exception: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target Server Product ColdF...



Footer Logo

Powered by Galaxy Blog

If you have an ideathat you want to share, please contact us! This community can only thrive if we continue to work together.

Images and Photography:

Gregory Alexander either owns the copyright, or has the rights to use, all images and photographs on the site. If an image is not part of the "Galaxie Blog" open sourced distribution package, and instead is part of a personal blog post or a comment, please contact us and the author of the post or comment to obtain permission if you would like to use a personal image or photograph found on this site.

Credits:

Portions of Galaxie Blog are powered on the server side by BlogCfc, an open source blog developed by Raymond Camden. Revitalizing BlogCfc was a part of my orginal inspiration that prompted me to design this site.

Version:

Galaxie Blog Version 3.0 (Toby's Edition) June 14th 2022 Tropical Wave theme