Hi Alex,

I don't see many errors in the log files you provided. The only one of note in console-output.txt is:

Starting...
Logging into: load_nt.sh.log
=======================================
Loading started.
=======================================
File not found - *.nt.bz2
=======================================
 Final checkpoint.
=======================================

You indicate having included the actual dataset *.nt.bz2 file under the "data" dir, what is the location of this dir as it should be in the directory the dbpedia installer files where extracted to for the dataset to be located by the load_nt.sh script ?

Was any data DBpedia data loaded into the Virtuoso server you can check this by starting the server and connecting to it with the isql command line tool and running the query:

sparql select count(*) from <http://dbpedia.org> where {?s ?p ?o};

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 6 Sep 2009, at 22:15, Alex wrote:

Hi Hugh,

It appears I spoke too soon… I created and started a database service successfully, which uses dbpedia.ini. I proceeded to run the dbpedia_install.sh script, along with all the appropriate files in the directory (including the actual dataset .nt.bz2 files under the ‘data’ dir), and got a response indicating many failures.

I’ve attached the console output as well as (what I think are) the appropriate log files. Hopefully you can take a look at these and suggest what the source of the current problem is.

Thanks,
Alex
<console- output.txt><dbpedia.log><dbpedia_install.sh.log><load_nt.sh.log>

Reply via email to