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

Causing trouble on Jruby #41

Closed
rurounijones opened this issue May 30, 2011 · 0 comments
Closed

Causing trouble on Jruby #41

rurounijones opened this issue May 30, 2011 · 0 comments

Comments

@rurounijones
Copy link

I am experimenting with a rails 3.1 app on jruby 1.6.2 and Capistrano 2.6.0

If I have capistrano commented out in the gemfile I can do things like Rake -T as follows:

$ rake -T
JRuby limited openssl loaded. http://jruby.org/openssl
gem install jruby-openssl for full support.
rake about                                   # List versions of all Rails f...
*snip*

As you can see there is a warning about jruby-openssl even though it is installed. Annoying but not a huge problem right now. However if I uncomment Capistrano in the Gemfile and run the same command I get the following:

rake -T --trace
JRuby limited openssl loaded. http://jruby.org/openssl
gem install jruby-openssl for full support.
rake aborted!
OpenSSL::BN requires the jruby-openssl gem

Full trace in following Gist: https://gist.github.com/998544

I am assuming there is a JRuby problem here somewhere but because Capistrano causes the rake task to bomb out I thought I should mention it here in case Capistrano is doing something weird.

mattbrictson pushed a commit to mattbrictson/capistrano that referenced this issue Aug 24, 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

2 participants