Le dimanche 12 février 2012 10:05:21, Marian Krivos a écrit : > Hello, > > I'm trying connect to my fresh installed geoserver with this result: > > $ gdalinfo http://188.123.97.20:6543/geoserver/sf/wms
Try the following (if GDAL >= 1.9.0) : $ gdalinfo WMS: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.xs > d" 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. > _______________________________________________ > gdal-dev mailing list > [email protected] > http://lists.osgeo.org/mailman/listinfo/gdal-dev _______________________________________________ gdal-dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/gdal-dev
