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] Restore dbutil module, formerly supplied by shared-resources #333

Closed
joewiz opened this issue Jul 19, 2021 · 0 comments · Fixed by #335
Closed

[BUG] Restore dbutil module, formerly supplied by shared-resources #333

joewiz opened this issue Jul 19, 2021 · 0 comments · Fixed by #335
Labels

Comments

@joewiz
Copy link
Member

joewiz commented Jul 19, 2021

Describe the bug

Loading eXide 3.0.0 on a stock eXist 5.3.0 system produces a console error when eXide calls this URL:

http://localhost:8080/exist/apps/eXide/modules/deployment.xql?info=__new__1

The error:

<exception>
    <path>/db/apps/eXide/modules/deployment.xql</path>
    <message>err:XQST0059 error found while loading module dbutil: failed to load module:
        'http://exist-db.org/xquery/dbutil' from: 'http://exist-db.org/xquery/dbutil', location:
        'http://exist-db.org/xquery/dbutil'. Source not found. </message>
</exception>

The cause is that #309 removed the declared dependency on shared-resources but left a reference to it in deployment.xql and search.xql.

Until this module is released in a standalone package, the shortest path to a solution may be to embed the library module in eXide.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant