cfvonner
07/18/2023, 4:11 PMcfvonner
07/18/2023, 4:12 PMbdw429s
07/18/2023, 4:19 PMbdw429s
07/18/2023, 4:20 PMbdw429s
07/18/2023, 4:20 PMbdw429s
07/18/2023, 4:20 PMcfvonner
07/18/2023, 4:30 PMbdw429s
07/18/2023, 4:31 PMbdw429s
07/18/2023, 4:31 PMbdw429s
07/18/2023, 4:31 PMbdw429s
07/18/2023, 4:32 PMcfvonner
07/18/2023, 4:33 PMcfvonner
07/18/2023, 4:33 PMChris Tierney
07/18/2023, 5:25 PMjclausen
07/18/2023, 9:05 PMThe packages repository <https://www.adobe.com/go/bundlesdependency.json> is not accessible.
The URL for the remote bundlesdependency.json
seems to be incorrect ( but looks like it’s hard-coded in the cfpm
implementation code somewhere. The correct URLs are in WEB-INF/cfusion/lib/neo_updates.xml
but CFPM is not using them. The HF installers should also be updating that bundlesdependency.json
- but it looks like it only gets updated when you log in to the admin and then navigate to the package management page.
When I try to do CFPM installs I get this:
The packages repository <https://www.adobe.com/go/bundlesdependency.json> is not accessible. You can only load the packages that are available locally in the WEB-INF\bundles directory
The following packages will be installed : adminapi:2021.0.05.330109,administrator:2021.0.06.330132,caching:2021.0.05.330109,orm:2021.0.05.330109,document:2021.0.05.330109,image:2021.0.
05.330109,pdf:2021.0.05.330109,htmltopdf:2021.0.05.330109,awss3:2021.0.05.330109,db2:2021.0.05.330109,sqlserver:2021.0.05.330109,zip:2021.0.05.330109,spreadsheet:2021.0.05.330109,mail:2
021.0.05.330109,redissessionstorage:2021.0.05.330109,chart:2021.0.05.330109,debugger:2021.0.05.330109,ajax:2021.0.05.330109,ftp:2021.0.05.330119 packages and their dependencies will be installed. The installation time can be as much as 6 minutes.
<https://www.adobe.com/go/bundlesdependency.json> cannot be downloaded. Error : Not Found.
Downloading the package adminapi-2021.0.05.330109.zip
<https://www.adobe.com/go/adminapi-2021.0.05.330109.zip> cannot be downloaded. Error : Not Found.
The package adminapi is marked for installation. Installation will be done, on the next server start.
<https://www.adobe.com/go/bundlesdependency.json> cannot be downloaded. Error : Not Found.
Downloading the package adminapi-2021.0.05.330109.zip
<https://www.adobe.com/go/adminapi-2021.0.05.330109.zip> cannot be downloaded. Error : Not Found.
Downloading the package administrator-2021.0.06.330132.zip
<https://www.adobe.com/go/administrator-2021.0.06.330132.zip> cannot be downloaded. Error : Not Found.
The package administrator is marked for installation. Installation will be done, on the next server start.
Downloading the dependent package commons-jcs-core-2.1.jar
Downloading the dependent package ehcache-web-2.0.4.jar
Downloading the dependent package commons-pool2-2.4.2.jar
Downloading the dependent package commons-logging-1.2.jar
Downloading the dependent package spymemcached-2.10.3.jar
Downloading the dependent package jedis-2.9.0.jar
Downloading the dependent package slf4j-api-1.7.12.jar
An error has occurred while installing the package caching. Exception : <https://www.adobe.com/go/repo/ehcache-web-2.0.4.jar> cannot be downloaded. Error : Not Found.
caching package is uninstalled successfully.
..... lots more of this ...
cc/@Mark Takata (Adobe)jclausen
07/18/2023, 10:24 PMjclausen
07/18/2023, 10:25 PMMark Takata (Adobe)
07/18/2023, 11:36 PMpriyank_adobe
07/25/2023, 3:55 PMjclausen
07/25/2023, 4:01 PM<https://www.adobe.com/go/bundlesdependency.json>
which delivers a 404 and, because it defaults back to the local bundlesdependency.json
and tries to use that. The problem is that some of the nested dependency versions from the previous release’s bundlesdependency.json
( e.g. <https://www.adobe.com/go/repo/ehcache-web-2.0.4.jar>
) longer exist.jclausen
07/25/2023, 4:02 PMneo_updates.xml
are correct. That seems like something that is hard-coded somewhere and needs to be changed.priyank_adobe
07/25/2023, 4:34 PMpriyank_adobe
07/25/2023, 7:10 PMjclausen
07/26/2023, 4:17 PMcfpm
shell script seems to use. There are also totally different URLs, which redirect to other URLs in the neo_updates.xml
file in `cfusion/lib`:
<update autocheck="false" checkinterval="10" checkperiodically="false" sendupdate="true">
<url><https://www.adobe.com/go/coldfusion-updates></url>
<defaulturl><https://www.adobe.com/go/coldfusion-updates></defaulturl>
<packagesurl><https://www.adobe.com/go/coldfusion-packages></packagesurl>
<defaultpackagesurl><https://www.adobe.com/go/coldfusion-packages></defaultpackagesurl>
<notification>
<emaillist/>
<fromemail/>
</notification>
</update>