joelmoss / strano

Capistrano and Github sittin' in a tree...
http://developwithstyle.com
MIT License
579 stars 70 forks source link

'Stack Level Too Deep' error on all tasks. #28

Open adamstrawson opened 11 years ago

adamstrawson commented 11 years ago

*** stack level too deep
    /usr/local/rvm/gems/ruby-1.9.3-p194@strano/gems/capistrano-2.13.3/lib/capistrano/configuration/loading.rb:93

User Story:

When I select a project, and click 'Deploy Now', I start the task and see the message 'Your new job is being processed...'

Shortly after, the page redirects to the results page, with a 'Failed' status, and inside the results dialog shows the above 'Stack level too deep' error.


This error occurs on all capistrano tasks I perform, and on all projects..

This is a fresh install of strano. Debian 6.0.5 (Squeeze) Ruby 1.9.3 Rails 3.2.2

The projects are using capistrano scripts that are used daily in production, so no issues with them.

I've tried to troubleshoot, but my Rails skills are limited.

Any other info I can provide, let me know.