-
Notifications
You must be signed in to change notification settings - Fork 21
Description
After installing the plugin I get the following error in the server.log for presto.
java.lang.IllegalStateException: No service providers of type io.prestosql.spi.Plugin
at com.google.common.base.Preconditions.checkState(Preconditions.java:589)
at io.prestosql.server.PluginManager.loadPlugin(PluginManager.java:166)
at io.prestosql.server.PluginManager.loadPlugin(PluginManager.java:157)
at io.prestosql.server.PluginManager.loadPlugins(PluginManager.java:138)
at io.prestosql.server.Server.doStart(Server.java:117)
at io.prestosql.server.Server.lambda$start$0(Server.java:73)
at io.prestosql.$gen.Presto_350____20220617_150354_1.run(Unknown Source)
at io.prestosql.server.Server.start(Server.java:73)
at io.prestosql.server.PrestoServer.main(PrestoServer.java:38)