<enebo>
I am happy they put out a release but migration guide may be a little ways away
<headius>
well it will be interesting to see if people try to use it
<enebo>
oh yeah I am curious as well. I don't see this being much of an activity until they are running Rails though
<enebo>
We do definitely have some users who are not Rails users but Rails is the elephant in the room
<enebo>
I think it is why it stood out (beyond see our name in someone else release notes
subbu|afk is now known as subbu
<xardion>
I might give it a stab at some point, I have several non-Rails jRuby projects.
<xardion>
But I'm not itching to jump on that or anything. My Java integration is pretty extensive, and I'd have to refactor basically everywhere to migrate to it
<xardion>
I don't exactly have performance issues with the current jRuby state-of-the art. I can push over 200k messages/sec using 3 VMs.
<xardion>
(and that is reading from Kafka, parsing JSON, performing transforms to create delimited data, and writing it back out to Kafka)
<bomb>
Java EE is moving to Eclipse Foundation. some servlet containers like WildFly supports JEE 8 now
bomb_ has joined #jruby
bomb has quit [Ping timeout: 252 seconds]
mistergibson has quit [Quit: Leaving]
<bomb_>
oh and of course, Graal :)
<bomb_>
good night!
bomb_ has quit []
rosenjcb has joined #jruby
<rosenjcb>
anyway for me to get a better stacktrace than (NoMethodError) undefined method `[]' for nil:NilClass with JRuby::Rack::ErrorApp::ShowStatus?
<rosenjcb>
I'm working on this project now and I'm getting this error. I have no idea which empty array is being called so I don't exactly know how to debug this issue.]
<headius>
rosenjcb: that's all you get?
<rosenjcb>
Yup, that's all I get
<rosenjcb>
I don't know if this is a jrack thing or if it's just the particular project I'm working on
<rosenjcb>
But I was asking around and my ruby friends say it should at least print out the line where the illegal array call occurs
<headius>
hmmm what's the server?
<headius>
often there's other logs where the full trace might go
<headius>
I assume this is deployed to a Tomcat or something
<rosenjcb>
jetty I believe
<rosenjcb>
What code creates the xhr.responseText var? I'm thinking of trying to just find where that code is generated and then finding an option to get a full stacktrace instead of whatever I have now
<rosenjcb>
headius, does that look like a normal stacktrace? I have no idea what to look for to figure out whether it is just an abbreviation. I know that the 500 error is not a predefined error. Looks like a catch all for any runtime exception.
<rosenjcb>
And some users just don't get any error information at all. It just prints out some standard boilerplate with an empty <info> tag for the responseText.