java.lang.NoClassDefFoundError: javax/xml/bind/DatatypeConverter (mssql)

Hi Forum,

i’m running into this error: java.lang.NoClassDefFoundError: javax/xml/bind/DatatypeConverte, when I’m trying to to setup Metabase to load data off of a SQL Server database.

Maybe someone solved this issue and will bring an end to my agony.

Thanks for the help

What Java version are you using? What Metabase version?

There has been a bit back and forth in the codebase regarding … not sure if that affected a realased version or not:

If you’re on Java 9 try downgrading to Java 8.

Thank you, it was the Java version.