kdejaeger commented on issue #1532: URL: https://github.com/apache/jena/issues/1532#issuecomment-1245550443
I also tried this: > root@ibron--surf-acc-ibron-1-7bb4d4dd8d-h5jhd:/jena-fuseki# java -cp /jena-fuseki/fuseki-server.jar:/javalibs/* tdb2.tdbloader --loc=/fuseki-base/databases/fedora/ /tmp/backup.ng SLF4J: Class path contains multiple SLF4J bindings. SLF4J: Found binding in [jar:file:/jena-fuseki/fuseki-server.jar!/org/slf4j/impl/StaticLoggerBinder.class] SLF4J: Found binding in [jar:file:/javalibs/silk-arq-1.0.0-SNAPSHOT-with-dependencies.jar!/org/slf4j/impl/StaticLoggerBinder.class] SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation. SLF4J: Actual binding is of type [org.apache.logging.slf4j.Log4jLoggerFactory] 15:04:25 INFO loader :: Loader = LoaderBasic 15:04:25 INFO loader :: Start: /tmp/backup.ng org.apache.jena.riot.RiotException: Failed to determine the content type: (URI=file:///tmp/backup.ng : stream=null) at org.apache.jena.riot.RDFParser.parseURI(RDFParser.java:380) at org.apache.jena.riot.RDFParser.parse(RDFParser.java:360) at org.apache.jena.riot.RDFParserBuilder.parse(RDFParserBuilder.java:568) at org.apache.jena.tdb2.loader.base.LoaderOps.inputFile(LoaderOps.java:107) at org.apache.jena.tdb2.loader.base.LoaderBase.loadOne(LoaderBase.java:139) at org.apache.jena.tdb2.loader.base.LoaderBase.lambda$load$0(LoaderBase.java:106) at java.base/java.util.ArrayList.forEach(ArrayList.java:1511) at org.apache.jena.tdb2.loader.base.LoaderBase.load(LoaderBase.java:103) at tdb2.tdbloader.lambda$execBulkLoad$3(tdbloader.java:186) at org.apache.jena.atlas.lib.Timer.time(Timer.java:86) at tdb2.tdbloader.execBulkLoad(tdbloader.java:184) at tdb2.tdbloader.loadQuads(tdbloader.java:175) at tdb2.tdbloader.exec(tdbloader.java:135) at org.apache.jena.cmd.CmdMain.mainMethod(CmdMain.java:87) at org.apache.jena.cmd.CmdMain.mainRun(CmdMain.java:56) at org.apache.jena.cmd.CmdMain.mainRun(CmdMain.java:43) at tdb2.tdbloader.main(tdbloader.java:63) root@ibron--surf-acc-ibron-1-7bb4d4dd8d-h5jhd:/jena-fuseki# ls -lh /tmp total 111M -rw-r--r-- 1 1000 users 98M Sep 13 15:01 backup.ng -rw-r--r-- 1 1000 users 13M Sep 13 15:03 backup.ng.gz drwxr-xr-x 1 root root 4.0K Sep 13 15:04 hsperfdata_root root@ibron--surf-acc-ibron-1-7bb4d4dd8d-h5jhd:/jena-fuseki# file --mime-type /tmp/backup.ng /tmp/backup.ng: application/octet-stream -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
