[ADMIN] MC Server GUI .9.7 (cross-platform) - A GUI wrapper for your server (now w/in-game cmds)

Discussion in 'Bukkit Tools' started by dumptruckman, May 18, 2011.

  1. Offline

    dumptruckman

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    I've considered trying to do something like this. It won't be any time soon.
  2. Offline

    Slash1987

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    @dumptruckman maybe could be a scheduled task, like giving some console command and, if there isn't any response, consider to restart the server. It's just a supposition though, don't know if this could work.
  3. Offline

    Fuzzwolf

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    I set up the log-in on my webserver, but I can't seem to establish a connection to my private box. I get the following error: There is no GUI at that IP/Port!
    From the web server, I am trying to connect to my IPv6 (I host the server privately at home). I am using port 42424 and the password I have set. I have //$GLOBALS['ip'] set to 'localhost'; although I am unable to retrieve a connection even if I change that field to my IPv6. I feel like I'm missing a step in acheiving remote access.

    This post has been edited 3 times. It was last edited by Fuzzwolf Sep 9, 2011.
  4. Offline

    dumptruckman

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    Leave the IP in the login box set to localhost.
  5. Offline

    GarretSidzaka

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    doesnt seem to work for me
  6. Offline

    Fuzzwolf

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    Yeah, I am :(

    This post has been edited 1 time. It was last edited by Fuzzwolf Sep 10, 2011.
  7. Offline

    dumptruckman

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    I'm not sure exactly what's going on. With web server stuff it could be so many different things i'm not even sure where to start looking. I run it just fine on my server.
  8. Offline

    zenyl

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    Just asking: What is this written in? (Java, C#, etc...) :confused::)
  9. Offline

    dumptruckman

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    Java.
  10. Offline

    ledhead900

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    @dumptruckman
    You missed my post some page back :(, shattered.
  11. Offline

    dumptruckman

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    Ahh, sorry. Yeah, this is something i'd like to add.
  12. Offline

    ledhead900

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    I guess a way to do this would be to overhaul the backup tab maybe merge that with tasks so that files could be chosen per task. Or something like that.
  13. Offline

    rccarter

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    Not sure what I am missing but it does not appear to work under Linux (Ubuntu) for me. Is there some sort of headless option I am missing?

    Code:
    $ java -Djava.library.path=./nativelibs -jar mcservergui.jar
    2011-09-22 11:00:11 SchedulerSignalerImpl [INFO] Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
    2011-09-22 11:00:11 QuartzScheduler [INFO] Quartz Scheduler v.UNKNOWN.UNKNOWN.UNKNOWN created.
    2011-09-22 11:00:11 RAMJobStore [INFO] RAMJobStore initialized.
    2011-09-22 11:00:11 QuartzScheduler [INFO] Scheduler meta-data: Quartz Scheduler (vUNKNOWN.UNKNOWN.UNKNOWN) 'GuiScheduler' with instanceId '1'
      Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
      NOT STARTED.
      Currently in standby mode.
      Number of jobs executed: 0
      Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 3 threads.
      Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
    
    2011-09-22 11:00:11 StdSchedulerFactory [INFO] Quartz scheduler 'GuiScheduler' initialized from default resource file in Quartz package: 'quartz.properties'
    2011-09-22 11:00:11 StdSchedulerFactory [INFO] Quartz scheduler version: UNKNOWN.UNKNOWN.UNKNOWN
    2011-09-22 11:00:11 QuartzScheduler [INFO] Scheduler GuiScheduler_$_1 started.
    Sep 22, 2011 11:00:11 AM org.jdesktop.application.Application$1 run
    SEVERE: Application class mcservergui.Main failed to launch
    java.awt.HeadlessException:
    No X11 DISPLAY variable was set, but this program performed an operation which requires it.
            at sun.awt.HeadlessToolkit.getSystemClipboard(HeadlessToolkit.java:304)
            at org.jdesktop.application.ApplicationContext.getClipboard(ApplicationContext.java:359)
            at org.jdesktop.application.TextActions.getClipboard(TextActions.java:77)
            at org.jdesktop.application.TextActions.<init>(TextActions.java:65)
            at org.jdesktop.application.ActionManager$KeyboardFocusPCL.<init>(ActionManager.java:184)
            at org.jdesktop.application.ActionManager.initProxyActionSupport(ActionManager.java:109)
            at org.jdesktop.application.ActionManager.getActionMap(ActionManager.java:102)
            at org.jdesktop.application.ActionManager.getActionMap(ActionManager.java:174)
            at org.jdesktop.application.ApplicationContext.getActionMap(ApplicationContext.java:290)
            at mcservergui.gui.GUI.initComponents(GUI.java:1893)
            at mcservergui.gui.GUI.<init>(GUI.java:73)
            at mcservergui.Main.startup(Main.java:46)
            at org.jdesktop.application.Application$1.run(Application.java:171)
            at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:226)
            at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:647)
            at java.awt.EventQueue.access$000(EventQueue.java:96)
            at java.awt.EventQueue$1.run(EventQueue.java:608)
            at java.awt.EventQueue$1.run(EventQueue.java:606)
            at java.security.AccessController.doPrivileged(Native Method)
            at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:105)
            at java.awt.EventQueue.dispatchEvent(EventQueue.java:617)
            at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:275)
            at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:200)
            at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:190)
            at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:185)
            at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:177)
            at java.awt.EventDispatchThread.run(EventDispatchThread.java:138)
    Exception in thread "AWT-EventQueue-0" java.lang.Error: Application class mcservergui.Main failed to launch
            at org.jdesktop.application.Application$1.run(Application.java:177)
            at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:226)
            at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:647)
            at java.awt.EventQueue.access$000(EventQueue.java:96)
            at java.awt.EventQueue$1.run(EventQueue.java:608)
            at java.awt.EventQueue$1.run(EventQueue.java:606)
            at java.security.AccessController.doPrivileged(Native Method)
            at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:105)
            at java.awt.EventQueue.dispatchEvent(EventQueue.java:617)
            at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:275)
            at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:200)
            at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:190)
            at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:185)
            at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:177)
            at java.awt.EventDispatchThread.run(EventDispatchThread.java:138)
    Caused by: java.awt.HeadlessException:
    No X11 DISPLAY variable was set, but this program performed an operation which requires it.
            at sun.awt.HeadlessToolkit.getSystemClipboard(HeadlessToolkit.java:304)
            at org.jdesktop.application.ApplicationContext.getClipboard(ApplicationContext.java:359)
            at org.jdesktop.application.TextActions.getClipboard(TextActions.java:77)
            at org.jdesktop.application.TextActions.<init>(TextActions.java:65)
            at org.jdesktop.application.ActionManager$KeyboardFocusPCL.<init>(ActionManager.java:184)
            at org.jdesktop.application.ActionManager.initProxyActionSupport(ActionManager.java:109)
            at org.jdesktop.application.ActionManager.getActionMap(ActionManager.java:102)
            at org.jdesktop.application.ActionManager.getActionMap(ActionManager.java:174)
            at org.jdesktop.application.ApplicationContext.getActionMap(ApplicationContext.java:290)
            at mcservergui.gui.GUI.initComponents(GUI.java:1893)
            at mcservergui.gui.GUI.<init>(GUI.java:73)
            at mcservergui.Main.startup(Main.java:46)
            at org.jdesktop.application.Application$1.run(Application.java:171)
            ... 14 more
    GConf Error: Failed to contact configuration server; the most common cause is a missing or misconfigured D-Bus session bus daemon. See http://projects.gnome.org/gconf/ for information. (Details -  1: Not running within active session)
    GConf Error: Failed to contact configuration server; the most common cause is a missing or misconfigured D-Bus session bus daemon. See http://projects.gnome.org/gconf/ for information. (Details -  1: Not running within active session)
    GConf Error: Failed to contact configuration server; the most common cause is a missing or misconfigured D-Bus session bus daemon. See http://projects.gnome.org/gconf/ for information. (Details -  1: Not running within active session)
    GConf Error: Failed to contact configuration server; the most common cause is a missing or misconfigured D-Bus session bus daemon. See http://projects.gnome.org/gconf/ for information. (Details -  1: Not running within active session)
    Thanks!
  14. Offline

    Si2100

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    Is it me or does the Player list not work ?
  15. Offline

    dockter

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    Doesnt work for me either (player list)
  16. Offline

    llehctim4

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    I really want to use a good GUI, but this one just gives me the error message in a new window thing (not cmd) and closes. This is the error message:
    Code:
    Windows cannot find 'javaw'. Make sure you typed the name correctly, and then try again.
    I tried changing javaw to java but it just said:
    Code:
    Windows cannot find 'java'. Make sure you typed the name correctly, and then try again.
  17. Offline

    TH3steven

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    Did you correctly add java.exe to your PATH variable? If not, you should either do that or type the full path to java.exe
  18. Offline

    llehctim4

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    It works now. I think accidentaly added java to the path when trying to install the JDK. It works now and is good, but it is not picking up the server ATM. Ill have to do a bit more playingabout.
  19. Offline

    glarter

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    Okay, just been updating my server to 1.8.1 and I've noticed that MCServerGui has a same problem that it had with the Spout Launcher.

    Bukkit is running on port 25566 and the MCServerGui is using 25565.
    When I try to connect either the MC1.8.1 client or the latest SpoutCraft client to port 25565, I get a "Read Timed Out" error. I've enclosed the relevant lines from the server.log:

    Code:
    2011-09-30 11:42:16 [INFO] MC Server GUI: Connection from 192.168.50.7...
    2011-09-30 11:42:21 [INFO] MC Server GUI: Connection from 192.168.50.7...
    2011-09-30 11:42:21 [INFO] glarter [/127.0.0.3:52951] logged in with entity id 47 at ([world] -343.9019882707538, 67.0, -69.63193202598208)
    2011-09-30 11:42:46 [INFO] Read timed out
    2011-09-30 11:42:46 [INFO] Disconnecting /127.0.0.2:52950: Took too long to log in
    2011-09-30 11:42:51 [INFO] Read timed out
    2011-09-30 11:42:51 [SEVERE] java.net.SocketException: Socket closed
    2011-09-30 11:42:51 [SEVERE] at java.net.SocketOutputStream.socketWrite(Unknown Source)
    2011-09-30 11:42:51 [SEVERE] at java.net.SocketOutputStream.write(Unknown Source)
    2011-09-30 11:42:51 [SEVERE] at java.io.BufferedOutputStream.flushBuffer(Unknown Source)
    2011-09-30 11:42:51 [SEVERE] at java.io.BufferedOutputStream.flush(Unknown Source)
    2011-09-30 11:42:51 [SEVERE] at java.io.DataOutputStream.flush(Unknown Source)
    2011-09-30 11:42:51 [SEVERE] at net.minecraft.server.NetworkWriterThread.run(SourceFile:104)
    2011-09-30 11:42:51 [INFO] glarter lost connection: disconnect.endOfStream
    2011-09-30 11:43:04 [INFO] MC Server GUI: Connection from 192.168.50.7...
    2011-09-30 11:43:34 [INFO] Disconnecting /127.0.0.4:52954: Took too long to log in
    If I connect to port 25566 i.e. directly to Bukkit with either the MC1.8.1 client or the latest SpoutCraft client, I can log in and play but the player list proxy becomes useless.
  20. Offline

    ledhead900

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME

    This post has been edited 1 time. It was last edited by ledhead900 Oct 1, 2011.
  21. Offline

    cjbh1996

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    I liked it better when the player list refreshed every 3 seconds... Can you at least make this an option? I really can't use the proxy because it doesn't work with Spout.
  22. Offline

    kamakarzy

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    i keep getting error
    error: there are no users on file. one must be specified

    any idea's
  23. Offline

    VitalViper

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    Can a playlist be re-added? I mean without the proxy.
  24. Offline

    mattekure

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    The proxy no longer works with 1.8.1, I can no longer connect with numerous errors in the GUI and on the client. by removing the proxy everything works as expected.
  25. Offline

    VitalViper

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    The gui is pretty good but.. It takes up a whopping 1.2GB or RAM after a few hours of runningtime. Not the server, the GUI. Can this be looked into? Ill have to switch to something else for now.
  26. Offline

    dumptruckman

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    What kind of scheduled tasks are you running?
  27. Offline

    VitalViper

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    None whatsoever. That is the weird part. Can it have aything to do with the fact that I am also running minecraft (the game) on the same pc?
  28. Offline

    dumptruckman

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    Shouldn't... I've only seen memory issues with backups or tasks running too often.
  29. Offline

    PointGuard

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    When I log into the web interface I get this error:
    [IMG]

    PHP v5.3.4
    Web interface v2.1
    With GUI 9.6.1
    Any ideas?

    This post has been edited 2 times. It was last edited by PointGuard Oct 7, 2011.
  30. Offline

    emericask8ur

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Minecraft account:
    MCUSERNAME
    Boys and Girls, this is a true programmer we have got here! Go job bro!

Share This Page