[GeoNetwork-devel] [GeoNetwork opensource Developer website] #801: "NetworkError: 413 FULL head" error using mvn jetty:run (development)

#801: "NetworkError: 413 FULL head" error using mvn jetty:run (development)
--------------------------+-------------------------------------------------
Reporter: jeanpommier | Owner: geonetwork-devel@…
     Type: defect | Status: new
Priority: minor | Milestone: v2.7.0
Component: General | Version:
Keywords: jetty memory |
--------------------------+-------------------------------------------------
Lately, i had regular such errors, that prevent the application from
working properly.
It seems to be caused by ExtJs storing data (elements position, etc) in a
cookie. This cookie's size increases, and oversize Jetty's memory for
cookies (4k by default)
Increasing this dedicated memory to 16k resolves the pb (adding a tag
<headerBufferSize>16384</headerBufferSize> in web/pom.xml)

--
Ticket URL: <http://trac.osgeo.org/geonetwork/ticket/801&gt;
GeoNetwork opensource Developer website <http://sourceforge.net/projects/geonetwork/&gt;
GeoNetwork opensource is a standards based, Free and Open Source catalog application to manage spatially referenced resources through the web. It provides powerful metadata editing and search functions as well as an embedded interactive web map viewer. This website contains information related to the development of the software.

#801: "NetworkError: 413 FULL head" error using mvn jetty:run (development)
--------------------------+-------------------------------------------------
Reporter: jeanpommier | Owner: geonetwork-devel@…
     Type: defect | Status: new
Priority: minor | Milestone: v2.7.0
Component: General | Version:
Keywords: jetty memory |
--------------------------+-------------------------------------------------

Comment(by fxp):

Thanks for the info Jean. I've also get that issue and cleaning browser's
cookies also solved the issue. We should investigate more on why the size
of the cookie increase.

--
Ticket URL: <http://trac.osgeo.org/geonetwork/ticket/801#comment:1&gt;
GeoNetwork opensource Developer website <http://sourceforge.net/projects/geonetwork/&gt;
GeoNetwork opensource is a standards based, Free and Open Source catalog application to manage spatially referenced resources through the web. It provides powerful metadata editing and search functions as well as an embedded interactive web map viewer. This website contains information related to the development of the software.

#801: "NetworkError: 413 FULL head" error using mvn jetty:run (development)
--------------------------+-------------------------------------------------
Reporter: jeanpommier | Owner: geonetwork-devel@…
     Type: defect | Status: new
Priority: minor | Milestone: v2.8.0
Component: General | Version:
Keywords: jetty memory |
--------------------------+-------------------------------------------------
Changes (by ianwallen):

  * milestone: v2.7.0 => v2.8.0

--
Ticket URL: <http://trac.osgeo.org/geonetwork/ticket/801#comment:2&gt;
GeoNetwork opensource Developer website <http://sourceforge.net/projects/geonetwork/&gt;
GeoNetwork opensource is a standards based, Free and Open Source catalog application to manage spatially referenced resources through the web. It provides powerful metadata editing and search functions as well as an embedded interactive web map viewer. This website contains information related to the development of the software.