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

Clone command should not write to temp file #208

Open ccloes-intuit opened 11 years ago

ccloes-intuit commented 11 years ago

Clone threw an error which we believe is related to writing to a temp file during clone. This should be done in memory.

Tommy Bishop: 2013-09-11 14:42:11 -0700 INFO : Creating Cloud Formation stack ssp-pod-1-e2e-1-elb-api-1. /Users/pandhale/.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 /Users/pandhale/.rvm/rubies/ruby-1.9.3-p392/lib/ruby/1.9.1/json/common.rb:148:innew' from /Users/pandhale/.rvm/rubies/ruby-1.9.3-p392/lib/ruby/1.9.1/json/common.rb:148:in parse' from /Users/pandhale/.rvm/gems/ruby-1.9.3-p392/gems/simple_deploy-0.7.5/lib/simple_deploy/stack/stack_creator.rb:33:inread_parameters_from_template' from /Users/pandhale/.rvm/gems/ruby-1.9.3-p392/gems/simple_deploy-0.7.5/lib/simple_deploy/stack/stack_creator.rb:40:in read_parameters_from_entry' from /Users/pandhale/.rvm/gems/ruby-1.9.3-p392/gems/simple_deploy-0.7.5/lib/simple_deploy/stack/stack_creator.rb:17:increate' from /Users/pandhale/.rvm/gems/ruby-1.9.3-p392/gems/simple_deploy-0.7.5/lib/simple_deploy/stack.rb:32:in create' from /Users/pandhale/.rvm/gems/ruby-1.9.3-p392/gems/simple_deploy-0.7.5/lib/simple_deploy/cli/clone.rb:53:inblock in clone' from /Users/pandhale/.rvm/gems/ruby-1.9.3-p392/gems/simple_deploy-0.7.5/lib/simple_deploy/cli/shared.rb:43:in rescue_exceptions_and_exit' from /Users/pandhale/.rvm/gems/ruby-1.9.3-p392/gems/simple_deploy-0.7.5/lib/simple_deploy/cli/clone.rb:52:inclone' from /Users/pandhale/.rvm/gems/ruby-1.9.3-p392/gems/simple_deploy-0.7.5/lib/simple_deploy/cli.rb:33:in start' from /Users/pandhale/.rvm/gems/ruby-1.9.3-p392/gems/simple_deploy-0.7.5/bin/simple_deploy:6:in<top (required)>' from /Users/pandhale/.rvm/gems/ruby-1.9.3-p392/bin/simple_deploy:19:in load' from /Users/pandhale/.rvm/gems/ruby-1.9.3-p392/bin/simple_deploy:19:in

' from /Users/pandhale/.rvm/gems/ruby-1.9.3-p392/bin/ruby_noexec_wrapper:14:in eval' from /Users/pandhale/.rvm/gems/ruby-1.9.3-p392/bin/ruby_noexec_wrapper:14:in
'