1.2.3 R0.3?

Discussion in 'Bukkit Discussion' started by jeffro1001, Mar 20, 2012.

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

    jeffro1001

    I'm trying to get the latest build of the Essentials plugin to run.

    The notes on their page say that it requires Bukkit 1.2.3 R0.3

    As far as I can tell the latest beta that has been released is 1.2.3 R0.2.
    I can't find the R0.3 download available anywhere on the Bukkit site.

    Can anyone help?
     
  2. Offline

    mbaxter ʇıʞʞnq ɐ sɐɥ ı

    R0.3 isn't released. The developer may be saying that it requires the latest dev builds, which are labeled as R0.3-snapshot
     
  3. Offline

    jeffro1001

    Thanks for the reply mbaxter.

    That's what I thought as well, but the error in the console states that the Bukkit build ( higher than what is posted on Bukkit ) is required
    -------------------------------------------------------------------------------------------------------------------
    2012-03-20 13:48:31 [INFO] [Essentials] Enabling Essentials vPre2.9.1.1
    2012-03-20 13:48:32 [SEVERE] * ! * ! * ! * ! * ! * ! * ! * ! * ! *
    2012-03-20 13:48:32 [SEVERE] * ! * Bukkit version is not the recommended build for Essentials.
    2012-03-20 13:48:32 [SEVERE] * ! * You need atleast build 2070 of CraftBukkit, download it from http://ci.bukkit.org.
    2012-03-20 13:48:32 [SEVERE] * ! * ! * ! * ! * ! * ! * ! * ! * ! *
    -------------------------------------------------------------------------------------------------------------------

    So I went to http://ci.bukkit.org and it re-directs you to github.

    So I decided to go ahead and create a free github acct, but apparantly don't have access to the repository.

    Anyway, I'm just a little curious...

    Is github the place where the Bukkit devs store their builds?
    If so how do you go about getting the ability to access the latest builds? ( 2070 )

    I can't run essentials without it, and it doesn't look like I have the ability to access it.

    Am I just stuck, waiting on bukkit to make R0.3 officially available?
     
  4. Offline

    jeffro1001

    Awesome, Thanks Rob
     
  5. Offline

    p4zza

    Not to hijack or anything but its relevant, everytime I try and download one of those new craftbukkit file's for my server whether it be 2091, 2092, 2083. It will not let me start my server after I have stopped it.

    I get this error.

    Code:
    Wed Mar 21 18:37:10 2012: Running java:
    args[0] = -Xmn128M
    args[1] = -Xms160M
    args[2] = -Xmx2560M
    args[3] = -XX:+UseConcMarkSweepGC
    args[4] = -XX:+UseParNewGC
    args[5] = -XX:+CMSIncrementalPacing
    args[6] = -XX:ParallelGCThreads=2
    args[7] = -XX:+AggressiveOpts
    args[8] = -classpath
    args[9] = lib/gson.jar:plugins/bukkit/h2sql/h2.jar:plugins/bukkit/mysql/mysql-co
    nnector-java-5.1.15-bin.jar:minecraft_server.jar
    args[10] = org.bukkit.craftbukkit.Main
    args[11] = nogui
    args[12] = --nojline
    args[13] = --log-limit
    args[14] = 73400320
    PID = 52071
    PID = 52072
    Exception in thread "main" java.lang.NoClassDefFoundError: org/bukkit/craftbukki
    t/Main
    Caused by: java.lang.ClassNotFoundException: org.bukkit.craftbukkit.Main
            at java.net.URLClassLoader$1.run(URLClassLoader.java:217)
            at java.security.AccessController.doPrivileged(Native Method)
            at java.net.URLClassLoader.findClass(URLClassLoader.java:205)
            at java.lang.ClassLoader.loadClass(ClassLoader.java:321)
            at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:294)
            at java.lang.ClassLoader.loadClass(ClassLoader.java:266)
    Could not find the main class: org.bukkit.craftbukkit.Main. Program will exit.
    MC server 'The Grid' [63146] failed in under 30 seconds config error? Shutting i
    t down
    
     
  6. Offline

    Royalgamer06

    Having the same error, just use the dev build from essentials version ending with .55
     
Thread Status:
Not open for further replies.

Share This Page