intuit / simple_deploy

Maintenance Mode - Simple Deploy is an opinionated CLI tool for managing AWS Cloud Formation Stacks.
MIT License
64 stars 22 forks source link

throws stack errors when trying to clone EIP stack #196

Open keviny22 opened 11 years ago

keviny22 commented 11 years ago
simple_deploy clone -e lc_preprod -s lc-pod-2-dev-1-solr-master-eip-1 -n lc-pod-2-dev-1-solr-master-eip-5
2013-08-07 23:47:20 -0700 INFO : Creating Cloud Formation stack lc-pod-2-dev-1-solr-master-eip-5.
/home/kyoung/.rvm/rubies/ruby-1.9.3-p392/lib/ruby/1.9.1/json/common.rb:148:in `initialize': A JSON text must at least contain two octets! (JSON::ParserError)
        from /home/kyoung/.rvm/rubies/ruby-1.9.3-p392/lib/ruby/1.9.1/json/common.rb:148:in `new'
        from /home/kyoung/.rvm/rubies/ruby-1.9.3-p392/lib/ruby/1.9.1/json/common.rb:148:in `parse'
        from /home/kyoung/AWS/simple_deploy/lib/simple_deploy/stack/stack_creator.rb:33:in `read_parameters_from_template'
        from /home/kyoung/AWS/simple_deploy/lib/simple_deploy/stack/stack_creator.rb:40:in `read_parameters_from_entry'
        from /home/kyoung/AWS/simple_deploy/lib/simple_deploy/stack/stack_creator.rb:17:in `create'
        from /home/kyoung/AWS/simple_deploy/lib/simple_deploy/stack.rb:32:in `create'
        from /home/kyoung/AWS/simple_deploy/lib/simple_deploy/cli/clone.rb:53:in `block in clone'
        from /home/kyoung/AWS/simple_deploy/lib/simple_deploy/cli/shared.rb:43:in `rescue_exceptions_and_exit'
        from /home/kyoung/AWS/simple_deploy/lib/simple_deploy/cli/clone.rb:52:in `clone'
        from /home/kyoung/AWS/simple_deploy/lib/simple_deploy/cli.rb:33:in `start'
        from /home/kyoung/AWS/simple_deploy/bin/simple_deploy:6:in `<top (required)>'
        from /home/kyoung/.rvm/gems/ruby-1.9.3-p392/bin/simple_deploy:19:in `load'
        from /home/kyoung/.rvm/gems/ruby-1.9.3-p392/bin/simple_deploy:19:in `<main>'
        from /home/kyoung/.rvm/gems/ruby-1.9.3-p392/bin/ruby_noexec_wrapper:14:in `eval'
        from /home/kyoung/.rvm/gems/ruby-1.9.3-p392/bin/ruby_noexec_wrapper:14:in `<main>'