DATAtourisme

Chargement des données impossible dans Blazegraph

Bonjour,

Je ne parviens pas à charger mes données de mon fichier .rdf sur Blazegraph.
J’ai chargé mon server Blazegraph et j’arrive à l’ouvrir, mais que ça soit par requête query ou par requête curl, j’ai toujours un message d’erreur m’indiquant que c’est impossible de charger les données du .rdf sur Blazegraph.

Mise en place de Blazegraph :

francois@francois:~$ java -server -Xms8g -Xmx8g -jar blazegraph.r
INFO: com.bigdata.util.config.LogUtil: Configure: jar:file:/home/francois/blazegraph.jar!/log4j.properties

BlazeGraph(TM) Graph Engine

                   Flexible
                   Reliable
                  Affordable
      Web-Scale Computing for the Enterprise

Copyright SYSTAP, LLC DBA Blazegraph 2006-2016.  All rights reserved.

francois
Wed Mar 27 17:27:09 CET 2024
Linux/6.5.0-26-generic amd64
Intel(R) Core(TM) i7-14700KF Family 6 Model 183 Stepping 1, GenuineIntel #CPU=28
Private Build 1.8.0_402
freeMemory=8060529480
buildVersion=2.1.5-SNAPSHOT
gitCommit=0d30a2dc41647cb9623fc40fe677e698f97ebabc

Dependency         License                                                                 
ICU                http://source.icu-project.org/repos/icu/icu/trunk/license.html          
bigdata-ganglia    http://www.apache.org/licenses/LICENSE-2.0.html                         
blueprints-core    https://github.com/tinkerpop/blueprints/blob/master/LICENSE.txt         
colt               http://acs.lbl.gov/software/colt/license.html                           
commons-codec      http://www.apache.org/licenses/LICENSE-2.0.html                         
commons-fileupload http://www.apache.org/licenses/LICENSE-2.0.html                         
commons-io         http://www.apache.org/licenses/LICENSE-2.0.html                         
commons-logging    http://www.apache.org/licenses/LICENSE-2.0.html                         
dsiutils           http://www.gnu.org/licenses/lgpl-2.1.html                               
fastutil           http://www.apache.org/licenses/LICENSE-2.0.html                         
flot               http://www.opensource.org/licenses/mit-license.php                      
high-scale-lib     http://creativecommons.org/licenses/publicdomain                        
httpclient         http://www.apache.org/licenses/LICENSE-2.0.html                         
httpclient-cache   http://www.apache.org/licenses/LICENSE-2.0.html                         
httpcore           http://www.apache.org/licenses/LICENSE-2.0.html                         
httpmime           http://www.apache.org/licenses/LICENSE-2.0.html                         
jackson-core       http://www.apache.org/licenses/LICENSE-2.0.html                         
jetty              http://www.apache.org/licenses/LICENSE-2.0.html                         
jquery             https://github.com/jquery/jquery/blob/master/MIT-LICENSE.txt            
jsonld             https://raw.githubusercontent.com/jsonld-java/jsonld-java/master/LICENCE
log4j              http://www.apache.org/licenses/LICENSE-2.0.html                         
lucene             http://www.apache.org/licenses/LICENSE-2.0.html                         
nanohttp           http://elonen.iki.fi/code/nanohttpd/#license                            
rexster-core       https://github.com/tinkerpop/rexster/blob/master/LICENSE.txt            
river              http://www.apache.org/licenses/LICENSE-2.0.html                         
semargl            https://github.com/levkhomich/semargl/blob/master/LICENSE               
servlet-api        http://www.apache.org/licenses/LICENSE-2.0.html                         
sesame             http://www.openrdf.org/download.jsp                                     
slf4j              http://www.slf4j.org/license.html                                       
zookeeper          http://www.apache.org/licenses/LICENSE-2.0.html                         

WARN : NanoSparqlServer.java:517: Starting NSS
WARN : ServiceProviderHook.java:171: Running.
serviceURL: http://192.168.0.191:9999


Welcome to the Blazegraph(tm) Database.

Go to http://192.168.0.191:9999/blazegraph/ to get started.

Exécution de la commande cURL :

francois@francois:~/Project/MonProjetVoyage/MonProjetVoyage_V3/RDF$ curl -X POST -H "Content-Type: application/rdf+xml" --data-binary "@/home/francois/Project/MonProjetVoyage/MonProjetVoyage_V3/RDF/flux-20264-202403261711.rdf" -m 16384M "http://localhost:9999/blazegraph/namespace/kb/sparql"
curl: option --data-binary: out of memory
curl: try 'curl --help' or 'curl --manual' for more information

Je ne comprends pas d’où vient le problème… Si vous pouvez m’aider J’en serait ravis ! Aujourd’hui je suis rendu à créer un programme pour récupérer la data que je veux utiliser à travers le fichier JSON-LD…

Merci d’avance !

Bonjour,

Dans votre commande cURL il y a une option m (–max-time/-m :Indiquez un nombre décimal de secondes.) dont la valeur semble étrange.

Mais l’erreur remontée par cURL semble plus orientée sur un problème mémoire.

Je vois que vous avez lancé Blazegraph avec 8g de heapSize ( java -server -Xms8g -Xmx8g), vous reste t il de la mémoire sur l’ordinateur ? (vous devriez pouvoir réduire à 5g de heapSize voir plus bas si votre flux ne contiens pas toute la base de donnée DATAtourisme)

Cordialement