After moving server it will no longer run

Ask questions about dedicated servers here and we and other users will do our best to answer them. Please also refer to the self-help section for tutorials and answers to the most commonly asked questions.
Post Reply
DaRcCrysys
New to forums
New to forums
Posts: 8
https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
Joined: Sat Sep 14, 2013 8:57 am

After moving server it will no longer run

Post by DaRcCrysys »

Good morning, I have been working all night and morning to try and resolve an issue, here is the problem.

I have used NFO to host my (previous) My Tekkit server and now my 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: Select all

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.
User avatar
soja
This is my homepage
This is my homepage
Posts: 2389
Joined: Fri May 18, 2012 3:20 pm

Re: After moving server it will no longer run

Post by soja »

I apologize I cannot help you with you minecraft problem, however if you have added extra bandwidth and memory to your two-core plan, It ends up being cheaper to go with 3 cores which already has the extra bw and memory you need.

I'm sure someone will come along to help you with your minecraft problem, I just wanted to point that out.

Good luck!
Not a NFO employee
User avatar
hiimcody1
Former staff
Former staff
Posts: 1617
Joined: Wed Dec 28, 2011 4:59 pm

Re: After moving server it will no longer run

Post by hiimcody1 »

Do you have the 'lib' folder copied over for Forge to use?
Post Reply