Open NicklasWallgren opened 3 weeks ago
Please upgrade your GraalVM to use
java version "23.0.1" 2024-10-15
Java(TM) SE Runtime Environment Oracle GraalVM 23.0.1+11.1 (build 23.0.1+11-jvmci-b01)
Java HotSpot(TM) 64-Bit Server VM Oracle GraalVM 23.0.1+11.1 (build 23.0.1+11-jvmci-b01, mixed mode, sharing)
then retry. If the issue is still present after upgrading, please provide a reproducer code for this issue.
Any updates?
Describe the Issue
I'm seeing warnings/NPE's when executing a task with the agent attached:
Using the latest version of GraalVM can resolve many issues.
GraalVM Version
java 22.0.2 2024-07-16 Java(TM) SE Runtime Environment Oracle GraalVM 22.0.2+9.1 (build 22.0.2+9-jvmci-b01) Java HotSpot(TM) 64-Bit Server VM Oracle GraalVM 22.0.2+9.1 (build 22.0.2+9-jvmci-b01, mixed mode, sharing)
Operating System and Version
MacOS 15.0.1 (24A348)
Diagnostic Flag Confirmation
-H:ThrowMissingRegistrationErrors=
flag.Run Command
Expected Behavior
The task should run without warnings.
Actual Behavior
NPE
Steps to Reproduce
Essentially, I have a project with a dependency on com.ibm.mq.jakarta.client-9.4.0.0: and the above mentioned warnings are displayed repeatedly when executing.
Additional Context
No response
Run-Time Log Output and Error Messages
No response