[SPIGOT-2521] Spigot error Created: 13/Jul/16  Updated: 14/Jul/16  Resolved: 14/Jul/16

Status: Resolved
Project: Spigot
Component/s: None
Affects Version/s: None
Fix Version/s: None

Type: Bug Priority: Minor
Reporter: Ac3dUd3 Assignee: Unassigned
Resolution: Invalid Votes: 0
Labels: None
Environment:

linux ubuntu 16.0.4
spigot 1.10


Plugin: spigot

 Description   

I was told to post this here from massivecraft dev as he said it is a spigot issue

[11:47:43 INFO]: [MassiveCombat] Enabling MassiveCombat v2.8.19
[11:47:43 INFO]: [MassiveCombat 2.8.19] === ENABLE START ===
[11:47:43 WARN]: java.util.ConcurrentModificationException
[11:47:43 WARN]:        at java.util.LinkedHashMap$LinkedHashIterator.nextNode(LinkedHashMap.java:711)
[11:47:43 WARN]:        at java.util.LinkedHashMap$LinkedKeyIterator.next(LinkedHashMap.java:734)
[11:47:43 WARN]:        at org.bukkit.plugin.java.JavaPluginLoader.getClassByName(JavaPluginLoader.java:191)
[11:47:43 WARN]:        at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:97)
[11:47:43 WARN]:        at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86)
[11:47:43 WARN]:        at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
[11:47:43 WARN]:        at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
[11:47:43 WARN]:        at com.massivecraft.massivecore.store.MStore.equal(MStore.java:62)
[11:47:43 WARN]:        at com.massivecraft.massivecore.store.Coll.examineHasLocalAlterFixed(Coll.java:677)
[11:47:43 WARN]:        at com.massivecraft.massivecore.store.Coll.examineIdFixed(Coll.java:630)
[11:47:43 WARN]:        at com.massivecraft.massivecore.store.Coll.identifyLocalModificationFixed(Coll.java:849)
[11:47:43 WARN]:        at com.massivecraft.massivecore.store.Coll.identifyLocalModifications(Coll.java:840)
[11:47:43 WARN]:        at com.massivecraft.massivecore.store.ModificationPollerLocal.poll(ModificationPollerLocal.ja
va:34)
[11:47:43 WARN]:        at com.massivecraft.massivecore.store.ModificationPollerAbstract.identify(ModificationPollerA
bstract.java:61)
[11:47:43 WARN]:        at com.massivecraft.massivecore.store.ModificationPollerAbstract.run(ModificationPollerAbstra
ct.java:32)
public String getFoo()
{
    return foo;
}


 Comments   
Comment by md_5 [ 14/Jul/16 ]

This can only be caused if there is an async operation performed. Given the stack trace I'm guessing the plugin is trying to disable itself whilst the above async task is running.

Comment by Ac3dUd3 [ 13/Jul/16 ]

he literally said the same thing but said its you

http://prntscr.com/bshg9e

Comment by Myles [ 13/Jul/16 ]

This isn't an issue with Spigot, contact the people who make MassiveCombat.

Generated at Tue Apr 22 03:12:18 UTC 2025 using Jira 10.3.5#10030005-sha1:190c783f2bd6c69cd5accdb70f97e48812a78d14.