Hi all

The Monitor extension
<https://docs.geoserver.org/main/en/user/extensions/monitoring/index.html>
is populating the GeoServer logs (PRODUCTION_LOGGING) with these error
messages, yet the (very standard) GetMap requests are being executed
correctly, without any errors, returning images with status code 200.
The AuthKey
module
<https://docs.geoserver.org/main/en/user/extensions/authkey/index.html> is
used, same as any other layer/workspace.  Is this possibly a bug in the
monitor extension, or a misconfiguration on our side?  I believe the
configuration is standard:

$ cat monitor.properties
storage=memory
mode=history
sync=async
maxBodySize=1024
bboxLogCrs=EPSG:4326
bboxLogLevel=no_wfs

Is there any way to fix the problem or to configure it not to throw these
exceptions?

Thanks

Peter

20 Sep 09:46:45 WARN   [geoserver.monitor] - Post process task failed
org.springframework.security.access.AccessDeniedException: Cannot access
____<layername>______ with the current privileges
at
org.geoserver.security.SecureCatalogImpl.unauthorizedAccess(SecureCatalogImpl.java:1072)
at
org.geoserver.security.SecureCatalogImpl.buildWrapperPolicy(SecureCatalogImpl.java:1046)
at
org.geoserver.security.SecureCatalogImpl.buildWrapperPolicy(SecureCatalogImpl.java:925)
at
org.geoserver.security.SecureCatalogImpl.checkAccess(SecureCatalogImpl.java:715)
at
org.geoserver.security.SecureCatalogImpl.checkAccess(SecureCatalogImpl.java:603)
at
org.geoserver.security.SecureCatalogImpl.getLayerByName(SecureCatalogImpl.java:361)
at
org.geoserver.catalog.impl.AbstractFilteredCatalog.getLayerByName(AbstractFilteredCatalog.java:265)
at
org.geoserver.catalog.impl.AbstractCatalogDecorator.getLayerByName(AbstractCatalogDecorator.java:466)
at
org.geoserver.catalog.impl.LocalWorkspaceCatalog.getLayerByName(LocalWorkspaceCatalog.java:257)
at
org.geoserver.monitor.LayerNameNormalizer.run(LayerNameNormalizer.java:44)
at
org.geoserver.monitor.MonitorFilter$PostProcessTask.run(MonitorFilter.java:302)
at
java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
at
java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at java.base/java.lang.Thread.run(Thread.java:829)

_______________________________________________
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Reply via email to