Opened 11 years ago
Closed 11 years ago
#2682 closed defect (wontfix)
Unknown WKB type 152
Reported by: | Stegi | Owned by: | pramsey |
---|---|---|---|
Priority: | medium | Milestone: | PostGIS 2.1.2 |
Component: | postgis | Version: | 2.1.x |
Keywords: | WKB type | Cc: |
Description
<?xml version="1.0" ?> <ServiceExceptionReport
version="1.2.0" xmlns="http://www.opengis.net/ogc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.opengis.net/ogc http://schemas.opengis.net/wfs/1.0.0/OGC-exception.xsd"> <ServiceException>
java.lang.RuntimeException: org.geotools.data.DataSourceException: An exception occurred while parsing WKB data
org.geotools.data.DataSourceException: An exception occurred while parsing WKB data An exception occurred while parsing WKB data Unknown WKB type 152 </ServiceException></ServiceExceptionReport>
I'm a biginner with this. I try to use a wfs request(csv) from geoserver, and it returns with this xml. Other requests return with other type number. Some of them works as samples from geoserver/layer preview. Anyone has an idea to solve this problem?
Could you take this to the GeoServer list? The error looks to be the GeoServer WKB parser being unhappy with what it's being handed back. They will in turn want to know what kind of request you made to cause the error. I would suggest turning log_statement to 'all' in the postgresql.conf file, and seeing what the SQL sent by GeoServer to PostgreSQL is for the request that is causing this error, and report that to the GeoServer developers.