dwslab / melt

MELT - Matching EvaLuation Toolkit
MIT License
46 stars 12 forks source link

InputAlignment:null and Parameters:null #225

Open martacds opened 2 weeks ago

martacds commented 2 weeks ago

Describe the bug

When evaluating a matcher packaged in a docker container both the input alignment and parameters file are null, with the following print:

Source:file:/tmp/MELT-fileupload898333562591763200/source-2357420292010606182.rdf Target:file:/tmp/MELT-fileupload898333562591763200/target-6807825593059398604.rdf InputAlignment:null Parameter:null

The parameters folder for the track exists and has the necessary files for all testcases. This does not happen when evaluating the matcher directly.

To Reproduce

Run matching-eval-client in command line or Executor.run in Eclipse for the "memoryalpha-stexpanded" testcase in the KG track with a docker container as the system.

Full log output

Log: log.txt

Pom file: pom.txt

sven-h commented 2 weeks ago

Hi,

as a first test, you can check that the folder /home/marta/oaei_track_cache/oaei.webdatacommons.org/knowledgegraph/v4/parameters/ exists and contains some files (with the configuration information inside). If the files do not exist, please delete at least the folder /home/marta/oaei_track_cache/oaei.webdatacommons.org/knowledgegraph and run the evaluation again.

Best regards Sven

martacds commented 2 weeks ago

Hi, The folder exists and contains a memoryalpha-stexpanded.rdf file that contains the following text: { "http://oaei.ontologymatching.org/matchingClasses": true, "http://oaei.ontologymatching.org/matchingDataProperties": true, "http://oaei.ontologymatching.org/matchingObjectProperties": true, "http://oaei.ontologymatching.org/matchingRDFProperties": true, "http://oaei.ontologymatching.org/matchingInstances": true }

sven-h commented 2 days ago

Hi,

I added some more log outputs to see if it is not sending or not receiving. Can you run it again but using the most recent version? To use the most recent version, you just need to change the dependency in the pom.xml. Further details are explained in https://github.com/dwslab/melt (Section: Developer/Latest Version). And post the log again here. Thank you.

Best regards

martacds commented 1 day ago

Hi, Here is the log after updating to the latest version: log_dev.txt I noticed, when running this version, that there is a new error that starts around line 729.