failed to load plugin under supervisord management #23251
Replies: 1 comment
-
Can you check the ulimits when running under |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to use supervisord to auto restart the trino node, but it always fails due to the class loader problem. Here are the steps I've tried:
Trino Version: 422
Manual command startup is ok: /opt/trino/bin/launcher start
supervisord config
start by supervisord:
supervisorctl start trino
trino server failure log
the spi class should be located in /opt/trino_data/plugin/sqlserver/trino-sqlserver-422.jar
$ jar -tf /opt/trino/plugin/sqlserver/trino-sqlserver-422.jar | grep SqlServerPlugin io/trino/plugin/sqlserver/SqlServerPlugin.class
I tried to add some log in PluginManager's loadPlugin method, like this:
and run again, resulted in 'class not found: io.trino.plugin.sqlserver'.
Could someone give a help. Thanks a lot.
Beta Was this translation helpful? Give feedback.
All reactions