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

NoSuchMethodError in sun.security.util.ManifestEntryVerifier #355

Closed
mcbhenwood opened this issue Nov 13, 2023 · 3 comments
Closed

NoSuchMethodError in sun.security.util.ManifestEntryVerifier #355

mcbhenwood opened this issue Nov 13, 2023 · 3 comments

Comments

@mcbhenwood
Copy link

Apologies if this is the wrong place to raise issues. Building against the latest version (or pulling it from Docker Hub) gives an error at startup. The same error is not found in the latest version of vanilla.

docker run --rm -it -p "25565:25565" webhippie/minecraft-forge:latest
...
Exception in thread "main" java.lang.NoSuchMethodError: 'void sun.security.util.ManifestEntryVerifier.<init>(java.util.jar.Manifest)'
	at [email protected]/cpw.mods.jarhandling.impl.Jar.<init>(Jar.java:96)
	at [email protected]/cpw.mods.jarhandling.SecureJar.from(SecureJar.java:58)
	at [email protected]/cpw.mods.jarhandling.SecureJar.from(SecureJar.java:50)
	at [email protected]/cpw.mods.jarhandling.SecureJar.from(SecureJar.java:42)
	at [email protected]/cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:60)
@tboerger
Copy link
Member

Sorry for the late response. Te latest tag haven't been a real latest tag, this will get updated with #356. The old latest tag contained v37.0.43, if you want to run a server with that version you coul launch webhippie/minecraft-forge:37.0. Beside that I have added various newer versions of forge.

@tboerger
Copy link
Member

The mentioned PR will be merged directly after the builds are green.

@mcbhenwood
Copy link
Author

Many thanks for taking the time to respond, and also thank you for the effort you are putting into making this containerisation so natural to adopt. It's very neat.

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

2 participants