Copy link to clipboard
Copied
We have an application (CF2013 running on Win2019) that is failing with the error pasted below
"Error","ajp-nio-127.0.0.1-8022-exec-8","12/03/25","15:42:36",SIRdmini11_25_p1,"The axis package is not installed.You can install package through CLI package manager (D:/ColdFusion2023/cfusion/bin/cfpm.bat) by running the command : install axis.
It is stating to install the axis package. But according to the cfpm.bat list.. its says that the axis package is installed(see below). This package and this version of the package is installed on a different ColdFusion server of ours and the application is working just fine there. Additionally I have cleared the Felix-cache, and that did not fix the error. Any suggustions? Thanks! 🙂
Hi,
well just prior to reading your post, I had just re-copied all of the packages into the bundles directory, deleted the felix-cache and was restarting ColdFusion. This had fixed the problem. I am betting your solution probably would have worked as well. Thanks!
Copy link to clipboard
Copied
Perhaps it was marked for installation, but something went wrong during installation. Try the following steps, which helped to solve a similar package-installation issue in ColdFusion 2023:
8. Note down the name of any package that the CFPM tool says has not been installed or could not be installed.
Keep running the command install all till the result is either an irreversible error or ColdFusion tells you that "All the packages are already installed".
9. If any packages were not installed or if there were errors, then share that with the forum. Otherwise, restart the ColdFusion 2023 service.
10. Test by running the code - or by doing whatever it is that you did - that caused the error.
Copy link to clipboard
Copied
Ok, that makes, I will try this and get back to you! Thanks so much 🙂
Copy link to clipboard
Copied
Hi,
well just prior to reading your post, I had just re-copied all of the packages into the bundles directory, deleted the felix-cache and was restarting ColdFusion. This had fixed the problem. I am betting your solution probably would have worked as well. Thanks!
Copy link to clipboard
Copied
My pleasure, @BILL314613570ssy . Thanks to you too for sharing your solution!
Get ready! An upgraded Adobe Community experience is coming in January.
Learn more