Sorry for the late response.
I tested it, but I could not get a service exception. Issueing it in
firefox I got a parsing error:
ML Parsing Error: reference to invalid character number
Location:
http://217.78.131.131:8080/geoserver/wfs/GetFeature?request=GETFEATURE&version=1.0.0&service=WFS&typename=topp:strassenmittelpunkte&propertyname=stadt,strasse,the_geom
Line Number 79607, Column 32:
<topp:strasse>Emmerich-Kalman-Straße</topp:strasse>
Which is related to the data - the characters are not properly escaped.
This is probably related to localization issues - perhaps the data did not
get in the db right, or geoserver is not issueing it out properly. There
seem to be a few records that have similar characters.
But if I issued a wget on linux, which just grabs the data, but does not
try to parse the xml, then I had no problems - successfully downloaded 30
megs of data, the full feature set.
If you show me the service exception report I can see if I can figure it
out, or maybe you already did? If it's the parsing errors then I'd
recommend seeing how the data is stored for those records (like
<gml:featureMember>
<topp:strassenmittelpunkte fid="strassenmittelpunkte.7236">
<topp:id>7237</topp:id>
<topp:stadt>Dortmund</topp:stadt>
<topp:strasse>Emmerich-Kalman-Straße</topp:strasse>
)
And see if it is in that form in the db, or if geoserver is performing
that transformation. If it is then you may try setting to a different
encoding.
hope this helps,
Chris
On Wed, 9 Feb 2005, Geyer Heiko wrote:
Hello,
i made a mistake. The right IP is: 217.78.131.131:8080
Sorry.
Best Regards,
Heiko Geyer
----- Original Message -----
From: "Geyer Heiko" <geyer_h@anonymised.com>
To: <geoserver-devel@lists.sourceforge.net>
Sent: Wednesday, February 09, 2005 3:04 PM
Subject: ServiceExceptionReport
> Hello,
> i have a problem with my Geoserver WFS.
> The request:
>
http://172.29.1.50:8080/geoserver/wfs/GetFeature?request=GETFEATURE&version=1.0.0&service=WFS&typename=topp:strassenmittelpunkte&propertyname=stadt,strasse,the_geom&maxFeatures=100
> works fine. With a feature limit of 100 (or 5000) features.
> The request:
>
http://172.29.1.50:8080/geoserver/wfs/GetFeature?request=GETFEATURE&version=1.0.0&service=WFS&typename=topp:strassenmittelpunkte&propertyname=stadt,strasse,the_geom
> with no feature limit (46412 features) gives me a long ServiceExeptionReport. Perhaps you can test it.
>
>
> Best Regards,
> Heiko Geyer
>
>
>
> Heiko Geyer
> Regionalverband Ruhr
> Kronprinzenstr. 35
> 45128 Essen
> Tel.: 02 01 / 20 69 - 503
> E-Mail: geyer_h@anonymised.com
>
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel
--