Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

session-store-gcloud module broken logging dependency #6347

Closed
janbartel opened this issue Jun 2, 2021 · 0 comments · Fixed by #6349
Closed

session-store-gcloud module broken logging dependency #6347

janbartel opened this issue Jun 2, 2021 · 0 comments · Fixed by #6349
Assignees

Comments

@janbartel
Copy link
Contributor

janbartel commented Jun 2, 2021

jetty-10 head

[589] java -jar ../jetty-home/start.jar --add-modules=session-store-gcloud
ERROR : Module logging-jul provides logging, which is already provided by logging-jetty enabled in [transitive provider of logging for threadpool, transitive provider of logging for logging-jcl-capture]

Usage: java -jar $JETTY_HOME/start.jar [options] [properties] [configs]
java -jar $JETTY_HOME/start.jar --help # for more information

Our documentation says:

As GCloud requires certain Java Commons Logging features to work correctly, Jetty routes these through SLF4J by transitively enabling the jcl-slf4j module during installation. Therefore, you will also need to enable one of the SLF4J implementation modules. You can either choose one ahead of time and enable it at the same time as the session-store-gcloud module, or you can just enable session-store-gcloud module and it will print out a list of available SLF4J implementations. You can then choose one and enable it.

Either the module or the documentation or both are broken.

@janbartel janbartel self-assigned this Jun 2, 2021
janbartel added a commit that referenced this issue Jun 2, 2021
janbartel added a commit that referenced this issue Jun 2, 2021
Signed-off-by: Jan Bartel <[email protected]>
janbartel added a commit that referenced this issue Jun 3, 2021
…j1-capture (#6349)

* Issue #6347 Fix session-store-gcloud,logging-jcl-capture,logging-log4j1-capture

Signed-off-by: Jan Bartel <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant