diqiu50 opened a new issue, #4688: URL: https://github.com/apache/gravitino/issues/4688
### Version main branch ### Describe what's wrong An error occurs during the Docker startup in the Trino playground Docker image. ### Error message and/or stacktrace playground-trino | java.lang.IllegalArgumentException: No factory for connector 'gravitino'. Available factories: [hive, mariadb, tpcds, hudi, memory, jmx, postgresql, tpch, iceberg, mysql] playground-trino | at com.google.common.base.Preconditions.checkArgument(Preconditions.java:445) playground-trino | at io.trino.connector.DefaultCatalogFactory.createCatalog(DefaultCatalogFactory.java:116) playground-trino | at io.trino.connector.LazyCatalogFactory.createCatalog(LazyCatalogFactory.java:43) playground-trino | at io.trino.connector.CoordinatorDynamicCatalogManager.lambda$loadInitialCatalogs$0(CoordinatorDynamicCatalogManager.java:137) playground-trino | at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317) playground-trino | at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572) playground-trino | at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317) playground-trino | at com.google.common.util.concurrent.DirectExecutor.execute(DirectExecutor.java:31) playground-trino | at java.base/java.util.concurrent.ExecutorCompletionService.submit(ExecutorCompletionService.java:186) playground-trino | at io.trino.util.Executors.executeUntilFailure(Executors.java:41) playground-trino | at io.trino.connector.CoordinatorDynamicCatalogManager.loadInitialCatalogs(CoordinatorDynamicCatalogManager.java:130) playground-trino | at io.trino.server.Server.doStart(Server.java:144) playground-trino | at io.trino.server.Server.lambda$start$0(Server.java:91) playground-trino | at io.trino.$gen.Trino_435____20240826_110556_1.run(Unknown Source) playground-trino | at io.trino.server.Server.start(Server.java:91) playground-trino | at io.trino.server.TrinoServer.main(TrinoServer.java:38) playground-trino | playground-trino | playground-trino | 2024-08-26T11:0 ### How to reproduce docker run --name trino -d -p 8080:8080 apache/gravitino-playground:trino-435-gravitino-0.6.0-incubating-rc3 ### Additional context _No response_ -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
