Jump to content
  • 0

Java VM will not load when I start Tekkit Server 3.1.2


johnthegoalie

Question

Launcher Version: 3.1.2

Operating System: Windows XP 32 bit

Java Version: 7 10

Antivirus Program: AVG 2013 Free

Description of Problem:

Cannot Create Java Virtual Machine for the Server Version 3.1.2 on a Compaq 3Ghz with 3.11 GB RAM running Windows XP. Trying to make this computer a dedicated server for my friends and I

Error Messages:

C:\Documents And Settings\Compaq_owner\My Documents\Tekkit>java Xmx3G -jar tekkit.jar nogui

Error occured during initilization of VM

Could not reserve enough space for object heap

Error : Could not create Java Virtual Machine

Error : Fatal Exception has occured. Program Will Exit

C:\Documents And Settings\Compaq_owner\My Documents\Tekkit>pause

Press Any Key To Exit............

Error Log:




Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

OK Got past that error by editing the Server Launch BAT. But still comes up with errors that I have not seen in other attempts.

C:\Documents and Settings\Compaq_Owner\My Documents\Tekkit>java -Xmx1G -Xms1G -j

ar 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:\Documents and Settings\Compaq_Owner\My Documents\Tekkit>pause

Press any key to continue . . .

Link to comment
Share on other sites

  • 0

Interesting what google can dig up for you...

http://forums.bukkit.org/threads/could-not-initialize-class-org-fusesource-jansi-internal-kernel32.86345/

You might try some of the solutions in there, such as installing the visual c++ 2008 redistributable. Since you have 32 bit XP, some of the instructions may be reversed for you in that regard (as in, get the 32 bit redistributable). And yes, as I'm sure you figured out, the first error occurred because you were trying to allocate more memory than you had available at the time. Or ever, if your physical memory is 3.11G.

Link to comment
Share on other sites

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...