Import of documents with ASN failed
-
Hi,
I had to move a paperless installation from one cloudron server to another (+ new subdomain if this is important: from dms.domain1.com to dmsp.domain2.com).
Move means backing up on cloudron1 and restoring on cloudron2.After that, app started without error. Login was possible, all documents are still there and also import of document works - UNLESS there is a QR code with an ASN number at the top of the document.
Then I get the following error in Paperless logs (and also in the app):Apr 30 13:02:09 [2025-04-30 11:02:09,085] [INFO] [celery.worker.strategy] Task documents.tasks.consume_file[8611a6f5-ec9d-4039-85cc-dfb7ab632b88] received Apr 30 13:02:19 """ Apr 30 13:02:19 """ Apr 30 13:02:19 File "/app/code/venv/lib/python3.12/site-packages/billiard/pool.py", line 1265, in mark_as_worker_lost Apr 30 13:02:19 File "/app/code/venv/lib/python3.12/site-packages/billiard/pool.py", line 1265, in mark_as_worker_lost Apr 30 13:02:19 Traceback (most recent call last): Apr 30 13:02:19 Traceback (most recent call last): Apr 30 13:02:19 [2025-04-30 11:02:19,445: ERROR/MainProcess] Process 'ForkPoolWorker-1' pid:226 exited with 'signal 9 (SIGKILL)' Apr 30 13:02:19 [2025-04-30 11:02:19,649] [ERROR] [celery.worker.request] Task handler raised error: WorkerLostError('Worker exited prematurely: signal 9 (SIGKILL) Job: 0.') Apr 30 13:02:19 billiard.einfo.ExceptionWithTraceback: Apr 30 13:02:19 billiard.exceptions.WorkerLostError: Worker exited prematurely: signal 9 (SIGKILL) Job: 0. Apr 30 13:02:19 raise WorkerLostError( Apr 30 13:02:19 raise WorkerLostError(
Is there something missing?
Thanks! -
Are you using some plugin for QR ASN?
-
OOM?
Can you check if the new Paperless installation has the same RAM allowance comapred to the old one? -
No, there is no special plugin. I justed added (or uncomment) the specific options in the paperless.conf.
I checked my installation: The app had already 4GB, I changed to 6 and tried it again. Works.
So maybe the solution was really "Add more RAM if problem exists"
Thx