bitsail
bitsail copied to clipboard
Startup error
When I start in the local mode, an error is reported. How can I solve it? The following is the error message
2022-11-09 23:56:57,627 ERROR entry.Entry: Exception occurred when run command .
java.lang.ClassCastException: class jdk.internal.loader.ClassLoaders$AppClassLoader cannot be cast to class java.net.URLClassLoader (jdk.internal.loader.ClassLoaders$AppClassLoader and java.net.URLClassLoader are in module java.base of loader 'bootstrap')
at com.bytedance.bitsail.client.entry.Entry.<init>(Entry.java:71)
at com.bytedance.bitsail.client.entry.Entry.main(Entry.java:86)
Hi @wuchunfu , which JDK version are you using?
Hi @wuchunfu , which JDK version are you using?
1.8.0_202
found a related issue https://github.com/microsoft/azure-maven-plugins/issues/988 , I believe that's related to jdk. I will take a look later today
I had met with same error when using openjdk version "11.0.17". After I converted it to Oracle JDK "1.8.0_341", the error doesn't come up.
Yes, currently jdk11 is not supported, only jdk8