Quick Fix for PDFg Service Authentication error after ColdFusion Migration
Adobe ColdFusion | Connect with community
by Vikram Kumar M
1w ago
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.PDFgCryptoUtils.processCipherWork(PDFgCryptoUtils.java:482) at coldfusion.document.PDFgCryptoUtils.decrypt(PDFgCryptoUtils.java:376) at coldfusion.document.PDFgCryptoUtils.decrypt(PDFgCryptoUtils.java:195)   An easy way to fix this is by copying the “seed.properties” and .prikey from the “lib” folder( \Cold ..read more
Visit website
How to Change the Default Solr Home Path in ColdFusion
Adobe ColdFusion | Connect with community
by Vikram Kumar M
1w ago
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” folder from the default install(\ColdFsuion2023\cfusion\jetty\multicore) to the custom folder, say for example C:\collections\multicore. 2. Go to the ColdFusion admin page, find the Solr server settings, and update the path to point to your new custom folder.   3. If you’ve installed the Add-on service ..read more
Visit website
ColdFusion (2021 release) Update 12
Adobe ColdFusion | Connect with community
by Ripley Casdorph
2w ago
Has anyone added patch ColdFusion (2021 release) Update 12 and broken their server?  Added the patch this morning and now none of applications work.  You get a first page, but they won’t work beyond that.  No errors no logging, no clue! The post ColdFusion (2021 release) Update 12 appeared first on ColdFusion ..read more
Visit website
RELEASED- ColdFusion 2023 and 2021 March 12th, 2024 Security Updates
Adobe ColdFusion | Connect with community
by Priyank Shrivastava
2w ago
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 contains a major change related to scope look-up behavior that could impact your applications.   Where do I download the updates from ColdFusion (2023 updates) ColdFusion (2021 updates) In these updates, we’ve fixed a few security bugs mentioned in the security bulletin, APSB24-14 . For more infor ..read more
Visit website
Common Security Error in ColdFusion
Adobe ColdFusion | Connect with community
by Igor Driker
2w ago
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 ColdFusion and Java to benefit from the latest security patches and improvements. Utilize cfqueryparam: Protect your applications from SQL injection attacks by consistently using cfqueryparam in your queries. Despite these fundamental security measures, it’s essential to be mindful of certain pitfalls tha ..read more
Visit website
CF2023 OFFLINE ACTIVATION
Adobe ColdFusion | Connect with community
by AbhishekJha
2w ago
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. This is helpful for developers who do not have access to ColdFusion Administrator, for example, component event gateway, data sources, mail, and so on. To access the components, use the below link, RDS needs to be enabled.     http://{ip address}:<port>/CFIDE/adminapi/ Cre ..read more
Visit website
I/O Exception: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
Adobe ColdFusion | Connect with community
by kkmr2011
1M ago
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 ColdFusion Version 2018,0,19,330149 Edition Enterprise Operating System UNIX JAVA java version “11.0.17” 2022-10-18 LTS Java(TM) SE Runtime Environment 18.9 (build 11.0.17+10-LTS-269) Java HotSpot(TM) 64-Bit Server VM 18.9 (build 11.0.17+10-LTS-269, mixed mode TOMCAT SERVER Please let me know if any d ..read more
Visit website
Coldfusion 2023 throws a 500 error in IIS
Adobe ColdFusion | Connect with community
by defaultwh1ant6vtr0t
2M ago
I have a Dev server running Windows Server 2016 standard.  It has plenty of disk space and RAM.  I’ve been running CF2018 on it for years.  On Monday, I attempted to install CF2023.  the install went well (no obvious errors) and the CF administrator ran just fine, so I was able to complete the set up (configuring our DB connection for example). I then ran the web server configuration tool which said there was already a connection set up, so I removed the connection the CF2018 had and then set up the CF2023 configuration.  I checked the ISAPI filter and the Handler Mapp ..read more
Visit website
Licensing and Activation – Usage
Adobe ColdFusion | Connect with community
by Shaj33883695a882
2M ago
I have installed Adobe ColdFusion 2021 with Enterprise Key. The Activation was successful with the following information in the the “Activation” tab page Server Edition  : Enterprise Activation Status : Activated Deployment Type : Production Device ID  : XXXXXX When I click on the “Usage” tab, I don’t see any information  other than a message “The Usage data is not applicable to the serial number applied on this ColdFusion” Is this normal ? The ‘Licensing and Activation -> Settings -> Usage Data’ is  not checked and greyed out all the time. I cannot update this c ..read more
Visit website
Using Custom Tags for Migration from Older Versions to ColdFusion 2023
Adobe ColdFusion | Connect with community
by Igor Driker
2M ago
When working on migration projects to ColdFusion 2023, one of the most common updates is to bulk replace instances of ‘cf_sql_int’ with ‘cf_sql_integer’. In some projects, data validation for variables may have been overlooked, such as using float data or commas in numeric values. To address these issues comprehensively, we can employ custom tags like ‘cf_query’ and ‘cf_queryparam’ to handle required conversions and data validation. An excellent reference for this approach is Adam Cameron’s 2012 article on ‘Custom tags: nesting’: https://blog.adamcameron.me/2012/11/custom-tags-nesting.html Bel ..read more
Visit website

Follow Adobe ColdFusion | Connect with community on FeedSpot

Continue with Google
Continue with Apple
OR