Can't stop server and error message in config

I reloaded my minecraft server and i think it crashed or something and in console i says this:

[18:07:21] [Server thread/ERROR]: Could not pass event PlayerMoveEvent to WorldGuard v6.1.2;e38d98d
org.bukkit.event.EventException
at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:307) ~[spigot-1.8.jar:git-Spigot-550ebac-7019900]
at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot-1.8.jar:git-Spigot-550ebac-7019900]
at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [spigot-1.8.jar:git-Spigot-550ebac-7019900]
at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [spigot-1.8.jar:git-Spigot-550ebac-7019900]
at net.minecraft.server.v1_8_R1.PlayerConnection.a(PlayerConnection.java:255) [spigot-1.8.jar:git-Spigot-550ebac-7019900]
at net.minecraft.server.v1_8_R1.PacketPlayInFlying.a(SourceFile:126) [spigot-1.8.jar:git-Spigot-550ebac-7019900]
at net.minecraft.server.v1_8_R1.PacketPlayInPositionLook.a(SourceFile:18) [spigot-1.8.jar:git-Spigot-550ebac-7019900]
at net.minecraft.server.v1_8_R1.PacketHandleTask.run(SourceFile:13) [spigot-1.8.jar:git-Spigot-550ebac-7019900]
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471) [?:1.7.0_95]
at java.util.concurrent.FutureTask.run(FutureTask.java:262) [?:1.7.0_95]
at net.minecraft.server.v1_8_R1.MinecraftServer.z(MinecraftServer.java:696) [spigot-1.8.jar:git-Spigot-550ebac-7019900]
at net.minecraft.server.v1_8_R1.DedicatedServer.z(DedicatedServer.java:316) [spigot-1.8.jar:git-Spigot-550ebac-7019900]
at net.minecraft.server.v1_8_R1.MinecraftServer.y(MinecraftServer.java:634) [spigot-1.8.jar:git-Spigot-550ebac-7019900]
at net.minecraft.server.v1_8_R1.MinecraftServer.run(MinecraftServer.java:537) [spigot-1.8.jar:git-Spigot-550ebac-7019900]
at java.lang.Thread.run(Thread.java:745) [?:1.7.0_95]
Caused by: java.lang.OutOfMemoryError: PermGen space

And when i try kill and stop it wont stop it just says
"
[opprison] stop failed
true
"

The error is related to memory and garbage handling: Understanding and avoiding the Java Permgen Space error | Integrating Stuff
It seems that the world guard plugin you are using are faulty.

If you fail to stop your server with the controls in MineOS you can do it manually in SSH. The easiest way is simply using the command sudo killall java.Be adviced: This will kill all your minecraft servers, if you are running more than one.

When i did sudo killall java it closed all my other servers but not the Opprison it was still op :sweat:

Then there is really only one thing to do:

sudo reboot -now

What does it do when you type that?

it reboots your mineos server

So it deletes everthing? or just reload it?

Nothing is deleted, but everything running is shut off so that you can restart them. It is basically the same as turning your computer off then on again.

It says this when i type it

root@omgserv-73089:~# sudo reboot -now
reboot: invalid option – ‘o’

ok.
Try
sudo reboot now

(without the “-”). as I’m not sitting on an active ssh-session now, I’m writing things as I remember them. Sorry about that :slight_smile:

I don’t think it did anything. Beside on minecraft my server says can’t connect to to server

Rebooting is not quite instant. you have to wait for it to start up again.

But on mineos everthing is op

Have you refreshed the webpage? (shift-F5 in your browser)

Ty. for your help <3

1 Like