Packages not install doing CF2023 update 15 install
I'm trying to do a manual install of CF2023 update 15 and I know I'm doing something wrong because the packages aren't getting installed.
I downloaded hotfix-packages-cf2023-015-330825.zip and unzipped it to directory /appl/CF2023-15-installer/bundles/. I updated /appl/ColdFusion2023/cfusion/lib/neo_updates.xml with
<packagesurl>/appl/CF2023-15-installer/bundles/bundlesdependency.json</packagesurl>
I ran the upgrade (which appears to be successful) using
/appl/ColdFusion2023/jre/bin/java -jar /appl/CF2023-15-installer/bundles/updateinstallers/hotfix-015-330825.jar
In coldfusion-out.log i'm getting
Sep 4, 2025 20:40:38 PM Error [main] - Unable to install felixclassloader package: java.nio.file.AccessDeniedException: /appl/ColdFusion2023/cfusion/lib/../../bundles/bundlesdependency.json
followed by a lot of lines that say "XXXX package will not be deployed as it is not installed."
The CF Administrator says the administrator module is not installed, I've tried installing it in cfpm but it still doesn't work
Any pointers in the right direction would be appreciated.
Thank you!
(note i'd had similar, but different, issues when I previously did this on another server. I thought I was doing it correctly this time to avoid those issues but unfortunately having other issues)
