jruby / jruby-ossl

DEFUNCT, new repository at:
https://github.com/jruby/jruby-openssl
47 stars 19 forks source link

In a tomcat container Jopenssl::Version can't be loaded #10

Closed cmw closed 13 years ago

cmw commented 13 years ago

Hey, I hope one of you can help me with this. Basicly inside jruby-rack jopenssl/version.rb can't be found. It is on the server though, at the place it's supposed to be. When I try to open it through the command line, everything looks fine.

That the error message:

INFO: An exception happened during JRuby-Rack startup load error: jopenssl -- java.lang.RuntimeException: (LoadError) no such file to load -- jopenssl/version

Full error gist is here: https://gist.github.com/1157043

Thanks in advance Chris

nicksieger commented 13 years ago

Note: also posted at https://github.com/nicksieger/jruby-rack/issues/52

cmw commented 13 years ago

Yes, should have mentioned that.

nicksieger commented 13 years ago

Turned out to be a security manager issue.