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
Thanks for merging!
I have just test it again and still got the same error, i have tried a different fix and looks like it got it resolved. sending a PR now
When testing the version
1.2.11-rc-2
We saw an exception triggered from https://github.com/jmxtrans/jmxtrans-agent/blob/master/src/main/java/org/jmxtrans/agent/StatsDOutputWriter.java#L231
The root cause is exactly https://stackoverflow.com/questions/61267495/exception-in-thread-main-java-lang-nosuchmethoderror-java-nio-bytebuffer-flip
which JDK version was used to compile and release into maven? if possible, can we add the
--release 8
flag to avoid the issueThe text was updated successfully, but these errors were encountered: