Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

“bundle exec rake daemons:start” now giving a “: No such file or directory” error #29

Open
tawanda-kembo opened this issue Feb 3, 2016 · 0 comments

Comments

@tawanda-kembo
Copy link

0
down vote
favorite
I have a Ruby on Rails app that depends on a number of daemons to work properly. It was working fine but I can't figure out what I changed to make it stop working. Now when I run the following command:

$ bundle exec rake daemons:start
I get the following error:

/home/deploy/bitcoinfundi/current/vendor/bundle/ruby/2.2.0/gems/figaro-1.1.1/lib/figaro/application.rb:84:in `non_string_configuration!' : WARNING: Use strings for Figaro configuration. 60 was converted to "60". (StandardWarning)
/home/deploy/bitcoinfundi/current/vendor/bundle/ruby/2.2.0/gems/figaro-1.1.1/lib/figaro/application.rb:84:in `non_string_configuration!' : WARNING: Use strings for Figaro configuration. 587 was converted to "587". (StandardWarning)
/home/deploy/bitcoinfundi/current/vendor/bundle/ruby/2.2.0/gems/figaro-1.1.1/lib/figaro/application.rb:84:in `non_string_configuration!' : WARNING: Use strings for Figaro configuration. 8080 was converted to "8080". (StandardWarning)
/home/deploy/bitcoinfundi/current/vendor/bundle/ruby/2.2.0/gems/figaro-1.1.1/lib/figaro/application.rb:84:in `non_string_configuration!' : WARNING: Use strings for Figaro configuration. 4567 was converted to "4567". (StandardWarning)
/home/deploy/bitcoinfundi/current/vendor/bundle/ruby/2.2.0/gems/figaro-1.1.1/lib/figaro/application.rb:84:in `non_string_configuration!' : WARNING: Use strings for Figaro configuration. 8080 was converted to "8080". (StandardWarning)
/home/deploy/bitcoinfundi/current/vendor/bundle/ruby/2.2.0/gems/figaro-1.1.1/lib/figaro/application.rb:84:in `non_string_configuration!' : WARNING: Use strings for Figaro configuration. 8080 was converted to "8080". (StandardWarning)
/home/deploy/bitcoinfundi/current/vendor/bundle/ruby/2.2.0/gems/figaro-1.1.1/lib/figaro/application.rb:84:in `non_string_configuration!' : WARNING: Use strings for Figaro configuration. true was converted to "true". (StandardWarning)
/home/deploy/bitcoinfundi/current/vendor/bundle/ruby/2.2.0/gems/figaro-1.1.1/lib/figaro/application.rb:84:in `non_string_configuration!' : WARNING: Use strings for Figaro configuration. 15129007520 was converted to "15129007520". (StandardWarning)
/home/deploy/bitcoinfundi/current/vendor/bundle/ruby/2.2.0/gems/figaro-1.1.1/lib/figaro/application.rb:84:in `non_string_configuration!' : WARNING: Use strings for Figaro configuration. false was converted to "false". (StandardWarning)
/home/deploy/bitcoinfundi/current/vendor/bundle/ruby/2.2.0/gems/figaro-1.1.1/lib/figaro/application.rb:84:in `non_string_configuration!' : WARNING: Use strings for Figaro configuration. 3820920586 was converted to "3820920586". (StandardWarning)
/home/deploy/bitcoinfundi/current/vendor/bundle/ruby/2.2.0/gems/figaro-1.1.1/lib/figaro/application.rb:84:in `non_string_configuration!' : WARNING: Use strings for Figaro configuration. false was converted to "false". (StandardWarning)
: No such file or directory

If it helps the only thing I suspect could have cause this was upgrading the the rails gem from version 4.1.25 to version 4.2.5 - but I'm not sure whether this could be the cause. How can I troubleshoot this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant