HPI-Information-Systems/Metanome

Metanome-cli Tane algorithm crashed

Opened this issue · 0 comments

After my problem in #437 was solved, I got another error:

(metanome-cli) INFO     Running de.metanome.algorithms.tane.TaneAlgorithm
(metanome-cli) INFO     * in:            [WDC_satellites.csv]
(metanome-cli) INFO     * out:           file
(metanome-cli) INFO     * configuration: []
(metanome-cli) INFO     Initializing algorithm.
(metanome-cli) ERROR    Algorithm crashed.: java.lang.NullPointerException: Cannot invoke "java.util.List.size()" because "this.columnNames" is null
	at de.metanome.algorithms.tane.TaneAlgorithm.setColumnIdentifiers(TaneAlgorithm.java:547)
	at de.metanome.algorithms.tane.TaneAlgorithm.execute(TaneAlgorithm.java:96)
	at de.metanome.cli.App.run(App.java:110)
	at de.metanome.cli.App.main(App.java:75)
(metanome-cli) INFO     Elapsed time: 0:00:00.004 (4 ms).

The command:

java -cp metanome-cli-1.2-SNAPSHOT.jar:TANE-1.2-SNAPSHOT.jar de.metanome.cli.App --algorithm de.metanome.algorithms.tane.TaneAlgorithm --file-key INPUT_GENERATOR --files WDC_satellites.csv --header