redis-field-engineering / redis-sql-trino

Real-time Indexed SQL Queries for Redis
MIT License
34 stars 4 forks source link

failure when running docker compose up #21

Open nethippo opened 10 months ago

nethippo commented 10 months ago

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 commented 10 months ago

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