|
From: Andreas K. <ka...@bs...> - 2016-03-31 12:20:39
|
Hello everyone, I did some extensive testing on this error, but I cannot load this file into Blazegraph 2.0.1 (I tried the .jar from Sourceforge and compiled the latest master revision with Oracle JDK 1.8.0_74 myself). Blazegraph runs into this: java.lang.RuntimeException: Could not load: url=file:///srv/feed-dateien/DNBLOD/GND.ttl.gz, cause=java.lang.ArrayIndexOutOfBoundsException: 40005 Please find the complete Stacktrace in the Logs attached. The SPARQL LOAD Command: curl -d"update=LOAD <file:///srv/feed-dateien/DNBLOD/GND.ttl.gz>" -d"monitor=true" http://localhost:8080/blazegraph/sparql 2>&1 >>/var/log/bigdata/loadGnd.log The data tested can be downloaded from http://datendienst.dnb.de/cgi-bin/mabit.pl?cmd=fetch&userID=opendata&pass=opendata&mabheft=GND.ttl.gz Blazegraph was running with this call: nohup java -server -Xmx6g -XX:+UseG1GC -Djava.io.tmpdir=/mnt/triplestore/tomcat8/temp/ -cp /mnt/triplestore/bigdata/blazegraph-jar-2.0.1.jar com.bigdata.rdf.sail.webapp.NanoSparqlServer 8080 kb /etc/bigdata/RWStore.properties >/var/log/bigdata/blazegraph.log & Java-Version on the server: java -version java version "1.8.0_65" Java(TM) SE Runtime Environment (build 1.8.0_65-b17) Java HotSpot(TM) 64-Bit Server VM (build 25.65-b01, mixed mode) RWStore.properties was practically the original one (I just switched to Triples Mode and altered the Journal file's location. No custom Vocabularies or namespaces were used. Is there any known Issue? Should I try some specific revision from Github? Thanks for any hints. Andreas |