[PLUG-20] PlayerRespawnEvent to EssentialsSpawn vTeamCity Created: 12/Dec/14  Updated: 26/Jan/15  Resolved: 26/Jan/15

Status: Closed
Project: SpigotPlugins
Component/s: None
Affects Version/s: None
Fix Version/s: None

Type: Bug Priority: Major
Reporter: No Assignee: Unassigned
Resolution: Done Votes: 1
Labels: 1.8, Craftbukkit, bug

Issue Links:
Relates
relates to SPIGOT-478 PlayerRespawnEvent sometimes called a... Closed
Plugin: Essentials

 Description   

12.12 18:20:07 [Server] INFO at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.7.0_03]
12.12 18:20:07 [Server] INFO at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source) [?:1.7.0_03]
12.12 18:20:07 [Server] INFO at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.7.0_03]
12.12 18:20:07 [Server] INFO at net.minecraft.server.v1_8_R1.PacketHandleTask.run(SourceFile:13) [custom.jar:git-Bukkit-54888df]
12.12 18:20:07 [Server] INFO at net.minecraft.server.v1_8_R1.PacketPlayInClientCommand.a(SourceFile:8) [custom.jar:git-Bukkit-54888df]
12.12 18:20:07 [Server] INFO at net.minecraft.server.v1_8_R1.PacketPlayInClientCommand.a(SourceFile:31) [custom.jar:git-Bukkit-54888df]
12.12 18:20:07 [Server] INFO at net.minecraft.server.v1_8_R1.PlayerConnection.a(PlayerConnection.java:1283) [custom.jar:git-Bukkit-54888df]
12.12 18:20:07 [Server] INFO at net.minecraft.server.v1_8_R1.PlayerList.moveToWorld(PlayerList.java:448) [custom.jar:git-Bukkit-54888df]
12.12 18:20:07 [Server] INFO at net.minecraft.server.v1_8_R1.PlayerList.moveToWorld(PlayerList.java:508) [custom.jar:git-Bukkit-54888df]
12.12 18:20:07 [Server] INFO at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:486) [custom.jar:git-Bukkit-54888df]
12.12 18:20:07 [Server] INFO at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:501) [custom.jar:git-Bukkit-54888df]
12.12 18:20:07 [Server] INFO at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[custom.jar:git-Bukkit-54888df]
12.12 18:20:07 [Server] INFO at com.earth2me.essentials.spawn.EssentialsSpawn$1.execute(EssentialsSpawn.java:51) ~[?:?]
12.12 18:20:07 [Server] INFO at com.earth2me.essentials.spawn.EssentialsSpawnPlayerListener.onPlayerRespawn(EssentialsSpawnPlayerListener.java:65) ~[?:?]
12.12 18:20:07 [Server] INFO at com.earth2me.essentials.User.getGroup(User.java:670) ~[?:?]
12.12 18:20:07 [Server] INFO at com.earth2me.essentials.perm.PermissionsHandler.getGroup(PermissionsHandler.java:42) ~[?:?]
12.12 18:20:07 [Server] INFO at com.earth2me.essentials.perm.PermissionsExHandler.getGroup(PermissionsExHandler.java:23) ~[?:?]
12.12 18:20:07 [Server] INFO at ru.tehkode.permissions.PermissionManager.getUser(PermissionManager.java:171) ~[?:?]
12.12 18:20:07 [Server] INFO at ru.tehkode.permissions.bukkit.PermissionsEx.nameToUUID(PermissionsEx.java:356) ~[?:?]
12.12 18:20:07 [Server] INFO at org.bukkit.craftbukkit.v1_8_R1.CraftServer.getOfflinePlayer(CraftServer.java:1242) ~[custom.jar:git-Bukkit-54888df]
12.12 18:20:07 [Server] INFO at net.minecraft.server.v1_8_R1.UserCache.getProfile(SourceFile:118) ~[custom.jar:git-Bukkit-54888df]
12.12 18:20:07 [Server] INFO at net.minecraft.server.v1_8_R1.UserCache.c(SourceFile:170) ~[custom.jar:git-Bukkit-54888df]
12.12 18:20:07 [Server] INFO at net.minecraft.server.v1_8_R1.UserCache.a(SourceFile:186) ~[custom.jar:git-Bukkit-54888df]
12.12 18:20:07 [Server] INFO at com.google.common.collect.Lists.newArrayList(Lists.java:147) ~[custom.jar:git-Bukkit-54888df]
12.12 18:20:07 [Server] INFO at com.google.common.collect.Iterators.addAll(Iterators.java:357) ~[custom.jar:git-Bukkit-54888df]
12.12 18:20:07 [Server] INFO at com.google.common.collect.Iterators$9.next(Iterators.java:939) ~[custom.jar:git-Bukkit-54888df]
12.12 18:20:07 [Server] INFO at java.util.LinkedList$ListItr.next(Unknown Source) ~[?:1.7.0_03]
12.12 18:20:07 [Server] INFO at java.util.LinkedList$ListItr.checkForComodification(Unknown Source) ~[?:1.7.0_03]
12.12 18:20:07 [Server] INFO java.util.ConcurrentModificationException
12.12 18:20:07 [Server] ERROR Could not pass event PlayerRespawnEvent to EssentialsSpawn vTeamCity



 Comments   
Comment by md_5 [ 26/Jan/15 ]

I've linked this to SPIGOT-478

Comment by No [ 26/Dec/14 ]

