Hi All, we have released an update today for ColdF...
# adobe
p
Hi All, we have released an update today for ColdFusion 2021 and ColdFusion 2023. Please do check the notes before applying the update. https://coldfusion.adobe.com/2024/10/released-coldfusion-2023-and-2021-october-15th-2024-updates/
3
👍🏻 1
👍 3
r
@priyank_adobe Downloaded and applied CF 2023 U11 on my local dev box. Installed without errors. Updated packages w/o problem. Started server, signed into CF Admin. Generating "Settings Summary" generates the exception shown below. Happy to provide additional information to help troubleshoot.
... and the top portion of the "Server Settings" summary in case this helps. This is a JEE installation on Tomcat with the CF Admin configured to use a single password.
c
@priyank_adobe Is this considered a security update or a general update? The updates page (https://helpx.adobe.com/coldfusion/kb/coldfusion-2023-updates.html) is showing type as Security. However on the CF Admin UI it is showing it as type General.
p
@Chad Norris this is a General update
@rstewart Can you please provide the update installation log
Are you logging as an admin account or you have created other users?
also, which JDK you used to install the update
r
@priyank_adobe Yes. I can provide the update installation log. How would you like to receive it? CF Admin is configured with a single admin account. JDK used to install the update is the same as shown in the screenshot shown above.
c
@priyank_adobe could you elaborate on the issue around indexing .odt files? Is this something that is going to be fixed in a future update?
p
@Chad Norris if you are using Solr search and in case you have a file with extension .ODT that will give exception if you are trying to index it, We have a bug logged for it and currently working on it. I cannot confirm in which update it will be fixed but it it is pipeline.
❤️ 1
j
@priyank_adobe Could someone fix the Manual installer download link on this page: https://helpx.adobe.com/coldfusion/kb/coldfusion-2021-update-17.html ( Under the installation section ) It is currently
<https://helpx.adobe.com/coldfusion/kb/coldfusion-2021-update-17.html>
which produces a 404.
p
@saghosh Can you please fix the link URL has 2023 on it, please replace it with 2021.
j
Perfect, thanks.
👀 1
s
Sure, give me 10 mins
Please check in a while
👍 1
j
Hi - can anyone else verify the md5 hash of the CF2023 Update 11 zip file? My download just now is not coming up with the same value as is on the update page ( https://helpx.adobe.com/coldfusion/kb/coldfusion-2023-updates.html ). Thanks
s
5c7ab182ca75128a7ddf97ae4ffa0a8c
is this what you're getting?
j
no, I'm getting 2b4c02eb54d4e241f582b3349dfbfd5e
s
4c02eb54d4e241f582b3349dfbfd5e
@priyank_adobe can you check?
j
certutil -hashfile "hotfix-packages-cf2023-011-330706.zip" md5 results in 2b4c02eb54d4e241f582b3349dfbfd5e repeated on a download from yesterday and one just now.
p
Hi Jim. We have pushed the corrected MD5. Thanks for letting us know. Please check the doc in some time.
j
so, was it the online information that was wrong or the downloaded .zip?
p
article has incorrect MD5, I made last min change in package zip and didn't share the details with Saurav to correct it.
the one you downloaded has correct MD5
j
OK. thanks. Zip File is good. Appreciate the verification.
p
r
@priyank_adobe Thanks much for the pointer to that; I was going to ask this morning if you had made any headway figuring out what was going on there. Just to make sure I'm interpreting what's there correctly: this is known definitively to only impact JEE deploys? Hoping this is resolved quickly as being able to generate and save the "Settings Summary" report is a key part of our record-keeping for configuration control.
Maybe this is a good time to learn more about
cfsetup
as a different way of getting what we need...