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

Data Pipeline step 2 throwing exception #9

Open
siebeniris opened this issue Mar 4, 2022 · 0 comments
Open

Data Pipeline step 2 throwing exception #9

siebeniris opened this issue Mar 4, 2022 · 0 comments

Comments

@siebeniris
Copy link

Hello Simon,

I was able to build up the jar then I tried to implement the step 2 by using the following command:

java -jar out/artifacts/eventkg_jar/Pipeline.jar config.txt 1

my config.txt:

data_folder /Users/XXX/Documents/experiments/eventkg/data
languages en
enwiki 20220301
wikidata 20220302

Then the exception as following is thrown:

Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: Index 1 out of bounds for length 1
        at de.l3s.eventkg.pipeline.Config.init(Config.java:59)
        at de.l3s.eventkg.pipeline.Pipeline.main(Pipeline.java:81)

Since I am not really familiar with Java, any help is appreciated, thank you!

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

No branches or pull requests

1 participant