Giter Club home page Giter Club logo

Comments (6)

fdb avatar fdb commented on June 2, 2024 1

Hi,

Maven is trying to download packages from the central repository, but it seems like the SSL connection fails somehow:

[artifact:dependencies] Error transferring file: java.lang.RuntimeException: Unexpected error: java.security.InvalidAlgorithmParameterException: the trustAnchors parameter must be non-empty

I've found a StackOverflow thread about this. Specifically this could help:

I found I needed to run update-ca-certificates -f manually, to populate the cacerts file – Portablejim Feb 5 '15 at 6:54

Could you try that?

from nodebox.

fdb avatar fdb commented on June 2, 2024 1

You're welcome. Have fun with NodeBox!

from nodebox.

Cordoha avatar Cordoha commented on June 2, 2024

Ran update-ca-certificates -f it didn't help with building though. Still the same errors.

from nodebox.

Cordoha avatar Cordoha commented on June 2, 2024

From the same post and suggestions, I tried purging, reinstalling the ca-certificates-java. It worked!

sudo dpkg --purge --force-depends ca-certificates-java
sudo apt-get install ca-certificates-java

Thanks for the help!

from nodebox.

opheliagame avatar opheliagame commented on June 2, 2024

I seem to be having the same problem, and the above mentioned solutions don't work for me. Maybe I am missing on the order of executing those @Cordoha

from nodebox.

fdb avatar fdb commented on June 2, 2024

NodeBox's build process (Maven) was pulling from an unsecure repository, which is no longer supported. I've updated the build process to pull from Maven's secure central repository.

In short: builds on Linux should now work again. I've set up a GitHub Action to verify this.

from nodebox.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.