[GH-ISSUE #134] txt2db not found (Server error 500) #105

Closed
opened 2026-02-25 21:31:12 +03:00 by kerem · 4 comments
Owner

Originally created by @DaveNadeau on GitHub (Sep 23, 2020).
Original GitHub issue: https://github.com/ciur/papermerge/issues/134

Originally assigned to: @ciur on GitHub.

Bug Description
Loading the linuxserver/papermerge image via Rancher results in Server Error (500). Reviewing the logs shows:

[2020-09-23 04:24:33,923: DEBUG/ForkPoolWorker-2] Celery beat: txt2db
[2020-09-23 04:24:33,977: ERROR/ForkPoolWorker-2] Task papermerge.core.management.commands.worker.txt2db[5be80d2c-9b87-4f97-a65d-dd8ecbfb17e9] raised unexpected: OperationalError('no such table: core_document')

Expected behavior
having matched the example docker image config on https://hub.docker.com/r/linuxserver/papermerge, I expected the server to boot properly and take me to the login page.

Do you Papermerge via Docker Image ?
yes
If yes, which docker image you use?
https://fleet.linuxserver.io/image?name=linuxserver/papermerge

Desktop (please complete the following information):

  • OS: Windows 10
  • Browser: chrome
  • Papermerge Version:
    container.log
    latest
Originally created by @DaveNadeau on GitHub (Sep 23, 2020). Original GitHub issue: https://github.com/ciur/papermerge/issues/134 Originally assigned to: @ciur on GitHub. **Bug Description** Loading the linuxserver/papermerge image via Rancher results in Server Error (500). Reviewing the logs shows: [2020-09-23 04:24:33,923: DEBUG/ForkPoolWorker-2] Celery beat: txt2db [2020-09-23 04:24:33,977: ERROR/ForkPoolWorker-2] Task papermerge.core.management.commands.worker.txt2db[5be80d2c-9b87-4f97-a65d-dd8ecbfb17e9] raised unexpected: OperationalError('no such table: core_document') **Expected behavior** having matched the example docker image config on https://hub.docker.com/r/linuxserver/papermerge, I expected the server to boot properly and take me to the login page. **Do you Papermerge via Docker Image ?** yes If yes, which docker image you use? https://fleet.linuxserver.io/image?name=linuxserver/papermerge **Desktop (please complete the following information):** - OS: Windows 10 - Browser: chrome - Papermerge Version: [container.log](https://github.com/ciur/papermerge/files/5265615/container.log) latest
kerem 2026-02-25 21:31:12 +03:00
  • closed this issue
  • added the
    docker
    bug
    labels
Author
Owner

@ciur commented on GitHub (Sep 23, 2020):

Hi @DaveNadeau, thank you for opening the ticket and especially for attached log file!

From log file i can see that linuxserverio docker image does not have migrations applied (means when building image, command ./manage.py migrate was not applied). So, I dare to say that this is docker image problem. I will try to handle this bug together with linuxserver guys.

<!-- gh-comment-id:697141041 --> @ciur commented on GitHub (Sep 23, 2020): Hi @DaveNadeau, thank you for opening the ticket and especially for attached log file! From log file i can see that linuxserverio docker image does not have migrations applied (means when building image, command ./manage.py migrate was not applied). So, I dare to say that this is docker image problem. I will try to handle this bug together with linuxserver guys.
Author
Owner

@DaveNadeau commented on GitHub (Sep 23, 2020):

Thank you for the prompt reply!!! I look forward to using this software
once this is fixed!!!

On Tue, Sep 22, 2020 at 10:24 PM Eugen Ciur notifications@github.com
wrote:

Hi @DaveNadeau https://github.com/DaveNadeau, thank you for opening the
ticket and especially for attached log file!

From log file i can see that linuxserverio docker image does not have
migrations applied (means when building image, command ./manage.py migrate
was not applied). So, I dare to say that this is docker image problem. I
will try to handle this bug together with linuxserver guys.


You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
https://github.com/ciur/papermerge/issues/134#issuecomment-697141041,
or unsubscribe
https://github.com/notifications/unsubscribe-auth/AI4HKSKWBVUDGY2PJWITUGLSHGA7FANCNFSM4RWR7B3Q
.

--
Best,
Dave

<!-- gh-comment-id:697923094 --> @DaveNadeau commented on GitHub (Sep 23, 2020): Thank you for the prompt reply!!! I look forward to using this software once this is fixed!!! On Tue, Sep 22, 2020 at 10:24 PM Eugen Ciur <notifications@github.com> wrote: > > > Hi @DaveNadeau <https://github.com/DaveNadeau>, thank you for opening the > ticket and especially for attached log file! > > > From log file i can see that linuxserverio docker image does not have > migrations applied (means when building image, command ./manage.py migrate > was not applied). So, I dare to say that this is docker image problem. I > will try to handle this bug together with linuxserver guys. > > > > > — > You are receiving this because you were mentioned. > Reply to this email directly, view it on GitHub > <https://github.com/ciur/papermerge/issues/134#issuecomment-697141041>, > or unsubscribe > <https://github.com/notifications/unsubscribe-auth/AI4HKSKWBVUDGY2PJWITUGLSHGA7FANCNFSM4RWR7B3Q> > . > > > -- Best, Dave
Author
Owner

@ciur commented on GitHub (Sep 24, 2020):

Hi @DaveNadeau

It is just now that I realize that it is not correct to open linuxserver.io/papermerge docker related issues here. The reason is that linuxserver.io image is not maintained by me!

I will correct "bug template" to mention that info.
Please open linuxserver.io docker image related issues at their issue tracker..

I will close this bug, as I don't have any control over docker images provided by 3rd parties.

<!-- gh-comment-id:698523609 --> @ciur commented on GitHub (Sep 24, 2020): Hi @DaveNadeau It is just now that I realize that it is not correct to open linuxserver.io/papermerge docker related issues here. The reason is that linuxserver.io image is not maintained by me! I will correct "bug template" to mention that info. Please [open linuxserver.io docker image related issues at their issue tracker.](https://github.com/linuxserver/docker-papermerge/issues). I will close this bug, as I don't have any control over docker images provided by 3rd parties.
Author
Owner

@DaveNadeau commented on GitHub (Sep 24, 2020):

Will do. Sorry to have taken your time. Thanks for pointing me in the
correct direction!!!

Best,
Dave

On Thu, Sep 24, 2020 at 11:50 AM Eugen Ciur notifications@github.com
wrote:

Hi @DaveNadeau https://github.com/DaveNadeau

It is just now that I realize that it is not correct to open
linuxserver.io/papermerge docker related issues here. The reason is that
linuxserver.io image is not maintained by me!

I will correct "bug template" to mention that info.

Please open linuxserver.io docker image related issues at their issue
tracker. https://github.com/linuxserver/docker-papermerge/issues.

I will close this bug, as I don't have any control over docker images
provided by 3rd parties.


You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
https://github.com/ciur/papermerge/issues/134#issuecomment-698523609,
or unsubscribe
https://github.com/notifications/unsubscribe-auth/AI4HKSLUBZTADT7BHGMIK7TSHOIGPANCNFSM4RWR7B3Q
.

--
Best,
Dave

<!-- gh-comment-id:698627730 --> @DaveNadeau commented on GitHub (Sep 24, 2020): Will do. Sorry to have taken your time. Thanks for pointing me in the correct direction!!! Best, Dave On Thu, Sep 24, 2020 at 11:50 AM Eugen Ciur <notifications@github.com> wrote: > > > Hi @DaveNadeau <https://github.com/DaveNadeau> > > > It is just now that I realize that it is not correct to open > linuxserver.io/papermerge docker related issues here. The reason is that > linuxserver.io image is not maintained by me! > > > I will correct "bug template" to mention that info. > > > Please open linuxserver.io docker image related issues at their issue > tracker. <https://github.com/linuxserver/docker-papermerge/issues>. > > > I will close this bug, as I don't have any control over docker images > provided by 3rd parties. > > > > > — > You are receiving this because you were mentioned. > Reply to this email directly, view it on GitHub > <https://github.com/ciur/papermerge/issues/134#issuecomment-698523609>, > or unsubscribe > <https://github.com/notifications/unsubscribe-auth/AI4HKSLUBZTADT7BHGMIK7TSHOIGPANCNFSM4RWR7B3Q> > . > > > -- Best, Dave
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/papermerge#105
No description provided.