-
Notifications
You must be signed in to change notification settings - Fork 292
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
-Djava.library.path=WARNING: Unable to get VM args through reflection... #7413
Comments
Hello @tvp-dfine Thanks for reporting an issue. Could you please reach the support and open a case so we can follow up the issue? Thank you in advance |
@PerfectSlayer Thank you, I will do that. In the meantime, I could pin the issue down a bit more. The issue arises when trying to start HBase. The code that is being executed can be found in https://github.com/apache/hbase/blob/master/bin/hbase on lines 351, 352 you find:
The variable Now, during execution I see that the datadog APM injection is happening
The warning as present in https://github.com/DataDog/dd-trace-java/blob/master/dd-java-agent/src/main/java/datadog/trace/bootstrap/AgentBootstrap.java#L399 is written to stdout and that way makes it into Is there a way to disable the output of AgentBootstrap to stdout? |
Thanks for your investigation. It helped to diagnostic what happens and reproduce the issue to properly fix it.
Sadly, there is not. This is an issue and With this change, HBase can properly retrieve the Hadoop setup and reuse it. |
With version v1.37.1 we have experienced issues.
A server runs with datadog agent 7.55.3 and Java applications on that server do not properly start up since their java arguments contain
-Djava.library.path=WARNING: Unable to get VM args through reflection. A custom java.util.logging.LogManager may not work correctly
so that "Unable" is interpreted as a Java class (the warning is defined in https://github.com/DataDog/dd-trace-java/blob/master/dd-java-agent/src/main/java/datadog/trace/bootstrap/AgentBootstrap.java)
As a side note: Where can I find the dd-trace-java version that is bundled together with the datadog agent (https://github.com/DataDog/datadog-agent/)?
The text was updated successfully, but these errors were encountered: