Ticket #252 (closed defect: fixed)

Opened 2 years ago

Last modified 2 years ago

PubBot / PubHub ConcurrentModificationException

Reported by: milosh Owned by: Maverick
Priority: normal Component: Bots - PubHub/PubBot
Version: Latest version from repository Severity: minor
Keywords: pubbot, pubhub Cc:

Description

The recent change to the PubHub is throwing exceptions. See the change at Changeset: 2464.

Stack trace:

Exception in thread "PubBot9-Timer" java.util.ConcurrentModificationException
	at java.util.HashMap$HashIterator.nextEntry(HashMap.java:841)
	at java.util.HashMap$KeyIterator.next(HashMap.java:877)
	at twcore.bots.pubhub.pubhub.handleEvent(pubhub.java:285)
	at twcore.core.util.InterProcessCommunicator$IPCChannel.broadcast(Unknown Source)
	at twcore.core.util.InterProcessCommunicator.broadcast(Unknown Source)
	at twcore.core.BotAction.ipcTransmit(Unknown Source)
	at twcore.bots.pubbot.pubbot$SendWhereTask.run(pubbot.java:420)
	at java.util.TimerThread.mainLoop(Timer.java:512)
	at java.util.TimerThread.run(Timer.java:462)

Attachments

Change History

Changed 2 years ago by Maverick

Good find, I'll look into it some time.

Changed 2 years ago by milosh

  • component changed from Bots - Other to Bots - PubHub/PubBot

Changed 2 years ago by dugwyler

Think this one's fixed up, but I'm not sure if various NPE errors have been resolved.

Changed 2 years ago by Maverick

Yea, I believe you completely solved it {OK}

Changed 2 years ago by Maverick

  • status changed from new to closed
  • resolution set to fixed

Add/Change #252 (PubBot / PubHub ConcurrentModificationException)

Author


E-mail address and user name can be saved in the Preferences.


Action
as closed
Next status will be 'reopened'
 
Note: See TracTickets for help on using tickets.