Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

jruby-pageant broke on win 7 jruby 1.7.4 #903

Closed
rajcybage opened this issue Jul 23, 2013 · 7 comments
Closed

jruby-pageant broke on win 7 jruby 1.7.4 #903

rajcybage opened this issue Jul 23, 2013 · 7 comments

Comments

@rajcybage
Copy link
Contributor

$ bundle exec rake db:create
rake aborted!
jruby-pageant is only available for JRuby!
org/jruby/RubyKernel.java:1054:in `require'
org/jruby/RubyKernel.java:1054:in `require'
org/jruby/RubyKernel.java:1054:in `require'
org/jruby/RubyKernel.java:1054:in `require'
org/jruby/RubyKernel.java:1054:in `require'
org/jruby/RubyKernel.java:1054:in `require'
org/jruby/RubyKernel.java:1054:in `require'
org/jruby/RubyKernel.java:1054:in `require'
org/jruby/RubyKernel.java:1054:in `require'
org/jruby/RubyKernel.java:1054:in `require'
org/jruby/RubyArray.java:1617:in `each'
org/jruby/RubyArray.java:1617:in `each'
org/jruby/RubyKernel.java:1054:in `require'
org/jruby/RubyKernel.java:1073:in `load'
@rajcybage
Copy link
Contributor Author

$ jruby -v
jruby 1.7.4 (1.9.3p392) 2013-05-16 2390d3b on Java HotSpot(TM) Client VM 1.7.0_25-b17 [Windows 7-x86]

Is this gems problem ?

@headius
Copy link
Member

headius commented Jul 23, 2013

Nothing more to go on than this? Can you figure out where that message is from and why it's being displayed?

@enebo
Copy link
Member

enebo commented Jul 23, 2013

I also wondered whether jruby-pageant version was the same version from when it worked with 1.7.3. Just want to make sure something did not change with jruby-pageant (although I suspect you are using the same version since you would think something with 'jruby' in the name would continue to work on latest jruby).

@rajcybage
Copy link
Contributor Author

It is comming from

org/jruby/RubyKernel.java:1073:in load' C:/Users/rajars/Desktop/rails-contributors/config/application.rb:11:in org/jruby/RubyKernel.java:1073:inload'
C:\jruby-1.7.4\bin\rake:23:in `(root)'

in application.rb line 11

Bundler.require(*Rails.groups(:assets => %w(development test)))

it is use rails 4.0.0

@rajcybage
Copy link
Contributor Author

I can also give you the full gem list for understanding

  • actionmailer (4.0.0)
  • actionpack (4.0.0)
  • activemodel (4.0.0)
  • activerecord (4.0.0)
  • activerecord-deprecated_finders (1.0.3)
  • activerecord-jdbc-adapter (1.3.0.beta2)
  • activerecord-jdbcsqlite3-adapter (1.3.0.beta2)
  • activesupport (4.0.0)
  • arel (4.0.0)
  • atomic (1.1.10)
  • builder (3.1.4)
  • bundler (1.3.5)
  • capistrano (2.15.5)
  • chronic (0.9.1)
  • coffee-rails (4.0.0)
  • coffee-script (2.2.0)
  • coffee-script-source (1.6.3)
  • delorean (2.1.0)
  • erubis (2.7.0)
  • execjs (1.4.0)
  • highline (1.6.19)
  • hike (1.2.3)
  • i18n (0.6.4)
  • jdbc-sqlite3 (3.7.2.1)
  • jruby-pageant (1.1.1)
  • mail (2.5.4)
  • mime-types (1.23)
  • minitest (4.7.5)
  • multi_json (1.7.7)
  • net-scp (1.1.2)
  • net-sftp (2.1.2)
  • net-ssh (2.6.8)
  • net-ssh-gateway (1.2.0)
  • polyglot (0.3.3)
  • quiet_assets (1.0.2)
  • rack (1.5.2)
  • rack-test (0.6.2)
  • rails (4.0.0)
  • railties (4.0.0)
  • rake (10.1.0)
  • rvm-capistrano (1.4.1)
  • sass (3.2.9)
  • sass-rails (4.0.0)
  • sprockets (2.10.0)
  • sprockets-rails (2.0.0)
  • thor (0.18.1)
  • thread_safe (0.1.0)
  • tilt (1.4.1)
  • treetop (1.4.14)
  • turbolinks (1.3.0)
  • tzinfo (0.3.37)
  • uglifier (2.1.2)
  • unf (0.1.1)

@headius
Copy link
Member

headius commented Jul 24, 2013

Try passing -d... that should show the exception without the LoadError around it. Also pass --trace to rake.

@enebo enebo added this to the Invalid or Duplicate milestone May 11, 2016
@enebo
Copy link
Member

enebo commented May 11, 2016

No activity for 3 years and lots of have changed in all pieces of software. Please open a new issue if you can still observe pageant not working on windows. I know at least on windows and jruby 1.7 we have fixed tons of issues since then.

@enebo enebo closed this as completed May 11, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants