Skip to content

Instantly share code, notes, and snippets.

@pccowboy
Created June 5, 2012 00:15
Show Gist options
  • Save pccowboy/2871640 to your computer and use it in GitHub Desktop.
Save pccowboy/2871640 to your computer and use it in GitHub Desktop.
Error when trying to save a new compute host.
ESC[1mESC[36mImage Load (0.2ms)ESC[0m ESC[1mSELECT `images`.* FROM `images` WHERE `images`.`uuid` = 'ami-0d32e364' LIMIT 1ESC[0m
ESC[1mESC[35mSQL (0.2ms)ESC[0m SELECT 1 FROM `architectures` INNER JOIN `architectures_operatingsystems` ON `architectures`.id = `architectures_ope
ratingsystems`.architecture_id WHERE `architectures`.`id` = 1 AND (`architectures_operatingsystems`.operatingsystem_id = 1 ) LIMIT 1
Adding Compute instance for test-das-1.int.sugarinc.com
ESC[1mESC[36mKeyPair Load (0.4ms)ESC[0m ESC[1mSELECT `key_pairs`.* FROM `key_pairs` WHERE (`key_pairs`.compute_resource_id = 2) LIMIT 1ESC[0m
Rolling back due to a problem: Settings up compute instance test-das-1.int.sugarinc.com 1 failed test-das-1.int.sugarinc.comsetCompute
ESC[1mESC[35mSQL (0.2ms)ESC[0m ROLLBACK
Failed to save:
Rendered hosts/_progress.erb (0.2ms)
I did delete and re-enter the compute resource, and the 'Virtual Machines' page for the compute resource shows all our instances.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment