[gdal-dev] Problem with GDAL/WMS -> GeoServer/WMS

Marian Krivos nezmar at tutok.sk
Sun Feb 12 04:05:21 EST 2012


Hello,

I'm trying connect to my fresh installed geoserver with this result:

$ gdalinfo http://188.123.97.20:6543/geoserver/sf/wms
ERROR 4: `/vsimem/http_1/wms' not recognised as a supported file format.
ERROR 4: `/tmp/wms' not recognised as a supported file format.
gdalinfo failed - unable to open
'http://188.123.97.20:6543/geoserver/sf/wms'.


TCP conversation is:

GET /geoserver/sf/wms HTTP/1.1
Host: 188.123.97.20:6543
Accept: */*
Accept-Encoding: gzip
 
HTTP/1.1 200 OK
Content-Type: application/xml
Content-Length: 274
Content-Encoding: gzip
Server: Jetty(6.1.8)

<?xml version="1.0" encoding="UTF-8"?>
<ows:ExceptionReport version="1.0.0"
  xsi:schemaLocation="http://www.opengis.net/ows
http://188.123.97.20:6543/geoserver/schemas/ows/1.0.0/owsExceptionReport.xsd"
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ows="http://www.opengis.net/ows">
  <ows:Exception exceptionCode="NoApplicableCode">
    <ows:ExceptionText>java.lang.NullPointerException
null</ows:ExceptionText>
  </ows:Exception>
</ows:ExceptionReport>


Any ideas?

Best Regards

Marian K.


More information about the gdal-dev mailing list