--
Justin Deoliveira
OpenGeo - http://opengeo.org
Enterprise support for open source geospatial.
------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco,
CA
-OSBC tackles the biggest issue in open source: Open Sourcing the
Enterprise
-Strategies to boost innovation and cut costs with open source
participation
-Receive a $600 discount off the registration fee with the source code:
SFAD http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/geoserver-users
Result:
error:Translator error
Translator error
Error reading Features
Could not aquire feature:org.geotools.data.DataSourceException: Error Performing SQL query: SELECT "gid", "dolgis_gra", "objectid", "affect", "sect_78", "descriptio", "art_cwatup", "lien_walle", "metadata", "shape_leng", "shape_area", encode(asBinary(force_2d("the_geom"),'XDR'),'base64') FROM "public"."pds_durbuy" WHERE () LIMIT 1000000
WHERE statement is empty.
Hum, this is not looking good, the where clause should not have been
there, or be "where false" (if the only fid you provided is not
structurally valid for that table).
Most likely the issue is that your table does not have
a primary key, so the fid you specified cannot be matched back to
a filter on the (missing) primary key. Any fid that does not conform
to what GeoServer would generate gets removed before encoding (so
in this case the where clause should have been "where false", since
no record can satisfy your request).
Cheers
Andrea
--
Andrea Aime
OpenGeo - http://opengeo.org
Expert service straight from the developers.
Most likely the issue is that your table does not have
a primary key, so the fid you specified cannot be matched back to
a filter on the (missing) primary key. Any fid that does not conform
to what GeoServer would generate gets removed before encoding (so
in this case the where clause should have been “where false”, since
no record can satisfy your request).
Cheers
Andrea
–
Andrea Aime
OpenGeo - http://opengeo.org
Expert service straight from the developers.
–
Nguyễn Đình Toán
Neu khong doc duoc tieng Viet, vui long chon Encoding là Unicode (UTF-8). Cam on.