Skip to content

[Mandrel for JDK 25] Build failure due to org.graalvm.nativeimage.configure module not found #834

@zakkak

Description

@zakkak

Since oracle#10905 Mandrel fails to build due to:

Error occurred during initialization of boot layer
java.lang.module.FindException: Module org.graalvm.nativeimage.configure not found, required by org.graalvm.nativeimage.driver
Exception in thread "main" java.lang.RuntimeException: java.lang.RuntimeException: Failed, exit code: 1
	at OperatingSystem.exec(build.java:1878)
	at build.buildAgents(build.java:306)
	at build.main(build.java:249)
Caused by: java.lang.RuntimeException: Failed, exit code: 1
	at OperatingSystem.exec(build.java:1867)
	at build.buildAgents(build.java:306)
	at build.main(build.java:249)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104)
	at java.base/java.lang.reflect.Method.invoke(Method.java:565)
	at jdk.compiler/com.sun.tools.javac.launcher.SourceLauncher.execute(SourceLauncher.java:254)
	at jdk.compiler/com.sun.tools.javac.launcher.SourceLauncher.run(SourceLauncher.java:138)
	at jdk.compiler/com.sun.tools.javac.launcher.SourceLauncher.main(SourceLauncher.java:76)

Metadata

Metadata

Assignees

Labels

affects/25.0Mandrel 25.0bugSomething isn't working

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions