Skip to content
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

No version file found error during native-image build #6443

Open
PerfectSlayer opened this issue Jan 4, 2024 · 0 comments
Open

No version file found error during native-image build #6443

PerfectSlayer opened this issue Jan 4, 2024 · 0 comments
Labels
comp: native-image GraalVM native-image

Comments

@PerfectSlayer
Copy link
Contributor

Description

When building a Quarkus sample application using Native Image, the following error happens at step 1/8 Initializing:

[dd.trace 2024-01-04 14:01:01:643 +0100] [ForkJoinPool-2-worker-9] ERROR datadog.common.version.VersionInfo - No version file found

Reproduce Steps

  1. Create and download a sample Quarkus application using code.quarkus.io with reasteasy-reactive and opentelemetry extensions.
  2. Build the application with the following command line: ./mvnw package -Dnative -Dquarkus.native.additional-build-args='-J-javaagent:/full/path/to/dd-java-agent-1.26.1.jar,-J-Ddd.trace.otel.enabled=true'

Additional Informations

  • Tested with tracer 1.26.1
  • MacOS M1
  • GraalVM 17.0.8-graalce
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
comp: native-image GraalVM native-image
Projects
None yet
Development

No branches or pull requests

1 participant