Metabase stuck at startup

Hi,

I had to restart Metabase and since it is stuck at “INFO metabase.driver :: Registered abstract driver :sql”. Has anyone faced this issue already? Any idea how to solve this?

Here is the log:
May 18 13:10:16 vps686147 start[1689]: 05-18 13:10:16 INFO metabase.util :: Loading Metabase…
May 18 13:10:17 vps686147 start[1689]: 05-18 13:10:16 INFO metabase.util :: Maximum memory available to JVM: 471.8 MB
May 18 13:10:25 vps686147 start[1689]: 05-18 13:10:25 INFO util.encryption :: Saved credentials encryption is DISABLED for this Metabase instance. :unlock:
May 18 13:10:25 vps686147 start[1689]: For more information, see https://metabase.com/docs/latest/operations-guide/start.html#encrypting-your-database-connection-details-at-rest
May 18 13:10:31 vps686147 start[1689]: 05-18 13:10:31 INFO metabase.driver :: Registered abstract driver :sql :truck:

I am running metabase on Ubuntu 18.04.2 with MySQL.

Hi @npanti
Which version of Metabase? Are you using Docker?
If you wait for 20-30 minutes, does it then start?

Hi @flamber,

I used the latest version of Metabase 0.32.8 with the .jar build.
Indeed after a long time (35min) Metabase started. Any idea why it is taking so long?

Thanks

@npanti

Just to make it clear, are you building your own version or using the JAR-file download?
What system are you running Metabase on?
And which version of Java?

It sounds very similar to this issue:
https://github.com/metabase/metabase/issues/9698 - there’s a workaround in the last comment.