ConcurrentModificationException on SaveAll task
See original GitHub issueDescription
Describe the bug
ConcurrentModificationException on SaveAll task
Steps to reproduce the behavior
Idk, it just appeared
Screenshots and videos
Let’s just pastebin the exception http://haste.athion.net/valapijave.rb
Expected behavior
No exception
Environment
Server
- OS: Linux 3.10.0-693.11.6.el7.x86_64
- Java version: OpenJDK 64-Bit Server VM 25.212-b01
Plugins
AJAntiSpam, AJNickname, AJRankFix*, AntiAFK*, BentoBox, BuycraftX, CasinoSlots*, ChatLog*, ChatReaction, ChestCommands, ChestShop, ClearChat*, ClearLag, CommunityChest*, ConsoleSpamFix, CrateReloaded, CrazyAuctions, CustomEnderChest, CustomJoinMessagesPlus*, CustomList*, DeluxeChat, DeluxeMenus, DiscordLink*, DonorBroadcast*, EditableSign, EpicRename, Essentials, EssentialsChat, EssentialsSpawn, EZBlocks*, FeatherBoard*, HeadDatabase*, HolographicDisplays, IllegalStack, Item2Chat, LiquidTanks*, Lottery, LuckPerms, mcMMO, MegaRestart*, MessageAnnouncer, MineableSpawners, MorphTool, MsgColor*, Multiverse-Core, MVdWPlaceholderAPI*, OpenInv*, PacketListenerApi*, PartyAndFriendsGUI, PlaceholderAPI*, PluginHiderPlus, PlugMan, ProtocolLib, ProtocolSupport, ShopGUIPlus, SignSpy*, StackMob, Status-for-Party-and-Friends*, TAB, Teleport-To-Friend-PAF-Extension*, TimeVote, TitleAPI, TradeSystem, Vault, VoidGenerator, VoidSpawn, VoteRoulette*, Votifier, Vouchers*, WeatherVote, WorldEdit, WorldGuard, WorldGuardExtraFlags
BentoBox setup
BentoBox and Addons
Configuration
MariaDB
Additional context
@Poslovitch led me here, as this appears to be a critical issue. It makes my logs ridiculous large with the spam
Issue Analytics
- State:
- Created 4 years ago
- Comments:5 (5 by maintainers)
Top Results From Across the Web
How to avoid java.util.ConcurrentModificationException in ...
Here I need to add new tasks to a user. But when I run this request, I'm getting java.util.ConcurrentModificationException.
Read more >Avoiding the ConcurrentModificationException in Java
Now we will notice that there is no exception. The reason for this is that the remove() method does not cause a ConcurrentModificationException....
Read more >Fix the ConcurrentModificationException | TechTarget
Java's ConcurrentModificationException is thrown when a collection is modified while a Java Iterator is trying to loop through it.
Read more >ConcurrentModificationException « Exception « JPA Q&A
It normally happens in two cases: 1. multiple threads accessing/mutating on the same collection 2. mutating a list while iteratin a list. #1...
Read more >ConcurrentModificationException in Java - Javatpoint
The ConcurrentModificationException occurs when an object is tried to be modified concurrently when it is not permissible. This exception usually comes when ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I did not encourage the cme within the past hours, thanks for the fix 👍
@tastybento