Ticket #252 (closed defect: fixed)

Opened 4 months ago

Last modified 1 month ago

PubBot / PubHub ConcurrentModificationException

Reported by: milosh Assigned to: 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

04/30/08 07:34:08 changed by Maverick

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

04/30/08 16:17:51 changed by milosh

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

07/07/08 09:44:08 changed by dugwyler

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

07/07/08 10:59:56 changed by Maverick

Yea, I believe you completely solved it {OK}

07/07/08 11:00:06 changed by Maverick

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

Add/Change #252 (PubBot / PubHub ConcurrentModificationException)




Change Properties
Action