Jump to content

Recommended Posts

Posted

I keep having a problem with opening my forge server, either i try opening it and it just closes right away or it pops up Java binary has stopped working. I've looked on youtube but nothing shows how to fix this for a forge server, only vanilla minecraft. does anyone know how to fix this problem??

Posted

these are the logs of my last try to start the server

[17:34:47] [server thread/INFO]: Starting minecraft server version 1.7.10

[17:34:47] [server console handler/ERROR]: Exception handling console input

java.io.IOException: The handle is invalid

at java.io.FileInputStream.readBytes(Native Method) ~[?:1.8.0_40]

at java.io.FileInputStream.read(Unknown Source) ~[?:1.8.0_40]

at java.io.BufferedInputStream.read1(Unknown Source) ~[?:1.8.0_40]

at java.io.BufferedInputStream.read(Unknown Source) ~[?:1.8.0_40]

at sun.nio.cs.StreamDecoder.readBytes(Unknown Source) ~[?:1.8.0_40]

at sun.nio.cs.StreamDecoder.implRead(Unknown Source) ~[?:1.8.0_40]

at sun.nio.cs.StreamDecoder.read(Unknown Source) ~[?:1.8.0_40]

at java.io.InputStreamReader.read(Unknown Source) ~[?:1.8.0_40]

at java.io.BufferedReader.fill(Unknown Source) ~[?:1.8.0_40]

at java.io.BufferedReader.readLine(Unknown Source) ~[?:1.8.0_40]

at java.io.BufferedReader.readLine(Unknown Source) ~[?:1.8.0_40]

at net.minecraft.server.dedicated.DedicatedServer$2.run(DedicatedServer.java:97) [lv.class:?]

[17:34:47] [server thread/WARN]: To start the server with more ram, launch it as "java -Xmx1024M -Xms1024M -jar minecraft_server.jar"

[17:34:50] [server thread/ERROR]: Encountered an unexpected exception

cpw.mods.fml.common.LoaderException: java.lang.ClassNotFoundException: net.techbrew.journeymap.JourneyMap

at cpw.mods.fml.common.LoadController.transition(LoadController.java:162) ~[LoadController.class:?]

at cpw.mods.fml.common.Loader.loadMods(Loader.java:502) ~[Loader.class:?]

at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:87) ~[FMLServerHandler.class:?]

at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:314) ~[FMLCommonHandler.class:?]

at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:117) ~[lt.class:?]

at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:387) [MinecraftServer.class:?]

at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685) [li.class:?]

Caused by: java.lang.ClassNotFoundException: net.techbrew.journeymap.JourneyMap

at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191) ~[launchwrapper-1.11.jar:?]

at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_40]

at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_40]

at cpw.mods.fml.common.ModClassLoader.loadClass(ModClassLoader.java:58) ~[ModClassLoader.class:?]

at java.lang.Class.forName0(Native Method) ~[?:1.8.0_40]

at java.lang.Class.forName(Unknown Source) ~[?:1.8.0_40]

at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:420) ~[FMLModContainer.class:?]

at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source) ~[?:?]

at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_40]

at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_40]

at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) ~[minecraft_server.1.7.10.jar:?]

at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) ~[minecraft_server.1.7.10.jar:?]

at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) ~[minecraft_server.1.7.10.jar:?]

at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) ~[minecraft_server.1.7.10.jar:?]

at com.google.common.eventbus.EventBus.post(EventBus.java:275) ~[minecraft_server.1.7.10.jar:?]

at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:208) ~[LoadController.class:?]

at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187) ~[LoadController.class:?]

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_40]

at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_40]

at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_40]

at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_40]

at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) ~[minecraft_server.1.7.10.jar:?]

at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) ~[minecraft_server.1.7.10.jar:?]

at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) ~[minecraft_server.1.7.10.jar:?]

at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) ~[minecraft_server.1.7.10.jar:?]

at com.google.common.eventbus.EventBus.post(EventBus.java:275) ~[minecraft_server.1.7.10.jar:?]

at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:118) ~[LoadController.class:?]

at cpw.mods.fml.common.Loader.loadMods(Loader.java:492) ~[Loader.class:?]

... 5 more

Caused by: java.lang.RuntimeException: Attempted to load class net/techbrew/journeymap/JourneyMap for invalid side SERVER

at cpw.mods.fml.common.asm.transformers.SideTransformer.transform(SideTransformer.java:50) ~[forge-1.7.10-10.13.2.1291-universal.jar:?]

at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:279) ~[launchwrapper-1.11.jar:?]

at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:176) ~[launchwrapper-1.11.jar:?]

at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_40]

at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_40]

at cpw.mods.fml.common.ModClassLoader.loadClass(ModClassLoader.java:58) ~[ModClassLoader.class:?]

at java.lang.Class.forName0(Native Method) ~[?:1.8.0_40]

at java.lang.Class.forName(Unknown Source) ~[?:1.8.0_40]

at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:420) ~[FMLModContainer.class:?]

at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source) ~[?:?]

at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_40]

at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_40]

at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) ~[minecraft_server.1.7.10.jar:?]

at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) ~[minecraft_server.1.7.10.jar:?]

at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) ~[minecraft_server.1.7.10.jar:?]

at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) ~[minecraft_server.1.7.10.jar:?]

at com.google.common.eventbus.EventBus.post(EventBus.java:275) ~[minecraft_server.1.7.10.jar:?]

at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:208) ~[LoadController.class:?]

at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187) ~[LoadController.class:?]

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_40]

at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_40]

at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_40]

at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_40]

at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) ~[minecraft_server.1.7.10.jar:?]

at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) ~[minecraft_server.1.7.10.jar:?]

at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) ~[minecraft_server.1.7.10.jar:?]

at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) ~[minecraft_server.1.7.10.jar:?]

at com.google.common.eventbus.EventBus.post(EventBus.java:275) ~[minecraft_server.1.7.10.jar:?]

at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:118) ~[LoadController.class:?]

at cpw.mods.fml.common.Loader.loadMods(Loader.java:492) ~[Loader.class:?]

... 5 more

 

Posted

got rid of the journey map, but i don't know what else is wrong

 

[19:29:41] [server thread/INFO]: Starting minecraft server version 1.7.10

[19:29:41] [server console handler/ERROR]: Exception handling console input

java.io.IOException: The handle is invalid

at java.io.FileInputStream.readBytes(Native Method) ~[?:1.8.0_40]

at java.io.FileInputStream.read(Unknown Source) ~[?:1.8.0_40]

at java.io.BufferedInputStream.read1(Unknown Source) ~[?:1.8.0_40]

at java.io.BufferedInputStream.read(Unknown Source) ~[?:1.8.0_40]

at sun.nio.cs.StreamDecoder.readBytes(Unknown Source) ~[?:1.8.0_40]

at sun.nio.cs.StreamDecoder.implRead(Unknown Source) ~[?:1.8.0_40]

at sun.nio.cs.StreamDecoder.read(Unknown Source) ~[?:1.8.0_40]

at java.io.InputStreamReader.read(Unknown Source) ~[?:1.8.0_40]

at java.io.BufferedReader.fill(Unknown Source) ~[?:1.8.0_40]

at java.io.BufferedReader.readLine(Unknown Source) ~[?:1.8.0_40]

at java.io.BufferedReader.readLine(Unknown Source) ~[?:1.8.0_40]

at net.minecraft.server.dedicated.DedicatedServer$2.run(DedicatedServer.java:97) [lv.class:?]

[19:29:41] [server thread/WARN]: To start the server with more ram, launch it as "java -Xmx1024M -Xms1024M -jar minecraft_server.jar"

[19:29:49] [server thread/INFO]: Loading properties

[19:29:49] [server thread/INFO]: Default game type: SURVIVAL

[19:29:49] [server thread/INFO]: Generating keypair

[19:29:49] [server thread/INFO]: Starting Minecraft server on 192.168.1.74:25565

[19:29:51] [server thread/INFO]: Preparing level "Catalyst"

[19:29:51] [server thread/INFO]: Preparing start region for level 0

[19:29:52] [server thread/INFO]: Done (1.520s)! For help, type "help" or "?"

[19:29:52] [server thread/ERROR]: Encountered an unexpected exception

java.lang.NoClassDefFoundError: org/lwjgl/LWJGLException

at net.minecraft.profiler.Profiler.func_76320_a(Profiler.java:64) ~[qi.class:?]

at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:546) ~[MinecraftServer.class:?]

at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427) [MinecraftServer.class:?]

at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685) [li.class:?]

Caused by: java.lang.ClassNotFoundException: org.lwjgl.LWJGLException

at java.net.URLClassLoader.findClass(Unknown Source) ~[?:1.8.0_40]

at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_40]

at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source) ~[?:1.8.0_40]

at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_40]

at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:106) ~[launchwrapper-1.11.jar:?]

at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_40]

at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_40]

... 4 more

[19:29:52] [server thread/INFO]: Stopping server

[19:29:52] [server thread/INFO]: Saving players

[19:29:52] [server thread/INFO]: Saving worlds

[19:29:52] [server thread/INFO]: Saving chunks for level 'Catalyst'/Overworld

[19:29:53] [server thread/INFO]: Saving chunks for level 'Catalyst'/Nether

[19:29:53] [server thread/INFO]: Saving chunks for level 'Catalyst'/The End

[19:29:53] [server thread/INFO]: Saving chunks for level 'Catalyst'/Spirit World

[19:29:53] [server thread/INFO]: Saving chunks for level 'Catalyst'/Torment

[19:29:53] [server thread/INFO]: Saving chunks for level 'Catalyst'/Twilight Forest

[19:29:53] [server thread/INFO]: Saving chunks for level 'Catalyst'/The Outer Lands

 

Posted

this was the last thing that the fml log said before the server failed again. do you know how to fix it or have any suggestions on what i should try?

 

[21:06:04] [server thread/INFO] [FML/]: The state engine was in incorrect state SERVER_STOPPING and forced into state SERVER_STOPPED. Errors may have been discarded.

Posted

[21:05:51] [server thread/INFO]: Starting minecraft server version 1.7.10

[21:05:51] [server console handler/ERROR]: Exception handling console input

java.io.IOException: The handle is invalid

at java.io.FileInputStream.readBytes(Native Method) ~[?:1.8.0_40]

at java.io.FileInputStream.read(Unknown Source) ~[?:1.8.0_40]

at java.io.BufferedInputStream.read1(Unknown Source) ~[?:1.8.0_40]

at java.io.BufferedInputStream.read(Unknown Source) ~[?:1.8.0_40]

at sun.nio.cs.StreamDecoder.readBytes(Unknown Source) ~[?:1.8.0_40]

at sun.nio.cs.StreamDecoder.implRead(Unknown Source) ~[?:1.8.0_40]

at sun.nio.cs.StreamDecoder.read(Unknown Source) ~[?:1.8.0_40]

at java.io.InputStreamReader.read(Unknown Source) ~[?:1.8.0_40]

at java.io.BufferedReader.fill(Unknown Source) ~[?:1.8.0_40]

at java.io.BufferedReader.readLine(Unknown Source) ~[?:1.8.0_40]

at java.io.BufferedReader.readLine(Unknown Source) ~[?:1.8.0_40]

at net.minecraft.server.dedicated.DedicatedServer$2.run(DedicatedServer.java:97) [lv.class:?]

[21:05:51] [server thread/WARN]: To start the server with more ram, launch it as "java -Xmx1024M -Xms1024M -jar minecraft_server.jar"

[21:05:59] [server thread/INFO]: Loading properties

[21:05:59] [server thread/INFO]: Default game type: SURVIVAL

[21:05:59] [server thread/INFO]: Generating keypair

[21:06:00] [server thread/INFO]: Starting Minecraft server on 192.168.1.74:25565

[21:06:02] [server thread/INFO]: Preparing level "Catalyst"

[21:06:02] [server thread/INFO]: Preparing start region for level 0

[21:06:03] [server thread/INFO]: Preparing spawn area: 97%

[21:06:03] [server thread/INFO]: Done (1.663s)! For help, type "help" or "?"

[21:06:04] [server thread/ERROR]: Encountered an unexpected exception

java.lang.NoClassDefFoundError: org/lwjgl/LWJGLException

at net.minecraft.profiler.Profiler.func_76320_a(Profiler.java:64) ~[qi.class:?]

at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:546) ~[MinecraftServer.class:?]

at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427) [MinecraftServer.class:?]

at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685) [li.class:?]

Caused by: java.lang.ClassNotFoundException: org.lwjgl.LWJGLException

at java.net.URLClassLoader.findClass(Unknown Source) ~[?:1.8.0_40]

at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_40]

at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source) ~[?:1.8.0_40]

at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_40]

at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:106) ~[launchwrapper-1.11.jar:?]

at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_40]

at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_40]

... 4 more

[21:06:04] [server thread/INFO]: Stopping server

[21:06:04] [server thread/INFO]: Saving players

[21:06:04] [server thread/INFO]: Saving worlds

[21:06:04] [server thread/INFO]: Saving chunks for level 'Catalyst'/Overworld

[21:06:04] [server thread/INFO]: Saving chunks for level 'Catalyst'/Nether

[21:06:04] [server thread/INFO]: Saving chunks for level 'Catalyst'/The End

[21:06:04] [server thread/INFO]: Saving chunks for level 'Catalyst'/Spirit World

