Open peterstadler opened 5 years ago
@peterstadler Do you have the stracktrace for the NPE? It could be in exist.log?
Sorry, in exist.log
there's only
2019-06-03 16:03:56,484 [qtp1276894402-47] ERROR (XQueryServlet.java [process]:552) - null
java.lang.NullPointerException: null
@peterstadler okay thanks (I removed your thread-dump as that doesn't help here).
This still has the "awaiting response" label. Is there anything more I could/should provide?
@peterstadler somehow I thought I addressed this issue, but maybe it was a different one. I'll retest.
Just checked myself with a recent eXist 4.7.1 and the error still occurs.
Can be reproduced. exist version 5 is affected.
ping, ping – any updates here? Needless to say that I'd really love to see this issue fixed for migrating my app to eXist5 …
What is the problem
In trying to migrate an eXist app currently running on eXist 3.3 to current 4.7 I hit a strange NPE. The actual code is scattered across several modules and functions but I was able to squeeze it into a single reproducible test (yet, the code does not make much sense anymore ;)
The issue might be related to #2577 and/or #2385?
Describe how to reproduce or add a test
Test output
NB: the single invocation of
ct2:obj1('foo')('test')()
fails (= testcase 1) but the combination with a successful call toct2:obj2('foo')('test')()
works (= testcase 3).Context information