2
| Error 2012-10-29 14:51:19,847 [http-bio-8443-exec-3] ERROR http11.Http11Processor  - Error processing request
Message: An attempt was made to write more data to the response headers than there was room available in the buffer. Increase maxHttpHeaderSize on the connector or write less data into the response headers.
   Line | Method
->> 886 | runTask in java.util.concurrent.ThreadPoolExecutor$Worker
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
|   908 | run     in     ''
^   680 | run . . in java.lang.Thread
| Error 2012-10-29 14:51:19,850 [http-bio-8443-exec-3] ERROR http11.Http11Processor  - Error finishing response
Message: An attempt was made to write more data to the response headers than there was room available in the buffer. Increase maxHttpHeaderSize on the connector or write less data into the response headers.
   Line | Method
->> 886 | runTask in java.util.concurrent.ThreadPoolExecutor$Worker
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
|   908 | run     in     ''
^   680 | run . . in java.lang.Thread

这在我的本地开发环境( grails run-app -https)中非常随机地发生。不管是什么浏览器。

我在 Mac OSX 上使用以下插件运行 Grails 2.1.0:

aws-sdk             1.3.12           --  AWS SDK Grails Plugin
cookie-session      0.1.2            --  Cookie Session Plugin
hibernate           2.1.0            --  Hibernate for Grails
jquery              1.7.1            --  JQuery for Grails
jquery-ui           1.8.15           --  jQuery UI resources
mail                1.0              --  Provides Mail support to a running Grails application
newrelic            0.1              --  Newrelic Plugin
qrcode              0.3              --  QR Code plugin
quartz              1.0-RC2          --  Quartz plugin for Grails
resources           1.1.6            --  Resources
spring-security-core1.2.7.3          --  Spring Security Core Plugin
tomcat              2.1.0            --  Apache Tomcat plugin for Grails
webxml              1.4.1            --  WebXmlConfig

有什么想法可能导致这种情况吗?

编辑: 注意到当浏览器被转发到 j_spring_security_check 时,这似乎发生在登录(Spring 安全登录表单)之后。使用 Chrome 和 Firefox,可以通过重置浏览器来暂时阻止这种情况的发生。IE 的行为并不相似,而是不断给出此错误(该错误仅在 grails 控制台中显示)。

有一些东西填满了标题。可能是cookie-session插件?

4

0 回答 0