[Geoserver-users] Unable to view WMS data with UDIG

Hello,

I have a Geoserver 2.2.2 installed in RHEL 6.3 with Tomcat 6. I'm trying to use UDIG 1.3.2 to view WMS data but when I select any layer, nothing is rendered, and Geoserver's log shows:

2012-11-29 09:20:44,821 ERROR [geoserver.ows] -
org.geoserver.platform.ServiceException: No such style: parcelas_rurales
         at org.geoserver.wms.map.GetMapKvpRequestReader.parseStyles(GetMapKvpRequestReader.java:1374)
         at org.geoserver.wms.map.GetMapKvpRequestReader.read(GetMapKvpRequestReader.java:309)
         at org.geoserver.wms.map.GetMapKvpRequestReader.read(GetMapKvpRequestReader.java:79)
         at org.geoserver.ows.Dispatcher.parseRequestKVP(Dispatcher.java:1405)
         at org.geoserver.ows.Dispatcher.dispatch(Dispatcher.java:622)
         at org.geoserver.ows.Dispatcher.handleRequestInternal(Dispatcher.java:263)
         at org.springframework.web.servlet.mvc.AbstractController.handleRequest(AbstractController.java:153)
         at org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter.handle(SimpleControllerHandlerAdapter.java:48)
         at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:923)
         at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:852)
         at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:882)
         at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:778)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:617)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
         at org.geoserver.filters.ThreadLocalsCleanupFilter.doFilter(ThreadLocalsCleanupFilter.java:23)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
         at org.geoserver.filters.SpringDelegatingFilter$Chain.doFilter(SpringDelegatingFilter.java:74)
         at org.geoserver.filters.SpringDelegatingFilter.doFilter(SpringDelegatingFilter.java:45)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
         at org.geoserver.platform.AdvancedDispatchFilter.doFilter(AdvancedDispatchFilter.java:49)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
         at org.vfny.geoserver.filters.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:109)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
         at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:311)
         at org.geoserver.security.filter.GeoServerCompositeFilter$NestedFilterChain.doFilter(GeoServerCompositeFilter.java:68)
         at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:116)
         at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:83)
         at org.geoserver.security.filter.GeoServerCompositeFilter$NestedFilterChain.doFilter(GeoServerCompositeFilter.java:72)
         at org.geoserver.security.filter.GeoServerCompositeFilter.doFilter(GeoServerCompositeFilter.java:91)
         at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323)
         at org.geoserver.security.filter.GeoServerCompositeFilter$NestedFilterChain.doFilter(GeoServerCompositeFilter.java:68)
         at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:113)
         at org.geoserver.security.filter.GeoServerCompositeFilter$NestedFilterChain.doFilter(GeoServerCompositeFilter.java:72)
         at org.geoserver.security.filter.GeoServerCompositeFilter.doFilter(GeoServerCompositeFilter.java:91)
         at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323)
         at org.geoserver.security.filter.GeoServerAnonymousAuthenticationFilter.doFilter(GeoServerAnonymousAuthenticationFilter.java:53)
         at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323)
         at org.geoserver.security.filter.GeoServerCompositeFilter$NestedFilterChain.doFilter(GeoServerCompositeFilter.java:68)
         at org.springframework.security.web.authentication.www.BasicAuthenticationFilter.doFilter(BasicAuthenticationFilter.java:150)
         at org.geoserver.security.filter.GeoServerCompositeFilter$NestedFilterChain.doFilter(GeoServerCompositeFilter.java:72)
         at org.geoserver.security.filter.GeoServerCompositeFilter.doFilter(GeoServerCompositeFilter.java:91)
         at org.geoserver.security.filter.GeoServerBasicAuthenticationFilter.doFilter(GeoServerBasicAuthenticationFilter.java:82)
         at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323)
         at org.geoserver.security.filter.GeoServerCompositeFilter$NestedFilterChain.doFilter(GeoServerCompositeFilter.java:68)
         at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:87)
         at org.geoserver.security.filter.GeoServerCompositeFilter$NestedFilterChain.doFilter(GeoServerCompositeFilter.java:72)
         at org.geoserver.security.filter.GeoServerCompositeFilter.doFilter(GeoServerCompositeFilter.java:91)
         at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323)
         at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:173)
         at org.geoserver.security.GeoServerSecurityFilterChainProxy.doFilter(GeoServerSecurityFilterChainProxy.java:97)
         at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:346)
         at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:259)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
         at org.geoserver.filters.LoggingFilter.doFilter(LoggingFilter.java:71)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
         at org.geoserver.filters.GZIPFilter.doFilter(GZIPFilter.java:41)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
         at org.geoserver.filters.SessionDebugFilter.doFilter(SessionDebugFilter.java:46)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
         at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
         at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
         at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
         at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
         at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:298)
         at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:857)
         at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:588)
         at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489)
         at java.lang.Thread.run(Thread.java:679)

The same happen with all layers. In Geoserver Web interface and ArcGIS Desktop works fine.

Thanks

Orlando

2012/11/29 Orlando Irrazabal <oirraza@anonymised.com>:

I have a Geoserver 2.2.2 installed in RHEL 6.3 with Tomcat 6. I'm trying
to use UDIG 1.3.2 to view WMS data but when I select any layer, nothing
is rendered, and Geoserver's log shows:

2012-11-29 09:20:44,821 ERROR [geoserver.ows] -
org.geoserver.platform.ServiceException: No such style: parcelas_rurales

Does the style parcelas_rurales exist in GeoServer? if yes it is
configured for the layer you are trying to render on the map?

Kind Regards,

Stefano

---------------------------------------------------
41.95581N 12.52854E

http://www.linkedin.com/in/stefanoiacovella

http://twitter.com/#!/Iacovellas

On Thu, Nov 29, 2012 at 1:48 PM, Orlando Irrazabal <oirraza@anonymised.com> wrote:

Hello,

I have a Geoserver 2.2.2 installed in RHEL 6.3 with Tomcat 6. I’m trying
to use UDIG 1.3.2 to view WMS data but when I select any layer, nothing
is rendered, and Geoserver’s log shows:

2012-11-29 09:20:44,821 ERROR [geoserver.ows] -
org.geoserver.platform.ServiceException: No such style: parcelas_rurales

Well, what’s going on with this style? “parcelas_rurales”

Cheers
Andrea

==
Our support, Your Success! Visit http://opensdi.geo-solutions.it for more information.

Ing. Andrea Aime
@geowolf
Technical Lead

GeoSolutions S.A.S.
Via Poggio alle Viti 1187
55054 Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 1660272
mob: +39 339 8844549

http://www.geo-solutions.it
http://twitter.com/geosolutions_it


Thanks for your quick answer.

Yes, the style exists and is configured in Geoserver Web Interface in the layers section like default style

Orlando

El 29/11/2012 09:57, Stefano Iacovella escribió:

2012/11/29 Orlando Irrazabal <oirraza@anonymised.com>:

I have a Geoserver 2.2.2 installed in RHEL 6.3 with Tomcat 6. I'm trying
to use UDIG 1.3.2 to view WMS data but when I select any layer, nothing
is rendered, and Geoserver's log shows:

2012-11-29 09:20:44,821 ERROR [geoserver.ows] -
org.geoserver.platform.ServiceException: No such style: parcelas_rurales

Does the style parcelas_rurales exist in GeoServer? if yes it is
configured for the layer you are trying to render on the map?

Kind Regards,

Stefano

---------------------------------------------------
41.95581N 12.52854E

http://www.linkedin.com/in/stefanoiacovella

http://twitter.com/#!/Iacovellas

Did you try to find the getmap request in the log file, for the UDig
case and the others?
May be there is some subtle detail confusing GeoServer

Regards,

Stefano

2012/11/29 Orlando Irrazabal <oirraza@anonymised.com>:

Thanks for your quick answer.

Yes, the style exists and is configured in Geoserver Web Interface in
the layers section like default style

Orlando

El 29/11/2012 09:57, Stefano Iacovella escribió:

2012/11/29 Orlando Irrazabal <oirraza@anonymised.com>:

I have a Geoserver 2.2.2 installed in RHEL 6.3 with Tomcat 6. I'm trying
to use UDIG 1.3.2 to view WMS data but when I select any layer, nothing
is rendered, and Geoserver's log shows:

2012-11-29 09:20:44,821 ERROR [geoserver.ows] -
org.geoserver.platform.ServiceException: No such style: parcelas_rurales

Does the style parcelas_rurales exist in GeoServer? if yes it is
configured for the layer you are trying to render on the map?

Kind Regards,

Stefano

---------------------------------------------------
41.95581N 12.52854E

http://www.linkedin.com/in/stefanoiacovella

http://twitter.com/#!/Iacovellas

------------------------------------------------------------------------------
Keep yourself connected to Go Parallel:
VERIFY Test and improve your parallel project with help from experts
and peers. http://goparallel.sourceforge.net
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

OK, Problem solved, seeing the getmap request i found a wrong definition of the URL., I forgot write the workspace name.

Thanks a lot.

Orlando

El 29/11/2012 10:35, Stefano Iacovella escribió:

Did you try to find the getmap request in the log file, for the UDig
case and the others?
May be there is some subtle detail confusing GeoServer

Regards,

Stefano

2012/11/29 Orlando Irrazabal <oirraza@anonymised.com>:

Thanks for your quick answer.

Yes, the style exists and is configured in Geoserver Web Interface in
the layers section like default style

Orlando

El 29/11/2012 09:57, Stefano Iacovella escribió:

2012/11/29 Orlando Irrazabal <oirraza@anonymised.com>:

I have a Geoserver 2.2.2 installed in RHEL 6.3 with Tomcat 6. I'm trying
to use UDIG 1.3.2 to view WMS data but when I select any layer, nothing
is rendered, and Geoserver's log shows:

2012-11-29 09:20:44,821 ERROR [geoserver.ows] -
org.geoserver.platform.ServiceException: No such style: parcelas_rurales

Does the style parcelas_rurales exist in GeoServer? if yes it is
configured for the layer you are trying to render on the map?

Kind Regards,

Stefano

---------------------------------------------------
41.95581N 12.52854E

http://www.linkedin.com/in/stefanoiacovella

http://twitter.com/#!/Iacovellas

------------------------------------------------------------------------------
Keep yourself connected to Go Parallel:
VERIFY Test and improve your parallel project with help from experts
and peers. http://goparallel.sourceforge.net
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users