Skip to main content



      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 11:54 Go to next message
Eclipse UserFriend
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 03:22 Go to previous messageGo to next message
Eclipse UserFriend
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.
Re: [WARNING] No digest algorithm is available to verify download of... [message #1855724 is a reply to message #1855717] Fri, 28 October 2022 10:28 Go to previous messageGo to next message
Eclipse UserFriend
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 11:01 Go to previous messageGo to next message
Eclipse UserFriend
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?
Re: [WARNING] No digest algorithm is available to verify download of... [message #1855726 is a reply to message #1855725] Fri, 28 October 2022 11:11 Go to previous message
Eclipse UserFriend
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 Jun 20 10:53:48 EDT 2025

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

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

Back to the top