geneontology / pipeline

Declarative pipeline for the Gene Ontology.
https://build.geneontology.org/job/geneontology/job/pipeline/
BSD 3-Clause "New" or "Revised" License
5 stars 5 forks source link

NEO blazegraph build fails on branch `issue-35-neo-test` #181

Closed kltm closed 4 years ago

kltm commented 4 years ago

In our latest run on 2020-05-22, we had the following error:

15:55:54  + java -cp /tmp/blazegraph.jar com.bigdata.rdf.store.DataLoader -defaultGraph http://example.org /tmp/blazegraph.properties /tmp/go-lego.owl
15:55:55  Error: Could not find or load main class com.bigdata.rdf.store.DataLoader
15:55:55  Caused by: java.lang.ClassNotFoundException: com.bigdata.rdf.store.DataLoader

Not sure what could have changed. Attempting to roll blazegraph back to a non-RC release and adding more checks.

kltm commented 4 years ago

Noting that this is part of progress on #35

kltm commented 4 years ago

It is now passing, without changing anything...which is weird. Closing for now.