Created
September 11, 2012 02:36
-
-
Save dgmdan/3695524 to your computer and use it in GitHub Desktop.
resque-web won't start error
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
| dan@ubuntu:~$ resque-web | |
| [2012-09-10 22:34:02 -0400] Starting 'resque-web'... | |
| /home/dan/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/open-uri.rb:35:in `initialize': No such file or directory - (Errno::ENOENT) | |
| from /home/dan/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/open-uri.rb:35:in `open' | |
| from /home/dan/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/open-uri.rb:35:in `open' | |
| from /home/dan/.rvm/gems/ruby-1.9.3-p125/gems/vegas-0.1.11/lib/vegas/runner.rb:146:in `port_open?' | |
| from /home/dan/.rvm/gems/ruby-1.9.3-p125/gems/vegas-0.1.11/lib/vegas/runner.rb:160:in `check_for_running' | |
| from /home/dan/.rvm/gems/ruby-1.9.3-p125/gems/vegas-0.1.11/lib/vegas/runner.rb:108:in `start' | |
| from /home/dan/.rvm/gems/ruby-1.9.3-p125/gems/vegas-0.1.11/lib/vegas/runner.rb:77:in `initialize' | |
| from /home/dan/.rvm/gems/ruby-1.9.3-p125/gems/resque-1.22.0/bin/resque-web:13:in `new' | |
| from /home/dan/.rvm/gems/ruby-1.9.3-p125/gems/resque-1.22.0/bin/resque-web:13:in `<top (required)>' | |
| from /home/dan/.rvm/gems/ruby-1.9.3-p125/bin/resque-web:19:in `load' | |
| from /home/dan/.rvm/gems/ruby-1.9.3-p125/bin/resque-web:19:in `<main>' | |
| from /home/dan/.rvm/gems/ruby-1.9.3-p125/bin/ruby_noexec_wrapper:13:in `eval' | |
| from /home/dan/.rvm/gems/ruby-1.9.3-p125/bin/ruby_noexec_wrapper:13:in `<main>' |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is driving me nuts. I've tried rebooting, reinstalling resque and vegas and recompiling ruby. Here's a hint: this started happening after I ran out of hard drive space while a resque job was writing to a file. I made some free space but resque-web hasn't started since.