Share Pastebin
Guest
Public paste!

Untitled

By: a guest | Feb 9th, 2010 | Syntax: None | Size: 2.03 KB | Hits: 124 | Expires: Never
Copy text to clipboard
  1. jabber:/var/www/paas# ruby ./bot.rb
  2. /var/lib/gems/1.8/gems/sqlite3-0.0.8/lib/sqlite3/encoding.rb:9:in `find': NameError: uninitialized constant Encoding (Sequel::DatabaseConnectionError)
  3.         from /var/lib/gems/1.8/gems/sqlite3-0.0.8/lib/sqlite3/database.rb:66:in `initialize'
  4.         from /var/lib/gems/1.8/gems/sequel-3.8.0/lib/sequel/adapters/sqlite.rb:31:in `new'
  5.         from /var/lib/gems/1.8/gems/sequel-3.8.0/lib/sequel/adapters/sqlite.rb:31:in `connect'
  6.         from /var/lib/gems/1.8/gems/sequel-3.8.0/lib/sequel/database.rb:93:in `initialize'
  7.         from /var/lib/gems/1.8/gems/sequel-3.8.0/lib/sequel/connection_pool.rb:229:in `call'
  8.         from /var/lib/gems/1.8/gems/sequel-3.8.0/lib/sequel/connection_pool.rb:229:in `make_new'
  9.         from /var/lib/gems/1.8/gems/sequel-3.8.0/lib/sequel/connection_pool.rb:203:in `available'
  10.         from /var/lib/gems/1.8/gems/sequel-3.8.0/lib/sequel/connection_pool.rb:193:in `acquire'
  11.         from /var/lib/gems/1.8/gems/sequel-3.8.0/lib/sequel/connection_pool.rb:267:in `sync'
  12.         from /var/lib/gems/1.8/gems/sequel-3.8.0/lib/sequel/connection_pool.rb:267:in `synchronize'
  13.         from /var/lib/gems/1.8/gems/sequel-3.8.0/lib/sequel/connection_pool.rb:267:in `sync'
  14.         from /var/lib/gems/1.8/gems/sequel-3.8.0/lib/sequel/connection_pool.rb:192:in `acquire'
  15.         from /var/lib/gems/1.8/gems/sequel-3.8.0/lib/sequel/connection_pool.rb:139:in `hold'
  16.         from /var/lib/gems/1.8/gems/sequel-3.8.0/lib/sequel/database.rb:532:in `synchronize'
  17.         from /var/lib/gems/1.8/gems/sequel-3.8.0/lib/sequel/adapters/sqlite.rb:93:in `_execute'
  18.         from /var/lib/gems/1.8/gems/sequel-3.8.0/lib/sequel/adapters/sqlite.rb:68:in `execute_dui'
  19.         from /var/lib/gems/1.8/gems/sequel-3.8.0/lib/sequel/database.rb:331:in `execute_ddl'
  20.         from /var/lib/gems/1.8/gems/sequel-3.8.0/lib/sequel/database/schema_methods.rb:188:in `create_table_from_generator'
  21.         from /var/lib/gems/1.8/gems/sequel-3.8.0/lib/sequel/database/schema_methods.rb:73:in `create_table'
  22.         from ./bot.rb:30