#871 closed defect (fixed)
Mapbender cannot load a local WMS from GeoServer
Reported by: | kalxas | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | OSGeoLive | Keywords: | 5.5 |
Cc: | astrid_emde |
Description
I use the admin_en interface as suggested from Quickstart. When I add GeoServer's GetCapabilities url, there is an error. Works with Mapserver WMS. Also works with WMS examples from Quickstart.
Change History (5)
comment:1 by , 13 years ago
Cc: | added |
---|
comment:2 by , 13 years ago
Came the Problem from GeoServer or were there any exceptions in Mapbender? Which Version of the WMS Service have you requested (1.1.1 or 1.3.0)?
comment:3 by , 13 years ago
I have the same problem. WMS from Geoserver works fine with qgis, but not in mapbender
Mapbender Log:
2012.05.12, 08:56:12,ERROR: Invalid document end in line 1 2012.05.12, 08:56:12,ERROR: class_wms: createObjFromXML: WMS http://localhost:8080/geoserver/ows?service=wms&version=1.1.1&request=GetCapabilities could not be loaded.
comment:4 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
in 2.7.2 Mapbender can't handle all the mass of EPSG-Codes GeoServer adds to the Capabilites-document.
For the running installation a solution could be to reduce the list of epsg-Codes in Geoserver:
- In GeoServer go to Services - WMS and add your preferd EPSG-Codes to
the limited SRS list: could look like: 4326,31467,31468,31466,25832
I fixed this Mapbender bug in Mapbender 2.7.3. The next OSGeo-Live Version contains Mapbedner 2.7.3 and should be able to handle the big list of EPSG-codes.
I will have a look what the problem is. Hopefully we fix it in mapbender 2.7.2 and OSGeo-live 6.0
Thanks for the information