You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ace.apache.org by "Marcel Offermans (JIRA)" <ji...@apache.org> on 2011/01/12 17:45:50 UTC

[jira] Resolved: (ACE-104) ConcurrentModificationException installing update

     [ https://issues.apache.org/jira/browse/ACE-104?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marcel Offermans resolved ACE-104.
----------------------------------

    Resolution: Fixed

Committed a fix in Felix, did some quick testing with the server and gateway targets and everything seems to work fine. Please test if this works for you, Derek.

> ConcurrentModificationException installing update
> -------------------------------------------------
>
>                 Key: ACE-104
>                 URL: https://issues.apache.org/jira/browse/ACE-104
>             Project: Ace
>          Issue Type: Bug
>    Affects Versions: 0.8.0
>         Environment: 0.8.0-SNAPSHOT from SVN HEAD December 2010
>            Reporter: Derek Baum
>            Assignee: Marcel Offermans
>
> [Error] [   ] Error installing update
> java.util.ConcurrentModificationException
>         at java.util.ArrayList$Itr.checkForComodification(ArrayList.java:782)
>         at java.util.ArrayList$ListItr.previous(ArrayList.java:809)
>         at org.apache.felix.deploymentadmin.spi.Command.commit(Command.java:65)
>         at org.apache.felix.deploymentadmin.spi.DeploymentSessionImpl.call(DeploymentSessionImpl.java:82)
>         at org.apache.felix.deploymentadmin.DeploymentAdminImpl.installDeploymentPackage(DeploymentAdminImpl.java:215)
>         at org.apache.ace.deployment.deploymentadmin.DeploymentAdminDeployer.install(DeploymentAdminDeployer.java:51)
>         at org.apache.ace.deployment.task.DeploymentTaskBase.installVersion(DeploymentTaskBase.java:75)
>         at org.apache.ace.deployment.task.DeploymentUpdateTask.run(DeploymentUpdateTask.java:57)
>         at org.apache.ace.scheduler.Executer.run(Executer.java:92)
>         at java.util.TimerThread.mainLoop(Timer.java:534)
>         at java.util.TimerThread.run(Timer.java:484)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.