Created
December 10, 2008 12:45
-
-
Save santiago/34320 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ec2-67-202-24-49:/var/local/www/panda# merb -i | |
~ Loaded DEVELOPMENT Environment... | |
~ loading gem 'merb-assets' ... | |
~ loading gem 'merb-mailer' ... | |
~ loading gem 'merb_helpers' ... | |
~ loading gem 'uuid' ... | |
~ loading gem 'amazon_sdb' ... | |
~ loading gem 'activesupport' ... | |
~ loading gem 'rvideo' ... | |
~ Compiling routes... | |
./config/aws.rb:1: warning: already initialized constant BASE_PATH | |
/usr/local/lib/ruby/gems/1.8/gems/amazon_sdb-0.6.7/lib/amazon_sdb/base.rb:135:in `raise_errors': AuthFailure: AWS was not able to validate the provided access credentials (Amazon::SDB::AuthError) | |
from /usr/local/lib/ruby/gems/1.8/gems/amazon_sdb-0.6.7/lib/amazon_sdb/base.rb:198:in `sdb_query' | |
from /usr/local/lib/ruby/gems/1.8/gems/amazon_sdb-0.6.7/lib/amazon_sdb/domain.rb:137:in `query' | |
from /var/local/www/panda/lib/simple_db.rb:104:in `query' | |
from /var/local/www/panda/app/models/profile.rb:6:in `warn_if_no_encodings' | |
from /var/local/www/panda/config/init.rb:52 | |
from /usr/local/lib/ruby/gems/1.8/gems/merb-core-0.9.7/lib/merb-core/bootloader.rb:610:in `call' | |
from /usr/local/lib/ruby/gems/1.8/gems/merb-core-0.9.7/lib/merb-core/bootloader.rb:610:in `run' | |
from /usr/local/lib/ruby/gems/1.8/gems/merb-core-0.9.7/lib/merb-core/bootloader.rb:610:in `each' | |
from /usr/local/lib/ruby/gems/1.8/gems/merb-core-0.9.7/lib/merb-core/bootloader.rb:610:in `run' | |
from /usr/local/lib/ruby/gems/1.8/gems/merb-core-0.9.7/lib/merb-core/bootloader.rb:69:in `run' | |
from /usr/local/lib/ruby/gems/1.8/gems/merb-core-0.9.7/lib/merb-core/server.rb:51:in `start' | |
from /usr/local/lib/ruby/gems/1.8/gems/merb-core-0.9.7/lib/merb-core.rb:108:in `start' | |
from /usr/local/lib/ruby/gems/1.8/gems/merb-core-0.9.7/bin/merb:11 | |
from /usr/local/bin/merb:19:in `load' | |
from /usr/local/bin/merb:19 | |
ec2-67-202-24-49:/var/local/www/panda# |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment