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 コンソールにのみ表示されます)。

ヘッダーを埋めるものがあります。おそらくクッキーセッションプラグイン?

4

0 に答える 0