[21:06:04] [server thread/INFO]: Saving chunks for level 'Catalyst'/Torment

[21:06:04] [server thread/INFO]: Saving chunks for level 'Catalyst'/Twilight Forest

[21:06:04] [server thread/INFO]: Saving chunks for level 'Catalyst'/The Outer Lands

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



  • Recently Browsing

    • No registered users viewing this page.
  • Posts

    • So, I have a minecraft world hosted with essential on forge 1.20.1, there's 149 mods, and the forge version is 47.3.0, and it's been like that for a good 2-3 weeks, and all of a sudden, it stopped loading, and I have 0 clue as to why, and this world means A LOT to me, so if anyone out there is able to help, I would GLADLY appreciate it. here's the link if ya wanna help:   [04Dec2024 22:42:24.552] [Worker-ResourceReload-3/ERROR][net.minecraft.server.packs.resources.SimpleJsonResourceReloadListener/]: Couldn't parse data file slabsexpanded:snow_blockblocktoslab from slabsexpanded:recipes/snow_blockblocktoslab.json com.google.gson.JsonParseException: com.google.gson.stream.MalformedJsonException: Expected name at line 16 column 4 path $.result.item at net.minecraft.util.GsonHelper.m_13780_(GsonHelper.java:526) ~[client-1.20.1-20230612.114412-srg.jar%23490!/:?] at net.minecraft.util.GsonHelper.m_263475_(GsonHelper.java:531) ~[client-1.20.1-20230612.114412-srg.jar%23490!/:?] at net.minecraft.util.GsonHelper.m_13776_(GsonHelper.java:581) ~[client-1.20.1-20230612.114412-srg.jar%23490!/:?] at net.minecraft.server.packs.resources.SimpleJsonResourceReloadListener.m_278771_(SimpleJsonResourceReloadListener.java:41) ~[client-1.20.1-20230612.114412-srg.jar%23490!/:?] at net.minecraft.server.packs.resources.SimpleJsonResourceReloadListener.m_5944_(SimpleJsonResourceReloadListener.java:29) ~[client-1.20.1-20230612.114412-srg.jar%23490!/:?] at net.minecraft.server.packs.resources.SimpleJsonResourceReloadListener.m_5944_(SimpleJsonResourceReloadListener.java:17) ~[client-1.20.1-20230612.114412-srg.jar%23490!/:?] at net.minecraft.server.packs.resources.SimplePreparableReloadListener.m_10786_(SimplePreparableReloadListener.java:11) ~[client-1.20.1-20230612.114412-srg.jar%23490!/:?] at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1768) ~[?:?] at java.util.concurrent.CompletableFuture$AsyncSupply.exec(CompletableFuture.java:1760) ~[?:?] at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) ~[?:?] at java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) ~[?:?] at java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) ~[?:?] at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) ~[?:?] at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) ~[?:?] Caused by: com.google.gson.stream.MalformedJsonException: Expected name at line 16 column 4 path $.result.item at com.google.gson.stream.JsonReader.syntaxError(JsonReader.java:1657) ~[gson-2.10.jar%23107!/:?] at com.google.gson.stream.JsonReader.doPeek(JsonReader.java:514) ~[gson-2.10.jar%23107!/:?] at com.google.gson.stream.JsonReader.hasNext(JsonReader.java:422) ~[gson-2.10.jar%23107!/:?] at com.google.gson.internal.bind.TypeAdapters$28.read(TypeAdapters.java:779) ~[gson-2.10.jar%23107!/:?] at com.google.gson.internal.bind.TypeAdapters$28.read(TypeAdapters.java:725) ~[gson-2.10.jar%23107!/:?] at com.google.gson.internal.bind.TypeAdapters$34$1.read(TypeAdapters.java:1007) ~[gson-2.10.jar%23107!/:?] at net.minecraft.util.GsonHelper.m_13780_(GsonHelper.java:524) ~[client-1.20.1-20230612.114412-srg.jar%23490!/:?]
    • Hello! I have been having a problem with Forgematica, Embeddium, Oculus, and create. I wanted to download litematica so I could see which blocks are in my creative mode build, so that I could collect them all in survival. However, litematica is a fabric mod. I found a port called forgematica, which I added (along with it's dependency) to my mods folder. I loaded into a new world, and built a structure. Then, I added a part from the create mod, and the game crashed instantly, with exit code -1. Thanks for any help! Crash Report and mods list: https://pastebin.com/rtzh6LAi
    • Have you found a modder for this vehicle project? Because it will be really hard and I want to know that hero who can create all this
  • Topics

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.