[tsaleh@tardis:~/code/liveworld-seattle multitenant ∴ ] panel_reset * About to connect() to localhost port 8080 (#0) * Trying ::1... Connection refused * Trying fe80::1... Connection refused * Trying 127.0.0.1... connected * Connected to localhost (127.0.0.1) port 8080 (#0) > POST /admin/system-cache.jsp HTTP/1.1 > User-Agent: curl/7.16.3 (powerpc-apple-darwin9.0) libcurl/7.16.3 OpenSSL/0.9.7l zlib/1.2.3 > Host: localhost:8080 > Accept: */* > Content-Length: 318 > Content-Type: application/x-www-form-urlencoded > < HTTP/1.1 302 Moved Temporarily < Server: Apache-Coyote/1.1 < Set-Cookie: JSESSIONID=56CB8E55C93588F6A3248ADE055A83DB; Path=/ < Location: http://localhost:8080/admin/system-cache.jsp < Content-Type: text/html;charset=UTF-8 < Content-Length: 0 < Date: Tue, 26 May 2009 18:13:14 GMT < * Connection #0 to host localhost left intact * Closing connection #0 (in /Users/tsaleh/code/liveworld-panel) ** Invoke db:bootstrap (first_time) ** Invoke environment (first_time) ** Execute environment ** Execute db:bootstrap *** Make sure you have reset seattle API before bootstrapping *** Dropping and recreating tables for all environments... ** Invoke db:drop (first_time) ** Invoke db:load_config (first_time) ** Invoke rails_env (first_time) ** Execute rails_env ** Execute db:load_config ** Execute db:drop ** Invoke db:create (first_time) ** Invoke db:load_config ** Execute db:create ** Invoke db:schema:load (first_time) ** Invoke environment ** Execute db:schema:load -- create_table("accounts", {:force=>true}) -> 0.0199s -- add_index("accounts", ["full_domain"], {:name=>"index_accounts_on_full_domain"}) -> 0.0077s -- create_table("metrics_entries", {:force=>true}) -> 0.0046s -- add_index("metrics_entries", ["account_id"], {:name=>"index_metrics_entries_on_account_id"}) -> 0.0389s -- add_index("metrics_entries", ["fingerprint"], {:name=>"index_metrics_entries_on_fingerprint"}) -> 0.0094s -- add_index("metrics_entries", ["request_id"], {:name=>"index_metrics_entries_on_request_id"}) -> 0.0081s -- add_index("metrics_entries", ["tenant_id"], {:name=>"index_metrics_entries_on_tenant_id"}) -> 0.0134s -- create_table("password_resets", {:force=>true}) -> 0.0119s -- create_table("skins", {:force=>true}) -> 0.0110s -- add_index("skins", ["account_id"], {:name=>"index_skins_on_account_id"}) -> 0.0113s -- create_table("subscription_discounts", {:force=>true}) -> 0.0037s -- create_table("subscription_payments", {:force=>true}) -> 0.0108s -- add_index("subscription_payments", ["account_id"], {:name=>"index_subscription_payments_on_account_id"}) -> 0.0165s -- add_index("subscription_payments", ["subscription_id"], {:name=>"index_subscription_payments_on_subscription_id"}) -> 0.0075s -- create_table("subscription_plans", {:force=>true}) -> 0.0038s -- create_table("subscriptions", {:force=>true}) -> 0.0078s -- add_index("subscriptions", ["account_id"], {:name=>"index_subscriptions_on_account_id"}) -> 0.0085s -- create_table("tenant_configs", {:force=>true}) -> 0.0593s -- add_index("tenant_configs", ["account_id"], {:name=>"index_tenant_configs_on_account_id"}) -> 0.0116s -- create_table("users", {:force=>true}) -> 0.0049s -- add_index("users", ["account_id"], {:name=>"index_users_on_account_id"}) -> 0.0074s -- initialize_schema_migrations_table() -> 0.0097s -- assume_migrated_upto_version(20090410205156) -> 0.0027s ** Invoke sample_accounts:create (first_time) ** Invoke environment ** Execute sample_accounts:create Loading data... ** Invoke spec:db:fixtures:load (first_time) ** Invoke environment ** Execute spec:db:fixtures:load rake aborted! Could not remove configuration settings from remote server. /Users/tsaleh/code/liveworld-panel/app/models/tenant_config.rb:78:in `delete_remote_config' /Users/tsaleh/code/liveworld-panel/vendor/rails/activesupport/lib/active_support/callbacks.rb:178:in `send' /Users/tsaleh/code/liveworld-panel/vendor/rails/activesupport/lib/active_support/callbacks.rb:178:in `evaluate_method' /Users/tsaleh/code/liveworld-panel/vendor/rails/activesupport/lib/active_support/callbacks.rb:166:in `call' /Users/tsaleh/code/liveworld-panel/vendor/rails/activesupport/lib/active_support/callbacks.rb:93:in `run' /Users/tsaleh/code/liveworld-panel/vendor/rails/activesupport/lib/active_support/callbacks.rb:92:in `each' /Users/tsaleh/code/liveworld-panel/vendor/rails/activesupport/lib/active_support/callbacks.rb:92:in `send' /Users/tsaleh/code/liveworld-panel/vendor/rails/activesupport/lib/active_support/callbacks.rb:92:in `run' /Users/tsaleh/code/liveworld-panel/vendor/rails/activesupport/lib/active_support/callbacks.rb:276:in `run_callbacks' /Users/tsaleh/code/liveworld-panel/vendor/rails/activerecord/lib/active_record/callbacks.rb:344:in `callback' /Users/tsaleh/code/liveworld-panel/vendor/rails/activerecord/lib/active_record/callbacks.rb:336:in `destroy_without_transactions' /Users/tsaleh/code/liveworld-panel/vendor/rails/activerecord/lib/active_record/transactions.rb:229:in `send' /Users/tsaleh/code/liveworld-panel/vendor/rails/activerecord/lib/active_record/transactions.rb:229:in `with_transaction_returning_status' /Users/tsaleh/code/liveworld-panel/vendor/rails/activerecord/lib/active_record/connection_adapters/abstract/database_statements.rb:136:in `transaction' /Users/tsaleh/code/liveworld-panel/vendor/rails/activerecord/lib/active_record/transactions.rb:182:in `transaction' /Users/tsaleh/code/liveworld-panel/vendor/rails/activerecord/lib/active_record/transactions.rb:228:in `with_transaction_returning_status' /Users/tsaleh/code/liveworld-panel/vendor/rails/activerecord/lib/active_record/transactions.rb:192:in `destroy' /Users/tsaleh/code/liveworld-panel/vendor/rails/activerecord/lib/active_record/associations/association_proxy.rb:221:in `send' /Users/tsaleh/code/liveworld-panel/vendor/rails/activerecord/lib/active_record/associations/association_proxy.rb:221:in `method_missing' /Users/tsaleh/code/liveworld-panel/app/models/account.rb:184:in `cleanup_failed_creation' /Users/tsaleh/code/liveworld-panel/vendor/rails/activesupport/lib/active_support/callbacks.rb:178:in `send' /Users/tsaleh/code/liveworld-panel/vendor/rails/activesupport/lib/active_support/callbacks.rb:178:in `evaluate_method' /Users/tsaleh/code/liveworld-panel/vendor/rails/activesupport/lib/active_support/callbacks.rb:166:in `call' /Users/tsaleh/code/liveworld-panel/vendor/rails/activesupport/lib/active_support/callbacks.rb:93:in `run' /Users/tsaleh/code/liveworld-panel/vendor/rails/activesupport/lib/active_support/callbacks.rb:92:in `each' /Users/tsaleh/code/liveworld-panel/vendor/rails/activesupport/lib/active_support/callbacks.rb:92:in `send' /Users/tsaleh/code/liveworld-panel/vendor/rails/activesupport/lib/active_support/callbacks.rb:92:in `run' /Users/tsaleh/code/liveworld-panel/vendor/rails/activesupport/lib/active_support/callbacks.rb:276:in `run_callbacks' /Users/tsaleh/code/liveworld-panel/vendor/rails/activerecord/lib/active_record/callbacks.rb:344:in `callback' /Users/tsaleh/code/liveworld-panel/vendor/rails/activerecord/lib/active_record/callbacks.rb:267:in `create' /Users/tsaleh/code/liveworld-panel/vendor/rails/activerecord/lib/active_record/base.rb:2868:in `create_or_update_without_callbacks' /Users/tsaleh/code/liveworld-panel/vendor/rails/activerecord/lib/active_record/callbacks.rb:250:in `create_or_update' /Users/tsaleh/code/liveworld-panel/vendor/rails/activerecord/lib/active_record/base.rb:2539:in `save_without_validation' /Users/tsaleh/code/liveworld-panel/vendor/rails/activerecord/lib/active_record/validations.rb:1009:in `save_without_dirty' /Users/tsaleh/code/liveworld-panel/vendor/rails/activerecord/lib/active_record/dirty.rb:79:in `save_without_transactions' /Users/tsaleh/code/liveworld-panel/vendor/rails/activerecord/lib/active_record/transactions.rb:229:in `send' /Users/tsaleh/code/liveworld-panel/vendor/rails/activerecord/lib/active_record/transactions.rb:229:in `with_transaction_returning_status' /Users/tsaleh/code/liveworld-panel/vendor/rails/activerecord/lib/active_record/connection_adapters/abstract/database_statements.rb:136:in `transaction' /Users/tsaleh/code/liveworld-panel/vendor/rails/activerecord/lib/active_record/transactions.rb:182:in `transaction' /Users/tsaleh/code/liveworld-panel/vendor/rails/activerecord/lib/active_record/transactions.rb:228:in `with_transaction_returning_status' /Users/tsaleh/code/liveworld-panel/vendor/rails/activerecord/lib/active_record/transactions.rb:196:in `save' /Users/tsaleh/code/liveworld-panel/vendor/rails/activerecord/lib/active_record/transactions.rb:208:in `rollback_active_record_state!' /Users/tsaleh/code/liveworld-panel/vendor/rails/activerecord/lib/active_record/transactions.rb:196:in `save' /Users/tsaleh/code/liveworld-panel/vendor/rails/activerecord/lib/active_record/base.rb:728:in `create' /Users/tsaleh/code/liveworld-panel/lib/tasks/sample_accounts.rake:40 /Library/Ruby/Gems/1.8/gems/rake-0.8.6/lib/rake.rb:636:in `call' /Library/Ruby/Gems/1.8/gems/rake-0.8.6/lib/rake.rb:636:in `execute' /Library/Ruby/Gems/1.8/gems/rake-0.8.6/lib/rake.rb:631:in `each' /Library/Ruby/Gems/1.8/gems/rake-0.8.6/lib/rake.rb:631:in `execute' /Library/Ruby/Gems/1.8/gems/rake-0.8.6/lib/rake.rb:597:in `invoke_with_call_chain' /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/monitor.rb:242:in `synchronize' /Library/Ruby/Gems/1.8/gems/rake-0.8.6/lib/rake.rb:590:in `invoke_with_call_chain' /Library/Ruby/Gems/1.8/gems/rake-0.8.6/lib/rake.rb:583:in `invoke' /Users/tsaleh/code/liveworld-panel/lib/tasks/bootstrap.rake:10 /Library/Ruby/Gems/1.8/gems/rake-0.8.6/lib/rake.rb:636:in `call' /Library/Ruby/Gems/1.8/gems/rake-0.8.6/lib/rake.rb:636:in `execute' /Library/Ruby/Gems/1.8/gems/rake-0.8.6/lib/rake.rb:631:in `each' /Library/Ruby/Gems/1.8/gems/rake-0.8.6/lib/rake.rb:631:in `execute' /Library/Ruby/Gems/1.8/gems/rake-0.8.6/lib/rake.rb:597:in `invoke_with_call_chain' /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/monitor.rb:242:in `synchronize' /Library/Ruby/Gems/1.8/gems/rake-0.8.6/lib/rake.rb:590:in `invoke_with_call_chain' /Library/Ruby/Gems/1.8/gems/rake-0.8.6/lib/rake.rb:583:in `invoke' /Library/Ruby/Gems/1.8/gems/rake-0.8.6/lib/rake.rb:2047:in `invoke_task' /Library/Ruby/Gems/1.8/gems/rake-0.8.6/lib/rake.rb:2025:in `top_level' /Library/Ruby/Gems/1.8/gems/rake-0.8.6/lib/rake.rb:2025:in `each' /Library/Ruby/Gems/1.8/gems/rake-0.8.6/lib/rake.rb:2025:in `top_level' /Library/Ruby/Gems/1.8/gems/rake-0.8.6/lib/rake.rb:2064:in `standard_exception_handling' /Library/Ruby/Gems/1.8/gems/rake-0.8.6/lib/rake.rb:2019:in `top_level' /Library/Ruby/Gems/1.8/gems/rake-0.8.6/lib/rake.rb:1997:in `run' /Library/Ruby/Gems/1.8/gems/rake-0.8.6/lib/rake.rb:2064:in `standard_exception_handling' /Library/Ruby/Gems/1.8/gems/rake-0.8.6/lib/rake.rb:1994:in `run' /Library/Ruby/Gems/1.8/gems/rake-0.8.6/bin/rake:31 /usr/bin/rake:19:in `load'