Skip to content

No SLF4J providers were found - how to add a provider? #22

Closed Answered by Phillipus
Phillipus asked this question in Q&A
Discussion options

You must be logged in to vote

It seems that extra stuff has to be added to the product.

See eclipse-platform/eclipse.platform.releng.aggregator#1094
See eclipse-platform/eclipse.platform.releng.aggregator#1226
See eclipse-platform/eclipse.platform.releng.aggregator@b9cb479

The changes required can be seen in this commit.

Edit: startLevel="2" is required. See here

The full file is here.

  1. Edit your product file
  2. Add two entries to the Configuration Start Levels:
    <plugin id="org.apache.aries.spifly.dynamic.bundle" autoStart="true" startLevel="2" />
    <plugin id="slf4j.simple" autoStart="true" startLevel="2" />
  3. Optionally add -Dorg.slf4j.simpleLogger.defaultLogLevel=off to the Launching VM Arguments

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by Phillipus
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@iloveeclipse
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants