CF2023 Update 18
I recently installed ColdFusion 2023 Update 18 and though the installation log says there was only 1 non-fatal error, I am seeing some weird behavior in my web app. The login to my web application validates the user credentials and then redirects to the login page (302 found).
However, I want to rule out any procedural errors in the update process first.
As per the “Install the Update in Offline Mode Manually” from https://helpx.adobe.com/coldfusion/kb/coldfusion-2023-update-18.html
- Download the hotfix installer from the link. - No issues.
- Download the packages zip file from this link and extract its contents to a location accessible to all ColdFusion server instances.
I have only one instance, cfusion. I downloaded the packages.zip folder to a directory called U18 in /opt/cf2023cloud/
- 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.
Here’s where I get tripped. There is no bundles directory in the U18 folder when you extract packages.zip. You get a bunch of files and 2 directories, 1 called “repo” and the other called “updateinstallers”. The bundlesdependency.json file is present in the U18 directory where I had extracted the packages.zip.
Therefore, unless I rename the U18 directory to bundles, that packagesurl will not work!
I have installed U12, U13 and U16 in the same manner. Renaming the /opt/cf2023cloud/bundles for each version and my app worked flawlessly.
Please let me know if there is something new with Update 17 or 18 that could be the reason why my web app is experiencing “ground-hog day” albeit it happens in milliseconds!
