This is caused by the following error when the hesse service is not correctly set up.
Error: A JNI error has occurred, please check your installation and try again
Exception in thread "main" java.lang.UnsupportedClassVersionError: io/undertow/server/HttpHandler has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0
It seems that Undertow is not compiled with the write jdk version. Now it is fixed
This is caused by the following error when the hesse service is not correctly set up.
It seems that Undertow is not compiled with the write jdk version. Now it is fixed