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

Randomly occurring PostGIS errors #121

Open
freder opened this issue Aug 10, 2018 · 2 comments
Open

Randomly occurring PostGIS errors #121

freder opened this issue Aug 10, 2018 · 2 comments

Comments

@freder
Copy link

freder commented Aug 10, 2018

I just set up a tile server, using tilelive-mapnik with tessera, which works just fine in the browser. however, with the script I'm using to scrape tiles and save them to file, I sometimes get these errors:

GET /12/2204/[email protected] 500 2220.111 ms - 311
Error: PostGIS: geometry name lookup failed for table ''. Please manually provide the 'geometry_field' parameter or add an entry in the geometry_columns for ''.
GET /12/2204/[email protected] 500 632.895 ms - 165
Error: Postgis Plugin: Null connection

feels very random.

essentially I'm just making http requests to the server, so I'm not even sure what the problem might be (and why it doesn't seem to happen in the browser).

the script

@freder
Copy link
Author

freder commented Aug 11, 2018

update: I just noticed that it also happens in tileoven (when I'm zooming in very quickly?)

@zdila
Copy link

zdila commented May 9, 2022

check max_size mapnik config parameter if it is big enough

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