Good morning, I have been working all night and morning to try and resolve an issue, here is the problem.
I have been using a Game Rental company called NFO for the past several months to host my Tekkit and FTB Ultimate 1.1.2 (minecraft 1.4.7) server(s). I decided after a few mishaps to purchase a VDS with Windows Server 2008 RC2 x64, with Two Core dedicated, 3GB ram, 300GB HDD and 3000GB InterNAP bandwith.
Now, when I ran the server directly from NFO everything started and worked just fine. However now that I am trying to run the server from the unmanaged VDS, it simply rolls out a list of errors and goes no where. Here are the specds.
I am using FTB Ultimate 1.1.2 (MineCraft 1.4.7) with mcpc-plus-legacy-1.4.7-R1.1-SNAPSHOT-f534-L67.jar
I also have several plugins such as Essentials, PermissionsEX, WorldGuard and WorldEdit etc...
When I try to start the server here is what I get
This happens if I try to start the server I already had, or if I download a brand new copy and do nothing more than replace the ftbserver.jar with the mcpc-plus.jar (renamed) and run the Launch.bat file (edited for my server name and the amount of ram I wish to use)
Any information would be appreciated! Thanks in advanced.
I have been using a Game Rental company called NFO for the past several months to host my Tekkit and FTB Ultimate 1.1.2 (minecraft 1.4.7) server(s). I decided after a few mishaps to purchase a VDS with Windows Server 2008 RC2 x64, with Two Core dedicated, 3GB ram, 300GB HDD and 3000GB InterNAP bandwith.
Now, when I ran the server directly from NFO everything started and worked just fine. However now that I am trying to run the server from the unmanaged VDS, it simply rolls out a list of errors and goes no where. Here are the specds.
I am using FTB Ultimate 1.1.2 (MineCraft 1.4.7) with mcpc-plus-legacy-1.4.7-R1.1-SNAPSHOT-f534-L67.jar
I also have several plugins such as Essentials, PermissionsEX, WorldGuard and WorldEdit etc...
When I try to start the server here is what I get
Code:
C:\Program Files\CrysysCraft>java -Xmx1536M -Xms1536M -jar mcpc-plus.jar nogui
2013-09-14 05:13:59 [INFO] [ForgeModLoader] Forge Mod Loader version 4.7.35.556
for Minecraft 1.4.7 loading
2013-09-14 05:13:59 [INFO] [MiscPeripheralsASM] Initialized
Adding Accesstransformer map: pcc_at.cfg
Adding Accesstransformer map: codechickencore_at.cfg
Adding AccessTransformer: chickenchunks_at.cfg
Adding Accesstransformer map: temp.dat
Adding Accesstransformer map: nei_at.cfg
210 recipes
27 achievements
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 cpw.mods.fml.relauncher.FMLRelauncher.relaunchServer(FMLRelauncher.ja
va:138)
at cpw.mods.fml.relauncher.FMLRelauncher.handleServerRelaunch(FMLRelaunc
her.java:33)
at net.minecraft.server.MinecraftServer.main(MinecraftServer.java:1612)
at org.bukkit.craftbukkit.Main.main(Main.java:21)
Caused by: java.lang.NoClassDefFoundError: Could not initialize class org.fuseso
urce.jansi.internal.Kernel32
at org.fusesource.jansi.internal.WindowsSupport.getConsoleMode(WindowsSu
pport.java:50)
at org.bukkit.craftbukkit.libs.jline.WindowsTerminal.getConsoleMode(Wind
owsTerminal.java:176)
at org.bukkit.craftbukkit.libs.jline.WindowsTerminal.init(WindowsTermina
l.java:80)
at org.bukkit.craftbukkit.libs.jline.TerminalFactory.create(TerminalFact
ory.java:93)
at org.bukkit.craftbukkit.libs.jline.TerminalFactory.get(TerminalFactory
.java:151)
at org.bukkit.craftbukkit.libs.jline.console.ConsoleReader.<init>(Consol
eReader.java:140)
at org.bukkit.craftbukkit.libs.jline.console.ConsoleReader.<init>(Consol
eReader.java:126)
at net.minecraft.server.MinecraftServer.<init>(MinecraftServer.java:245)
at ho.<init>(DedicatedServer.java:61)
at net.minecraft.server.MinecraftServer.fmlReentry(MinecraftServer.java:
1632)
... 8 more
This happens if I try to start the server I already had, or if I download a brand new copy and do nothing more than replace the ftbserver.jar with the mcpc-plus.jar (renamed) and run the Launch.bat file (edited for my server name and the amount of ram I wish to use)
Any information would be appreciated! Thanks in advanced.