<kares>
RemoF: there obviously is more to it than jruby-rack (com.ourcompany.project.app.servlet.CustomServletContextListener java.lang.ExceptionInInitializerError)
<kares>
thus it depends what you're doing how things are setup, you should fix the errors you can
<kares>
... jruby-rack has been pretty stable for long so it must be smt specific to your setup
<kares>
leave the runtime settings on thread-safe ... just cause it works when its polling does not mean much except that you have initialization issues (worth solving eagerly :) as its delayed
prasunanand has joined #jruby
drbobbeaty has joined #jruby
zph has quit []
zph has joined #jruby
shellac has quit [Quit: Computer has gone to sleep.]
dexter1 has quit [Ping timeout: 268 seconds]
shellac has joined #jruby
drbobbeaty has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
shellac has quit [Read error: Connection reset by peer]
drbobbeaty has joined #jruby
shellac has joined #jruby
shellac has quit [Ping timeout: 240 seconds]
shellac has joined #jruby
prasunanand has joined #jruby
skade_ has joined #jruby
drbobbeaty has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
swills has quit [Quit: Leaving]
swills has joined #jruby
drbobbeaty has joined #jruby
prasunanand has quit [Ping timeout: 255 seconds]
<GitHub35>
[jruby-openssl] headius closed issue #132: TypeError: nil is not a string when trying to write smime. https://git.io/v903H
<GitHub112>
jruby-openssl/master 2b883bd Charles Oliver Nutter: Merge pull request #133 from headius/fix-132...
<GitHub112>
jruby-openssl/master 3c92fb8 Charles Oliver Nutter: If data is not provided, extract it from the PKCS7 instance....
<GitHub112>
[jruby-openssl] headius pushed 2 new commits to master: https://git.io/v9zZk
<GitHub96>
[jruby-openssl] headius closed pull request #133: If data is not provided, extract it from the PKCS7 instance. (master...fix-132) https://git.io/v9ueb
prasunanand has joined #jruby
<headius>
lopex: we're pushing ByteList through for identifiers in 9.2
<headius>
or at least, enebo is trying, and I just finished a PR to fix MBC symbols
skade_ has quit [Ping timeout: 240 seconds]
<nirvdrum>
headius: Sorry for the delayed follow-up. I'm seeing things like F_GETLK set to 12 in jnr-constants, but 5 when I regenerate.
<nirvdrum>
O_SYNC is 4096 in jnr-constants and 1052672 when I regenerate.
<headius>
that's a very strange value
<headius>
what happens if you just check them in C?
<headius>
it seems extremely unlikely that O_SYNC would change