Help with Server

Discussion in 'General Help' started by Jvpski3, Nov 18, 2014.

Thread Status:
Not open for further replies.
  1. Offline

    Jvpski3

    Hello everyone, I was making a Tekkit Classic server, and I go to click launch.bat, and then in the cmd.exe, this came up:

    Picked up _JAVA_OPTIONS: -Xmx512M
    Error occurred during initialization of VM
    Initial heap size set to a larger value than the maximum heap size

    Myuserdata>pause

    Press any key to continue...

    I need help, please...
     
  2. Offline

    JOSHSLAYDE

    Jvpski3

    How are you hosting this server, home or company?

    Cheers,
    Josh
     
  3. Offline

    Jvpski3

    Home
     
  4. Offline

    JOSHSLAYDE

    Jvpski3

    Ah, okay. It looks like something might be incorrect with the runtime in the Tekkit Classic jar file. You might try deleting said .jar and reinstalling, sometimes during upload things can become corrupted. If that doesn't work you could have something spelled incorrectly, or spaced incorrectly in your cmd.exe.

    Cheers,
    Josh
     
  5. Offline

    Jvpski3

    I don't understand...
     
  6. Offline

    JOSHSLAYDE

    Jvpski3

    Do you have a Tekkit Jar file installed into the server folder so that you may run Tekkit?

    Cheers
    Josh
     
  7. Offline

    Jvpski3

    yes, and launch.sh, launch.bat
     
  8. Offline

    JOSHSLAYDE

    Jvpski3

    Alright then. You will need to delete your Tekkit jar file and reinstall it as it could cause errors on upload.

    Cheers
    Josh
     
  9. Offline

    Jvpski3

    #!/bin/sh
    java -Xmx3G -Xms2G -jar Tekkit.jar nogui

    how do I reinstall it?

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jun 13, 2016
  10. Offline

    JOSHSLAYDE

    Jvpski3

    Just simply re-add it to the folder.

    Cheers
    Josh
     
  11. Offline

    Jvpski3

    I bet I'm annoying you, but how? I just download Tekkit_server_3.1.2 and then put a new Tekkit.jar in?
     
  12. Offline

    JOSHSLAYDE

    Jvpski3

    Yes. :) You aren't annoying me.

    Cheers
    Josh
     
  13. Offline

    Jvpski3

    I still get the same error...
     
  14. Offline

    JOSHSLAYDE

    Jvpski3

    Have you changed things in configuration files?

    Josh
     
  15. Offline

    Jvpski3

    I'm going to try to host it from a different computer, but it still doesn't seem to work

    also, do I start it from tekkit.jar, or launch.bat?

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jun 13, 2016
  16. Offline

    JOSHSLAYDE

  17. Offline

    Jvpski3

    I still get the same error that I did at the beginning of the topic
     
  18. Offline

    JOSHSLAYDE

    Jvpski3

    That seems a bit odd. I am going to refer DrPyroCupcake to this topic; maybe he might be able to shed some light upon this issue.

    Sorry for responding late, I just ate dinner.

    Josh
     
  19. Offline

    DrPyroCupcake

    What Java are you using? If you are using a 32 bit machine try and use this:
    Code:
    @echo off
    java -Djline.terminal=jline.UnsupportedTerminal -Xms1024M -jar "%~dp0craftbukkit.jar"
    pause
    
     
Thread Status:
Not open for further replies.

Share This Page