Skip to main content
Participant
September 22, 2021
Question

ColdFusion 2021 Update 2 does not Download (neither does it Download & Install)

  • September 22, 2021
  • 1 reply
  • 1365 views

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. 🙂

    This topic has been closed for replies.

    1 reply

    Participant
    December 11, 2021

    Hi,

    I am also struggling with same issue. Kindly let me know how you fixed. I have installed  update1 and 2 (Offline install through admin) , but it actually deletes the admin folders . I have copied it manually but still admin page is unable to recognize the admin modules. Any single help is appreciated.

    -JaBo-Author
    Participant
    December 11, 2021

    Hi, I'm not 100% sure but I think I manually installed update2 via the jar update file and reinstalled all packages via cfpm cli utility.

    Participant
    December 11, 2021

    Thanks Ja..It is good if somebody can provide some guidelines.. Nothing seems to be working for me.. I tried 


    Step 1: Uninstall the updates, make sure the CF admin page is accessible.

    Step 2: Download the update repo from below link

    https://cfdownload.adobe.com/pub/adobe/coldfusion/2021/packages/hotfix-packages-cf2021-002-328618.zip

    Step 3: Copy the package to server, unzip it to a directory ( example: C:\packagerepo)

    Step 4:  Change the location of repository in ColdFusion 2021 admin page. Navigating to Package Manager > Settings and change the package site to point to "bundlesdependency.json" file in C:\packagerepo as shown in below screenshot and click on submit changes.

    Step 5: CF2021 update 2 installer can be found in unzipped folder - \hotfix-packages-cf2021-002-328618\bundles\updateinstallers location. Copy the hotfix-002-328618.jar to C:\ColdFusion2021\jre\bin folder.

    Step 6. Stop all the ColdFusion services. Open command prompt as admin, navigate to C:\ColdFusion2021\jre\bin folder and run the below command:

    <cf_root>/jre/bin/java.exe -jar hotfix-002-328618.jar

     After following the above procedure my administrator modules went off...