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

tile_storage_hook: Missing tile was not rendered in time. Returning File Not Found #193

Open
mixap opened this issue Mar 18, 2019 · 2 comments

Comments

@mixap
Copy link

mixap commented Mar 18, 2019

Hello,
I have a osm_tiles server running in ubuntu16 with Mapnik 3.0, Mod_tile and renderd. in the apache's log appears the error:

[Mon Mar 18 10:02:03.415398 2019] [tile:debug] [pid 3467] ./src/mod_tile.c(325): [client 10.10.21.80:36776] get_storage_backend: Retrieving storage back end for tile layer 0 in pool 7fdfd430d028 and thread 140599315302272
[Mon Mar 18 10:02:03.415404 2019] [tile:debug] [pid 3467] ./src/mod_tile.c(338): [client 10.10.21.80:36776] get_storage_backend: No storage backends for this lifecycle 7fdfd430d028, creating it in thread 140599315302272
[Mon Mar 18 10:02:03.415409 2019] [tile:debug] [pid 3467] ./src/mod_tile.c(354): [client 10.10.21.80:36776] get_storage_backend: No storage backend in current lifecycle 7fdfd430d028 in thread 140599315302272 for current tile layer 0
debug: init_storage_backend: initialising file storage backend at: /var/lib/mod_tile
[Mon Mar 18 10:02:03.415438 2019] [tile:debug] [pid 3467] ./src/mod_tile.c(1391): [client 10.10.21.80:36776] tile_translate: op(tile_serve) xml(default) mime(image/png) z(14) x(11705) y(6833)
[Mon Mar 18 10:02:03.415444 2019] [tile:info] [pid 3467] [client 10.10.21.80:36776] tile_storage_hook: handler(tile_serve), uri(/osm_tiles/14/11705/6833.png)
[Mon Mar 18 10:02:03.415487 2019] [tile:debug] [pid 3467] ./src/mod_tile.c(375): [client 10.10.21.80:36776] tile_state: determined state of default 11705 6833 14 on store 5632ea052600: Tile size: -1, expired: 1 created: 0
[Mon Mar 18 10:02:03.415496 2019] [tile:debug] [pid 3467] ./src/mod_tile.c(176): [client 10.10.21.80:36776] Connecting to renderd on Unix socket /var/run/renderd/renderd.sock
[Mon Mar 18 10:02:03.415525 2019] [tile:info] [pid 3467] [client 10.10.21.80:36776] Requesting style(default) z(14) x(11705) y(6833) from renderer with priority 5
[Mon Mar 18 10:02:03.416967 2019] [tile:debug] [pid 3467] ./src/mod_tile.c(970): [client 10.10.21.80:36776] tile_storage_hook: Missing tile was not rendered in time. Returning File Not Found

What it means and how I could fix it?
Thanks
Vinod

@alexandervlpl
Copy link

alexandervlpl commented Apr 28, 2020

@mixap did you ever figure this out? Same problem here.

@hummeltech
Copy link
Collaborator

This can sometimes be caused by an overloaded system, were you able to figure out the cause?

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

3 participants