Jump to content

[1.6.4] Interesting, but annoying problem.


Recommended Posts

Hey, I am having an issue trying to run a customer Forge Server on my Windows Server 2008 dedicated box.  It runs without any problems or errors when ran on my Windows 7 64-bit home pc, but when I try to run the exact same server (zipped up server, and transferred to the box), it gives me the following error:

 

 

 

C:\Users\Administrator\Desktop\FORGE SERVER>java -Xmx3G -Xms2G -jar mcpc-plus-dev-1.6.4-R2.1-forge965-B3.jar nogui

Considering library net.minecraftforge:minecraftforge:9.11.1.965

Considering library net.minecraft:launchwrapper:1.8

Considering library org.ow2.asm:asm-all:4.1

Considering library org.scala-lang:scala-library:2.10.2

Considering library org.scala-lang:scala-compiler:2.10.2

Considering library lzma:lzma:0.0.1

Considering library net.sf.jopt-simple:jopt-simple:4.5

Considering library com.paulscode:codecjorbis:20101023

Considering library com.paulscode:codecwav:20101023

Considering library com.paulscode:libraryjavasound:20101123

Considering library com.paulscode:librarylwjglopenal:20100824

Considering library com.paulscode:soundsystem:20120107

Considering library org.lwjgl.lwjgl:lwjgl:2.9.0

Considering library org.lwjgl.lwjgl:lwjgl_util:2.9.0

Considering library argo:argo:2.25_fixed

Considering library org.bouncycastle:bcprov-jdk15on:1.47

Considering library com.google.guava:guava:14.0

Considering library org.apache.commons:commons-lang3:3.1

Considering library commons-io:commons-io:2.4

Considering library net.java.jinput:jinput:2.0.5

Considering library net.java.jutils:jutils:1.0.0

Considering library com.google.code.gson:gson:2.2.2

Considering library org.lwjgl.lwjgl:lwjgl:2.9.0

Considering library org.lwjgl.lwjgl:lwjgl_util:2.9.0

Considering library org.lwjgl.lwjgl:lwjgl-platform:2.9.0

Considering library org.lwjgl.lwjgl:lwjgl:2.9.1-nightly-20130708-debug3

Considering library org.lwjgl.lwjgl:lwjgl_util:2.9.1-nightly-20130708-debug3

Considering library org.lwjgl.lwjgl:lwjgl-platform:2.9.1-nightly-20130708-debug3

Considering library net.java.jinput:jinput-platform:2.0.5

Jun 04, 2014 7:16:29 PM net.minecraft.launchwrapper.LogWrapper log

INFO: Loading tweak class name cpw.mods.fml.common.launcher.FMLServerTweaker

Jun 04, 2014 7:16:29 PM net.minecraft.launchwrapper.LogWrapper log

INFO: Using primary tweak class name cpw.mods.fml.common.launcher.FMLServerTweaker

Jun 04, 2014 7:16:29 PM net.minecraft.launchwrapper.LogWrapper log

INFO: Calling tweak class cpw.mods.fml.common.launcher.FMLServerTweaker

2014-06-04 19:16:29 [iNFO] [ForgeModLoader] Forge Mod Loader version 6.4.49.965 for Minecraft 1.6.4 loading

2014-06-04 19:16:29 [iNFO] [ForgeModLoader] Java is Java HotSpot 64-Bit Server VM, version 1.7.0_60, running on Windows Server 2008 R2:amd64:6.1, installed at C:\Program Files\Java\jre7

2014-06-04 19:16:29 [iNFO] [ForgeModLoader] Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker

2014-06-04 19:16:29 [iNFO] [ForgeModLoader] Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker

2014-06-04 19:16:29 [iNFO] [ForgeModLoader] Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker

2014-06-04 19:16:29 [iNFO] [ForgeModLoader] Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker

2014-06-04 19:16:29 [iNFO] [ForgeModLoader] Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper

2014-06-04 19:16:30 [iNFO] [ForgeModLoader] Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper

Loaded 110 rules from AccessTransformer config file forge_at.cfg

2014-06-04 19:16:30 [iNFO] [ForgeModLoader] Calling tweak class cpw.mods.fml.common.launcher.FMLDeobfTweaker

2014-06-04 19:16:32 [iNFO] [ForgeModLoader] Launching wrapped minecraft {net.minecraft.server.MinecraftServer}

2014-06-04 19:16:34 [sEVERE] [ForgeModLoader] Unable to launch

java.lang.reflect.InvocationTargetException

        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

        at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)

        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)

        at java.lang.reflect.Method.invoke(Unknown Source)

        at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)

        at net.minecraft.launchwrapper.Launch.main(Launch.java:27)

        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

        at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)

        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)

        at java.lang.reflect.Method.invoke(Unknown Source)

        at cpw.mods.fml.relauncher.ServerLaunchWrapper.run(ServerLaunchWrapper.java:86)

        at cpw.mods.fml.relauncher.ServerLaunchWrapper.main(ServerLaunchWrapper.java:54)

Caused by: java.lang.NoClassDefFoundError: Could not initialize class org.fusesource.jansi.internal.Kernel32

        at org.fusesource.jansi.internal.WindowsSupport.getConsoleMode(WindowsSupport.java:50)

        at org.bukkit.craftbukkit.libs.jline.WindowsTerminal.getConsoleMode(WindowsTerminal.java:176)

        at org.bukkit.craftbukkit.libs.jline.WindowsTerminal.init(WindowsTerminal.java:80)

        at org.bukkit.craftbukkit.libs.jline.TerminalFactory.create(TerminalFactory.java:93)

        at org.bukkit.craftbukkit.libs.jline.TerminalFactory.get(TerminalFactory.java:151)

        at org.bukkit.craftbukkit.libs.jline.console.ConsoleReader.<init>(ConsoleReader.java:140)

        at org.bukkit.craftbukkit.libs.jline.console.ConsoleReader.<init>(ConsoleReader.java:126)

        at net.minecraft.server.MinecraftServer.<init>(MinecraftServer.java:262)

        at net.minecraft.server.dedicated.DedicatedServer.<init>(DedicatedServer.java:67)

        at net.minecraft.server.MinecraftServer.main(MinecraftServer.java:1760)

        ... 12 more

 

C:\Users\Administrator\Desktop\FORGE SERVER>pause

Press any key to continue . . .

 

 

I have no idea what is causing the issue.  I am getting this same type of error when I try to run a Tekkit Classic (recommended version) on the same box, but it works without issue on my home PC as well.

 

I have Java 7 64-bit and 32-bit installed on both my PC and the server box.  Also, for the custom forge server (not sure on Tekkit), I am actually running this file as my launch file via bat file:

 

mcpc-plus-dev-1.6.4-R2.1-forge965-B3

 

This is for bukkit support, and required due to some plugins my members want access to.  Any light that can be set on this issue would be much appreciated.

Link to comment
Share on other sites

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



×
×
  • Create New...

Important Information

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