OperationalError at / unable to open database file #2226
Replies: 2 comments
-
|
The context of the problem is https://wiki.bitplan.com/index.php/Wikidata_Import_2025-07-13 For months i have been trying to automated the process of rotating WikiData copy updates on 4 SSD disks that we have for that purpose. Unforunately the devil is in the details and while the process parts seem to get ever more stable, quicke and better the whole is getting less reliable recently. E.g. i get althought i explicitly stopped and remove the culprit container and restarted the whole process including the download. I had to remove the "old" directory which explains why currently there is no service available. But the hope was that a few hours later thing would automatically work again. Unfortunately that is not the case. pip install -U qlever
Defaulting to user installation because normal site-packages is not writeable
Requirement already satisfied: qlever in /home/wf/.local/lib/python3.10/site-packages (0.5.23)
Requirement already satisfied: psutil in /home/wf/.local/lib/python3.10/site-packages (from qlever) (5.9.4)
Requirement already satisfied: termcolor in /home/wf/.local/lib/python3.10/site-packages (from qlever) (2.4.0)
Requirement already satisfied: argcomplete in /home/wf/.local/lib/python3.10/site-packages (from qlever) (3.4.0)
Requirement already satisfied: pyyaml in /home/wf/.local/lib/python3.10/site-packages (from qlever) (6.0.1)
wf@wikidata:/hd/beta/qlever/wikidata_20250714$ qlever stop --kill-existing-with-same-port
To enable autocompletion, run the following command, and consider adding it to your `.bashrc` or `.zshrc`:
eval "$(register-python-argcomplete qlever)" && export QLEVER_ARGCOMPLETE_ENABLED=1
usage: qlever [-h] [--version] [--qleverfile QLEVERFILE]
{warmup,clear-cache,ui,settings,system-info,stop,extract-queries,cache-stats,start,add-text-index,status,index-stats,get-data,index,query,setup-config,example-queries,log}
...
qlever: error: unrecognized arguments: --kill-existing-with-same-port |
Beta Was this translation helpful? Give feedback.
-
|
Just stopped the docker containers manually and restarted the indexing without another download. The automation seems currently broken - i assume a version incompatibility problem between the qlever script and qlever ui and qlever. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
https://qlever.wikidata.dbis.rwth-aachen.de/ currently shows this error message.
with an elaborate debug output. I am surprised about the message and confused about the main information missing: What file can not be opened and why?
How can this problem be mitigated?
Beta Was this translation helpful? Give feedback.
All reactions