Hello everybody!
I'm trying put together Geoserver 1.6.3 incrusted into GeoNetwork 2.2. But
when I call to GeoNetwork, Geoserver throw and an error. This are the first
lines of Geoserver log:
2008-09-10 21:12:22,046 INFO [geoserver.global] - Loading feature type
'country_boundaries:::gboundaries' (layer 1/2)
2008-09-10 21:12:22,375 INFO [geoserver.global] - Loading feature type
'PozosCM:::PozosCM' (layer 2/2)
2008-09-10 21:13:08,234 INFO [geoserver.filters] - 127.0.0.1 "GET
/geoserver/wms?SERVICE=WMS&VERSION=1.1.1&REQUEST=GetCapabilities"
"Java/1.5.0_08" ""
2008-09-10 21:13:08,250 ERROR [servlet.DispatcherServlet] - Could not
complete request
org.acegisecurity.AccessDeniedException: Access is denied
at org.acegisecurity.vote.AffirmativeBased.decide(AffirmativeBased.java:68)
at
org.acegisecurity.intercept.AbstractSecurityInterceptor.beforeInvocation(AbstractSecurityInterceptor.java:285)
at
org.geoserver.security.OperationSecurityInterceptor.invoke(OperationSecurityInterceptor.java:38)
at org.geoserver.ows.Dispatcher.execute(Dispatcher.java:495)
Anybody can help me, please?
Thanks in advance, Alt
--
View this message in context: http://www.nabble.com/Access-is-denied--Usr-Pass-problems-tp19429473p19429473.html
Sent from the GeoServer - User mailing list archive at Nabble.com.
Alt ha scritto:
Hello everybody!
I'm trying put together Geoserver 1.6.3 incrusted into GeoNetwork 2.2. But
when I call to GeoNetwork, Geoserver throw and an error. This are the first
lines of Geoserver log:
2008-09-10 21:12:22,046 INFO [geoserver.global] - Loading feature type
'country_boundaries:::gboundaries' (layer 1/2)
2008-09-10 21:12:22,375 INFO [geoserver.global] - Loading feature type
'PozosCM:::PozosCM' (layer 2/2)
2008-09-10 21:13:08,234 INFO [geoserver.filters] - 127.0.0.1 "GET
/geoserver/wms?SERVICE=WMS&VERSION=1.1.1&REQUEST=GetCapabilities"
"Java/1.5.0_08" "" 2008-09-10 21:13:08,250 ERROR [servlet.DispatcherServlet] - Could not
complete request
org.acegisecurity.AccessDeniedException: Access is denied
at org.acegisecurity.vote.AffirmativeBased.decide(AffirmativeBased.java:68)
at
org.acegisecurity.intercept.AbstractSecurityInterceptor.beforeInvocation(AbstractSecurityInterceptor.java:285)
at
org.geoserver.security.OperationSecurityInterceptor.invoke(OperationSecurityInterceptor.java:38)
at org.geoserver.ows.Dispatcher.execute(Dispatcher.java:495)
Anybody can help me, please?
It seems the service security file in the geoserver data directory has
been setup so that no one can access the wms services, or at least, not
the generic user. How that is happening, I don't know, you might want to
ask on the GeoNetwork ml or irc channels?
Cheers
Andrea