Opened 12 years ago

Last modified 12 years ago

#801 new defect

"NetworkError: 413 FULL head" error using mvn jetty:run (development)

Reported by: jeanpommier Owned by: geonetwork-devel@…
Priority: minor Milestone: v2.8.0
Component: General Version:
Keywords: jetty memory Cc:

Description

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)

Attachments (1)

web_pom.xml.patch (791 bytes ) - added by jeanpommier 12 years ago.

Download all attachments as: .zip

Change History (3)

by jeanpommier, 12 years ago

Attachment: web_pom.xml.patch added

comment:1 by fxp, 12 years ago

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.

comment:2 by ianwallen, 12 years ago

Milestone: v2.7.0v2.8.0
Note: See TracTickets for help on using tickets.