Puffball has quit [Remote host closed the connection]
Puffball has joined #jruby
_whitelogger has joined #jruby
_whitelogger has joined #jruby
Puffball has quit [Remote host closed the connection]
Puffball has joined #jruby
rdubya has quit [Ping timeout: 250 seconds]
_whitelogger has joined #jruby
<kares>
headius: oh bummer, was hoping it to go away replaceing a null with smt empty ;(
<kares>
null should have been fine - for the engine to assume no password
<kares>
anyway, good find
<kares>
btw. you should be able to use -Djruby.openssl.debug=true even with the plugin (assuming this error bubbles through ossl's error logic - might not be the case)
Puffball has quit [Remote host closed the connection]
Puffball has joined #jruby
claudiuinberlin has joined #jruby
<claudiuinberlin>
hello
<claudiuinberlin>
I've generate a jar file from a simple file.rb using warbler. All good is working fine when I run java -har file.jar
<claudiuinberlin>
now, I'm trying some graal, with native-imave. Trying to run native-image file.jar, but I get back an error
<claudiuinberlin>
Main class is missing
<claudiuinberlin>
any help how to make it work? or is just dead end :). I'm tring to make a native image. I'm not planning to use truffle as is not ready for production :)