Inactive [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.

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

    GarretSidzaka

    doesnt seem to work for me
     
  2. Offline

    Fuzzwolf

    Yeah, I am :(
     
  3. Offline

    dumptruckman

    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.
     
  4. Offline

    zenyl

    Just asking: What is this written in? (Java, C#, etc...) :confused::)
     
  5. Offline

    dumptruckman

    Java.
     
  6. Offline

    ledhead900

    @dumptruckman
    You missed my post some page back :(, shattered.
     
  7. Offline

    dumptruckman

    Ahh, sorry. Yeah, this is something i'd like to add.
     
  8. Offline

    ledhead900

    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.
     
  9. Offline

    rccarter

    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!
     
  10. Offline

    Si2100

    Is it me or does the Player list not work ?
     
  11. Offline

    dockter

    Doesnt work for me either (player list)
     
  12. Offline

    llehctim4

    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.
     
  13. Offline

    TH3steven

    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
     
  14. Offline

    llehctim4

    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.
     
  15. Offline

    glarter

    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.
     
  16. Offline

    ledhead900

    @dumptruckman
    Update time for 1.8 new server properties.
     
  17. Offline

    cjbh1996

    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.
     
  18. Offline

    kamakarzy

    i keep getting error
    error: there are no users on file. one must be specified

    any idea's
     
  19. Offline

    VitalViper

    Can a playlist be re-added? I mean without the proxy.
     
  20. Offline

    mattekure

    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.
     
  21. Offline

    VitalViper

    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.
     
  22. Offline

    dumptruckman

    What kind of scheduled tasks are you running?
     
  23. Offline

    VitalViper

    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?
     
  24. Offline

    dumptruckman

    Shouldn't... I've only seen memory issues with backups or tasks running too often.
     
  25. Offline

    PointGuard

    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?
     
  26. Offline

    emericask8ur

    Boys and Girls, this is a true programmer we have got here! Go job bro!
     
  27. Offline

    VitalViper

    Ok, whenever I go to the backup window it seems to shoot up by at least 200mb of RAM, this bug seems reproducable so far. Here is a screenshot showing the amount of RAM it uses upon a fresh install.

    [​IMG]

    You need to set your password and port etc in your php_json_api.php, its among the first lines.

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

    PointGuard

    Thanks that did the trick! I didn't think to un-comment the settings. Now I've got another issue, when I leave my server running over night the GUI goes black and is unresponsive. The CPU usage shoots way up for it as well. Here are some screen shots:
    javaw.exe = the server GUI
    java.exe = the actual server
    [​IMG]
     
  29. Offline

    dumptruckman

    Guess what? .9.7! Overhauled the backup tab. Bout as good as it's gonna get, probably. I've moved on to other projects!
     
  30. Offline

    winner00

    What does compatible with Spout mean? Does it integrate with Spout some way?
     
Thread Status:
Not open for further replies.

Share This Page