2012-09-11 86 views
0

運行時出現此錯誤resque-web。我試過重新啓動,重新安裝resque和拉斯維加斯並重新編譯ruby。這在硬盤空間耗盡而複製作業正在寫入文件時發生。我做了一些免費空間,但resque-web從那以後纔開始。嘗試運行resque-web時出錯

[email protected]:~$ 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>' 

回答

0

我不得不做rm /home/dan/.vegas/resque_web/resque_web.url現在開始。