Description
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)