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
@michaelbuckner To clarify you used our installer which ship with its own JRE? Other questions is 32vs64 bit win7? Did you run time CMD? I test with win7 64bit ultimate but I usually test without jre because I have multiple jvm's installed on my windows machine.
Ok, I need a backtrace from this and an example session with commands you ran, as you ran them.
To get a backtrace, I think the gem command has a --trace or --verbose or something. Also get a trace passing -Xbacktrace.style=raw to JRuby, to get the full Java trace in case it is being Rubyfied.
Really can't do much until we get the full backtrace, since it works ok for me here.
I saw a few other issues regarding this but could not find a definitive answer. Fresh jruby9K install with JRE.
Gem install gives the following:
ERROR: Loading command: install (LoadError)
load error: jopenssl/load -- java.lang.NullPointerException: null
ERROR: While executing gem ... (NoMethodError)
undefined method `invoke_with_build_args' for nil:NilClass
I tried modifying the registry.rb per issue #2500 but it did not work.
Thanks
The text was updated successfully, but these errors were encountered: