Closed logical-1985516 closed 5 months ago
Hi @logical-1985516, thanks for reaching out. Based on the error message you provided, it's possible that RepoSense is still running on OpenJDK 17 on your computer.
at java.base@17.0.10/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
Could you try running on Java 11 instead? Based on previous investigations, it seems one of the packages we use (gson) has issues on Java 17.
Thank you for your response! I can now run the commands successfully.
As a suggestion, would it be ok to include this in the developer guide?
When I tried to run
./gradle test systemtest
, it fails with the following errors for all the tests:SDK used for intellij: java 11.0.17 OS: windows
Does anyone know how to resolve this? Thanks in advance!
This is the stacktrace: