[Geoserver-users] Mime type error in Geoserver

Hi,

I'm working with OpenLayers2.7 and Geoserver 1.6.2.

When i execute a WFS GetFeature, sometimes i've got this error in Geoserver
log:

Request: getFeature
  handle = null
  service = WFS
  version = 1.1.0
  baseUrl = http://10.112.80.32:8080/Geoserver/
  query = [.........................................................]
  maxFeatures = null
  outputFormat = text/xml; subtype=gml/3.1.1
  resultType = results
  traverseXlinkDepth = null
  traverseXlinkExpiry = null

Result:
2009-02-09 11:26:43,081 WARN [org.geoserver.filters] - Mime type was not set
before first write!
2009-02-09 11:26:43,081 INFO [org.geoserver.filters] - Not compressing
output for mimetype: null
2009-02-09 11:26:43,081 INFO [org.geoserver.filters] - 10.112.87.137 "POST
/Geoserver/wfs" took 546ms

Can anyone tell what could be causing this error?

Thanks,
T Vieira
--
View this message in context: http://www.nabble.com/Mime-type-error-in-Geoserver-tp21911170p21911170.html
Sent from the GeoServer - User mailing list archive at Nabble.com.

T. Vieira ha scritto:

Hi,

I'm working with OpenLayers2.7 and Geoserver 1.6.2.

When i execute a WFS GetFeature, sometimes i've got this error in Geoserver
log:

Request: getFeature
  handle = null
  service = WFS
  version = 1.1.0
  baseUrl = http://10.112.80.32:8080/Geoserver/
  query = [.........................................................]
  maxFeatures = null
  outputFormat = text/xml; subtype=gml/3.1.1
  resultType = results
  traverseXlinkDepth = null
  traverseXlinkExpiry = null

Result:
2009-02-09 11:26:43,081 WARN [org.geoserver.filters] - Mime type was not set
before first write!
2009-02-09 11:26:43,081 INFO [org.geoserver.filters] - Not compressing
output for mimetype: null
2009-02-09 11:26:43,081 INFO [org.geoserver.filters] - 10.112.87.137 "POST
/Geoserver/wfs" took 546ms

Can anyone tell what could be causing this error?

It's the gzip compression filter that has probably a detection bug...
which in turn means the output is not getting gzip compressed on the
fly, which is bad for performance on wide area networks.

Can you open a bug report on jira.codehaus.org?
Cheers
Andrea

--
Andrea Aime
OpenGeo - http://opengeo.org
Expert service straight from the developers.

Ok,

Bug report created.
Key: GEOS-2616

T Vieira

Andrea Aime-4 wrote:

T. Vieira ha scritto:

Hi,

I'm working with OpenLayers2.7 and Geoserver 1.6.2.

When i execute a WFS GetFeature, sometimes i've got this error in
Geoserver
log:

Request: getFeature
  handle = null
  service = WFS
  version = 1.1.0
  baseUrl = http://10.112.80.32:8080/Geoserver/
  query = [.........................................................]
  maxFeatures = null
  outputFormat = text/xml; subtype=gml/3.1.1
  resultType = results
  traverseXlinkDepth = null
  traverseXlinkExpiry = null

Result:
2009-02-09 11:26:43,081 WARN [org.geoserver.filters] - Mime type was not
set
before first write!
2009-02-09 11:26:43,081 INFO [org.geoserver.filters] - Not compressing
output for mimetype: null
2009-02-09 11:26:43,081 INFO [org.geoserver.filters] - 10.112.87.137
"POST
/Geoserver/wfs" took 546ms

Can anyone tell what could be causing this error?

It's the gzip compression filter that has probably a detection bug...
which in turn means the output is not getting gzip compressed on the
fly, which is bad for performance on wide area networks.

Can you open a bug report on jira.codehaus.org?
Cheers
Andrea

--
Andrea Aime
OpenGeo - http://opengeo.org
Expert service straight from the developers.

------------------------------------------------------------------------------
Create and Deploy Rich Internet Apps outside the browser with
Adobe(R)AIR(TM)
software. With Adobe AIR, Ajax developers can use existing skills and code
to
build responsive, highly engaging applications that combine the power of
local
resources and data with the reach of the web. Download the Adobe AIR SDK
and
Ajax docs to start building applications
today-http://p.sf.net/sfu/adobe-com
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

--
View this message in context: http://www.nabble.com/Mime-type-error-in-Geoserver-tp21911170p21915076.html
Sent from the GeoServer - User mailing list archive at Nabble.com.