-
-
Notifications
You must be signed in to change notification settings - Fork 182
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
Question, perhaps bug in 6.3.0 #5565
Comments
Hi Eduard,
This has to do with reverting
<711cf32>
this
PR <#4541> and you can expect this to
be fixed in the upcoming hotfix release.
Best,
Magdalena
…On Wed, 20 Nov 2024 at 11:28, Eduard Drenth ***@***.***> wrote:
Running my app, that is working fine in 6.2.0, in 6.3.0 I run into the
error below.
Does this ring a bell with anyone?
Caused by: java.lang.NullPointerException
at org.exist.indexing.lucene.LuceneMatch.getField(LuceneMatch.java:126)
at org.exist.xquery.modules.lucene.Field.eval(Field.java:123)
at org.exist.xquery.BasicFunction.eval(BasicFunction.java:73)
at org.exist.xquery.InternalFunctionCall.eval(InternalFunctionCall.java:62)
at org.exist.xquery.UserDefinedFunction.eval(UserDefinedFunction.java:161)
at org.exist.xquery.DynamicCardinalityCheck.eval(DynamicCardinalityCheck.java:73)
at org.exist.xquery.Atomize.eval(Atomize.java:66)
at org.exist.xquery.DynamicTypeCheck.eval(DynamicTypeCheck.java:60)
at org.exist.xquery.FunctionCall.evalFunction(FunctionCall.java:289)
at org.exist.xquery.FunctionCall.eval(FunctionCall.java:207)
at org.exist.xquery.PathExpr.eval(PathExpr.java:280)
at org.exist.xquery.EnclosedExpr.eval(EnclosedExpr.java:80)
at org.exist.xquery.PathExpr.eval(PathExpr.java:280)
at org.exist.xquery.ElementConstructor.eval(ElementConstructor.java:330)
at org.exist.xquery.PathExpr.eval(PathExpr.java:280)
at org.exist.xquery.ElementConstructor.eval(ElementConstructor.java:330)
at org.exist.xquery.PathExpr.eval(PathExpr.java:280)
at org.exist.xquery.ElementConstructor.eval(ElementConstructor.java:330)
at org.exist.xquery.DebuggableExpression.eval(DebuggableExpression.java:58)
at org.exist.xquery.LetExpr.eval(LetExpr.java:110)
at org.exist.xquery.LetExpr.eval(LetExpr.java:110)
at org.exist.xquery.UserDefinedFunction.eval(UserDefinedFunction.java:161)
at org.exist.xquery.DynamicCardinalityCheck.eval(DynamicCardinalityCheck.java:73)
at org.exist.xquery.DynamicTypeCheck.eval(DynamicTypeCheck.java:60)
at org.exist.xquery.FunctionCall.evalFunction(FunctionCall.java:289)
at org.exist.xquery.FunctionCall.eval(FunctionCall.java:207)
at org.exist.xquery.DebuggableExpression.eval(DebuggableExpression.java:58)
at org.exist.xquery.OrderByClause.eval(OrderByClause.java:81)
at org.exist.xquery.ForExpr.processItem(ForExpr.java:248)
at org.exist.xquery.ForExpr.eval(ForExpr.java:187)
at org.exist.xquery.LetExpr.eval(LetExpr.java:110)
at org.exist.xquery.PathExpr.eval(PathExpr.java:280)
at org.exist.xquery.EnclosedExpr.eval(EnclosedExpr.java:80)
at org.exist.xquery.PathExpr.eval(PathExpr.java:280)
at org.exist.xquery.ElementConstructor.eval(ElementConstructor.java:330)
at org.exist.xquery.UserDefinedFunction.eval(UserDefinedFunction.java:161)
at org.exist.xquery.DynamicCardinalityCheck.eval(DynamicCardinalityCheck.java:73)
—
Reply to this email directly, view it on GitHub
<#5565>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AADNXPBN6WBF3EFJUP2EXS32BRP3PAVCNFSM6AAAAABSEHGTAKVHI2DSMVQWIX3LMV43ASLTON2WKOZSGY3TKMZTGU4TAOI>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
@tuurma Just to make you aware (in-case you missed it) that PR #4541 adds 3 additional new features:
So I think according to the SemVer 2.0.0 standard that eXist-db follows, that PR would have to go into a Minor release and not a Hotfix release, which would mean an eXist-db 6.4.0 and not a 6.3.1. @eduarddrenth For background information, it was decided not to include that in the 6.3.0 release due to an as yet unresolved memory leak that has been reported from #4541 in this issue - #4890 |
Thanks for these details, I'll patiently await the minor |
The fact that the code was running in 6.2.0 and leads to a NPE in 6.3.0 qualifies this issue as a bug and a regression. |
The issue - yes, but the previous solution - no. |
Running my app, that is working fine in 6.2.0, in 6.3.0 I run into the error below.
Does this ring a bell with anyone?
The text was updated successfully, but these errors were encountered: