Executing any /command causes CraftBukkit to crash :(

Discussion in 'Bukkit Help' started by Eddiekins, Feb 5, 2011.

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

    Eddiekins

    I have a SSH connection to a server I keep in my bedroom running independently of all the other computers on my network, and whenever I (the admin) execute any command, CraftBukkit immediately saves chunks and quits. This happens regardless of what version/build I use; I've tried 231, 237, 247 and 252.
    If I boot the server manually (not via SSH, via opening the .jar file by using Terminal on the server) the problem seems to be put on hold, I can execute one or two commands before crashing and getting an "End of stream" message on my client and absolutely no feedback on the Terminal window.
    It doesn't seem to matter if I use a custom .sh script to boot or type "java -Xmx1000M -Xms1000M -jar craftbukkit.jar", the problem still occurs.
    I would be very grateful for any support.
     
  2. Offline

    lordwelsh

    I am having the same exact issue. I really hope someone will observerate this post harder faster.
     
  3. Offline

    Plague

    Java version? Which plugins do you run? The full terminal output or server.log please.
     
  4. Offline

    lordwelsh

    I am running the GNU Java that comes with Fedora, not sure which version.

    No plugins are installed.

    Here is an example terminal output - people can connect, but as soon as anything that would generate a line in the terminal occurs, it soft stops the server.

    2011-02-06 12:45:13 [INFO] Starting minecraft server version Beta 1.2_01
    2011-02-06 12:45:13 [INFO] Loading properties
    2011-02-06 12:45:13 [INFO] Starting Minecraft server on 72.167.13.108:25565
    2011-02-06 12:45:13 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-329-g8b8f90b-b247 (MC: 1.2_01)
    2011-02-06 12:45:13 [INFO] Preparing level "world"
    2011-02-06 12:45:13 [INFO] Preparing start region
    2011-02-06 12:45:14 [INFO] Preparing spawn area: 20%
    2011-02-06 12:45:15 [INFO] Preparing spawn area: 32%
    2011-02-06 12:45:16 [INFO] Preparing spawn area: 48%
    2011-02-06 12:45:17 [INFO] Preparing spawn area: 69%
    2011-02-06 12:45:18 [INFO] Preparing spawn area: 77%
    2011-02-06 12:45:19 [INFO] Preparing spawn area: 89%
    2011-02-06 12:45:20 [INFO] Done! For help, type "help" or "?"
    2011-02-06 12:45:22 [INFO] mns2 [/76.204.179.22:3448] logged in with entity id 113
    2011-02-06 12:45:33 [INFO] <mns2> EH
    2011-02-06 12:45:35 [INFO] Stopping server
    2011-02-06 12:45:35 [INFO] Saving chunks
     
  5. Offline

    Plague

    run java --version
     
  6. What Plauge said, and can you give us the installed plugins?
     
  7. Offline

    TnT

    Code:
    [INFO] Preparing spawn area: 89%
    2011-02-06 12:45:20 [INFO] Done! For help, type "help" or "?"
    Either he's done some editing on the server log, or he has no plugins.

    What is your Java version? If its 1.4.x or 1.5.x you need to update it.
     
  8. Offline

    lordwelsh

    Also, I am running java version 1.5.0_22. :( I am on Fedora, and apparently there is a pre-packaged JRE/JDK provided. I have tried updating this to no avail. When I sh the JDK to get the RPM file, it gives me an error about bad ELF interpreters then says it cannot find any java directories. This is probably not the right place for such an inquiry, but if any of you happen to know of a solution offhand, that would be great.

    Best Regards,
    lordwelsh
     
  9. Offline

    Eddiekins

    I am running Java 1.5.0_22
    I have no modifications whatsoever installed.
     
  10. Offline

    TnT

    You need Java 1.6.x at least. You'll need to update that.
     
Thread Status:
Not open for further replies.

Share This Page