I'm just tailing the stderr.log file and I get the following every few minutes appended to the logs:
==> ./stderr.log <==
/usr/lib64/ruby/1.8/test/unit/ui/console/testrunner.rb:108:in `flush': Broken pipe (Errno::EPIPE)
from /usr/lib64/ruby/1.8/test/unit/ui/console/testrunner.rb:108:in `output'
from /usr/lib64/ruby/1.8/test/unit/ui/console/testrunner.rb:51:in `setup_mediator'
from /usr/lib64/ruby/1.8/test/unit/ui/console/testrunner.rb:39:in `start'
from /usr/lib64/ruby/1.8/test/unit/ui/testrunnerutilities.rb:29:in `run'
from /usr/lib64/ruby/1.8/test/unit/autorunner.rb:200:in `run'
from /usr/lib64/ruby/1.8/test/unit/autorunner.rb:13:in `run'
from /usr/lib64/ruby/1.8/test/unit.rb:278
from /usr/local/lsws/fcgi-bin/RailsRunner.rb:13
It was preceeded by the following one time, which makes me think it has something to do with when ruby processes are being shut down:
==> ./error.log <==
2007-02-05 09:38:10.095 [NOTICE] [Railsnautopilot.com:/] stop worker processes
I also get the following warning whenever I restart LSWS:
==> ./stderr.log <==
/usr/lib64/ruby/gems/1.8/gems/ruby-lsapi-1.13/lib/lsapi.so: warning: already initialized constant ENV
Most of these are probably warnings, but I figured that I would mention them in case they were representative of larger underlying problems. At the very least if they were silenced when real errors do occur they would be easier to notice.
==> ./stderr.log <==
/usr/lib64/ruby/1.8/test/unit/ui/console/testrunner.rb:108:in `flush': Broken pipe (Errno::EPIPE)
from /usr/lib64/ruby/1.8/test/unit/ui/console/testrunner.rb:108:in `output'
from /usr/lib64/ruby/1.8/test/unit/ui/console/testrunner.rb:51:in `setup_mediator'
from /usr/lib64/ruby/1.8/test/unit/ui/console/testrunner.rb:39:in `start'
from /usr/lib64/ruby/1.8/test/unit/ui/testrunnerutilities.rb:29:in `run'
from /usr/lib64/ruby/1.8/test/unit/autorunner.rb:200:in `run'
from /usr/lib64/ruby/1.8/test/unit/autorunner.rb:13:in `run'
from /usr/lib64/ruby/1.8/test/unit.rb:278
from /usr/local/lsws/fcgi-bin/RailsRunner.rb:13
It was preceeded by the following one time, which makes me think it has something to do with when ruby processes are being shut down:
==> ./error.log <==
2007-02-05 09:38:10.095 [NOTICE] [Railsnautopilot.com:/] stop worker processes
I also get the following warning whenever I restart LSWS:
==> ./stderr.log <==
/usr/lib64/ruby/gems/1.8/gems/ruby-lsapi-1.13/lib/lsapi.so: warning: already initialized constant ENV
Most of these are probably warnings, but I figured that I would mention them in case they were representative of larger underlying problems. At the very least if they were silenced when real errors do occur they would be easier to notice.