We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have seen happening when new tiles need to be generated. It is a disaster for us because iterates thousand of layers.
In the log lots of errors like this:
20 Oct 21:15:26 WARN [gwc.layer] - Can't compute bounds for tile layer geonode:limite_g59 in CRS EPSG:4326. Assuming full GridSet bounds. (null) 20 Oct 21:15:26 WARN [gwc.layer] - Can't compute bounds for tile layer geonode:ocm_ndvi_gp2 in CRS EPSG:900913. Assuming full GridSet bounds. (null) 20 Oct 21:15:26 WARN [gwc.layer] - Can't compute bounds for tile layer geonode:ocm_ndvi_gp2 in CRS EPSG:4326. Assuming full GridSet bounds. (null) 20 Oct 21:15:27 WARN [gwc.layer] - Can't compute bounds for tile layer geonode:undp_states_2nE in CRS EPSG:900913. Assuming full GridSet bounds. (null) 20 Oct 21:15:27 WARN [gwc.layer] - Can't compute bounds for tile layer geonode:undp_states_2nE in CRS EPSG:4326. Assuming full GridSet bounds. (null) 20 Oct 21:15:28 WARN [gwc.layer] - Can't compute bounds for tile layer geonode:edificis_fb2 in CRS EPSG:900913. Assuming full GridSet bounds. (null)
The text was updated successfully, but these errors were encountered:
I am noticing this is happening for layers from different stores. So I am afraid store shards will not help
Sorry, something went wrong.
Do we have any updates for this? I have same problem.
capooti
No branches or pull requests
I have seen happening when new tiles need to be generated.
It is a disaster for us because iterates thousand of layers.
In the log lots of errors like this:
20 Oct 21:15:26 WARN [gwc.layer] - Can't compute bounds for tile layer geonode:limite_g59 in CRS EPSG:4326. Assuming full GridSet bounds. (null)
20 Oct 21:15:26 WARN [gwc.layer] - Can't compute bounds for tile layer geonode:ocm_ndvi_gp2 in CRS EPSG:900913. Assuming full GridSet bounds. (null)
20 Oct 21:15:26 WARN [gwc.layer] - Can't compute bounds for tile layer geonode:ocm_ndvi_gp2 in CRS EPSG:4326. Assuming full GridSet bounds. (null)
20 Oct 21:15:27 WARN [gwc.layer] - Can't compute bounds for tile layer geonode:undp_states_2nE in CRS EPSG:900913. Assuming full GridSet bounds. (null)
20 Oct 21:15:27 WARN [gwc.layer] - Can't compute bounds for tile layer geonode:undp_states_2nE in CRS EPSG:4326. Assuming full GridSet bounds. (null)
20 Oct 21:15:28 WARN [gwc.layer] - Can't compute bounds for tile layer geonode:edificis_fb2 in CRS EPSG:900913. Assuming full GridSet bounds. (null)
The text was updated successfully, but these errors were encountered: