Tach Zusammen!
Ich hab da ein kleines Problem.
Ich würd gerne auf meinem vServer einen Minecraft MOD Server laufen lassen, aber irgendwie läuft der nicht an.
Es kommt immer diese Meldung:
Java wurde die neueste Version installiert, ich hab auch schon das C++ Package und Netframework installiert (Habe das in einem anderen Forum gelesen) nützt auch nichts.
Windows Update wurde auch gemacht, die Firewall wurde auch schon mal ausgeschaltet.
System: Windows Server 2008 R2
Ich steh irgendwie auf der Leitung und bitte um Hilfe.
Danke im Voraus
Ich hab da ein kleines Problem.
Ich würd gerne auf meinem vServer einen Minecraft MOD Server laufen lassen, aber irgendwie läuft der nicht an.
Es kommt immer diese Meldung:
2014-04-03 18:30:45 [Information] [ForgeModLoader] Forge Mod Loader version 6.4.49.965 for Minecraft 1.6.4 loading
2014-04-03 18:30:45 [Information] [ForgeModLoader] Java is Java HotSpot(TM) Client VM, version 1.7.0_45, running on Windows Server 2008 R2:x86:6.1, installed at C:\Program Files (x86)\Java\jre7
2014-04-03 18:30:45 [Fein] [ForgeModLoader] Java classpath at launch is craftbukkit.jar
2014-04-03 18:30:45 [Fein] [ForgeModLoader] Java library path at launch is C:\Program Files (x86)\Java\jre7\bin;C:\Windows\Sun\Java\bin;C:\Win dows\system32;C:\Windows;C:\Windows\system32;C:\Wi ndows;C:\Windows\System32\Wbem;C:\Windows\System32 \WindowsPowerShell\v1.0\;.
2014-04-03 18:30:45 [Fein] [ForgeModLoader] Enabling runtime deobfuscation
2014-04-03 18:30:45 [Fein] [ForgeModLoader] Instantiating coremod class FMLCorePlugin
2014-04-03 18:30:45 [Fein] [ForgeModLoader] Enqueued coremod FMLCorePlugin
2014-04-03 18:30:45 [Fein] [ForgeModLoader] Instantiating coremod class FMLForgePlugin
2014-04-03 18:30:45 [Fein] [ForgeModLoader] Enqueued coremod FMLForgePlugin
2014-04-03 18:30:45 [Fein] [ForgeModLoader] All fundamental core mods are successfully located
2014-04-03 18:30:45 [Fein] [ForgeModLoader] Discovering coremods
2014-04-03 18:30:45 [Information] [ForgeModLoader] Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortin gTweaker
2014-04-03 18:30:45 [Information] [ForgeModLoader] Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker
2014-04-03 18:30:45 [Information] [ForgeModLoader] Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortin gTweaker
2014-04-03 18:30:45 [Information] [ForgeModLoader] Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortin gTweaker
2014-04-03 18:30:45 [Information] [ForgeModLoader] Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWr apper
2014-04-03 18:30:45 [Fein] [ForgeModLoader] Injecting coremod FMLCorePlugin {cpw.mods.fml.relauncher.FMLCorePlugin} class transformers
2014-04-03 18:30:45 [Am feinsten] [ForgeModLoader] Registering transformer cpw.mods.fml.common.asm.transformers.AccessTransfo rmer
2014-04-03 18:30:45 [Am feinsten] [ForgeModLoader] Registering transformer cpw.mods.fml.common.asm.transformers.SideTransform er
2014-04-03 18:30:45 [Fein] [ForgeModLoader] Injection complete
2014-04-03 18:30:45 [Fein] [ForgeModLoader] Running coremod plugin for FMLCorePlugin {cpw.mods.fml.relauncher.FMLCorePlugin}
2014-04-03 18:30:45 [Fein] [ForgeModLoader] Running coremod plugin FMLCorePlugin
2014-04-03 18:30:46 [Fein] [ForgeModLoader] Coremod plugin class FMLCorePlugin run successfully
2014-04-03 18:30:46 [Information] [ForgeModLoader] Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWr apper
2014-04-03 18:30:46 [Fein] [ForgeModLoader] Injecting coremod FMLForgePlugin {net.minecraftforge.classloading.FMLForgePlugin} class transformers
2014-04-03 18:30:46 [Am feinsten] [ForgeModLoader] Registering transformer net.minecraftforge.transformers.ForgeAccessTransfo rmer
2014-04-03 18:30:46 [Am feinsten] [ForgeModLoader] Registering transformer net.minecraftforge.transformers.EventTransformer
2014-04-03 18:30:46 [Fein] [ForgeModLoader] Injection complete
2014-04-03 18:30:46 [Fein] [ForgeModLoader] Running coremod plugin for FMLForgePlugin {net.minecraftforge.classloading.FMLForgePlugin}
2014-04-03 18:30:46 [Fein] [ForgeModLoader] Running coremod plugin FMLForgePlugin
2014-04-03 18:30:46 [Fein] [ForgeModLoader] Coremod plugin class FMLForgePlugin run successfully
2014-04-03 18:30:46 [Information] [ForgeModLoader] Calling tweak class cpw.mods.fml.common.launcher.FMLDeobfTweaker
2014-04-03 18:30:46 [Fein] [ForgeModLoader] Validating minecraft
2014-04-03 18:30:46 [Fein] [ForgeModLoader] Minecraft validated, launching...
2014-04-03 18:30:47 [Information] [ForgeModLoader] Launching wrapped minecraft {net.minecraft.server.MinecraftServer}
2014-04-03 18:30:51 [Schwerwiegend] [ForgeModLoader] Unable to launch
java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Nativ e Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknow n Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Un known Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.j ava:131)
at net.minecraft.launchwrapper.Launch.main(Launch.jav a:27)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Nativ e Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknow n Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Un known Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at cpw.mods.fml.relauncher.ServerLaunchWrapper.run(Se rverLaunchWrapper.java:86)
at cpw.mods.fml.relauncher.ServerLaunchWrapper.main(S erverLaunchWrapper.java:54)
Caused by: java.lang.NoClassDefFoundError: Could not initialize class org.fusesource.jansi.internal.Kernel32
at org.fusesource.jansi.internal.WindowsSupport.getCo nsoleMode(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.ConsoleR eader.<init>(ConsoleReader.java:140)
at org.bukkit.craftbukkit.libs.jline.console.ConsoleR eader.<init>(ConsoleReader.java:126)
at net.minecraft.server.MinecraftServer.<init>(Minecr aftServer.java:258)
at net.minecraft.server.dedicated.DedicatedServer.<in it>(DedicatedServer.java:67)
at net.minecraft.server.MinecraftServer.main(Minecraf tServer.java:1756)
... 12 more
2014-04-03 18:30:45 [Information] [ForgeModLoader] Java is Java HotSpot(TM) Client VM, version 1.7.0_45, running on Windows Server 2008 R2:x86:6.1, installed at C:\Program Files (x86)\Java\jre7
2014-04-03 18:30:45 [Fein] [ForgeModLoader] Java classpath at launch is craftbukkit.jar
2014-04-03 18:30:45 [Fein] [ForgeModLoader] Java library path at launch is C:\Program Files (x86)\Java\jre7\bin;C:\Windows\Sun\Java\bin;C:\Win dows\system32;C:\Windows;C:\Windows\system32;C:\Wi ndows;C:\Windows\System32\Wbem;C:\Windows\System32 \WindowsPowerShell\v1.0\;.
2014-04-03 18:30:45 [Fein] [ForgeModLoader] Enabling runtime deobfuscation
2014-04-03 18:30:45 [Fein] [ForgeModLoader] Instantiating coremod class FMLCorePlugin
2014-04-03 18:30:45 [Fein] [ForgeModLoader] Enqueued coremod FMLCorePlugin
2014-04-03 18:30:45 [Fein] [ForgeModLoader] Instantiating coremod class FMLForgePlugin
2014-04-03 18:30:45 [Fein] [ForgeModLoader] Enqueued coremod FMLForgePlugin
2014-04-03 18:30:45 [Fein] [ForgeModLoader] All fundamental core mods are successfully located
2014-04-03 18:30:45 [Fein] [ForgeModLoader] Discovering coremods
2014-04-03 18:30:45 [Information] [ForgeModLoader] Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortin gTweaker
2014-04-03 18:30:45 [Information] [ForgeModLoader] Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker
2014-04-03 18:30:45 [Information] [ForgeModLoader] Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortin gTweaker
2014-04-03 18:30:45 [Information] [ForgeModLoader] Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortin gTweaker
2014-04-03 18:30:45 [Information] [ForgeModLoader] Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWr apper
2014-04-03 18:30:45 [Fein] [ForgeModLoader] Injecting coremod FMLCorePlugin {cpw.mods.fml.relauncher.FMLCorePlugin} class transformers
2014-04-03 18:30:45 [Am feinsten] [ForgeModLoader] Registering transformer cpw.mods.fml.common.asm.transformers.AccessTransfo rmer
2014-04-03 18:30:45 [Am feinsten] [ForgeModLoader] Registering transformer cpw.mods.fml.common.asm.transformers.SideTransform er
2014-04-03 18:30:45 [Fein] [ForgeModLoader] Injection complete
2014-04-03 18:30:45 [Fein] [ForgeModLoader] Running coremod plugin for FMLCorePlugin {cpw.mods.fml.relauncher.FMLCorePlugin}
2014-04-03 18:30:45 [Fein] [ForgeModLoader] Running coremod plugin FMLCorePlugin
2014-04-03 18:30:46 [Fein] [ForgeModLoader] Coremod plugin class FMLCorePlugin run successfully
2014-04-03 18:30:46 [Information] [ForgeModLoader] Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWr apper
2014-04-03 18:30:46 [Fein] [ForgeModLoader] Injecting coremod FMLForgePlugin {net.minecraftforge.classloading.FMLForgePlugin} class transformers
2014-04-03 18:30:46 [Am feinsten] [ForgeModLoader] Registering transformer net.minecraftforge.transformers.ForgeAccessTransfo rmer
2014-04-03 18:30:46 [Am feinsten] [ForgeModLoader] Registering transformer net.minecraftforge.transformers.EventTransformer
2014-04-03 18:30:46 [Fein] [ForgeModLoader] Injection complete
2014-04-03 18:30:46 [Fein] [ForgeModLoader] Running coremod plugin for FMLForgePlugin {net.minecraftforge.classloading.FMLForgePlugin}
2014-04-03 18:30:46 [Fein] [ForgeModLoader] Running coremod plugin FMLForgePlugin
2014-04-03 18:30:46 [Fein] [ForgeModLoader] Coremod plugin class FMLForgePlugin run successfully
2014-04-03 18:30:46 [Information] [ForgeModLoader] Calling tweak class cpw.mods.fml.common.launcher.FMLDeobfTweaker
2014-04-03 18:30:46 [Fein] [ForgeModLoader] Validating minecraft
2014-04-03 18:30:46 [Fein] [ForgeModLoader] Minecraft validated, launching...
2014-04-03 18:30:47 [Information] [ForgeModLoader] Launching wrapped minecraft {net.minecraft.server.MinecraftServer}
2014-04-03 18:30:51 [Schwerwiegend] [ForgeModLoader] Unable to launch
java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Nativ e Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknow n Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Un known Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.j ava:131)
at net.minecraft.launchwrapper.Launch.main(Launch.jav a:27)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Nativ e Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknow n Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Un known Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at cpw.mods.fml.relauncher.ServerLaunchWrapper.run(Se rverLaunchWrapper.java:86)
at cpw.mods.fml.relauncher.ServerLaunchWrapper.main(S erverLaunchWrapper.java:54)
Caused by: java.lang.NoClassDefFoundError: Could not initialize class org.fusesource.jansi.internal.Kernel32
at org.fusesource.jansi.internal.WindowsSupport.getCo nsoleMode(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.ConsoleR eader.<init>(ConsoleReader.java:140)
at org.bukkit.craftbukkit.libs.jline.console.ConsoleR eader.<init>(ConsoleReader.java:126)
at net.minecraft.server.MinecraftServer.<init>(Minecr aftServer.java:258)
at net.minecraft.server.dedicated.DedicatedServer.<in it>(DedicatedServer.java:67)
at net.minecraft.server.MinecraftServer.main(Minecraf tServer.java:1756)
... 12 more
Java wurde die neueste Version installiert, ich hab auch schon das C++ Package und Netframework installiert (Habe das in einem anderen Forum gelesen) nützt auch nichts.
Windows Update wurde auch gemacht, die Firewall wurde auch schon mal ausgeschaltet.
System: Windows Server 2008 R2
Ich steh irgendwie auf der Leitung und bitte um Hilfe.
Danke im Voraus