ColdFusion 2021 Update 2 does not Download (neither does it Download & Install)
The "no ColdFusion update without issues"-streak continues ... It's year 10 now, I guess.
Ok, so I logged into CFIDE/adminstrator and hit the "Download" button below the Core Server Update 2
Logs say:
Sep 22, 2021 12:05:49 PM Information [http-nio-8500-exec-5] - Starting HTTP request {URL='https://www.adobe.com/go/coldfusion-updates', method='get'}
Sep 22, 2021 12:05:49 PM Information [http-nio-8500-exec-7] - Starting HTTP request {URL='https://www.adobe.com/go/coldfusion-updates', method='get'}
Sep 22, 2021 12:05:49 PM Information [http-nio-8500-exec-7] - HTTP request completed {Status Code=200 ,Time taken=363 ms}
Sep 22, 2021 12:05:49 PM Information [http-nio-8500-exec-5] - HTTP request completed {Status Code=200 ,Time taken=414 ms}
... but the progress bar just shows "Starting Download..." and is stuck.
Manually installing the update worked, but lost some packages on the way (adminapi, administrator, ...) AND although the system information page (top right, "i") reports "2021.0.02.328618" all packages get installed with the version from hotfix 1.
Example from https://cfmodules.adobe.com/bundlesdependency.json
{
"bundle": "adminapi",
"minimumcoreserverupdaterequired": 1,
"version": "2021.0.01.325996",
"description": "The adminapi package modifies the administrator-level settings",
"extrastoinstall": [
{
"name": "adminapi",
"override": false,
"version": "2021.0.01.325996",
"extension": ".zip",
"targetdir": "/wwwroot/CFIDE/adminapi"
}
]
},
{
"bundle": "adminapi",
"minimumcoreserverupdaterequired": 2,
"version": "2021.0.02.328618",
"description": "The adminapi package modifies the administrator-level settings",
"extrastoinstall": [
{
"name": "adminapi",
"override": false,
"version": "2021.0.02.328618",
"extension": ".zip",
"targetdir": "/wwwroot/CFIDE/adminapi"
}
]
},So I get adminapi version 2021.0.01.325996 instead of 2021.0.02.328618 like it should be ...
Any help would be greatly appreciated. 🙂
