Skip to content

Instantly share code, notes, and snippets.

@Anonyfox
Created January 18, 2013 17:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Anonyfox/4566193 to your computer and use it in GitHub Desktop.
Save Anonyfox/4566193 to your computer and use it in GitHub Desktop.
C:\Users\Fox\Dropbox\projects\NewsFisher\Concept>jruby sqlite_in_memory.rb
ActiveRecord::JDBCError: The driver encountered an unknown error: opening db: ':memory:?cache=shared': Die Syntax f³r den Dateinamen, Verzeichnisnamen oder die Datentrõgerbezeichnung ist falsch
initialize at c:/jruby-1.7.2/lib/ruby/gems/shared/gems/activerecord-jdbc-adapter-1.2.5/lib/arjdbc/jdbc/connection.rb:88
initialize at c:/jruby-1.7.2/lib/ruby/gems/shared/gems/activerecord-jdbc-adapter-1.2.5/lib/arjdbc/jdbc/adapter.rb:31
jdbc_connection at c:/jruby-1.7.2/lib/ruby/gems/shared/gems/activerecord-jdbc-adapter-1.2.5/lib/arjdbc/jdbc/connection_methods.rb:6
sqlite3_connection at c:/jruby-1.7.2/lib/ruby/gems/shared/gems/activerecord-jdbc-adapter-1.2.5/lib/arjdbc/sqlite3/connection_methods.rb:17
__send__ at org/jruby/RubyBasicObject.java:1665
send at org/jruby/RubyKernel.java:2090
new_connection at c:/jruby-1.7.2/lib/ruby/gems/shared/gems/activerecord-3.2.9/lib/active_record/connection_adapters/abstract/connection_pool.rb:315
checkout_new_connection at c:/jruby-1.7.2/lib/ruby/gems/shared/gems/activerecord-3.2.9/lib/active_record/connection_adapters/abstract/connection_pool.rb:325
checkout at c:/jruby-1.7.2/lib/ruby/gems/shared/gems/activerecord-3.2.9/lib/active_record/connection_adapters/abstract/connection_pool.rb:247
loop at org/jruby/RubyKernel.java:1392
checkout at c:/jruby-1.7.2/lib/ruby/gems/shared/gems/activerecord-3.2.9/lib/active_record/connection_adapters/abstract/connection_pool.rb:242
mon_synchronize at c:/jruby-1.7.2/lib/ruby/1.9/monitor.rb:211
checkout at c:/jruby-1.7.2/lib/ruby/gems/shared/gems/activerecord-3.2.9/lib/active_record/connection_adapters/abstract/connection_pool.rb:239
connection at c:/jruby-1.7.2/lib/ruby/gems/shared/gems/activerecord-3.2.9/lib/active_record/connection_adapters/abstract/connection_pool.rb:102
mon_synchronize at c:/jruby-1.7.2/lib/ruby/1.9/monitor.rb:211
connection at c:/jruby-1.7.2/lib/ruby/gems/shared/gems/activerecord-3.2.9/lib/active_record/connection_adapters/abstract/connection_pool.rb:101
retrieve_connection at c:/jruby-1.7.2/lib/ruby/gems/shared/gems/activerecord-3.2.9/lib/active_record/connection_adapters/abstract/connection_pool.rb:410
retrieve_connection at c:/jruby-1.7.2/lib/ruby/gems/shared/gems/activerecord-3.2.9/lib/active_record/connection_adapters/abstract/connection_specification.rb:171
connection at c:/jruby-1.7.2/lib/ruby/gems/shared/gems/activerecord-3.2.9/lib/active_record/connection_adapters/abstract/connection_specification.rb:145
table_exists? at c:/jruby-1.7.2/lib/ruby/gems/shared/gems/activerecord-3.2.9/lib/active_record/model_schema.rb:223
(root) at sqlite_in_memory.rb:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment