-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deployment trino-server-445 NullPointerException #21669
Comments
trino-403 using the resource groups properties issuccess |
I thought it was the Add @ebyhr @jxlining It looks like it will be fixed in trino-446 (flyway-10.11.1), so let's look forward to 446~ |
Closing as #21641. Please reopen if this issue still happens with newer versions. |
I believe the problem remains. |
This should help: airlift/airlift#1167 |
airlift change merged. let's close this issue when we upgrade airlift. |
I think your pr does not solve this problem. |
@akenO8 |
/opt/programs/trino-server/etc/resource-groups.properties
resource-groups.configuration-manager=db
resource-groups.config-db-url=jdbc:mysql://xxxxx:3306/resource_groups_445
resource-groups.config-db-user=mytrino
resource-groups.config-db-password=xxxxx
2024-04-23T17:47:03.808+0800 INFO main io.trino.plugin.resourcegroups.db.FlywayMigration Performed 0 migrations
2024-04-23T17:47:03.819+0800 ERROR main io.trino.server.Server null
java.lang.NullPointerException
at java.base/java.util.Objects.requireNonNull(Objects.java:233)
at com.google.common.collect.Maps.fromProperties(Maps.java:1429)
at io.airlift.configuration.ConfigurationLoader.getSystemProperties(ConfigurationLoader.java:70)
at io.airlift.bootstrap.Bootstrap.configure(Bootstrap.java:177)
at io.airlift.bootstrap.Bootstrap.initialize(Bootstrap.java:246)
at io.trino.plugin.resourcegroups.db.DbResourceGroupConfigurationManagerFactory.create(DbResourceGroupConfigurationManagerFactory.java:57)
at io.trino.execution.resourcegroups.InternalResourceGroupManager.setConfigurationManager(InternalResourceGroupManager.java:162)
at io.trino.execution.resourcegroups.InternalResourceGroupManager.loadConfigurationManager(InternalResourceGroupManager.java:146)
at io.trino.server.Server.doStart(Server.java:174)
at io.trino.server.Server.lambda$start$0(Server.java:94)
at io.trino.$gen.Trino_445____20240423_094644_1.run(Unknown Source)
at io.trino.server.Server.start(Server.java:94)
at io.trino.server.TrinoServer.main(TrinoServer.java:38)
not using the resource groups properties method is success
Tasks
The text was updated successfully, but these errors were encountered: