No Screen Found

Discussion in 'Bukkit Help' started by Benni1000, Sep 17, 2011.

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

    Benni1000

    Please help me.
    The Bukkit Server was not working anymore so i tried to stop him with ./mc stop .
    But now putty tells me: no screen session found.
    The server use this script: https://github.com/Ahtenus/minecraft-init/blob/master/minecraft

    What should i do now?
    I tried killing it with htop and i tried to kill it with kill PID
     
  2. Offline

    Sp0ng3b0b

    Im sure its stopped :) Start it ^^
     
  3. Offline

    Benni1000

    No its not.
    ./mc start tells me:
    Copyed Worlds into RAM.
    Tried to start but craftbukkit.jar was alredy running.
     
  4. Offline

    Sp0ng3b0b

    Try ps -ALL
    if you see any craftbukkit snapshot whatever type kill -9 <insert pid of process here>
     
  5. Offline

    Slugslug

    pkill -9 SCREEN
    pkill -9 craftbukkit-0.0.1-SNAPSHOT.jar
     
  6. Offline

    Benni1000

  7. Offline

    jaboy

    can you just restart the server(/pc) running the server ?!

    something like "shutdown -r 0" (<- will reboot the pc if your using Ubunto server)

    when its back online login whit putty and start it back up :D

    and about the screen ... when you started the server did you remember to use the "screen" command ?!

    like:
    screen sh start.sh (<- starts the server if you use mymcadmin (on Ubunto))

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 19, 2016
  8. Offline

    Benni1000

    No i can't restart the server.
    D:
     
  9. Offline

    Retricide

    @Benni1000
    Try this:
    Code:
    killall java -9
    That *should* stop your MC server.
    Hope that works.
     
  10. Offline

    jaboy

    why ... do you have it rented ?!
    if yes ... ask them to fix it :p
     
  11. Offline

    Benni1000

    Thank you guys.
    Our Head Admin managed to restart the server.
     
Thread Status:
Not open for further replies.

Share This Page