Am Di., 24. Jan. 2023 um 11:01 Uhr schrieb Lorenz Buehmann
<[email protected]>:
>
>
> On 24.01.23 10:31, Andreas Plank wrote:
> > it failed
> > first attempting loading the entire 8GB zipped data backup,
> what was the reason for failing here?

I do not know for sure, probably the shutdown of the docker container (somehow)

I redirected the log to a file and it stopped (but should have to work
on 8,000,000 more triples, but didn’t)
 # 03:10:03 INFO  loader          :: Add: 537,000,000

But later checking on the docker container it somehow shut down, I do
not know if from within, or I have a cronjob checking every 10 minutes
if the fuseki ping return has http response that is OK, e.g. 200, but
trying to go into the docker container after that interruption failed:

docker exec -it fuseki-app  /bin/bash
# Error response from daemon: Container
31dfa44a6253863017288ae4ec9d41ebc3f0a3904ed47a7399f230977f167ffe is
not running

The container restart did not continue with tdb loader2 and I decided
to empty the interrupted database directory and start from scratch
anew with split files.

For the second attempt with split files (4GB unzipped each) I also
switched off the cronjob checking fuseki servers response, and it ran
through as expected.

Cheers,
Andreas

Reply via email to