You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error: Error while executing the rules.
at ChildProcess.<anonymous> (/Users/hochsten/github.com/MellonScholarlyCommunication/eventlog-server/node_modules/@rmlio/rmlmapper-java-wrapper/lib/wrapper.js:204:23)
at ChildProcess.emit (node:events:519:28)
at maybeClose (node:internal/child_process:1105:16)
at Socket.<anonymous> (node:internal/child_process:457:11)
at Socket.emit (node:events:519:28)
at Pipe.<anonymous> (node:net:339:12) {
log: 'Error: Unable to access jarfile ./rmlmapper.jar\n'
}
Node.js v20.17.0
The code works when I replace const rmlmapperPath = './rmlmapper.jar'; with the absolute path to the jar file.
The text was updated successfully, but these errors were encountered:
On OSX I run the example code from the README
But I get an error message:
The code works when I replace
const rmlmapperPath = './rmlmapper.jar';
with the absolute path to the jar file.The text was updated successfully, but these errors were encountered: