question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

1.18 Server won't start with dynmap & Journeymap

See original GitHub issue

Issue 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:closed
  • Created 2 years ago
  • Comments:8 (4 by maintainers)

github_iconTop GitHub Comments

2reactions
mikeprimmcommented, Dec 9, 2021

OK - there should be a workaround for this in the latest SNAPSHOT build (#572)

1reaction
mysticdrewcommented, Dec 9, 2021

@mikeprimm thanks for looking into this, I will be applying the same fix in Journeymap just in case there are other mods that may conflict.

Cool - I’d suggest rebasing the jetty packages, too - us not each having our own class namespace is a headache sometimes 😃. I’m still trying to work our a clean way to embed the JDBC drivers without contaminating the JVM (modern JDBC drivers auto-register via the META-INF/services/java.sql.Driver. while classic ones do it via a static initializer in their Driver class (the Class.forName() stuff), and that registers the URL namespace handling for the whole JVM - so even rebasing MySQL driver will affect the other plugins… I’m looking at doing some classloader tricks to isolate my JDBC drivers from everyone else, but don’t have it sorted out just yet…)

Yea, I included rebasing it with my update. We rebased all of our other shaded deps, not sure why jetty was missed.

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to enable Journeymap Web on Dedicated? : r/feedthebeast
and i just cannot activate Journeymap Web server on it. it activates on local, but i want people to be able to see...
Read more >
Dynmap® | SpigotMC - High Performance Minecraft
A Google Maps-like map for your Minecraft server that can be viewed in a browser. Easy to set up when making use of...
Read more >
Overview - Dynmap® - Bukkit Plugins - Projects
A Google Maps-like map for your Minecraft server that can be viewed in a browser. Easy to set up when making use of...
Read more >
journeymap-1.18.2-5.8.0 - CurseForge
JourneyMap 1.18.2-5.8.0 for Minecraft 1.18.2. Requirements: ... Removed: Server sided biome logic, no longer needed with data caching.
Read more >
Why is my server using so much RAM? - Support & Bug Reports
The problem is that the server starts, but joining is not possible. After running for a few minutes it crashes due to an...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found