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

Couldn't determine GraalVM version #489

Open
RealThanhpv opened this issue Sep 20, 2023 · 3 comments
Open

Couldn't determine GraalVM version #489

RealThanhpv opened this issue Sep 20, 2023 · 3 comments

Comments

@RealThanhpv
Copy link

I just made a try with graal-21. I did not work

[ERROR] Failed to execute goal com.gluonhq:gluonfx-maven-plugin:1.0.20:compile (default-cli) on project app: Error: Fatal Error: java.io.IOException: Couldn't determine GraalVM version -> [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.
@westinyang
Copy link

Encountered the same problem

@tmulle
Copy link

tmulle commented Oct 12, 2023

Same here.. looks like the version numbering of 21 is shorter than what the code is trying to parse.
I've seen this elsewhere with the new "21" version number being returned from the graalvm

@gunnarre
Copy link

gunnarre commented Oct 14, 2024

This bug is still present:

	at com.gluonhq.substrate.model.InternalProjectConfiguration.getGraalVersion(InternalProjectConfiguration.java:136)
	at com.gluonhq.substrate.model.InternalProjectConfiguration.checkGraalVMVersion(InternalProjectConfiguration.java:468)
	at com.gluonhq.substrate.SubstrateDispatcher.<init>(SubstrateDispatcher.java:381)

java -version gives

Java(TM) SE Runtime Environment Oracle GraalVM 23+37.1 (build 23+37-jvmci-b01)
Java HotSpot(TM) 64-Bit Server VM Oracle GraalVM 23+37.1 (build 23+37-jvmci-b01, mixed mode, sharing)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants