Install and start error

Warning: protocol #'java-time.core/Amount is overwriting function abs

WARNING: abs already refers to: #'clojure.core/abs in namespace: java-time.core, being replaced by: #'java-time.core/abs

WARNING: abs already refers to: #'clojure.core/abs in namespace: java-time, being replaced by: #'java-time/abs

Exception in thread "main" java.lang.Error: Circular loading of installed providers detected

at java.nio.file.spi.FileSystemProvider.installedProviders(FileSystemProvider.java:161)

1 Like

Hi @lingda.qin
Install Java 11: https://www.metabase.com/docs/latest/installation-and-operation/java-versions

Same issue.
Service is starting and working, but metabase is not accessible, CPU usage is extremely high.

sudo apt install openjdk-11-jdk openjdk-11-jre

openjdk version "11.0.16" 2022-07-19
OpenJDK Runtime Environment (build 11.0.16+8-post-Ubuntu-0ubuntu120.04)
OpenJDK 64-Bit Server VM (build 11.0.16+8-post-Ubuntu-0ubuntu120.04, mixed mode, sharing)

Latest Metabase version 0.44.4

@lesescaldes That's not the same issue.