F5F Stay Refreshed Software PC Gaming Java issues in Minecraft server setup

Java issues in Minecraft server setup

Java issues in Minecraft server setup

J
Juan2610
Posting Freak
875
06-08-2018, 04:40 AM
#1
Hello, I'm attempting to set up two Minecraft servers on my PC. One is version 1.16.5 and the other is 1.18.2. Because they need different Java versions, I've got both Java 8 and Java 17 installed. The 1.18.2 server is working fine, but when trying to start the 1.16.5 one, I encounter an issue. I've adjusted the start.bat file like this: "C:\Program Files\Java\jre1.8.0_321\bin\java.exe" -Xms8G -Xmx8G -jar forge-1.16.5-36.2.23.jar nogui pause. This is the latest log from it, showing errors [06Apr2022 19:15:11.433] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher running... [06Apr2022 19:15:11.437] [main/INFO] [net.minecraftforge.fml.loading.FixSSL/CORE]: Added Lets Encrypt root certificates as additional trust [06Apr2022 19:15:11.964] [main/INFO] [mixin/]: SpongePowered MIXIN Subsystem Version=0.8.4 Source=file:/C:/Users/roard/Desktop/VaultHunters-OfficialModpack-1.12.4-Server/libraries/org/spongepowered/mixin/0.8.4/mixin-0.8.4.jar Service=ModLauncher Env=SERVER [06Apr2022 19:15:13.945] [main/INFO] [STDERR/]: [org.antlr.v4.runtime.ConsoleErrorListenerConfusedyntaxError:38]: line 1:0 token recognition error at: '~' [06Apr2022 19:15:15.208] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:-1]: java.lang.NoSuchMethodError: sun.security.util.ManifestEntryVerifier.<init>(Ljava/util/jar/ManifestWinkV [06Apr2022 19:15:15.209] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:-1]: at cpw.mods.modlauncher.SecureJarHandler.createCodeSource(SecureJarHandler.java:66) [06Apr2022 19:15:15.209] [main/INFO] [STDERR/]: [org.spongepowered.asm.service.modlauncher.Launcher.MixinConnectorManager.loadConnectors(MixinConnectorManager.java:70) [06Apr2022 19:15:15.211] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:-1]: at cpw.mods.modlauncher.TransformingClassLoader.loadClass(TransformingClassLoader.java:136) [06Apr2022 19:15:15.209] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:-1]: at java.lang.Class.forName0(Native Method) [06Apr2022 19:15:15.210] [main/INFO] [STDERR/]: [org.spongepowered.asm.service.modlauncher.ModLauncherClassProvider.findClass(ModLauncherClassProvider.java:67) [06Apr2022 19:15:15.211]]
J
Juan2610
06-08-2018, 04:40 AM #1

Hello, I'm attempting to set up two Minecraft servers on my PC. One is version 1.16.5 and the other is 1.18.2. Because they need different Java versions, I've got both Java 8 and Java 17 installed. The 1.18.2 server is working fine, but when trying to start the 1.16.5 one, I encounter an issue. I've adjusted the start.bat file like this: "C:\Program Files\Java\jre1.8.0_321\bin\java.exe" -Xms8G -Xmx8G -jar forge-1.16.5-36.2.23.jar nogui pause. This is the latest log from it, showing errors [06Apr2022 19:15:11.433] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher running... [06Apr2022 19:15:11.437] [main/INFO] [net.minecraftforge.fml.loading.FixSSL/CORE]: Added Lets Encrypt root certificates as additional trust [06Apr2022 19:15:11.964] [main/INFO] [mixin/]: SpongePowered MIXIN Subsystem Version=0.8.4 Source=file:/C:/Users/roard/Desktop/VaultHunters-OfficialModpack-1.12.4-Server/libraries/org/spongepowered/mixin/0.8.4/mixin-0.8.4.jar Service=ModLauncher Env=SERVER [06Apr2022 19:15:13.945] [main/INFO] [STDERR/]: [org.antlr.v4.runtime.ConsoleErrorListenerConfusedyntaxError:38]: line 1:0 token recognition error at: '~' [06Apr2022 19:15:15.208] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:-1]: java.lang.NoSuchMethodError: sun.security.util.ManifestEntryVerifier.<init>(Ljava/util/jar/ManifestWinkV [06Apr2022 19:15:15.209] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:-1]: at cpw.mods.modlauncher.SecureJarHandler.createCodeSource(SecureJarHandler.java:66) [06Apr2022 19:15:15.209] [main/INFO] [STDERR/]: [org.spongepowered.asm.service.modlauncher.Launcher.MixinConnectorManager.loadConnectors(MixinConnectorManager.java:70) [06Apr2022 19:15:15.211] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:-1]: at cpw.mods.modlauncher.TransformingClassLoader.loadClass(TransformingClassLoader.java:136) [06Apr2022 19:15:15.209] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:-1]: at java.lang.Class.forName0(Native Method) [06Apr2022 19:15:15.210] [main/INFO] [STDERR/]: [org.spongepowered.asm.service.modlauncher.ModLauncherClassProvider.findClass(ModLauncherClassProvider.java:67) [06Apr2022 19:15:15.211]]