This product is not supported for your selected Datadog site. ().
이 페이지는 아직 영어로 제공되지 않습니다. 번역 작업 중입니다.
현재 번역 프로젝트에 대한 질문이나 피드백이 있으신 경우 언제든지 연락주시기 바랍니다.

Common Issues

No security signals appearing

  1. Verify Agent version:
    • Ensure you’re running Datadog Agent v7.41.1 or higher.
    • Check Agent status: datadog-agent status.
  2. Check Java tracer version:
    • Confirm you’re using Java tracer v0.94.0 or higher.
    • Verify the tracer is loaded: java -javaagent:/path/to/dd-java-agent.jar -version.
  3. Verify environment variables:
    • Ensure DD_APPSEC_ENABLED=true is set.
    • Check DD_SERVICE and DD_ENV are properly configured.
    • Verify DD_APM_ENABLED=true if using APM features.
  4. Check file system permissions:
    • Ensure the application has write access to /tmp.
    • Verify the Java agent JAR is readable.

Application fails to start

  1. Check Java agent path:
    • Verify the path to dd-java-agent.jar is correct.
    • Ensure the JAR file exists and is readable.
  2. Memory issues:
    • If you see OutOfMemoryError, increase the JVM heap size.
    • Add -Xmx parameter to your Java command.
  3. Class loading errors:
    • Check for conflicts with other Java agents.
    • Verify Java version compatibility.

Performance impact

  1. High latency:
    • Check Agent resource usage.
    • Verify network connectivity between Agent and Datadog.
    • Consider adjusting sampling rates.
  2. High memory usage:
    • Monitor JVM memory usage.
    • Adjust Agent resource limits if needed

Still having issues?

If you’re still experiencing problems:

  1. Check the Application Security Monitoring troubleshooting guide
  2. Review the Java tracer documentation
  3. Contact Datadog support