Created
August 8, 2010 23:28
-
-
Save deathbob/514689 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| master>script/delayed_job start | |
| delayed_job: process with pid 7964 started. | |
| master>ps aux | grep 7964 | |
| master>script/delayed_job run | |
| /Library/Ruby/Gems/1.8/gems/activesupport-3.0.0.rc/lib/active_support/buffered_logger.rb:108:in `write': closed stream (IOError) | |
| from /Library/Ruby/Gems/1.8/gems/activesupport-3.0.0.rc/lib/active_support/buffered_logger.rb:108:in `flush' | |
| from /Library/Ruby/Gems/1.8/gems/activesupport-3.0.0.rc/lib/active_support/buffered_logger.rb:101:in `synchronize' | |
| from /Library/Ruby/Gems/1.8/gems/activesupport-3.0.0.rc/lib/active_support/buffered_logger.rb:101:in `flush' | |
| from /Library/Ruby/Gems/1.8/gems/activesupport-3.0.0.rc/lib/active_support/buffered_logger.rb:125:in `auto_flush' | |
| from /Library/Ruby/Gems/1.8/gems/activesupport-3.0.0.rc/lib/active_support/buffered_logger.rb:66:in `add' | |
| from /Library/Ruby/Gems/1.8/gems/activesupport-3.0.0.rc/lib/active_support/buffered_logger.rb:77:in `fatal' | |
| from /Library/Ruby/Gems/1.8/gems/delayed_job-2.1.0.pre/lib/delayed/command.rb:101:in `run' | |
| from /Library/Ruby/Gems/1.8/gems/delayed_job-2.1.0.pre/lib/delayed/command.rb:78:in `run_process' | |
| from /Library/Ruby/Gems/1.8/gems/daemons-1.1.0/lib/daemons/application.rb:250:in `call' | |
| from /Library/Ruby/Gems/1.8/gems/daemons-1.1.0/lib/daemons/application.rb:250:in `start_proc' | |
| from /Library/Ruby/Gems/1.8/gems/daemons-1.1.0/lib/daemons/application.rb:261:in `call' | |
| from /Library/Ruby/Gems/1.8/gems/daemons-1.1.0/lib/daemons/application.rb:261:in `start_proc' | |
| from /Library/Ruby/Gems/1.8/gems/daemons-1.1.0/lib/daemons/application.rb:294:in `start' | |
| from /Library/Ruby/Gems/1.8/gems/daemons-1.1.0/lib/daemons/controller.rb:73:in `run' | |
| from /Library/Ruby/Gems/1.8/gems/daemons-1.1.0/lib/daemons.rb:193:in `run_proc' | |
| from /Library/Ruby/Gems/1.8/gems/daemons-1.1.0/lib/daemons/cmdline.rb:112:in `call' | |
| from /Library/Ruby/Gems/1.8/gems/daemons-1.1.0/lib/daemons/cmdline.rb:112:in `catch_exceptions' | |
| from /Library/Ruby/Gems/1.8/gems/daemons-1.1.0/lib/daemons.rb:192:in `run_proc' | |
| from /Library/Ruby/Gems/1.8/gems/delayed_job-2.1.0.pre/lib/delayed/command.rb:77:in `run_process' | |
| from /Library/Ruby/Gems/1.8/gems/delayed_job-2.1.0.pre/lib/delayed/command.rb:71:in `daemonize' | |
| from /Library/Ruby/Gems/1.8/gems/delayed_job-2.1.0.pre/lib/delayed/command.rb:69:in `times' | |
| from /Library/Ruby/Gems/1.8/gems/delayed_job-2.1.0.pre/lib/delayed/command.rb:69:in `daemonize' | |
| from script/delayed_job:5 | |
| master>ruby -v | |
| ruby 1.8.7 (2009-06-12 patchlevel 174) [universal-darwin10.0] | |
| master>sw_vers | |
| ProductName: Mac OS X | |
| ProductVersion: 10.6.4 | |
| BuildVersion: 10F569 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment