Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » [WARNING] No digest algorithm is available to verify download of...([WARNING] No digest algorithm is available to verify download of...)
[WARNING] No digest algorithm is available to verify download of... [message #1855677] Wed, 26 October 2022 15:54 Go to next message
Rose Dominique Amparo is currently offline Rose Dominique AmparoFriend
Messages: 7
Registered: March 2022
Junior Member
Hi, I am using Eclipse 4.24 and I am encountering the "No digest algorithm is available to verify download of..." warning when updating from a remote repository.

I verified that it does not happen when the repository is available locally.

Based here - https://bugs.eclipse.org/bugs/show_bug.cgi?id=578726, the issue is supposed to be resolved, but I am still encountering it.

Any inputs? Thank you in advance!


Re: [WARNING] No digest algorithm is available to verify download of... [message #1855717 is a reply to message #1855677] Fri, 28 October 2022 07:22 Go to previous messageGo to next message
Ed Merks is currently offline Ed MerksFriend
Messages: 33137
Registered: July 2009
Senior Member
If the remote repository is missing the digest information in the artifact metadata then you will be this message. Specifically these properties in the artifacts.xml in the artifacts.jar of the repository should be present:
        <property name='download.md5' value='2e293b7d69dee0e4ca04594ba8c3ec76'/>
        <property name='download.checksum.md5' value='2e293b7d69dee0e4ca04594ba8c3ec76'/>
        <property name='download.checksum.sha-256' value='c5553e95b459529192433486d4c4cc22ff45a2eae4968484f9f717319264a532'/>
That will need to be fixed by the repository provider.


Ed Merks
Professional Support: https://www.macromodeling.com/
Re: [WARNING] No digest algorithm is available to verify download of... [message #1855724 is a reply to message #1855717] Fri, 28 October 2022 14:28 Go to previous messageGo to next message
Rose Dominique Amparo is currently offline Rose Dominique AmparoFriend
Messages: 7
Registered: March 2022
Junior Member
Hi Ed, thank you for your reply. I just verified from the artifacts.xml that the features with warnings do not have the checksum, but others have.

Do you know if it already has a fix? I keep seeing in other forums that the issue was resolved, but I did not see any actual solution (or maybe I missed it).

Thank you in advance!
Re: [WARNING] No digest algorithm is available to verify download of... [message #1855725 is a reply to message #1855724] Fri, 28 October 2022 15:01 Go to previous messageGo to next message
Ed Merks is currently offline Ed MerksFriend
Messages: 33137
Registered: July 2009
Senior Member
I think you are assuming that I know which repository you are referring to. Where can I go look? If there is a "broken" repository it's highly unlikely ever to be fixed but rather a newer version will be published to a newer repository location to fix the problem. Where can I see such a problem?

Ed Merks
Professional Support: https://www.macromodeling.com/
Re: [WARNING] No digest algorithm is available to verify download of... [message #1855726 is a reply to message #1855725] Fri, 28 October 2022 15:11 Go to previous message
Rose Dominique Amparo is currently offline Rose Dominique AmparoFriend
Messages: 7
Registered: March 2022
Junior Member
I did some more digging, compared the previously generated artifacts.xml and found out that checksum is not being generated for org.eclipse.update.feature. With this, the warnings are expected. Thank you for your input!
Previous Topic:Is Mac OS Ventura 13.0 compatible with 2021-12 Eclipse IDE for Java Developers?
Next Topic:DEL key won't repeat
Goto Forum:
  


Current Time: Fri Apr 19 15:34:40 GMT 2024

Powered by FUDForum. Page generated in 0.02954 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top