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

module-java: Qore exception location not reported in Java exceptions #3860

Open
davidnich opened this issue Mar 25, 2020 · 0 comments
Open

Comments

@davidnich
Copy link
Contributor

ex:

david@meteor:~/src/Qorus/git/qorus/test/java$ java -cp /Users/david/src/Qorus/test/jar/qorus-client.jar:/Users/david/src/Qorus/test/jar/qorus-test.jar:/Users/david/src/Qorus/test/jar/qore-jni.jar:. -Djava.library.path=/usr/local/lib TestJob
Exception in thread "main" org.qore.jni.QoreExceptionWrapper: RUNTIME-CAST-ERROR: cannot cast from type 'nothing' to 'list<string>'
	at org.qore.jni.QoreJavaApi.newObjectSave0(Native Method)
	at org.qore.jni.QoreJavaApi.newObjectSave(QoreJavaApi.java:178)
	at com.qoretechnologies.qorus.test.QorusJobTest.<init>(QorusJobTest.java:37)
	at TestJob.main(TestJob.java:11)

The location was @ QUnit.qm:732

@davidnich davidnich modified the milestones: 0.9.4.2, not planned Mar 25, 2020
@davidnich davidnich added this to To do in Qore Development via automation Sep 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

No branches or pull requests

1 participant