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

[BUG] extension not compatible with v5.4-snapshot #33

Open
dizzzz opened this issue Oct 24, 2021 · 0 comments
Open

[BUG] extension not compatible with v5.4-snapshot #33

dizzzz opened this issue Oct 24, 2021 · 0 comments
Assignees

Comments

@dizzzz
Copy link
Member

dizzzz commented Oct 24, 2021

The (internal) api of org.exist.validation.internal.node.NodeInputStream has been changed.

  Caused by: java.lang.NoSuchMethodError: org.exist.validation.internal.node.NodeInputStream.<init>(Lorg/exist/Database;Lorg/exist/storage/serializers/Serializer;Lorg/exist/xquery/value/NodeValue;)V
	at org.exist.xquery.modules.jfreechart.JFreeCharting.eval(JFreeCharting.java:140)
	at org.exist.xquery.functions.response.StrictResponseFunction.eval(StrictResponseFunction.java:51)
	at org.exist.xquery.functions.response.ResponseFunction.eval(ResponseFunction.java:48)
	at org.exist.xquery.BasicFunction.eval(BasicFunction.java:73)
	at org.exist.xquery.InternalFunctionCall.eval(InternalFunctionCall.java:62)
	at org.exist.xquery.DebuggableExpression.eval(DebuggableExpression.java:58)
	at org.exist.xquery.LetExpr.eval(LetExpr.java:110)
	at org.exist.xquery.AbstractExpression.eval(AbstractExpression.java:71)
	at org.exist.xquery.PathExpr.eval(PathExpr.java:279)
	at org.exist.xquery.AbstractExpression.eval(AbstractExpression.java:71)
	at org.exist.xquery.XQuery.execute(XQuery.java:373)
	at org.exist.xquery.XQuery.execute(XQuery.java:295)
	at org.exist.http.RESTServer.executeXQuery(RESTServer.java:1566)
	at org.exist.http.RESTServer.doGet(RESTServer.java:517)
	at org.exist.http.servlets.EXistServlet.doGet(EXistServlet.java:324)
	... 66 more
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants