[ 
https://issues.apache.org/jira/browse/AXIS2-5329?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13998245#comment-13998245
 ] 

Hudson commented on AXIS2-5329:
-------------------------------

FAILURE: Integrated in axis2-1.6 #339 (See 
[https://builds.apache.org/job/axis2-1.6/339/])
Merged the changes for AXIS2-4847 / AXIS2-5329 to the 1.6 branch. (veithen: rev 
1594748)
* /axis/axis2/java/core/branches/1_6
* /axis/axis2/java/core/branches/1_6/modules/osgi-tests
* /axis/axis2/java/core/branches/1_6/modules/osgi-tests/pom.xml
* 
/axis/axis2/java/core/branches/1_6/modules/osgi-tests/src/test/java/OSGiTest.java
* /axis/axis2/java/core/branches/1_6/modules/osgi-tests/src/test/java/org
* 
/axis/axis2/java/core/branches/1_6/modules/osgi-tests/src/test/java/org/apache/axis2/osgi/module
* /axis/axis2/java/core/branches/1_6/modules/osgi-tests/src/test/resources
* 
/axis/axis2/java/core/branches/1_6/modules/osgi-tests/src/test/resources/META-INF/module.xml
* 
/axis/axis2/java/core/branches/1_6/modules/osgi/src/org/apache/axis2/osgi/OSGiAxisServlet.java
* 
/axis/axis2/java/core/branches/1_6/modules/osgi/src/org/apache/axis2/osgi/deployment/OSGiServerConfigurator.java
* 
/axis/axis2/java/core/branches/1_6/modules/osgi/src/org/apache/axis2/osgi/internal/Activator.java
* /axis/axis2/java/core/branches/1_6/pom.xml


> ConcurrentModificationException from org.apache.axis2.osgi during startup
> -------------------------------------------------------------------------
>
>                 Key: AXIS2-5329
>                 URL: https://issues.apache.org/jira/browse/AXIS2-5329
>             Project: Axis2
>          Issue Type: Bug
>          Components: modules
>    Affects Versions: 1.6.2
>         Environment: Linux, Karaf using felix, 
>            Reporter: Tomas Forsman
>         Attachments: Activator.java, OSGiAxis2ServletLifecycleManager.java, 
> Patch_5329.7z, axis2-karaf-example.zip, pom.xml, pom_unformatted.xml
>
>
> I receive the following exception during startup of the axis2 osgi bundle:
> ERROR: Bundle org.apache.axis2.osgi [77] EventDispatcher: Error during 
> dispatch. (java.util.ConcurrentModificationException)
> java.util.ConcurrentModificationException
>       at 
> java.util.AbstractList$Itr.checkForComodification(AbstractList.java:372)
>       at java.util.AbstractList$Itr.next(AbstractList.java:343)
>       at 
> org.apache.axis2.osgi.deployment.tracker.BundleTracker$1.bundleChanged(BundleTracker.java:68)
>       at 
> org.apache.felix.framework.util.EventDispatcher.invokeBundleListenerCallback(EventDispatcher.java:807)
>       at 
> org.apache.felix.framework.util.EventDispatcher.fireEventImmediately(EventDispatcher.java:729)
>       at 
> org.apache.felix.framework.util.EventDispatcher.run(EventDispatcher.java:949)
>       at 
> org.apache.felix.framework.util.EventDispatcher.access$000(EventDispatcher.java:54)
>       at 
> org.apache.felix.framework.util.EventDispatcher$1.run(EventDispatcher.java:106)
>       at java.lang.Thread.run(Thread.java:662)
> From looking at the code, I guess that a quick fix would be to make the 
> following method synchronized:
> OSGiConfigurationContextFactory.updated(Dictionary dictionary)



--
This message was sent by Atlassian JIRA
(v6.2#6252)

---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscr...@axis.apache.org
For additional commands, e-mail: java-dev-h...@axis.apache.org

Reply via email to