[Geoserver-users] wms: get info problem on style

Hello,

I’m using geoserver 2.3.2 as war, on tomcat 6 in ubuntu server 12.04LTS.

I’m exposing in wms and wfs a postgis view.
I’m able to see correctly the wms layer both in QGIS and in geoserver ‘layers preview’.

Without using a style (with general ‘polygon’ style) I’m able to get info from all the items in the layer.
If I set a style (sld is produced by atlastyler) I have problem on get info from a specific item (all the other
are shown correctly).

I look at the log, but no errors are reported, here below the lines produced when I click (in geoserver layer preview)
on the problematic item:

2014-08-08 10:29:42,708 INFO [geoserver.wms] -
Request: getServiceInfo
2014-08-08 10:29:42,734 INFO [geoserver.wms] -
Request: getFeatureInfo
PropertyNames = null
FeatureCount = 50
QueryLayers = [org.geoserver.wms.MapLayerInfo@anonymised.com]
GetMapRequest =
GetMap Request
version: 1.1.1
output format: image/png
width height: 928,330
bbox: ReferencedEnvelope[-326.25 : 326.25, -98.711043 : 133.320207]
layers: IGA:geothermal_nation_inoper
styles: geothermal_nation_inoper_in
Exceptions = application/vnd.ogc.se_xml
XPixel = 323
YPixel = 134
InfoFormat = text/html
Version = 1.1.1
Request = GetFeatureInfo
BaseUrl = http://repoigg.services.iit.cnr.it:80/geoserver/
Get = false
RawKvp = {INFO_FORMAT=text/html, BBOX=-326.25,-98.711043,326.25,133.320207, QUERY_LAYERS=IGA:geothermal_nation_inoper, SERVICE=WMS, HEIGHT=330, REQUEST=GetFeatureInfo, STYLES=, WIDTH=928, EXCEPTIONS=application/vnd.ogc.se_xml, FEATURE_COUNT=50, VERSION=1.1.1, FORMAT=image/png, LAYERS=IGA:geothermal_nation_inoper, Y=134, X=323, SRS=EPSG:4326}
RequestCharset = null

Can you give me a suggestion?

Regards

Eugenio