[WEB/ADMIN] SpaceBukkit Beta 1.2 - Web Administration the awesome way!

Discussion in 'Bukkit Tools' started by SpaceCP, Feb 3, 2012.

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

    xGhOsTkiLLeRx

    Yes, R10 a 12 is installed (latest, plugin V0.6)
    After 4 hours of normal craftbukkit.jar launch, the server hadn't restarted.
    So the issue must be with the rstoolkit.sh...

    It's like this:

    All done.
    Last message is:
    Bukkit RTK plugin found! Enabling heartbeats...

    And after about 5-10 min
    Restarting...

    Edit:

    CB #1.1 R6 (last recommend)
    spacebukkit build #40
    spacemodule build #6
     
  2. Offline

    drdanick

    Can you please pastebin console output (not content from server.log) in the minutes up to and surrounding the restart?
     
  3. It should normally work when you first chmod it right:
    Code:
    chmod a+x mac_install.sh
    and then execute itwith sh:
    Code:
    sudo sh mac_install.sh
    You could also try chowning it to root:
    Code:
    sudo chown root:root mac_install.sh
    Also sorry for the late replay!
     
  4. Offline

    WhosDaMan

    Nevermind! I got it
     
  5. Offline

    xGhOsTkiLLeRx

    http://pastebin.com/2sX7UhcK

    It starts correctly runs about 5 minutes and then just restarts.
    Should I try to disable all plugins and see what happens?
     
  6. Offline

    Joannou1

    I'm having the same issue.
    Followed the guide exactly as stated, but I just get this blank screen, then the SpaceBukkit web crashes and stops loading.
     
  7. Offline

    CoffeeOD

    Download server seems to be having problems, keep getting "timed out" when trying to download files.
     
  8. Offline

    Antariano

  9. Offline

    50l3r

    when i enable a SpaceBukkit, i recieve this error

    Code:
    22:30:03 [SEVERE] Error occurred while enabling SpaceBukkit v0.1 (Is it up to date?): Timer already cancelled.
    java.lang.IllegalStateException: Timer already cancelled.
            at java.util.Timer.sched(Timer.java:397)
            at java.util.Timer.scheduleAtFixedRate(Timer.java:328)
            at me.neatmonster.spacebukkit.SpaceBukkit.onEnable(SpaceBukkit.java:96)
            at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:230)
            at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:1057)
            at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:380)
            at com.bekvon.bukkit.plugman.PlugMan.enablePlugin(PlugMan.java:341)
            at com.bekvon.bukkit.plugman.PlugMan.reloadPlugin(PlugMan.java:355)
            at com.bekvon.bukkit.plugman.PlugMan.doCommand(PlugMan.java:133)
            at com.bekvon.bukkit.plugman.PlugMan.onCommand(PlugMan.java:65)
            at org.bukkit.command.PluginCommand.execute(PluginCommand.java:40)
            at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:168)
            at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:402)
            at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:398)
            at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:574)
            at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:551)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:435)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:465)
    
     
  10. Offline

    ivanque

    Awesome work, guys! I can help you out with translating your site or wiki to Russian. Contact me, if interested.
     
  11. Offline

    Antariano

    Just a quick heads-up, we're still working on SpaceBukkit 1.2, since it's a pretty big update it'll take a while.
    In the meantime, we are working also towards our first SpaceCP Alpha release!
     
  12. Offline

    Finda

    Wowowowowow, now you people are like the bukkit team! working on two versions at the same time!
     
  13. where can we find dev builds?
     
  14. Offline

    Antariano

    On our github :)
    It isn't recommended to use them, though, especially the web dev builds.

    https://github.com/SpaceDev
     
  15. Offline

    zaph34r

    Code:
    [SEVERE] Error occurred while enabling SpaceBukkit v0.1 (Is it up to date?)
    java.lang.NullPointerException
            at me.neatmonster.spacebukkit.plugins.PluginsManager.getJAR(PluginsManager.java:33)
            at me.neatmonster.spacebukkit.plugins.PluginsManager.<init>(PluginsManager.java:61)
            at me.neatmonster.spacebukkit.SpaceBukkit.onEnable(SpaceBukkit.java:89)
            at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:215)
            at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:336)
            at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:363)
            at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:250)
            at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:232)
            at net.minecraft.server.MinecraftServer.t(MinecraftServer.java:374)
            at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:361)
            at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:187)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:425)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:490)
    
    Quite likely caused by PythonLoader, at least that would explain an error with getJAR, since the python plugins don't have a .jar :) Results in the space bukkit interface being basically dead, apart from the restart server buttons, but theres no plugin list, no user list, no server load display. Maybe a small check to skip plugins where the call fails, and just ignore them basically?
     
    crckdns likes this.
  16. Offline

    crckdns

    something like
    if (file.exists(.jar)) {};
    should work (sry, pseudo-c syntax) I guess..

    edit: ok..I see..these checks are already there..hmm.. nvm then^^;
     
  17. Offline

    NeatMonster

    This will be fixed in the next development version.
     
    crckdns likes this.
  18. Offline

    PhunkeyMonkeh

    Hi,

    I have installed Spacebukkit on one server and its working great .
    However im now trying to add another server and keep getting the following error

    Server was not reached! Maybe it crashed, maybe the ports are not open. Who knows? You should. Go fix it!


    I have changed the ports in configuration.yml to as follows
    SpaceBukkit:
    Port: 2013
    SpaceRTK:
    Port: 2014
    And I have changed the port in remote.properties
    remote-control-port=25562
    I added the server to the webpanel, putting in the new salt, but its till not working.
    Any ideas?
     
  19. Offline

    registered

    I can't wait for the next version! This is soo epic!
     
    Antariano likes this.
  20. Offline

    Antariano

    1.2 will come out eventually :D
     
  21. Offline

    M1sT3rM4n

    Antariano, I finally converted to SpaceBukkit and I have to say.... It's beautiful.
     
    tyzoid, Jamy, drdanick and 1 other person like this.
  22. I have really wanted to test it ....

    I love your program!
     
  23. Offline

    M1sT3rM4n

    I am more interested in seeing the backend administration developments, especially world backup features, inventory monitoring and server resource use monitoring.

    Any information about that?
     
  24. Offline

    Antariano

    All this will be greatly improved with 1.2
    :)
     
  25. Offline

    M1sT3rM4n

    Very nice. I will be waiting!

    I've also noticed that the Java use % goes up to around 40-50%, then falls back down. Can it be false reading?

    Example:

    [​IMG]

    [​IMG]

    But users have reported no lag. I am running CB++

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Oct 29, 2015
  26. Offline

    Antariano

    Thanks for the hint, I'll take a look at it!
     
  27. Offline

    macman

    Hello,

    I don't know if its planned or to far out of reach yet, But is there anyway this will set up ramdisks and auto move selected worlds to it? And keep them backed up?

    Keep up the great work.
     
  28. Offline

    greatman

    Could be the garbage collector that cleans up the unused stuff so at the same time less ram usage?
     
  29. Offline

    M1sT3rM4n

    I actually have no idea. I will explore further. I've been hovering @ around 30-50 players as of late.
     
Thread Status:
Not open for further replies.

Share This Page