-
Notifications
You must be signed in to change notification settings - Fork 6
Closed
Labels
Description
the app requires dbutil which is no longer shipped by default on exist v6.
neither the shared-resource dependency nor the processor dependency are declared in expath-pkg.xml.
leading to the following error during deploy:
2023-12-15 22:19:13 15 Dec 2023 21:19:13,822 [main] ERROR (AutoDeploymentTrigger.java [execute]:127) - Exception during deployment of app twitter-0.7.xar: Error found while processing repo.xml: 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. [source: /exist/etc/../data/expathrepo/twitter-0.7/post-install.xql]
2023-12-15 22:19:13 org.expath.pkg.repo.PackageException: Error found while processing repo.xml: 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. [source: /exist/etc/../data/expathrepo/twitter-0.7/post-install.xql]
Reactions are currently unavailable