Skip to main content
Known Participant
September 5, 2025
Question

Packages not install doing CF2023 update 15 install

  • September 5, 2025
  • 2 replies
  • 432 views

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)

    2 replies

    Community Manager
    September 5, 2025

    @lynn___ In case you still get the problem after using sudo or root, please reach out to us at cfsup@adobe.com

     

    Thanks,

    Abhishek

    lynn___Author
    Known Participant
    September 5, 2025

    Thanks @Charlie Arehart and @AbhishekJha .  I was running as root/sudo (on linux) so I'll reach out to cfsup@adobe.com.

    I don't understand why when I've updated neo_updates.xml to

    <packagesurl>/appl/CF2023-15-installer/bundles/bundlesdependency.json</packagesurl>

     

    why the AccessDeniedException is refering to bundlesdependency.json in a different directory:
    /appl/ColdFusion2023/cfusion/lib/../../bundles/bundlesdependency.json

    <InstallerRepositoryUnzippedPath> vs <cf_root>

    Charlie Arehart
    Community Expert
    Community Expert
    September 5, 2025

    Thanks for pointing out that distinction. I'd missed it (bringing phone, long lines are spread over many, which can hide such pattern differences).

     

    So as for the oddity, let's look at it differently. I see you say regarding the zip file that you "unzipped it to directory /appl/CF2023-15-installer/bundles/". And fair enough. Then you pointed the packagesurl at that unzipped result as /appl/CF2023-15-installer/bundles/bundlesdependency.json. Again, fair enough. And then you got the confusing message.

     

    Here's a thought: let's have you make sure that json file you named is indeed there. Again, as you're on Linux:

    cat /appl/CF2023-15-installer/bundles/bundlesdependency.json

    Does that indeed show the json expected? As important, is the file indeed there? Folks use different unzip tools and arguments, and it could have been that you didn't end up with that at that place in the path provided.

     

    And I wonder (if that's the issue) whether cf then tried looking elsewhere, thus the error you saw.

     

    Let us know what you find, and I hope you'll do this even while awaiting Adobe's help, just to xlose out the question I've raised (which could help others, in a similar predicament). 

    /Charlie (troubleshooter, carehart. org)
    Charlie Arehart
    Community Expert
    Community Expert
    September 5, 2025

    The access deniederror seems key. It seems you're running on a MacOS or Linux, right? Did you try running the Java -jar command as root, with sudo or su? 

    /Charlie (troubleshooter, carehart. org)