java.lang.reflect.InvocationTargetException com.thoughtworks.xstream.converters.ConversionException: No converter available

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
-------------------------------

Hi,

Are you running Bontia with Java 11 ?
Latest Bontia version is not compatible with other Java version.

HTH
Romain

I've been working with Bonita 2021 correctly but recently I've installed it on another systems and all af them have similar error.

java.lang.reflect.InvocationTargetException

I've installed Java 11 and set java variable but it disn't fidexd!