Skip to main content



      Home
Home » Eclipse Projects » Orbit » org.bouncycastle.bcprov_1.72.0 Download failed(No algorithm found for 1.2.840.113549.1.1.12)
org.bouncycastle.bcprov_1.72.0 Download failed(No algorithm found for 1.2.840.113549.1.1.12) [message #1856729] Sun, 25 December 2022 22:53 Go to next message
Eclipse UserFriend
I use tycho to build my Eclipse plug-in

The project introduces orbitR20220302172233 repository
pom.xml Like this:
<repositories>
        <repository>
            <id>orbitR20220302172233</id>
            <layout>p2</layout>
            <url>http://download.eclipse.org/tools/orbit/downloads/drops/R20220302172233/repository/</url>       
        </repository>
</repositories>


Maven download error when I build
The error is as follows
[ERROR] An error occurred while transferring artifact canonical: osgi.bundle,org.bouncycastle.bcprov,1.72.0.v20221013-1810 from repository http://download.eclipse.org/tools/orbit/downloads/drops/R20221123021534/repository:
[ERROR]    Problems downloading artifact: osgi.bundle,org.bouncycastle.bcprov,1.72.0.v20221013-1810.:
[ERROR]       Error reading signed content:C:\Users\QIANG~1.HUA\AppData\Local\Temp\signatureFile13059808843923570260.jar
[ERROR] Internal error: org.eclipse.tycho.repository.local.MirroringArtifactProvider$MirroringFailedException: Could not mirror artifact osgi.bundle,org.bouncycastle.bcprov,1.72.0.v20221013-1810 into the local Maven repository.See log output for details. An error occurred while processing the signatures for the file: C:\Users\QIANG~1.HUA\AppData\Local\Temp\signatureFile13059808843923570260.jar: No algorithm found for 1.2.840.113549.1.1.12 -> [Help 1]
org.apache.maven.InternalErrorException: Internal error: org.eclipse.tycho.repository.local.MirroringArtifactProvider$MirroringFailedException: Could not mirror artifact osgi.bundle,org.bouncycastle.bcprov,1.72.0.v20221013-1810 into the local Maven repository.See log output for details.

Seems to be caused by this error
No algorithm found for 1.2.840.113549.1.1.12
How can I solve this problem
java version:11

  • Attachment: errorLog.txt
    (Size: 18.19KB, Downloaded 102 times)

[Updated on: Mon, 26 December 2022 00:38] by Moderator

Re: org.bouncycastle.bcprov_1.72.0 Download failed(No algorithm found for 1.2.840.113549.1.1.12) [message #1856960 is a reply to message #1856729] Wed, 11 January 2023 01:18 Go to previous message
Eclipse UserFriend
This is because I introduced two versions of Orbit repository
I deleted another one. It's normal
Previous Topic:org.mockito 4.x.x on orbit ?
Next Topic:Eclipse Orbit now using GitHub
Goto Forum:
  


Current Time: Wed Sep 10 10:30:44 EDT 2025

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

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

Back to the top