...
Caused by: java.lang.ExceptionInInitializerError: Exception java.lang.RuntimeException: Failed to initialize MemoryUtil. You must start Java with `--add-opens=java.base/java.nio=org.apache.arrow.memory.core,ALL-UNNAMED` (See https://arrow.apache.org/docs/java/install.html) [in thread "SmartbiX-Pool-5"],之前是正常的。
原因
开启了V2.0引擎,且jdk版本是9及以上,因jdk9+版本对权限控制严格,不允许外部模块访问,导致加载不到对应类报错。
...