error : Index 1 out of bounds for length 1
I am experiencing an issue when adding a MySQL database to Metabase (installed via Docker). Below, I have attached the log from Docker
2025-03-11 17:49:56 at java.base/java.util.concurrent.FutureTask.run(Unknown Source)
2025-03-11 17:49:56 at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
2025-03-11 17:49:56 at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
2025-03-11 17:49:56 ... 1 more
2025-03-11 17:49:56 2025-03-11 10:49:56,900 DEBUG middleware.log :: POST /api/database 400 59ms (1 DB calls) {:metabase-user-id 1}
2025-03-11 17:49:56 {:message "Index 1 out of bounds for length 1"}
2025-03-11 17:49:56
2025-03-11 17:49:56 2025-03-11 10:49:56,946 DEBUG middleware.log :: GET /api/database 200 13ms (2 DB calls) App DB connections: 0/13 Jetty threads: 5/50 (2 idle, 0 queued) (122 total active threads) Queries in flight: 0 (0 queued) {:metabase-user-id 1}
My Diagnostic Info
{
"browser-info": {
"language": "id-ID",
"platform": "MacIntel",
"userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36",
"vendor": "Google Inc."
},
"metabase-info": {
"databases": [
"h2"
],
"run-mode": "prod",
"plan-alias": "",
"version": {
"date": "2025-03-04",
"tag": "v0.53.5",
"hash": "2097d00"
},
"settings": {
"report-timezone": null
},
"hosting-env": "unknown",
"application-database": "h2",
"application-database-details": {
"database": {
"name": "H2",
"version": "2.1.214 (2022-06-13)"
},
"jdbc-driver": {
"name": "H2 JDBC Driver",
"version": "2.1.214 (2022-06-13)"
}
}
},
"system-info": {
"file.encoding": "UTF-8",
"java.runtime.name": "OpenJDK Runtime Environment",
"java.runtime.version": "21.0.6+7-LTS",
"java.vendor": "Eclipse Adoptium",
"java.vendor.url": "https://adoptium.net/",
"java.version": "21.0.6",
"java.vm.name": "OpenJDK 64-Bit Server VM",
"java.vm.version": "21.0.6+7-LTS",
"os.name": "Linux",
"os.version": "6.10.14-linuxkit",
"user.language": "en",
"user.timezone": "GMT"
}
}