-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Agent doesn't work with OpenJDK 14 #4
Comments
Seems like method: sun.nio.ch.FileChannelImpl.map0(int,long,long) is not found. Will need to be investigated. Try to override output to Sysout instead of a memory mapped queue (see details https://github.com/Nastel/remoraj#agent-trace-output). Although in this case agent traces can not be sent to a cloud service for analysis. |
Bug in a Chronicle Queue: OpenHFT/Chronicle-Queue#652. RemoraJ needs to be updated to the latest version of CQ. |
I have updated the snapshot version, as well fixed the version 0.1.7, and updated the binaries of the release. You could get these there: https://github.com/Nastel/remoraj/releases/tag/0.1.7 |
@3alster please let us know if the latest posted 0.1.7 fixes the problem. |
Issue should be resolved with updated dependencies |
When trying to start an app with remora agent got an error during startup
The text was updated successfully, but these errors were encountered: