Error adding SQLITE database

Started up 0.20.1 in a docker container, and tried to add my SQLITE db which is attached to the container through a docker volume. Same setup that I used with 0.19.3 - even the same SQLITE database.

When I enter the name, path, and then press the save button, I’m seeing the following error:

2016-10-25T03:03:19.312806408Z 10-24 23:03:19 ERROR metabase.driver :: Failed to connect to database: java.lang.UnsatisfiedLinkError: org.sqlite.core.NativeDB._open(Ljava/lang/String;I)V
2016-10-25T03:03:19.342265297Z 10-24 23:03:19 DEBUG metabase.middleware :: POST /api/database 400 (4 ms) (0 DB calls)
2016-10-25T03:03:19.342339850Z {:valid false,
2016-10-25T03:03:19.342373442Z  :dbname "java.lang.UnsatisfiedLinkError: org.sqlite.core.NativeDB._open(Ljava/lang/String;I)V",
2016-10-25T03:03:19.342382943Z  :message "java.lang.UnsatisfiedLinkError: org.sqlite.core.NativeDB._open(Ljava/lang/String;I)V"}
2016-10-25T03:03:19.342390919Z

The name I’m using is Demo DB, and the filename is /dbdata/demo.db … nothing out of the ordinary.

Any ideas?

Thanks in advance

Not sure what’s going on, but we’re discussing it in https://github.com/metabase/metabase/issues/3753

It’s not an issue when you run MB outside of docker, but seems related to docker config somehow. Can you give us more info (ideally in that issue) about how you’re running the docker image, eg Docker version, OS + OS version, etc.