Skip to content

Error while compiling  #690

@marcust

Description

@marcust

I'm trying to compile a example real life application with GraalVM, but I'm getting

error: should not reach here: Could not find field java.util.zip.ZipEntry.name on class sun.net.www.protocol.jar.URLJarFile$URLJarFileEntry
Error: Image building with exit status 1

I've no idea where to go from here.

Reproducible via https://github.com/marcust/jzenith/tree/experimental/graalvm

any of the jzenith-example fat jars, eg:

/opt/graalvm/bin/native-image  --verbose  --no-server  -Dio.netty.noUnsafe=true   -H:ReflectionConfigurationFiles=../../jzenith-graalvm-extras/reflectconfigs/netty.json  -H:+ReportUnsupportedElementsAtRuntime  -Dfile.encoding=UTF-8  -jar target/jzenith-example-mysql-0.1-SNAPSHOT-fat.jar 

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions