Jump to content
  • 0

Tekkit Server Error occurred during initialization of vm


Question

Posted

Title: Tekkit Server Error occurred during initialization of vm

Version: 3.1.2

OS: Windows 7

Java Version: 1.6

Description of Problem:

When I start the server up I get this error: error occurred during initialization of vm java/lang/noclassdeffounderror

Error Messages:

error occurred during initialization of vm java/lang/noclassdeffounderror

Error Log:


C:\Users\Coplestone\Downloads\Tekkit_Server_3.1.2 (1)>java Xmx1G-Xms1G -jar Tekk

it.jar nogui

Error occurred during initialization of VM

java/lang/NoClassDefFoundError: java/lang/Object



C:\Users\Coplestone\Downloads\Tekkit_Server_3.1.2 (1)>pause

Press any key to continue . . .

5 answers to this question

Recommended Posts

  • 0
Posted

You need to assign more memory to the server. Do this by editing the 'Xmx1G' part to something such as 'Xmx4G' if you have 4 or more gigabytes of RAM. Also get Java 7.

  • 0
Posted

and if i see right your command has a <SPACE> to less

;java Xmx1G-Xms1G -jar Tekk

try:

For UP to 8GB RAM

java -Xmx8192M -Xms1024M -jar Tekkit.jar nogui

FOR UP to 1GB RAM

java -Xmx1024M -Xms1024M -jar Tekkit.jar nogui

but i think 1 GB is pretty less for this u may get server crashes at nuke or larger TNT explodes... if your nuclear reactor explode the server is down xD

  • 0
Posted

I also have this problem re installed java ect

edit : If i change it to more than 1GB i get this error


C:\GameInstalls\Minecraft>java -Xmx1024M -Xms1024M -jar Tekkit.jar nogui

182 recipes

27 achievements

java.lang.NoClassDefFoundError: Could not initialize class org.fusesource.jansi.

internal.Kernel32

        at org.fusesource.jansi.internal.WindowsSupport.getConsoleMode(WindowsSu

pport.java:50)

        at jline.WindowsTerminal.getConsoleMode(WindowsTerminal.java:176)

        at jline.WindowsTerminal.init(WindowsTerminal.java:80)

        at jline.TerminalFactory.create(TerminalFactory.java:93)

        at jline.TerminalFactory.get(TerminalFactory.java:151)

        at jline.console.ConsoleReader.<init>(ConsoleReader.java:140)

        at jline.console.ConsoleReader.<init>(ConsoleReader.java:126)

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

 

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

        at org.bukkit.craftbukkit.Main.main(Main.java:136)

 

C:\GameInstalls\Minecraft>pause

Press any key to continue . . .

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...