dice-group / GENESIS

GENESIS - A Generic RDF Data Access Interface
http://genesis.aksw.org/
GNU Affero General Public License v3.0
8 stars 4 forks source link

index.zip file not available #6

Open Outstep opened 4 years ago

Outstep commented 4 years ago

Hi,

Wanted to try and setup GENESIS, but at:

Starting:

"...you can get precalculated DBpedia index from here"

http://139.18.2.164/termilov/index.zip

does not seem to exist? Cheers

RicardoUsbeck commented 4 years ago

Hi,

thanks for trying out GENESIS. The correct link is here https://hobbitdata.informatik.uni-leipzig.de/homes/termilov/index.zip

Outstep commented 4 years ago

Thanks for the index.zip file.

On a build note, I just tried to build everything via the docker-compose approach and it seems to have crashed at the end of the build:


[INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 32:24 min [INFO] Finished at: 2020-04-29T14:15:59Z [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal on project avatar-service: Could not resolve dependencies for project org.aksw.avatarservice:avatar-service:jar:1.0-SNAPSHOT: Could not find artifact edu.berkeley.compbio:jlibsvm:jar:0.911 in maven.aksw.snapshot (http://maven.aksw.org/archiva/repository/snapshots) -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException ERROR: Service 'avatar' failed to build: The command '/bin/sh -c mvn package' returned a non-zero code: 1


Cheers,

RicardoUsbeck commented 4 years ago

Dear @Outstep,

https://github.com/dice-group/GENESIS/pull/5 should solve the problem. Please pull the latest changes and try again.