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

failure when running docker compose up #21

Open
nethippo opened this issue Dec 18, 2023 · 1 comment
Open

failure when running docker compose up #21

nethippo opened this issue Dec 18, 2023 · 1 comment
Assignees

Comments

@nethippo
Copy link

I got this error at the log when trying to run $docker compose up.
....
2023-12-18T07:10:39.893Z ERROR main io.trino.server.Server Unable to create injector, see the following errors:
trino |
trino | 1) [Guice/ErrorInCustomProvider]: IllegalArgumentException: Key certificate file does not exist
trino | at RediSearchClientModule.createRediSearchSession(RediSearchClientModule.java:53)
trino | while locating RediSearchSession
trino |
trino | Learn more:
trino | https://github.com/google/guice/wiki/ERROR_IN_CUSTOM_PROVIDER
trino | Caused by: IllegalArgumentException: Key certificate file does not exist
trino | at LettuceAssert.isTrue(LettuceAssert.java:222)
trino | at SslOptions$Builder.keyManager(SslOptions.java:336)
trino | at RediSearchSession.sslOptions(RediSearchSession.java:157)
trino | at RediSearchSession.clientOptions(RediSearchSession.java:142)
trino | at RediSearchSession.client(RediSearchSession.java:136)
trino | at RediSearchSession.(RediSearchSession.java:122)
trino | at RediSearchClientModule.createRediSearchSession(RediSearchClientModule.java:54)
trino | at RediSearchClientModule$$FastClassByGuice$$265400.GUICE$TRAMPOLINE()
trino | at RediSearchClientModule$$FastClassByGuice$$265400.apply()
trino | at ProviderMethod$FastClassProviderMethod.doProvision(ProviderMethod.java:260)
trino | at ProviderMethod.doProvision(ProviderMethod.java:171)

@jruaux
Copy link
Collaborator

jruaux commented Dec 19, 2023

@nethippo Thanks for reporting this issue. It has been fixed and available in the latest early-access. Can you try again? (You might have to pull the latest docker image first)

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

No branches or pull requests

2 participants