Hi,
I am developing a Sparksee code in java, running on Windows7 64bits.
I'm creating all the graph correctly, and it seems to work fine, but when I try to close the session it fails.
The error I get is this:
Exception in thread "main" java.lang.RuntimeException: Session data still active when closing
at com.sparsity.sparkseejavawrapJNI.delete_sparksee_gdb_Session(Native Method)
at com.sparsity.sparksee.gdb.Session.delete(Session.java:32)
at com.sparsity.sparksee.gdb.Session.close(Session.java:40)
I was looking for similar errors and I see that in this old post
Troubles using TraversalDFS (DEX Java) the error was the same but I'm not using TraversalDFS.
What can I do? Any idea?
Best regards,
María.