I created a database that I can succesfully log in
when I try to run a simple select query I get this error and I'm not sure what is about
java.lang.reflect.InvocationTargetException
com.thoughtworks.xstream.converters.ConversionException: No converter available
---- Debugging information ----
message : No converter available
type : java.lang.module.Configuration
converter : com.thoughtworks.xstream.converters.reflection.ReflectionConverter
message[1] : Unable to make field private static final java.lang.module.Configuration java.lang.module.Configuration.EMPTY_CONFIGURATION accessible: module java.base does not "opens java.lang.module" to unnamed module @2633758d
-------------------------------