1.18 Server won't start with dynmap & Journeymap
See original GitHub issueIssue Description: Modded Forge server fails to start with Dynmap and JourneyMap. Server starts fine with either one removed.
- Dynmap Version: dynmap-3.3-SNAPSHOT-forge-1.18
- Server Version: forge 1.18 build 38.0.16
- Journeymap Version 1.18-5.8.0alpha8 (latest available)
- Pastebin of Configuration.txt: default config, first startup.
- ** crashlogs or other relevant logs:** `Console13:46:01 Exception in thread “main” java.lang.module.ResolutionException: Modules journeymap and dynmap export package org.eclipse.jetty.http to module XXX <- This module seems to change, JEI, or supermartijn642configlib are the 2 I’ve seen.
at java.base/java.lang.module.Resolver.resolveFail(Resolver.java:901) at java.base/java.lang.module.Resolver.failTwoSuppliers(Resolver.java:815) at java.base/java.lang.module.Resolver.checkExportSuppliers(Resolver.java:736) at java.base/java.lang.module.Resolver.finish(Resolver.java:380) at java.base/java.lang.module.Configuration.<init>(Configuration.java:140) at java.base/java.lang.module.Configuration.resolveAndBind(Configuration.java:494) at MC-BOOTSTRAP/cpw.mods.modlauncher@9.0.7/cpw.mods.modlauncher.ModuleLayerHandler.buildLayer(ModuleLayerHandler.java:70) at MC-BOOTSTRAP/cpw.mods.modlauncher@9.0.7/cpw.mods.modlauncher.TransformationServicesHandler.buildTransformingClassLoader(TransformationServicesHandler.java:61) at MC-BOOTSTRAP/cpw.mods.modlauncher@9.0.7/cpw.mods.modlauncher.Launcher.run(Launcher.java:104) at MC-BOOTSTRAP/cpw.mods.modlauncher@9.0.7/cpw.mods.modlauncher.Launcher.main(Launcher.java:77) at MC-BOOTSTRAP/cpw.mods.modlauncher@9.0.7/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) at MC-BOOTSTRAP/cpw.mods.modlauncher@9.0.7/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) at cpw.mods.bootstraplauncher@0.1.17/cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:90)`
- Steps to Replicate: Please be clear in this section so we can replicate your issue
- Place dynmap and Journeymap into mod folder
- start server
- crash
[X] I have looked at all other issues and this is not a duplicate
[X] I have been able to replicate this
Issue Analytics
- State:
- Created 2 years ago
- Comments:8 (4 by maintainers)
Top GitHub Comments
OK - there should be a workaround for this in the latest SNAPSHOT build (#572)
Yea, I included rebasing it with my update. We rebased all of our other shaded deps, not sure why jetty was missed.