Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error selecting from table: no such table: events #6

Closed
rvernica opened this issue May 25, 2018 · 2 comments
Closed

Error selecting from table: no such table: events #6

rvernica opened this issue May 25, 2018 · 2 comments

Comments

@rvernica
Copy link

I'm using the latest image quiq/docker-registry-ui:latest and I run it with an /opt/data volume. When running ti is see this in the log:

   ____    __
  / __/___/ /  ___
 / _// __/ _ \/ _ \
/___/\__/_//_/\___/ v3.2.6
High performance, minimalist Go web framework
https://echo.labstack.com
____________________________________O/_______
                                    O\
⇨ http server started on [::]:8000
2018-05-25 21:36:19 - registry.client - INFO - Calculating tags in background...
2018-05-25 21:36:19 - registry.client - INFO - GET /v2/_catalog 200 OK
2018-05-25 21:36:20 - registry.client - INFO - GET /v2/busybox/tags/list 404 Not Found
2018-05-25 21:36:20 - registry.client - INFO - Tags calculation complete.
2018-05-25 21:36:27 - registry.client - INFO - GET /v2/busybox/tags/list 404 Not Found
Error selecting from table: no such table: events

I can see a registry_events.db file created in the data volume:

# ll
total 0
-rw-r--r--. 1 nfsnobody nfsnobody 0 May 25 14:31 registry_events.db
@roman-vynar
Copy link
Contributor

I see, there are no events yet and thus no table created.
I will fix so it does not complain in such cases.

@roman-vynar
Copy link
Contributor

The error is shown only once when sqlite db file is not yet created and it can be safely ignored.
I have improved this initial handling.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants