[Geoserver-devel] [jira] (GEOS-6183) Problem when cascading a remote WMS Service

Vincent Dechandon created BugGEOS-6183
Problem when cascading a remote WMS Service

Issue Type:

BugBug

Affects Versions:

2.4.1

Assignee:

Andrea Aime

Components:

WMS

Created:

22/Nov/13 7:52 AM

Description:

I tried to cascade a remote WMS service using GeoServer.
The WMS to cascade is : http://gpp3-wxs.ign.fr/4hnoob7ikk8zb8rzj113echo/geoportail/r/wms?SERVICE=WMS&VERSION=1.3.0&REQUEST=GetCapabilities
After configuration,GeoServer allows me to publish data from this remote service.
But I try to display it, in the layer preview, the tile is broken.
I copy and paste the URL of this broken tile, and I got this error message :

<?xml version=“1.0” encoding=“UTF-8” standalone=“no”?><!DOCTYPE ServiceExceptionReport SYSTEM “http://129.182.247.82:8080/geoserver/schemas/wms/1.1.1/WMS_exception_1_1_1.dtd”> <ServiceExceptionReport version=“1.1.1” > <ServiceException>

Error rendering coverage on the fast path
java.io.IOException: GetMap failed: http://gpp3-wxs.ign.fr/4hnoob7ikk8zb8rzj113echo/geoportail/r/wms?SERVICE=WMS&amp;LAYERS=GEOGRAPHICALGRIDSYSTEMS.MAPS&amp;CRS=EPSG:3857&amp;FORMAT=image%2Fpng&amp;HEIGHT=388&amp;TRANSPARENT=FALSE&amp;BGCOLOR=0xFFFFFF&amp;REQUEST=GetMap&amp;BBOX=-4.0075016E7,-2.55379835625E7,4.0075016E7,3.52007125625E7&amp;WIDTH=512&amp;STYLES=&amp;VERSION=1.3.0
GetMap failed: http://gpp3-wxs.ign.fr/4hnoob7ikk8zb8rzj113echo/geoportail/r/wms?SERVICE=WMS&amp;LAYERS=GEOGRAPHICALGRIDSYSTEMS.MAPS&amp;CRS=EPSG:3857&amp;FORMAT=image%2Fpng&amp;HEIGHT=388&amp;TRANSPARENT=FALSE&amp;BGCOLOR=0xFFFFFF&amp;REQUEST=GetMap&amp;BBOX=-4.0075016E7,-2.55379835625E7,4.0075016E7,3.52007125625E7&amp;WIDTH=512&amp;STYLES=&amp;VERSION=1.3.0
</ServiceException></ServiceExceptionReport>

This time, when I copy and paste the (<URL of the request>) from the error
message, I got this :

<ExceptionReport>
<Exception exceptionCode=“MissingParameter”>Resource parameter not
found</Exception></ExceptionReport>

If your browser asks you a authentification method when testing, enter dev/dev in login/password.
Not that I already provided the login/password into GeoServer, when cascading the service.
Also, I can access the layers to publish by just entering http://dev:dev@anonymised.com/4hnoob7ikk8zb8rzj113echo/geoportail/r/wms?SERVICE=WMS&VERSION=1.3.0&REQUEST=GetCapabilities without providing a login/password in the fields.
Both methods works to publish layers, but both leads to the same error when I try to display map.

Note : the URL provided there will be only availible until 24th january 2014.

Environment:

CentOS, Tomcat6

Project:

GeoServer

Labels:

exception

Priority:

MajorMajor

Reporter:

Vincent Dechandon

Original Estimate:

1 hour

Remaining Estimate:

1 hour

This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: [http://www.atlassian.com/software/jira](http://www.atlassian.com/software/jira)