salut list
i have a postgis datastore (the db encoding is UTF8) with some data loaded that works flawlessly as data provider with a non-georchestra geoserver (2.2.3) ...the very same db, however, isn't working with my georchestra geoserver ...there aren't any problems with the postgis datastore configuration, i can see all my postgis layers, all is fine, but the geoserver's "openlayers demo" link does not show any map at all ...the relevant part of my log is as following:
...
AXIS["Geodetic longitude", EAST],
AXIS["Geodetic latitude", NORTH],
AUTHORITY["EPSG","4326"]]
BgColor = java.awt.Color[r=255,g=255,b=255]
Transparent = false
ValidateSchema = false
SldVersion = null
TilesOrigin = null
Exceptions = SE_XML
KMScore = 40
KMattr = true
Version = 1.1.0
Request = GetMap
BaseUrl =
http://vm-georchestra:80/geoserver-private/ Get = true
RawKvp = {BBOX=-67.5484313964844,-16.3352603912354,-61.8826751708984,-11.089280128479, VER
SION=1.1.0, FORMAT=application/openlayers, SERVICE=WMS, HEIGHT=474, LAYERS=testsibab:lagarto_beni,
REQUEST=GetMap, STYLES=, WIDTH=512, SRS=EPSG:4326}
RequestCharset = UTF-8
20 Mar 21:14:26 INFO [geoserver.wms] -
Request: getServiceInfo
20 Mar 21:14:26 ERROR [geoserver.ows] -
org.geoserver.platform.ServiceException: Error occurred decoding the espg code EPSG%3A4326
at org.geoserver.wms.map.GetMapKvpRequestReader.read(GetMapKvpRequestReader.java:181)
at org.geoserver.wms.map.GetMapKvpRequestReader.read(GetMapKvpRequestReader.java:74)
at org.geoserver.ows.Dispatcher.parseRequestKVP(Dispatcher.java:1230)
...
i've already modified server.xml from:
<Connector port="8009" protocol="AJP/1.3" redirectPort="8443" />
to:
<Connector port="8009" protocol="AJP/1.3" redirectPort="8443" URIEncoding="UTF-8" />
and the result is the same
any tips or ideas, please?
lot of thanks in advanced
ariel