You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the issue
We try to use GraalVM Context in our project to execute JS script, but we're getting this method not found exception
Steps to reproduce the issue
mvn clean install
Describe GraalVM and your environment:
GraalVM version: 23.1.2
JDK major version: 17
OS: Linux
More details
Add any other information about the problem here. Especially important are stack traces or log output. Feel free to link to gists or to screenshots if necessary.
The project is working fine in my local, but while running in the cloud(Linux OS), they we get the exceptions.
Caused by: java.lang.NoSuchMethodError: 'jdk.vm.ci.meta.ResolvedJavaMethod[] jdk.vm.ci.meta.ResolvedJavaType.getDeclaredMethods(boolean)'
at com.oracle.truffle.runtime.hotspot.HotSpotTruffleRuntime.installCallBoundaryMethods(HotSpotTruffleRuntime.java:524)
at com.oracle.truffle.runtime.hotspot.HotSpotTruffleRuntime.<init>(HotSpotTruffleRuntime.java:171)
at com.oracle.truffle.runtime.hotspot.HotSpotTruffleRuntimeAccess.createRuntime(HotSpotTruffleRuntimeAccess.java:186)
at com.oracle.truffle.runtime.hotspot.HotSpotTruffleRuntimeAccess.getRuntime(HotSpotTruffleRuntimeAccess.java:73)
at com.oracle.truffle.api.Truffle.createRuntime(Truffle.java:145)
at com.oracle.truffle.api.Truffle$1.run(Truffle.java:176)
at com.oracle.truffle.api.Truffle$1.run(Truffle.java:174)
at java.base/java.security.AccessController.doPrivileged(AccessController.java:318)
The text was updated successfully, but these errors were encountered:
Describe GraalVM and your environment:
GraalVM version: 23.1.2
JDK major version: 17
OS: Linux
GraalVM 23.1.2 is outdated, please always use the latest release before reporting issues.
Your JDK major version cannot be 17 if you're using 23.1.2, this version is based on JDK 21. please clarify what JDK you're actually using. it would be best to share the output of java -version
What architecture is used in you Linux machine? please provide the output of uname -a
Steps to reproduce the issue
mvn clean install
Please provide a full reproduce example we can run
Describe the issue
We try to use GraalVM Context in our project to execute JS script, but we're getting this method not found exception
Steps to reproduce the issue
mvn clean install
Describe GraalVM and your environment:
More details
Add any other information about the problem here. Especially important are stack traces or log output. Feel free to link to gists or to screenshots if necessary.
The project is working fine in my local, but while running in the cloud(Linux OS), they we get the exceptions.
The text was updated successfully, but these errors were encountered: