Code Monkey home page Code Monkey logo

Comments (5)

shred avatar shred commented on May 18, 2024 1

acme4j uses the Java ServiceLoader to load the ACME providers. It seems that the respective configuration file is missing in your setup.

Please make sure that the file META-INF/services/org.shredzone.acme4j.provider.AcmeProvider is available in your class path. You will find this file in the src/main/resources directory of this project.

from acme4j.

dernasherbrezon avatar dernasherbrezon commented on May 18, 2024

This part of the Stacktrace is no longer relevant

Actually it is. Could you post non-formatted full stack trace? I was able to issue valid certificate using this url.

from acme4j.

Fabian95qw avatar Fabian95qw commented on May 18, 2024

Hello Again

I solved the Problem yesterday by implementing the whole Code into a runnable, and invoking it.

Please make sure that the file META-INF/services/org.shredzone.acme4j.provider.AcmeProvider is available

Yea i checked. The file was there, but i as i already suspected in previous Projects, the Module Classloader may ignores the meta-inf Folder, when loading classes/libraries.

I Implemented the Runnable which communicates with the Module System trough Localhost Connection, and just exchange the Data between the two running Java app's that way.

~ Problem Resolved.

from acme4j.

codemonstur avatar codemonstur commented on May 18, 2024

I had the same error.

The problem was that the code uses a java.util.ServiceLoader to find the providers, and the ServiceLoader uses the context classloader in the current thread. This classloader was not the class loader I was loading the jar with. Solution was to rewrite the jar loading code to call Thread.currentThread().setContextClassLoader(classLoader);.

from acme4j.

Fabian95qw avatar Fabian95qw commented on May 18, 2024

When i updated the library to stay compliant with AcmeV2 i was able to directly use the libraby with the Module, without any issues, or having to modify the classloader.

from acme4j.

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.