FS#514 - Exception in UpdateProcess
Attached to Project:
RPG
Opened by neb (neb) - Thursday, 23 April 2009, 12:33 GMT-7
Last edited by neb (neb) - Tuesday, 17 August 2010, 07:45 GMT-7
Opened by neb (neb) - Thursday, 23 April 2009, 12:33 GMT-7
Last edited by neb (neb) - Tuesday, 17 August 2010, 07:45 GMT-7
DetailsDuring normal runtime, this exception occurred in the content update process:
[2009-04-23_14:27:17_EDT] WARN (rpg.server.content.ContentAgent.UpdateProcess) Process crashed (keepAlive:true) [EXCEPTION: (no message)] ----- BEGIN EXCEPTION ----- java.util.ConcurrentModificationException [null] - java.util.HashMap$HashIterator.nextEntry(Unknown Source) - java.util.HashMap$KeyIterator.next(Unknown Source) - root.core.archive.Archive.signal(Archive.java:215) - root.core.content.Library.signal(Library.java:76) - root.rpg.content.Contents.signal(Contents.java:246) - root.rpg.server.content.ContentAgent$UpdateProcess.process(ContentAgent.java:365) - root.core.proc.Proxy.process(Proxy.java:34) - root.core.proc.Group.process(Group.java:104) - root.core.proc.Group.access$300(Group.java:25) - root.core.proc.Group$Runner.run(Group.java:139) - java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) - java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source) - java.util.concurrent.FutureTask.run(Unknown Source) - java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source) - java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) - java.lang.Thread.run(Unknown Source) ----- END EXCEPTION ----- |
This task depends upon
Comment by neb (neb) -
Thursday, 23 April 2009, 13:32 GMT-7
The world appears to be intact and functioning normally. Nonetheless, this is a fundamental issue that could destabilize content updates, so severity is considered high.
Comment by neb (neb) -
Thursday, 11 February 2010, 12:55 GMT-7
This has not been seen since. Still merits investigation.
Comment by neb (neb) -
Sunday, 14 February 2010, 07:17 GMT-7
Rewritten to be thread safe.