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

Issues with gerbil-qa local setup #338

Closed
lsiciliani opened this issue Feb 4, 2020 · 1 comment
Closed

Issues with gerbil-qa local setup #338

lsiciliani opened this issue Feb 4, 2020 · 1 comment
Assignees

Comments

@lsiciliani
Copy link

Hi everyone!
First of all, thank you for your work and support!

I am trying to configure the GERBIL local setup as explained here but unsuccessfully.

The setup is done on an Ubuntu Server 18.06, with Apache Tomcat 7 and Java 8 and I'm testing GERBIL on the QALD 9 test set.
In attachment, you can find the complete log file, anyway, the main exceptions are:

  • SEVERE: Unable to process Jar entry [module-info.class] from Jar [jar:file:*] for annotations
    org.apache.tomcat.util.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19

  • Invalid cookie header: "Set-Cookie: WMF-Last-Access=04-Feb-2020;Path=/;HttpOnly;secure;Expires=Sat, 07 Mar 2020 00:00:00 GMT". Invalid 'expires' attribute: Sat, 07 Mar 2020 00:00:00 GMT
    Invalid cookie header: "Set-Cookie: WMF-Last-Access-Global=04-Feb-2020;Path=/;Domain=.wikipedia.org;HttpOnly;secure;Expires=Sat, 07 Mar 2020 00:00:00 GMT". Invalid 'expires' attribute: Sat, 07 Mar 2020 00:00:00 GMT

  • Couldn't parse the given SPARQL Query

gerbil.log

Thank you in advance.

@TortugaAttack
Copy link
Contributor

sorry for the late response.

All of the errors are not breaking and just bad logging.
Now you can start gerbil-qa with mvn clean package -Dmaven.test.skip=true cargo:run -Dcargo.servlet.port=5004

The parsing error is more of a warning, that the dataset has an invald SPARQL query thus the RE2KB experiment type will ignore the the sparql queries afaik.

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

2 participants