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
I am getting some kind of bad interaction between jruby, trinidad and jbundler which means whenever I try to start trinidad I get a NoClassDefFoundError: org/bouncycastle/asn1/DERBoolean
After having spent several hours trying to figure it out myself I am a bit at a loss as to what the problem is. But I have managed to reduce the problem so that I can reproduce it with this gist: https://gist.github.com/griff/935a5f1f903c0455d1ee
I can say that if there is no Jarfile or I don't require jbundler I don't get the error so I am pretty sure that it is a jbundler problem.
The text was updated successfully, but these errors were encountered:
I am getting some kind of bad interaction between jruby, trinidad and jbundler which means whenever I try to start trinidad I get a NoClassDefFoundError: org/bouncycastle/asn1/DERBoolean
After having spent several hours trying to figure it out myself I am a bit at a loss as to what the problem is. But I have managed to reduce the problem so that I can reproduce it with this gist: https://gist.github.com/griff/935a5f1f903c0455d1ee
I can say that if there is no Jarfile or I don't require jbundler I don't get the error so I am pretty sure that it is a jbundler problem.
The text was updated successfully, but these errors were encountered: