No.16783 投稿時間:2004年07月19日(Mon) 23:52 投稿者名:ひょろ URL:http://kirara.no-ip.com
お世話になりますkirara webのひょろです。
下記のように1秒間に6行のエラーログが記録されます。
過去ログ検索やグーグル検索しましたがさっぱりわかりません。
以下は何を示しているのでしょうか?
PCのリカバリ前から出ていてリカバリ後に早速試しましたが状態は同じでした。
Mon Jul 19 23:45:47 2004 Warning: Connection closed and CGI process ID=3408 still alive
Mon Jul 19 23:45:47 2004 Warning: Connection closed and CGI process ID=3500 still alive
Mon Jul 19 23:45:47 2004 Warning: Connection closed and CGI process ID=4008 still alive
Mon Jul 19 23:45:47 2004 Warning: Connection closed and CGI process ID=2596 still alive
Mon Jul 19 23:45:47 2004 Warning: Connection closed and CGI process ID=3304 still alive
Mon Jul 19 23:45:47 2004 Warning: Connection closed and CGI process ID=800 still alive
Mon Jul 19 23:45:48 2004 Warning: Connection closed and CGI process ID=3408 still alive
Mon Jul 19 23:45:48 2004 Warning: Connection closed and CGI process ID=3500 still alive
Mon Jul 19 23:45:48 2004 Warning: Connection closed and CGI process ID=4008 still alive
Mon Jul 19 23:45:48 2004 Warning: Connection closed and CGI process ID=2596 still alive
Mon Jul 19 23:45:48 2004 Warning: Connection closed and CGI process ID=3304 still alive
Mon Jul 19 23:45:48 2004 Warning: Connection closed and CGI process ID=800 still alive
Mon Jul 19 23:45:49 2004 Warning: Connection closed and CGI process ID=3408 still alive
Mon Jul 19 23:45:49 2004 Warning: Connection closed and CGI process ID=3500 still alive
Mon Jul 19 23:45:49 2004 Warning: Connection closed and CGI process ID=4008 still alive
Mon Jul 19 23:45:49 2004 Warning: Connection closed and CGI process ID=2596 still alive
Mon Jul 19 23:45:49 2004 Warning: Connection closed and CGI process ID=3304 still alive
Mon Jul 19 23:45:49 2004 Warning: Connection closed and CGI process ID=800 still alive
Mon Jul 19 23:45:50 2004 Warning: Connection closed and CGI process ID=3408 still alive
Mon Jul 19 23:45:50 2004 Warning: Connection closed and CGI process ID=3500 still alive
Mon Jul 19 23:45:50 2004 Warning: Connection closed and CGI process ID=4008 still alive
Mon Jul 19 23:45:50 2004 Warning: Connection closed and CGI process ID=2596 still alive
Mon Jul 19 23:45:50 2004 Warning: Connection closed and CGI process ID=3304 still alive
Mon Jul 19 23:45:50 2004 Warning: Connection closed and CGI process ID=800 still alive
Mon Jul 19 23:45:51 2004 Warning: Connection closed and CGI process ID=3408 still alive
Mon Jul 19 23:45:51 2004 Warning: Connection closed and CGI process ID=3500 still alive
Mon Jul 19 23:45:51 2004 Warning: Connection closed and CGI process ID=4008 still alive
Mon Jul 19 23:45:51 2004 Warning: Connection closed and CGI process ID=2596 still alive
Mon Jul 19 23:45:51 2004 Warning: Connection closed and CGI process ID=3304 still alive
Mon Jul 19 23:45:51 2004 Warning: Connection closed and CGI process ID=800 still alive
Mon Jul 19 23:45:52 2004 Warning: Connection closed and CGI process ID=800 still alive
Mon Jul 19 23:45:52 2004 Warning: Connection closed and CGI process ID=3304 still alive
Mon Jul 19 23:45:52 2004 Warning: Connection closed and CGI process ID=2596 still alive
Mon Jul 19 23:45:52 2004 Warning: Connection closed and CGI process ID=4008 still alive
Mon Jul 19 23:45:52 2004 Warning: Connection closed and CGI process ID=3500 still alive
Mon Jul 19 23:45:52 2004 Warning: Connection closed and CGI process ID=3408 still alive
Mon Jul 19 23:45:53 2004 Warning: Connection closed and CGI process ID=800 still alive
Mon Jul 19 23:45:53 2004 Warning: Connection closed and CGI process ID=3304 still alive
Mon Jul 19 23:45:53 2004 Warning: Connection closed and CGI process ID=2596 still alive
Mon Jul 19 23:45:53 2004 Warning: Connection closed and CGI process ID=4008 still alive
Mon Jul 19 23:45:53 2004 Warning: Connection closed and CGI process ID=3500 still alive
Mon Jul 19 23:45:53 2004 Warning: Connection closed and CGI process ID=3408 still alive
No.16785 投稿時間:2004年07月20日(Tue) 00:43 投稿者名:APACHE URL:
環境わからないのでとりあえず外れてても怒らんといてな。
おそらくAnhttpdでスレッド数の上限に引っかかっているのではないでしょうか?
#初期値:50
タスクマネージャーのスレッド数を監視して50に達するようならおそらくこれです。
No.16790 投稿時間:2004年07月20日(Tue) 10:09 投稿者名:松元 URL:
検索してみたら1つだけヒットしました。
http://homepage1.nifty.com/yito/namazu/gbook/20030112.0826.html
APACHE氏と同じスレッド数の上限の話をされています。まずこのあたりから。
英文をそのまま見ますと、CGIが動作しているのに接続が切られた。と書いてあります。
ですから、誰かがCGIを呼び出してCGIがアンサーを返す前に切れた。
CGIが無限ループや大量吐き出しなどで時間がかかり、受け側でタイムアウトした
などが考えられます。
UNIXだとパイプブロークンがかかって何も問題ないのですがWindowsだと問題になるかも知れません
Warning:なので動作そのものには影響ないのでしょう。
原因を探るならどのようなアクセスがあった場合この状態になるかをしっかり調べる必要があります
No.16833 投稿時間:2004年07月23日(Fri) 22:03 投稿者名:ひょろ URL:http://kirara.no-ip.com
APACHE様 松元様
ありがとうございます。
タスクマネージャのプロセスで問題の状況がまさに出ている状況時にスレッド数を見ましたが一桁で問題ありませんでした。
どうやらANHTTPDを起動してから数時間後に発生するようでいったん連発しだすと1秒間に6行のエラーログが記録される症状が止まらなくなります。
ところが、当方1日1回のサーバーの自動再起動をしているのですが、24時間まったく症状が出ないこともあります。
とにかくどういったケースの時に発生するのかを検証中ですので、何かわかりましたらもた御報告させていただきたくよろしくです。