Dear community,
for starting our GSoC project Modular DBpedia Chatbot I tried to set up a DBpedia mirror. I followed the description at GitHub - dbpedia/virtuoso-sparql-endpoint-quickstart: creates a docker image with Virtuoso preloaded with the latest DBpedia dataset and set up the .env file as described.
Unfortunately the installation failed with the Virtuoso error message Bad login
after having downloaded the BZIP files. The error message is shown 60 times. Thereafter, the process stopped:
...
download_1 | Downloading file: https://databus.dbpedia.org/vehnem/replaced-iris/short-abstracts/2020.02.01/short-abstracts_lang=sv_uris=en.ttl.bz2
download_1 | File saved to /root/data/short-abstracts_lang=sv_uris=en_A833.ttl.bz2
download_1 | Downloading file: https://databus.dbpedia.org/vehnem/replaced-iris/short-abstracts/2020.02.01/short-abstracts_lang=uk_uris=en.ttl.bz2
download_1 | File saved to /root/data/short-abstracts_lang=uk_uris=en_198D.ttl.bz2
download_1 | Downloading file: https://databus.dbpedia.org/vehnem/replaced-iris/short-abstracts/2020.02.01/short-abstracts_lang=zh_uris=en.ttl.bz2
download_1 | File saved to /root/data/short-abstracts_lang=zh_uris=en_D2CC.ttl.bz2
download_1 | Done.
download_1 | Removing LOCK at /root/data
load_1 | will use ISQL port 1111 to connect
load_1 | [INFO] Waiting for store to come online (s)
store_1 | 01:34:10 Incorrect login for dba from IP [192.168.144.4]
load_1 | [ERROR] running the these commands in virtuoso:
load_1 | status();
load_1 | error code: 3
load_1 | output:
load_1 |
load_1 | *** Error 28000: [Virtuoso Driver]CL034: Bad login
load_1 | at line 0 of Top-Level:
load_1 | .60
I also tried it with the default .env
file. However, this has shown the same outcome.
In advance, thank you for your help.