-
Notifications
You must be signed in to change notification settings - Fork 0
Bump GraalVM Native Build Tools to 0.11.0 #34
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
Conversation
linghengqian
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Interesting error log. Why
org.apache.hadoop:hadoop-annotations:jar:2.6.0andorg.javassist:javassist:jar:3.18.1-GA?
[INFO] [graalvm reachability metadata repository for com.zaxxer:HikariCP:4.0.3]: Configuration directory is com.zaxxer\HikariCP\5.0.1
[WARNING] 1 problem was encountered while building the effective model for org.apache.hadoop:hadoop-annotations:jar:2.6.0 during dependency collection step for (use -X to see details)
[WARNING] 1 problem was encountered while building the effective model for org.javassist:javassist:jar:3.18.1-GA during dependency collection step for (use -X to see details)
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 04:45 min (Wall Clock)
[INFO] Finished at: 2025-07-26T23:12:14+08:00
[INFO] ------------------------------------------------------------------------
linghengqian
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- OMG, it’s
tools.jar???
[WARNING] 1 problem was encountered while building the effective model for org.apache.hadoop:hadoop-annotations:jar:2.6.0 during dependency collection step for . Path to offending node from root:
-> null
-> org.apache.hive:hive-common:jar:4.0.1 (runtime)
-> org.apache.hive:hive-standalone-metastore-common:jar:4.0.1 (compile)
-> com.github.joshelser:dropwizard-metrics-hadoop-metrics2-reporter:jar:0.1.2 (compile)
-> org.apache.hadoop:hadoop-common:jar:2.6.0 (compile)
=> org.apache.hadoop:hadoop-annotations:jar:2.6.0 (compile)
Problem
* 'dependencies.dependency.systemPath' for jdk.tools:jdk.tools:jar refers to a non-existing file C:\Users\lingh\.version-fox\temp\1753459200-15544\java\..\lib\tools.jar. Please verify that you run Maven using a JDK and not just a JRE. @ org.apache.hadoop:hadoop-annotations:2.6.0
[WARNING] 1 problem was encountered while building the effective model for org.javassist:javassist:jar:3.18.1-GA during dependency collection step for . Path to offending node from root:
-> null
-> org.apache.hive:hive-service:jar:4.0.1 (runtime)
-> org.pac4j:pac4j-saml-opensamlv3:jar:4.5.5 (compile)
-> org.opensaml:opensaml-storage-impl:jar:3.4.5 (compile)
-> org.hibernate:hibernate-entitymanager:jar:4.3.5.Final (compile)
-> org.hibernate:hibernate-core:jar:4.3.5.Final (compile)
=> org.javassist:javassist:jar:3.18.1-GA (compile)
Problem
* 'dependencies.dependency.systemPath' for com.sun:tools:jar refers to a non-existing file C:\Users\lingh\.version-fox\temp\1753459200-15544\java\..\lib\tools.jar. Please verify that you run Maven using a JDK and not just a JRE. @ org.javassist:javassist:3.18.1-GA81c8baa to
74a0c21
Compare
linghengqian
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- For https://github.com/linghengqian/hive-server2-jdbc-driver/actions/runs/16651930843/job/47126715297?pr=34 , check graalvm/native-build-tools#756 .
Error: Failed to execute goal org.graalvm.buildtools:native-maven-plugin:0.11.0:test (test-native) on project hive-server2-jdbc-driver-uber: Execution test-native of goal org.graalvm.buildtools:native-maven-plugin:0.11.0:test failed: version can neither be null, empty nor blank -> [Help 1]
Error: Failed to execute goal org.graalvm.buildtools:native-maven-plugin:0.11.0:test (test-native) on project hive-server2-jdbc-driver-thin: Execution test-native of goal org.graalvm.buildtools:native-maven-plugin:0.11.0:test failed: version can neither be null, empty nor blank -> [Help 1]
Error:
Error: To see the full stack trace of the errors, re-run Maven with the -e switch.
Error: Re-run Maven using the -X switch to enable full debug logging.
Error:
Error: For more information about the errors and possible solutions, please read the following articles:
Error: [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginExecutionException
Error:
Error: After correcting the problems, you can resume the build with the command
Error: mvn <args> -rf :hive-server2-jdbc-driver-uber
Error: Process completed with exit code 1.
GraalVM Native Image Build Report
Environment
Analysis Results
Image Details
Resource Usage
Report generated by setup-graalvm. |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
2bcd1d0 to
2ba3494
Compare
tools.jar.