Hi Alex,

As the error in the load_nt.log.X files indicate the parser has detected invalid characters in some of the triples it is attempting to load:

Connected to OpenLink Virtuoso
Driver: 05.11.3039 OpenLink Virtuoso ODBC Driver
OpenLink Interactive SQL (Virtuoso), version 0.9849b.
Type HELP; for help and EXIT; to exit.

*** Error 37000: [OpenLink][Virtuoso ODBC Driver][Virtuoso Server] SP029: TURTLE RDF loader, line 42799: Invalid characters in angle- bracketed name; this error can be suppressed by parser flags at <http://www.alquds.co.uk/index.asp?fname=yesterday\26z29.htm&storytitle=ff%D8%B3%D9%8A%D8%B0%D9%87%D8%A8%20%D8%A7%D9%84%D9%8A%20%D8%A7%D9%84%D9%85%D8%B4%D9%86%D9%82%D8%A9%20%D9%85%D8%B1%D9%81%D9%88%D8%B9%20%D8%A7%D9%84%D8%B1%D8%A3%D8%B3fff >
at line 0 of Top-Level:
ttlp_mt (file_to_string_output ('data/externallinks_en.nt.part'), '', 'http://dbpedia.org', 17)

Done. -- 1107 msec.

As suggested you can try relaxing the strictness of the parsing by setting an appropriate bitmask flag in the ttlp_mt as detailed at:

        http://docs.openlinksw.com/virtuoso/fn_ttlp_mt.html

I would suggest the value be changed from 17 to 255 resulting in the least restrictive parsing, on lines 55 and 76 of the load_nt.sh script, changing:

        ttlp_mt (file_to_string_output ('$f'), '', '$g', 17)
to

        ttlp_mt (file_to_string_output ('$f'), '', '$g', 255)

for both. Let me know if this enables the dataset to then be loaded ...

Best Regards
Hugh Williams
Professional Services
OpenLink Software
Web: http://www.openlinksw.com
Support: http://support.openlinksw.com
Forums: http://boards.openlinksw.com/support



On 14 Sep 2009, at 14:06, Alex wrote:

Hi Hugh,

Attached is the additional info as requested, though I'm not sure it reveals too much. (The load_nt.sh.log.* files actually seem the most interesting.)

The corresponding console log is the following:

Loading started.
=======================================
Loading data/externallinks_en.nt (3653630 lines) 13:37:46
Retryng from line 25925
Retryng from line 44658
Retryng from line 5414
Retryng from line 42800
Retryng from line 1236
Retryng from line 96
Retryng from line 26569
Retryng from line 9746
Retryng from line 372
Retryng from line 9513
Retryng from line 2296
Retryng from line 25891
Retryng from line 2424
Retryng from line 5
Retryng from line 11
Retryng from line 44097
Retryng from line 9261
Retryng from line 10025

Cheers,
Alex

-----Original Message-----
From: Hugh Williams [mailto:[email protected]]
Sent: 13 September 2009 13:55
To: Alex
Cc: [email protected]
Subject: Re: Running DBpedia setup script

Hi Alex,

What is being reported in the load_nt.sh.log when the "retrying"
message start occor in the console log, also what is in the Virtuoso
server dbpedia.log file at this time ? As these would provide more
information on what might be causing problems ...

Best Regards
Hugh Williams
Professional Services
OpenLink Software
Web: http://www.openlinksw.com
Support: http://support.openlinksw.com
Forums: http://boards.openlinksw.com/support



On 13 Sep 2009, at 00:49, Alex wrote:

Hi Hugh,

I've finally gotten around to running the install script for the
DBpedia Virtuoso database, and it seems it gets to a certain stage,
but things effectively start stalling.

Here is the appropiate part of my console log:

 Started.
 Checking files
 load_nt.sh : present
 dbpedia_dav.vad : present
 dbpedia_post.sql : present
 dbpedia-ontology.owl : present
 umbel_class_hierarchy_v071.n3 : present
 umbel_abstract_concepts.n3 : present
 umbel_external_ontologies_linkage.n3 : present
 yago-class-hierarchy_en.nt : present
 umbel_subject_concepts.n3 : present
 opencyc-2008-06-10.owl : present
 opencyc-2008-06-10-readable.owl : present
 Installing dbpedia_dav.vad
 Starting...
 Logging into: load_nt.sh.log
 =======================================
 Loading started.
 =======================================
 Loading data/externallinks_en.nt (3653630 lines) 23:59:57
 Retryng from line 25925
 Retryng from line 44658
 Retryng from line 5414
 Retryng from line 42800
 Retryng from line 1236
 Retryng from line 96
 Retryng from line 26569
 Retryng from line 9746
 Retryng from line 372
 Retryng from line 9513
 Retryng from line 2296
 Retryng from line 25891
 Retryng from line 2424
 Retryng from line 5
 Retryng from line 11
 Retryng from line 44097
 Retryng from line 9261
 Retryng from line 10025
 Retryng from line 2043
 Retryng from line 305
 Retryng from line 2136


Regards,
Alex


<load_nt.sh.log><dbpedia.log><dbpedia_install.sh.log><load_nt.sh.log. 7><load_nt.sh.log.8><load_nt.sh.log.9><load_nt.sh.log. 10><load_nt.sh.log.11><load_nt.sh.log.12><load_nt.sh.log. 13><load_nt.sh.log.14><load_nt.sh.log.15><load_nt.sh.log. 16><load_nt.sh.log.17><load_nt.sh.log. 18><load_nt.sh.log.save><load_nt.sh.log.1><load_nt.sh.log. 2><load_nt.sh.log.3><load_nt.sh.log.4><load_nt.sh.log. 5><load_nt.sh.log.6>


Reply via email to