You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I develop, locally, new features, I came across with this error when running the Relationship report. I'm using ROBOT 1.9.6, but also tried 1.9.5. I'm not using ODK. I'm running the dashboard on the server to check if the issue persists. The last dashboard version on 2024-10-01, which uses ODK, didn't have this issue.
CAUSE:
An error occurred while calling o22.iterator. Trace:
java.lang.reflect.InaccessibleObjectException: Unable to make public java.util.Iterator java.util.Collections$EmptySet.iterator() accessible: module java.base does not "opens java.util" to unnamed module @43dbe4cf
at java.base/java.lang.reflect.AccessibleObject.throwInaccessibleObjectException(AccessibleObject.java:391)
at java.base/java.lang.reflect.AccessibleObject.checkCanSetAccessible(AccessibleObject.java:367)
at java.base/java.lang.reflect.AccessibleObject.checkCanSetAccessible(AccessibleObject.java:315)
at java.base/java.lang.reflect.Method.checkCanSetAccessible(Method.java:203)
at java.base/java.lang.reflect.Method.setAccessible(Method.java:197)
at py4j.reflection.MethodInvoker$1.run(MethodInvoker.java:240)
at java.base/java.security.AccessController.doPrivileged(AccessController.java:319)
at py4j.reflection.MethodInvoker.invoke(MethodInvoker.java:238)
at py4j.reflection.ReflectionEngine.invoke(ReflectionEngine.java:357)
at py4j.Gateway.invoke(Gateway.java:282)
at py4j.commands.AbstractCommand.invokeMethod(AbstractCommand.java:132)
at py4j.commands.CallCommand.execute(CallCommand.java:79)
at py4j.GatewayConnection.run(GatewayConnection.java:238)
at java.base/java.lang.Thread.run(Thread.java:1583)
The error is raised on the line fp_007.py#L103 because the method ontology.getObjectPropertiesInSignature() returns empty. I've tested for many large ontologies, for ex. CL, UBERON, and all with the same issue.
The text was updated successfully, but these errors were encountered:
When I develop, locally, new features, I came across with this error when running the Relationship report. I'm using ROBOT 1.9.6, but also tried 1.9.5. I'm not using ODK. I'm running the dashboard on the server to check if the issue persists. The last dashboard version on 2024-10-01, which uses ODK, didn't have this issue.
The error is raised on the line fp_007.py#L103 because the method
ontology.getObjectPropertiesInSignature()
returns empty. I've tested for many large ontologies, for ex. CL, UBERON, and all with the same issue.The text was updated successfully, but these errors were encountered: