-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
java.lang.ExceptionInInitializerError - BaseX 9.7.3 #157
Comments
An observation - I've been using OpenJDK 11 as the main JVM on my different computers, and I do not get this error when I switch from 11 to 8 in the IDEA Project Structure > Project Settings > Project > SDK dropdown. I don't have all of the different versions of 11 that I'm using handy, but I'll see about pulling together a list of versions. Thanks! |
So, this seems to happen with both OpenJDKs (8, and 11) set in the IDEA Project Structure > Project Settings > Project > SDK dropdown. The one exception I've noticed is that, having a pre-existing 'Standalone' instance seems to work, in that you can update the 'JAR file: $path' in the Edit Query Processor Instance dialog window. It will still throw |
@rhdunn - I had thought about asking on the BaseX mailing list if something had changed in the startup behavior for the BaseX.jar, but I couldn't come up with what felt like a well-phrased question. If you think that might be part of the problem, I'm happy to start a conversation there. As far as this issue goes: I don't know if this is completely resolved, but it looks as though using the latest versions of IDEA, BaseX, and the plugin addresses the problem. (I.e., "works on my machines!" or something) Thanks for your efforts! |
Hi -
I'm getting the following error when I try to add or edit either a standalone or server instance of BaseX v9.7.3:
java.lang.ExceptionInInitializerError
. This error displays in the "Edit Query Processor Instance" window.I'm also seeing an "IDE Internal Error" report:
Other details:
IntelliJ IDEA 2022.1.3 (Ultimate Edition)
Build #IU-221.5921.22, built on June 21, 2022
uk.co.reecedunn.intellij.plugin.xquery (1.9.3-221)
Kotlin: 221-1.7.10-release-333-IJ5591.52
Let me know if I can provide any other details to help debug or give better context.
Thanks for your time!
The text was updated successfully, but these errors were encountered: