Hi,
yes, it seems something is broken in the data type recognition, but not
sure what.
Suggestions:
- Try running the latest GeoServer release (2.12.2) and see if it still
happens with it
- If it does, prepare a small data dump and requests, enough to
reproduce the issue, and create a new ticket here:
https://osgeo-org.atlassian.net/projects/GEOS/summary
Best regards
Andrea
On Fri, Feb 16, 2018 at 3:33 PM, Takács Gábor <[email protected]>
wrote:
> This is the corresponding part from the log. It doesn’t tell me much.
>
>
>
>
>
> 2018-02-16 15:28:12,214 INFO [geoserver.servlets] - OutputStream was
> successfully aborted.
>
> 2018-02-16 15:28:12,214 ERROR [geoserver.ows] -
>
> java.lang.RuntimeException: java.lang.NullPointerException
>
> at org.geotools.xml.Encoder.encode(Encoder.java:781)
>
> at org.geotools.xml.Encoder.encode(Encoder.java:614)
>
> at org.geoserver.wfs.xml.GML32OutputFormat.encode(
> GML32OutputFormat.java:111)
>
> at org.geoserver.wfs.xml.GML3OutputFormat.write(
> GML3OutputFormat.java:279)
>
> at org.geoserver.wfs.WFSGetFeatureOutputFormat.write(
> WFSGetFeatureOutputFormat.java:196)
>
> at org.geoserver.ows.Dispatcher.
> response(Dispatcher.java:1009)
>
> at org.geoserver.ows.Dispatcher.handleRequestInternal(
> Dispatcher.java:272)
>
> at org.springframework.web.servlet.mvc.AbstractController.
> handleRequest(AbstractController.java:147)
>
> at org.springframework.web.servlet.mvc.
> SimpleControllerHandlerAdapter.handle(SimpleControllerHandlerAdapter
> .java:50)
>
> at org.springframework.web.servlet.DispatcherServlet.
> doDispatch(DispatcherServlet.java:959)
>
> at org.springframework.web.servlet.DispatcherServlet.
> doService(DispatcherServlet.java:893)
>
> at org.springframework.web.servlet.FrameworkServlet.
> processRequest(FrameworkServlet.java:968)
>
> at org.springframework.web.servlet.FrameworkServlet.
> doGet(FrameworkServlet.java:859)
>
> at javax.servlet.http.HttpServlet.service(
> HttpServlet.java:634)
>
> at org.springframework.web.servlet.FrameworkServlet.
> service(FrameworkServlet.java:844)
>
> at javax.servlet.http.HttpServlet.service(
> HttpServlet.java:741)
>
> at org.apache.catalina.core.ApplicationFilterChain.
> internalDoFilter(ApplicationFilterChain.java:231)
>
> at org.apache.catalina.core.ApplicationFilterChain.
> doFilter(ApplicationFilterChain.java:166)
>
> at org.apache.tomcat.websocket.server.WsFilter.doFilter(
> WsFilter.java:53)
>
> at org.apache.catalina.core.ApplicationFilterChain.
> internalDoFilter(ApplicationFilterChain.java:193)
>
> at org.apache.catalina.core.ApplicationFilterChain.
> doFilter(ApplicationFilterChain.java:166)
>
> at org.geoserver.filters.ThreadLocalsCleanupFilter.
> doFilter(ThreadLocalsCleanupFilter.java:28)
>
> at org.apache.catalina.core.ApplicationFilterChain.
> internalDoFilter(ApplicationFilterChain.java:193)
>
> at org.apache.catalina.core.ApplicationFilterChain.
> doFilter(ApplicationFilterChain.java:166)
>
> at org.geoserver.filters.SpringDelegatingFilter$Chain.
> doFilter(SpringDelegatingFilter.java:75)
>
> at org.geoserver.wms.animate.AnimatorFilter.doFilter(
> AnimatorFilter.java:71)
>
> at org.geoserver.filters.SpringDelegatingFilter$Chain.
> doFilter(SpringDelegatingFilter.java:71)
>
> at org.geoserver.filters.SpringDelegatingFilter.doFilter(
> SpringDelegatingFilter.java:46)
>
> at org.apache.catalina.core.ApplicationFilterChain.
> internalDoFilter(ApplicationFilterChain.java:193)
>
> at org.apache.catalina.core.ApplicationFilterChain.
> doFilter(ApplicationFilterChain.java:166)
>
> at org.geoserver.platform.AdvancedDispatchFilter.doFilter(
> AdvancedDispatchFilter.java:50)
>
> at org.apache.catalina.core.ApplicationFilterChain.
> internalDoFilter(ApplicationFilterChain.java:193)
>
> at org.apache.catalina.core.ApplicationFilterChain.
> doFilter(ApplicationFilterChain.java:166)
>
> at org.springframework.security.web.FilterChainProxy$
> VirtualFilterChain.doFilter(FilterChainProxy.java:316)
>
> at org.geoserver.security.filter.GeoServerCompositeFilter$
> NestedFilterChain.doFilter(GeoServerCompositeFilter.java:69)
>
> at org.springframework.security.web.access.intercept.
> FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:126)
>
> at org.springframework.security.web.access.intercept.
> FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:90)
>
> at org.geoserver.security.filter.GeoServerCompositeFilter$
> NestedFilterChain.doFilter(GeoServerCompositeFilter.java:73)
>
> at org.geoserver.security.filter.GeoServerCompositeFilter.
> doFilter(GeoServerCompositeFilter.java:92)
>
> at org.springframework.security.web.FilterChainProxy$
> VirtualFilterChain.doFilter(FilterChainProxy.java:330)
>
> at org.geoserver.security.filter.GeoServerCompositeFilter$
> NestedFilterChain.doFilter(GeoServerCompositeFilter.java:69)
>
> at org.springframework.security.web.access.
> ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:114)
>
> at org.geoserver.security.filter.GeoServerCompositeFilter$
> NestedFilterChain.doFilter(GeoServerCompositeFilter.java:73)
>
> at org.geoserver.security.filter.GeoServerCompositeFilter.
> doFilter(GeoServerCompositeFilter.java:92)
>
> at org.springframework.security.web.FilterChainProxy$
> VirtualFilterChain.doFilter(FilterChainProxy.java:330)
>
> at org.geoserver.security.filter.
> GeoServerAnonymousAuthenticationFilter.doFilter(
> GeoServerAnonymousAuthenticationFilter.java:54)
>
> at org.springframework.security.web.FilterChainProxy$
> VirtualFilterChain.doFilter(FilterChainProxy.java:330)
>
> at org.geoserver.security.filter.GeoServerCompositeFilter$
> NestedFilterChain.doFilter(GeoServerCompositeFilter.java:69)
>
> at org.springframework.security.web.authentication.www.
> BasicAuthenticationFilter.doFilterInternal(BasicAuthenticationFilter.
> java:158)
>
> at org.springframework.web.filter.OncePerRequestFilter.
> doFilter(OncePerRequestFilter.java:107)
>
> at org.geoserver.security.filter.GeoServerCompositeFilter$
> NestedFilterChain.doFilter(GeoServerCompositeFilter.java:73)
>
> at org.geoserver.security.filter.GeoServerCompositeFilter.
> doFilter(GeoServerCompositeFilter.java:92)
>
> at org.geoserver.security.filter.
> GeoServerBasicAuthenticationFilter.doFilter(GeoServerBasicAuthenticationFi
> lter.java:84)
>
> at org.springframework.security.web.FilterChainProxy$
> VirtualFilterChain.doFilter(FilterChainProxy.java:330)
>
> at org.geoserver.security.filter.GeoServerCompositeFilter$
> NestedFilterChain.doFilter(GeoServerCompositeFilter.java:69)
>
> at org.springframework.security.web.context.
> SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilt
> er.java:91)
>
> at org.geoserver.security.filter.
> GeoServerSecurityContextPersistenceFilter$1.doFilter(
> GeoServerSecurityContextPersistenceFilter.java:53)
>
> at org.geoserver.security.filter.GeoServerCompositeFilter$
> NestedFilterChain.doFilter(GeoServerCompositeFilter.java:73)
>
> at org.geoserver.security.filter.GeoServerCompositeFilter.
> doFilter(GeoServerCompositeFilter.java:92)
>
> at org.springframework.security.web.FilterChainProxy$
> VirtualFilterChain.doFilter(FilterChainProxy.java:330)
>
> at org.springframework.security.web.FilterChainProxy.
> doFilterInternal(FilterChainProxy.java:213)
>
> at org.springframework.security.
> web.FilterChainProxy.doFilter(FilterChainProxy.java:176)
>
> at org.geoserver.security.GeoServerSecurityFilterChainPr
> oxy.doFilter(GeoServerSecurityFilterChainProxy.java:152)
>
> at org.springframework.web.filter.DelegatingFilterProxy.
> invokeDelegate(DelegatingFilterProxy.java:346)
>
> at org.springframework.web.filter.DelegatingFilterProxy.
> doFilter(DelegatingFilterProxy.java:262)
>
> at org.apache.catalina.core.ApplicationFilterChain.
> internalDoFilter(ApplicationFilterChain.java:193)
>
> at org.apache.catalina.core.ApplicationFilterChain.
> doFilter(ApplicationFilterChain.java:166)
>
> at org.geoserver.filters.LoggingFilter.doFilter(
> LoggingFilter.java:87)
>
> at org.apache.catalina.core.ApplicationFilterChain.
> internalDoFilter(ApplicationFilterChain.java:193)
>
> at org.apache.catalina.core.ApplicationFilterChain.
> doFilter(ApplicationFilterChain.java:166)
>
> at org.geoserver.filters.XFrameOptionsFilter.doFilter(
> XFrameOptionsFilter.java:89)
>
> at org.apache.catalina.core.ApplicationFilterChain.
> internalDoFilter(ApplicationFilterChain.java:193)
>
> at org.apache.catalina.core.ApplicationFilterChain.
> doFilter(ApplicationFilterChain.java:166)
>
> at org.geoserver.filters.GZIPFilter.doFilter(
> GZIPFilter.java:42)
>
> at org.apache.catalina.core.ApplicationFilterChain.
> internalDoFilter(ApplicationFilterChain.java:193)
>
> at org.apache.catalina.core.ApplicationFilterChain.
> doFilter(ApplicationFilterChain.java:166)
>
> at org.geoserver.filters.SessionDebugFilter.doFilter(
> SessionDebugFilter.java:48)
>
> at org.apache.catalina.core.ApplicationFilterChain.
> internalDoFilter(ApplicationFilterChain.java:193)
>
> at org.apache.catalina.core.ApplicationFilterChain.
> doFilter(ApplicationFilterChain.java:166)
>
> at org.geoserver.filters.FlushSafeFilter.doFilter(
> FlushSafeFilter.java:44)
>
> at org.apache.catalina.core.ApplicationFilterChain.
> internalDoFilter(ApplicationFilterChain.java:193)
>
> at org.apache.catalina.core.ApplicationFilterChain.
> doFilter(ApplicationFilterChain.java:166)
>
> at org.springframework.web.filter.CharacterEncodingFilter.
> doFilterInternal(CharacterEncodingFilter.java:121)
>
> at org.springframework.web.filter.OncePerRequestFilter.
> doFilter(OncePerRequestFilter.java:107)
>
> at org.apache.catalina.core.ApplicationFilterChain.
> internalDoFilter(ApplicationFilterChain.java:193)
>
> at org.apache.catalina.core.ApplicationFilterChain.
> doFilter(ApplicationFilterChain.java:166)
>
> at org.apache.catalina.core.StandardWrapperValve.invoke(
> StandardWrapperValve.java:199)
>
> at org.apache.catalina.core.StandardContextValve.invoke(
> StandardContextValve.java:96)
>
> at org.apache.catalina.authenticator.
> AuthenticatorBase.invoke(AuthenticatorBase.java:475)
>
> at org.apache.catalina.core.StandardHostValve.invoke(
> StandardHostValve.java:140)
>
> at org.apache.catalina.valves.ErrorReportValve.invoke(
> ErrorReportValve.java:80)
>
> at org.apache.catalina.valves.
> AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:651)
>
> at org.apache.catalina.core.StandardEngineValve.invoke(
> StandardEngineValve.java:87)
>
> at org.apache.catalina.connector.CoyoteAdapter.service(
> CoyoteAdapter.java:342)
>
> at org.apache.coyote.http11.Http11Processor.service(
> Http11Processor.java:498)
>
> at org.apache.coyote.AbstractProcessorLight.process(
> AbstractProcessorLight.java:66)
>
> at org.apache.coyote.AbstractProtocol$
> ConnectionHandler.process(AbstractProtocol.java:796)
>
> at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.
> doRun(NioEndpoint.java:1374)
>
> at org.apache.tomcat.util.net.SocketProcessorBase.run(
> SocketProcessorBase.java:49)
>
> at java.util.concurrent.ThreadPoolExecutor.runWorker(
> ThreadPoolExecutor.java:1149)
>
> at java.util.concurrent.ThreadPoolExecutor$Worker.run(
> ThreadPoolExecutor.java:624)
>
> at org.apache.tomcat.util.threads.TaskThread$
> WrappingRunnable.run(TaskThread.java:61)
>
> at java.lang.Thread.run(Thread.java:748)
>
> Caused by: java.lang.NullPointerException
>
> at org.geotools.gml2.simple.FeatureCollectionEncoderDelega
> te.getGeometryEncoder(FeatureCollectionEncoderDelegate.java:218)
>
> at org.geotools.gml2.simple.FeatureCollectionEncoderDelega
> te.encodeValue(FeatureCollectionEncoderDelegate.java:195)
>
> at org.geotools.gml2.simple.FeatureCollectionEncoderDelega
> te.encodeFeature(FeatureCollectionEncoderDelegate.java:176)
>
> at org.geotools.gml2.simple.FeatureCollectionEncoderDelega
> te.encode(FeatureCollectionEncoderDelegate.java:130)
>
> at org.geotools.xml.Encoder.encode(Encoder.java:778)
>
> ... 102 more
>
> *From:* [email protected] [mailto:[email protected]] *On Behalf
> Of *Andrea Aime
> *Sent:* Friday, February 16, 2018 10:24 AM
> *To:* Takács Gábor
> *Cc:* [email protected]
> *Subject:* Re: [Geoserver-users] geometry not recognized for some layers
> on WFS service
>
>
>
> On Wed, Feb 14, 2018 at 3:27 PM, Takács Gábor <[email protected]>
> wrote:
>
> Hi,
>
>
>
> Thanks for the answer.
>
> It is a linear geometry but the problem is independent of the geometry as
> this happens with point features as well.
>
> The gml preview returns a null pointer exception for these layers.
>
>
>
> <ServiceExceptionReport version="1.2.0" xsi:schemaLocation="http://
> www.opengis.net/ogc http://schemas.opengis.net/wfs/1.0.0/OGC-exception.xsd
> "><ServiceException>
>
> java.lang.RuntimeException: java.lang.NullPointerException
>
> java.lang.NullPointerException
>
> </ServiceException></ServiceExceptionReport>
>
>
>
> It works for the other layers so you might be on to something. What could
> cause this exception?
>
>
>
> I have no idea. Can you share the full stack trace for that
> NullPointerException? You'll find it in the logs
>
>
>
> Cheers
>
> Andrea
>
>
>
> ==
>
> GeoServer Professional Services from the experts! Visit
> http://goo.gl/it488V for more information.
> ==
>
> Ing. Andrea Aime
> @geowolf
> Technical Lead
>
> GeoSolutions S.A.S.
> Via di Montramito 3/A
> <https://maps.google.com/?q=Via+di+Montramito+3/A+%0D+55054+%C2%A0Massarosa&entry=gmail&source=g>
> 55054 Massarosa
> <https://maps.google.com/?q=Via+di+Montramito+3/A+%0D+55054+%C2%A0Massarosa&entry=gmail&source=g>
> (LU)
> phone: +39 0584 962313 <+39%200584%20962313>
> fax: +39 0584 1660272 <+39%200584%20166%200272>
> mob: +39 339 8844549 <+39%20339%20884%204549>
>
> http://www.geo-solutions.it
> http://twitter.com/geosolutions_it
>
> AVVERTENZE AI SENSI DEL D.Lgs. 196/2003
>
> Le informazioni contenute in questo messaggio di posta elettronica e/o
> nel/i file/s allegato/i sono da considerarsi strettamente riservate. Il
> loro utilizzo è consentito esclusivamente al destinatario del messaggio,
> per le finalità indicate nel messaggio stesso. Qualora riceviate questo
> messaggio senza esserne il destinatario, Vi preghiamo cortesemente di
> darcene notizia via e-mail e di procedere alla distruzione del messaggio
> stesso, cancellandolo dal Vostro sistema. Conservare il messaggio stesso,
> divulgarlo anche in parte, distribuirlo ad altri soggetti, copiarlo, od
> utilizzarlo per finalità diverse, costituisce comportamento contrario ai
> principi dettati dal D.Lgs. 196/2003.
>
> The information in this message and/or attachments, is intended solely for
> the attention and use of the named addressee(s) and may be confidential or
> proprietary in nature or covered by the provisions of privacy act
> (Legislative Decree June, 30 2003, no.196 - Italy's New Data Protection
> Code).Any use not in accord with its purpose, any disclosure, reproduction,
> copying, distribution, or either dissemination, either whole or partial, is
> strictly forbidden except previous formal approval of the named
> addressee(s). If you are not the intended recipient, please contact
> immediately the sender by telephone, fax or e-mail and delete the
> information in this message that has been received in error. The sender
> does not give any warranty or accept liability as the content, accuracy or
> completeness of sent messages and accepts no responsibility for changes
> made after they were sent or for other risks which arise as a result of
> e-mail transmission, viruses, etc.
>
>
>
--
Regards,
Andrea Aime
==
GeoServer Professional Services from the experts! Visit http://goo.gl/it488V
for more information.
==
Ing. Andrea Aime
@geowolf
Technical Lead
GeoSolutions S.A.S.
Via di Montramito 3/A
55054 Massarosa (LU)
phone: +39 0584 962313
fax: +39 0584 1660272
mob: +39 339 8844549
http://www.geo-solutions.it
http://twitter.com/geosolutions_it
AVVERTENZE AI SENSI DEL D.Lgs. 196/2003
Le informazioni contenute in questo messaggio di posta elettronica e/o
nel/i file/s allegato/i sono da considerarsi strettamente riservate. Il
loro utilizzo è consentito esclusivamente al destinatario del messaggio,
per le finalità indicate nel messaggio stesso. Qualora riceviate questo
messaggio senza esserne il destinatario, Vi preghiamo cortesemente di
darcene notizia via e-mail e di procedere alla distruzione del messaggio
stesso, cancellandolo dal Vostro sistema. Conservare il messaggio stesso,
divulgarlo anche in parte, distribuirlo ad altri soggetti, copiarlo, od
utilizzarlo per finalità diverse, costituisce comportamento contrario ai
principi dettati dal D.Lgs. 196/2003.
The information in this message and/or attachments, is intended solely for
the attention and use of the named addressee(s) and may be confidential or
proprietary in nature or covered by the provisions of privacy act
(Legislative Decree June, 30 2003, no.196 - Italy's New Data Protection
Code).Any use not in accord with its purpose, any disclosure, reproduction,
copying, distribution, or either dissemination, either whole or partial, is
strictly forbidden except previous formal approval of the named
addressee(s). If you are not the intended recipient, please contact
immediately the sender by telephone, fax or e-mail and delete the
information in this message that has been received in error. The sender
does not give any warranty or accept liability as the content, accuracy or
completeness of sent messages and accepts no responsibility for changes
made after they were sent or for other risks which arise as a result of
e-mail transmission, viruses, etc.
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
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
[email protected]
https://lists.sourceforge.net/lists/listinfo/geoserver-users