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

    • Through Betafort Recovery, Bitcoin scam victims can retrieve their money. I recommend Betafort Recovery to anyone who has fallen victim to a scam and has been looking for methods and techniques to recover their lost cryptocurrency or wallets. Betafort Recovery is a reliable cryptocurrency recovery firm that assists victims in recovering their stolen cryptocurrency and offers secure solutions to protect your wallets from online scammers. I must admit that I was deeply melancholy and had given up on life until these experts could restore my $23,400 to my wallet. If you've lost your cryptocurrency and you are helpless about it, contact Betafort Recovery to get your money back. One key aspect that makes Betafort Recovery stand out is its focus on providing secure solutions to protect wallets from online scammers. It's not just about recovering lost funds; it's also about preventing future incidents and ensuring that clients' digital assets are safeguarded against potential threats. This proactive approach demonstrates their commitment to the long-term financial security of their clients. Furthermore, for individuals who have lost their cryptocurrency and are feeling helpless, reaching out to Betafort Recovery could be a turning point in their situation. The reassurance that they are legitimate for seeking help and recovering lost funds can provide much-needed relief and a sense of empowerment. Betafort Recovery as a reliable cryptocurrency recovery firm is certainly well-founded. Their ability to assist scam victims in recovering stolen cryptocurrency, their focus on providing secure solutions, and their commitment to supporting clients through challenging situations make them a valuable resource for individuals navigating the complex world of digital currencies. If you or someone you know has fallen victim to a cryptocurrency scam, contacting Betafort Recovery could be the first step towards reclaiming lost funds and regaining peace of mind.  
    • Idk how i didn't notice that, but I deleted it and fixed some other issues and now I get this https://mclo.gs/YsWacqq
    • I found Bedrock_Miner's old site and I was interested in the Furnace Minecart Inventory mod. But all the links to the mod files are dead, there were apparently no uploads to other sites either, so the only hope is that the mods were saved on someone's cloud or disk. If someone remembers that perhaps downloaded them in the first half of the 10's, I will be glad if someone to share them. https://web.archive.org/web/20151227195157/http://bedrockminer.jimdo.com/mods/furnace-minecart-inventory#expand
    • Remove rubidium - you are already using embeddium which is a fork of it
    • Delete the jei-server.toml file in your config folder If there is no such file, check the worldsave, serverconfig folder
  • Topics

×
×
  • Create New...

Important Information

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