We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
native-maven-build 0.9.23
only use spring-boot-starter-web & spring-cloud-starter-netflix-eureka-client
jar run ok with agent tracing
mvn spring-boot:process-aot --OK
mvn -Pnative native:build --OK
execute native target/bin --- failed
graalvmce 17.0.9
linux centos7
native run failed
native run ok and eureka register success
NoSuchBeanDefinitionException No qualify bean of type com.netflix.discovery.Eureka available
mvn spring-boot:process-aot
mvn -Pnative native:build
execute native target/bin
No response
The text was updated successfully, but these errors were encountered:
when build ,some error message:
download failed from https://repo1.maven.org/maven2/org/graalvm/buildtools/graalvm-reachability-metadata/0.9.23/graalvm-reachability-metadata-0.9.23-repository.zip
Sorry, something went wrong.
try to build success, the error has occurred
Hi @enderwsp,
You seem to be using an old version of GraalVM, could you please try using the latest version which you can find here: https://github.com/graalvm/graalvm-ce-builds/releases/
change to command : mvn clean native:compile -Pnative
native bin run successfully
selhagani
No branches or pull requests
Describe the Issue
native-maven-build 0.9.23
only use spring-boot-starter-web & spring-cloud-starter-netflix-eureka-client
jar run ok with agent tracing
mvn spring-boot:process-aot --OK
mvn -Pnative native:build --OK
execute native target/bin --- failed
Using the latest version of GraalVM can resolve many issues.
GraalVM Version
graalvmce 17.0.9
Operating System and Version
linux centos7
Troubleshooting Confirmation
Run Command
native run failed
Expected Behavior
native run ok and eureka register success
Actual Behavior
NoSuchBeanDefinitionException No qualify bean of type com.netflix.discovery.Eureka available
Steps to Reproduce
jar run ok with agent tracing
mvn spring-boot:process-aot
mvn -Pnative native:build
execute native target/bin
Additional Context
No response
Run-Time Log Output and Error Messages
No response
The text was updated successfully, but these errors were encountered: