RUN.bat startup error

Discussion in 'Bukkit Help' started by darkangel456, Jun 5, 2012.

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

    darkangel456

    Is there anyboddy who have a solution for this problem with a server ?
    So far i know everything is fine, but we get this shit load of error listed in front of our noises.
    If somebuddy got a solution we would be happy to resieve a answer.


    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:94)
    at net.minecraft.server.MinecraftServer.main(MinecraftServer.java:624)
    at org.bukkit.craftbukkit.Main.main(Main.java:140)
    Press any key to continue . . .
     
  2. Offline

    freezzerrr

    what java version are you running, and what system do you have?
     
  3. Offline

    darkangel456

    System specs:

    System typ: 1U blade server
    OS: Windows server 2008 R2 - 64-bit
    CPU: Intel Xeon 5420 (2,5 GHz)
    Memory: 16 GB
    Java version: jre6
     
  4. Offline

    elliott35

    try this --

    Echo OFF
    SET BINDIR=%~dp0
    CD /D "%BINDIR%"
    "%ProgramFiles%\Java\jre7\bin\java.exe" -Xmx1024M -Xms1024M -jar craftbukkit-1.2.5-R3.0.jar --nojline
    PAUSE

    update to java 7 or change that 7 to a 6

    http://www.oracle.com/technetwork/java/javase/downloads/index.html

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 26, 2016
  5. Offline

    darkangel456

    Where is the --nojline for ? Whats the function of this ? (is there something shutted down or turned on or ? ) Becaus yes, after putting this behind the R3.0.jar it is working.
     
  6. Offline

    BobbyD441

    As posted on the front page:
     
  7. Offline

    Aquadragon99

    Thank you so much!!! I am forever in your service.
     
Thread Status:
Not open for further replies.

Share This Page