Internal Errors with commands

Post Reply
SqueakyFox
New to forums
New to forums
Posts: 6
https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
Joined: Wed Feb 21, 2018 12:06 pm

Internal Errors with commands

Post by SqueakyFox »

I've been dealing with this for 2 days now and I haven't been able to start working on my server because of it. I have tried everything and even wiped my entire server and started all over again and I am getting the same issues. They said they couldn't help me and to come here so hopefully I can get some help here.

Every time that I try to execute a command (even /help), I get "An internal error occurred while attempting to perform this command".

Video/Gif: https://i.imgur.com/izQBr4t.gif
User avatar
Edge100x
Founder
Founder
Posts: 12941
Joined: Thu Apr 18, 2002 11:04 pm
Location: Seattle
Contact:

Re: Internal Errors with commands

Post by Edge100x »

This would be one place to ask for support with your mods. There are also some other Minecraft-specific forums that could work. What customizations are you running on the server?
SqueakyFox
New to forums
New to forums
Posts: 6
Joined: Wed Feb 21, 2018 12:06 pm

Re: Internal Errors with commands

Post by SqueakyFox »

I couldn't find any specific Minecraft forum for it.. They were basically the same :p I never use these forums.

I am trying to make a factions/creative/prison serve, I was setting up factions first.

I have a ton of plugins that will take forever to list, is there any error/log report that I can put here so I can get help figuring out what's wrong? I had a minecraft server before this and it was basically the same thing but different host and a older version, so I have no idea how to find out what's wrong using nfo >-<
User avatar
hiimcody1
Staff
Staff
Posts: 1592
Joined: Wed Dec 28, 2011 4:59 pm

Re: Internal Errors with commands

Post by hiimcody1 »

SqueakyFox wrote: Tue Dec 04, 2018 4:57 pm Every time that I try to execute a command (even /help), I get "An internal error occurred while attempting to perform this command".

Video/Gif: https://i.imgur.com/izQBr4t.gif
If you could try this again with your server console open and paste the error text, it should be fairly easy to pinpoint which plugin is causing it.
SqueakyFox
New to forums
New to forums
Posts: 6
Joined: Wed Feb 21, 2018 12:06 pm

Re: Internal Errors with commands

Post by SqueakyFox »

Code: Select all

[12:13:39 WARN]: [Essentials] Task #1904 for Essentials v2.15.0.1 generated an exception
java.lang.NullPointerException: null
at com.earth2me.essentials.xmpp.XMPPManager.updatePresence(XMPPManager.java:148) ~[?:?]
at com.earth2me.essentials.xmpp.EssentialsXMPP.updatePresence(EssentialsXMPP.java:109) ~[?:?]
at com.earth2me.essentials.xmpp.EssentialsXMPPPlayerListener$1.run(EssentialsXMPPPlayerListener.java:31) ~[?:?]
at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftTask.run(CraftTask.java:76) ~[spigot-1.12.2.jar:git-Spigot-e8ded36-acbc348]
at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:361) [spigot-1.12.2.jar:git-Spigot-e8ded36-acbc348]
at net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:739) [spigot-1.12.2.jar:git-Spigot-e8ded36-acbc348]
at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:406) [spigot-1.12.2.jar:git-Spigot-e8ded36-acbc348]
at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:679) [spigot-1.12.2.jar:git-Spigot-e8ded36-acbc348]
at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:577) [spigot-1.12.2.jar:git-Spigot-e8ded36-acbc348]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_152]
[12:13:44 INFO]: SqueaksYT issued server command: //wand
[12:13:44 ERROR]: null
org.bukkit.command.CommandException: Unhandled exception executing '/wand' in com.sk89q.bukkit.util.DynamicPluginCommand(/wand)
at me.incomprehendable.dev.pwp.FakeSimpleCommandMap.dispatch(FakeSimpleCommandMap.java:102) ~[?:?]
at org.bukkit.craftbukkit.v1_12_R1.CraftServer.dispatchCommand(CraftServer.java:648) ~[spigot-1.12.2.jar:git-Spigot-e8ded36-acbc348]
at net.minecraft.server.v1_12_R1.PlayerConnection.handleCommand(PlayerConnection.java:1401) [spigot-1.12.2.jar:git-Spigot-e8ded36-acbc348]
at net.minecraft.server.v1_12_R1.PlayerConnection.a(PlayerConnection.java:1236) [spigot-1.12.2.jar:git-Spigot-e8ded36-acbc348]
at net.minecraft.server.v1_12_R1.PacketPlayInChat.a(PacketPlayInChat.java:45) [spigot-1.12.2.jar:git-Spigot-e8ded36-acbc348]
at net.minecraft.server.v1_12_R1.PacketPlayInChat.a(PacketPlayInChat.java:1) [spigot-1.12.2.jar:git-Spigot-e8ded36-acbc348]
at net.minecraft.server.v1_12_R1.PlayerConnectionUtils$1.run(SourceFile:13) [spigot-1.12.2.jar:git-Spigot-e8ded36-acbc348]
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_152]
at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_152]
at net.minecraft.server.v1_12_R1.SystemUtils.a(SourceFile:46) [spigot-1.12.2.jar:git-Spigot-e8ded36-acbc348]
at net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:748) [spigot-1.12.2.jar:git-Spigot-e8ded36-acbc348]
at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:406) [spigot-1.12.2.jar:git-Spigot-e8ded36-acbc348]
at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:679) [spigot-1.12.2.jar:git-Spigot-e8ded36-acbc348]
at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:577) [spigot-1.12.2.jar:git-Spigot-e8ded36-acbc348]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_152]
Caused by: java.lang.NoClassDefFoundError: org/bukkit/util/Java15Compat
at me.incomprehendable.dev.pwp.FakeSimpleCommandMap.dispatch(FakeSimpleCommandMap.java:98) ~[?:?]
... 14 more
User avatar
hiimcody1
Staff
Staff
Posts: 1592
Joined: Wed Dec 28, 2011 4:59 pm

Re: Internal Errors with commands

Post by hiimcody1 »

SqueakyFox wrote: Wed Dec 05, 2018 12:15 pm

Code: Select all

Caused by: java.lang.NoClassDefFoundError: org/bukkit/util/Java15Compat
at me.incomprehendable.dev.pwp.FakeSimpleCommandMap.dispatch(FakeSimpleCommandMap.java:98)
This seems to be the source of your error. Whichever plugin you have labeled PWP. (Possibly Per World Plugins?).

That plugin may be outdated, or using too new of a version.
SqueakyFox
New to forums
New to forums
Posts: 6
Joined: Wed Feb 21, 2018 12:06 pm

Re: Internal Errors with commands

Post by SqueakyFox »

hiimcody1 wrote: Wed Dec 05, 2018 1:35 pm
SqueakyFox wrote: Wed Dec 05, 2018 12:15 pm

Code: Select all

Caused by: java.lang.NoClassDefFoundError: org/bukkit/util/Java15Compat
at me.incomprehendable.dev.pwp.FakeSimpleCommandMap.dispatch(FakeSimpleCommandMap.java:98)
This seems to be the source of your error. Whichever plugin you have labeled PWP. (Possibly Per World Plugins?).

That plugin may be outdated, or using too new of a version.

I removed perworldplugins but now I don't have commands for my plugins (ex. WorldEdit), it says //wand isn't a known command.
User avatar
hiimcody1
Staff
Staff
Posts: 1592
Joined: Wed Dec 28, 2011 4:59 pm

Re: Internal Errors with commands

Post by hiimcody1 »

Are you sure that your version of worldedit is correct for the version of MC you have?
SqueakyFox
New to forums
New to forums
Posts: 6
Joined: Wed Feb 21, 2018 12:06 pm

Re: Internal Errors with commands

Post by SqueakyFox »

hiimcody1 wrote: Wed Dec 05, 2018 2:12 pm Are you sure that your version of worldedit is correct for the version of MC you have?
It's not just world edit, it's for every command (except for help, that works). Everything is on it's latest version to work for the server
Post Reply