I think you mean 2.14.0? This kind of issue was supposed to have been fixed before the 2.14.0 release, let's hear Jody and Jim (cc'ed)
Cheers Andrea On Tue, Oct 16, 2018 at 6:07 PM Paolo Corti <[email protected]> wrote: > Dear list > > after recently migrating to GeoServer 2.10.14 from 2.10.13, an > application which create empty layers in GeoServer on a PostGIS > datastore using the REST interface, and which used to work on 2.10.13 > (and previous versions) has started failing. > > This is the error I see in logs: > > 2018-10-16 15:49:25,812 WARN [catalog.impl] - Failed to load actual > store for FeatureTypeInfoImpl[test] > 2018-10-16 15:49:25,872 WARN [geotools.jdbc] - No mapping for > com.vividsolutions.jts.geom.Polygon > 2018-10-16 15:49:25,975 WARN [geotools.jdbc] - Could not find mapping > for 'the_geom', ignoring the column and setting the feature type read > only > > After I see this warn, the layer is still created, but with no geometry. > Any hint on this? > > This is the xml which the application is sending to the datastore REST > endpoint ( > http://localhost:8080/geoserver/rest/workspaces/ws_name/datastores/ds_name/featuretypes > ): > > <featureType> > <name>test</name> > <nativeName>test</nativeName> > <title>test</title> > <srs>EPSG:4326</srs> > <latLonBoundingBox> > <minx>-180</minx> > <maxx>180</maxx> > <miny>-90</miny> > <maxy>90</maxy> > <crs>EPSG:4326</crs> > </latLonBoundingBox> > <attributes> > <attribute> > <name>the_geom</name> > <binding>com.vividsolutions.jts.geom.Polygon</binding> > <nillable>False</nillable> > </attribute> > <attribute> > <name>test_field</name> > <binding>java.lang.String</binding> > <nillable>True</nillable> > </attribute> > </attributes> > </featureType> > > thanks in advance > Paolo > > -- > Paolo Corti > Geospatial software developer > web: http://www.paolocorti.net > twitter: @capooti > skype: capooti > > > _______________________________________________ > 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 > -- 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 ------------------------------------------------------- *Con riferimento alla normativa sul trattamento dei dati personali (Reg. UE 2016/679 - Regolamento generale sulla protezione dei dati “GDPR”), si precisa che ogni circostanza inerente alla presente email (il suo contenuto, gli eventuali allegati, etc.) è un dato la cui conoscenza è riservata al/i solo/i destinatario/i indicati dallo scrivente. Se il messaggio Le è giunto per errore, è tenuta/o a cancellarlo, ogni altra operazione è illecita. Le sarei comunque grato se potesse darmene notizia. This email is intended only for the person or entity to which it is addressed and may contain information that is privileged, confidential or otherwise protected from disclosure. We remind that - as provided by European Regulation 2016/679 “GDPR” - copying, dissemination or use of this e-mail or the information herein by anyone other than the intended recipient is prohibited. If you have received this email by mistake, please notify us immediately by telephone or e-mail.*
_______________________________________________ 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
