failure when running docker compose up
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.
@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)