Of what I can see it's a issue with EssentialsSpawn when PermissionsEx is trying to do something. But hope someone else, can share some light on this.

Update from today:

26.12 21:03:24 [Server] INFO at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.7.0_03]
26.12 21:03:24 [Server] INFO at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source) [?:1.7.0_03]
26.12 21:03:24 [Server] INFO at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.7.0_03]
26.12 21:03:24 [Server] INFO at net.minecraft.server.v1_8_R1.PacketHandleTask.run(SourceFile:13) [custom.jar:git-Bukkit-b389396]
26.12 21:03:24 [Server] INFO at net.minecraft.server.v1_8_R1.PacketPlayInClientCommand.a(SourceFile:8) [custom.jar:git-Bukkit-b389396]
26.12 21:03:24 [Server] INFO at net.minecraft.server.v1_8_R1.PacketPlayInClientCommand.a(SourceFile:31) [custom.jar:git-Bukkit-b389396]
26.12 21:03:24 [Server] INFO at net.minecraft.server.v1_8_R1.PlayerConnection.a(PlayerConnection.java:1283) [custom.jar:git-Bukkit-b389396]
26.12 21:03:24 [Server] INFO at net.minecraft.server.v1_8_R1.PlayerList.moveToWorld(PlayerList.java:448) [custom.jar:git-Bukkit-b389396]
26.12 21:03:24 [Server] INFO at net.minecraft.server.v1_8_R1.PlayerList.moveToWorld(PlayerList.java:508) [custom.jar:git-Bukkit-b389396]
26.12 21:03:24 [Server] INFO at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:486) [custom.jar:git-Bukkit-b389396]
26.12 21:03:24 [Server] INFO at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:501) [custom.jar:git-Bukkit-b389396]
26.12 21:03:24 [Server] INFO at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[custom.jar:git-Bukkit-b389396]
26.12 21:03:24 [Server] INFO at com.earth2me.essentials.spawn.EssentialsSpawn$1.execute(EssentialsSpawn.java:51) ~[?:?]
26.12 21:03:24 [Server] INFO at com.earth2me.essentials.spawn.EssentialsSpawnPlayerListener.onPlayerRespawn(EssentialsSpawnPlayerListener.java:65) ~[?:?]
26.12 21:03:24 [Server] INFO at com.earth2me.essentials.User.getGroup(User.java:670) ~[?:?]
26.12 21:03:24 [Server] INFO at com.earth2me.essentials.perm.PermissionsHandler.getGroup(PermissionsHandler.java:42) ~[?:?]
26.12 21:03:24 [Server] INFO at com.earth2me.essentials.perm.PermissionsExHandler.getGroup(PermissionsExHandler.java:23) ~[?:?]
26.12 21:03:24 [Server] INFO at ru.tehkode.permissions.PermissionManager.getUser(PermissionManager.java:171) ~[?:?]
26.12 21:03:24 [Server] INFO at ru.tehkode.permissions.bukkit.PermissionsEx.nameToUUID(PermissionsEx.java:356) ~[?:?]
26.12 21:03:24 [Server] INFO at org.bukkit.craftbukkit.v1_8_R1.CraftServer.getOfflinePlayer(CraftServer.java:1242) ~[custom.jar:git-Bukkit-b389396]
26.12 21:03:24 [Server] INFO at net.minecraft.server.v1_8_R1.UserCache.getProfile(SourceFile:118) ~[custom.jar:git-Bukkit-b389396]
26.12 21:03:24 [Server] INFO at net.minecraft.server.v1_8_R1.UserCache.c(SourceFile:170) ~[custom.jar:git-Bukkit-b389396]
26.12 21:03:24 [Server] INFO at net.minecraft.server.v1_8_R1.UserCache.a(SourceFile:186) ~[custom.jar:git-Bukkit-b389396]
26.12 21:03:24 [Server] INFO at com.google.common.collect.Lists.newArrayList(Lists.java:147) ~[custom.jar:git-Bukkit-b389396]
26.12 21:03:24 [Server] INFO at com.google.common.collect.Iterators.addAll(Iterators.java:357) ~[custom.jar:git-Bukkit-b389396]
26.12 21:03:24 [Server] INFO at com.google.common.collect.Iterators$9.next(Iterators.java:939) ~[custom.jar:git-Bukkit-b389396]
26.12 21:03:24 [Server] INFO at java.util.LinkedList$ListItr.next(Unknown Source) ~[?:1.7.0_03]
26.12 21:03:24 [Server] INFO at java.util.LinkedList$ListItr.checkForComodification(Unknown Source) ~[?:1.7.0_03]
26.12 21:03:24 [Server] INFO java.util.ConcurrentModificationException
26.12 21:03:24 [Server] ERROR Could not pass event PlayerRespawnEvent to EssentialsSpawn vTeamCity

Comment by GunfighterJ [ 12/Dec/14 ]

Unless you replicate this in a plugin and prove it's a CB issue, it will stay as a plugin issue, because it looks to be a plugin issue.

You posted it in the 1 irrelevant place, so please double check next time.

Comment by No [ 12/Dec/14 ]

Sorry about that, but more of a CraftBukkit issue then SpigotPlugin issue.

So was not sure where to post it.

Comment by GunfighterJ [ 12/Dec/14 ]

Wrong project. Please check which project you are submitting a ticket to before you submit it.

Generated at Sat Dec 13 04:23:46 UTC 2025 using Jira 10.3.13#10030013-sha1:56dd970ae30ebfeda3a697d25be1f6388b68a422.