Skip to content
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

Error in enre_java_1.0.4.jar #25

Open
DeWuwo opened this issue May 11, 2022 · 1 comment
Open

Error in enre_java_1.0.4.jar #25

DeWuwo opened this issue May 11, 2022 · 1 comment

Comments

@DeWuwo
Copy link

DeWuwo commented May 11, 2022

Error

scene

Run base using enre_java_1.0.4.jar
After entities and deps identfied successfully

error info

Exception in thread "main" java.lang.IndexOutOfBoundsException: Index -1 out of bounds for length 912482
at java.base/jdk.internal.util.Preconditions.outOfBounds(Preconditions.java:64)
at java.base/jdk.internal.util.Preconditions.outOfBoundsCheckIndex(Preconditions.java:70)
at java.base/jdk.internal.util.Preconditions.checkIndex(Preconditions.java:266)
at java.base/java.util.Objects.checkIndex(Objects.java:359)
at java.base/java.util.ArrayList.get(ArrayList.java:427)
at util.SingleCollect.getEntityById(SingleCollect.java:98)
at visitor.deper.ReflectBf.setDep(ReflectBf.java:40)
at client.IdentifyRelations.run(IdentifyRelations.java:51)
at client.TemplateWork.workflow(TemplateWork.java:52)
at client.Main.main(Main.java:24)

@Lynn-Dai
Copy link
Collaborator

The exception is caused by the reflection of external class and invoking its provided methods. Please download the 1.0.5 version later, it solves this exception.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants