You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 12, 2021. It is now read-only.
I'm new in rails. I failed at nifty_authentication while building a forum. I've already successfully installed nifty-generators. I got the following error message I can't conprehend.
rails g nifty_authentication
LoadError: load error: sqlite3/sqlite3_native -- java.lang.RuntimeException: C extension initialized against invalid ruby runtime
require at org/jruby/RubyKernel.java:1054
(root) at /Users/jamesshen/.rvm/gems/jruby-1.7.4/gems/sqlite3-1.3.8/lib/sqlite3.rb:6
require at org/jruby/RubyKernel.java:1054
(root) at /Users/jamesshen/.rvm/gems/jruby-1.7.4@global/gems/bundler-1.3.5/lib/bundler/runtime.rb:1
each at org/jruby/RubyArray.java:1617
require at /Users/jamesshen/.rvm/gems/jruby-1.7.4@global/gems/bundler-1.3.5/lib/bundler/runtime.rb:72
each at org/jruby/RubyArray.java:1617
require at /Users/jamesshen/.rvm/gems/jruby-1.7.4@global/gems/bundler-1.3.5/lib/bundler/runtime.rb:70
require at /Users/jamesshen/.rvm/gems/jruby-1.7.4@global/gems/bundler-1.3.5/lib/bundler/runtime.rb:59
require at /Users/jamesshen/.rvm/gems/jruby-1.7.4@global/gems/bundler-1.3.5/lib/bundler.rb:132
require at org/jruby/RubyKernel.java:1054
(root) at /Users/jamesshen/forum/config/application.rb:7
require at org/jruby/RubyKernel.java:1054
(root) at bin/rails:4
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm new in rails. I failed at nifty_authentication while building a forum. I've already successfully installed nifty-generators. I got the following error message I can't conprehend.
rails g nifty_authentication
LoadError: load error: sqlite3/sqlite3_native -- java.lang.RuntimeException: C extension initialized against invalid ruby runtime
require at org/jruby/RubyKernel.java:1054
(root) at /Users/jamesshen/.rvm/gems/jruby-1.7.4/gems/sqlite3-1.3.8/lib/sqlite3.rb:6
require at org/jruby/RubyKernel.java:1054
(root) at /Users/jamesshen/.rvm/gems/jruby-1.7.4@global/gems/bundler-1.3.5/lib/bundler/runtime.rb:1
each at org/jruby/RubyArray.java:1617
require at /Users/jamesshen/.rvm/gems/jruby-1.7.4@global/gems/bundler-1.3.5/lib/bundler/runtime.rb:72
each at org/jruby/RubyArray.java:1617
require at /Users/jamesshen/.rvm/gems/jruby-1.7.4@global/gems/bundler-1.3.5/lib/bundler/runtime.rb:70
require at /Users/jamesshen/.rvm/gems/jruby-1.7.4@global/gems/bundler-1.3.5/lib/bundler/runtime.rb:59
require at /Users/jamesshen/.rvm/gems/jruby-1.7.4@global/gems/bundler-1.3.5/lib/bundler.rb:132
require at org/jruby/RubyKernel.java:1054
(root) at /Users/jamesshen/forum/config/application.rb:7
require at org/jruby/RubyKernel.java:1054
(root) at bin/rails:4
The text was updated successfully, but these errors were encountered: