You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Christoph Giera (JIRA)" <ji...@apache.org> on 2019/04/05 09:50:00 UTC

[jira] [Commented] (CXF-7580) ConcurrentModificationException in frontend JAX-WS

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

Christoph Giera commented on CXF-7580:
--------------------------------------

We are facing this issue too. It has to do something with a jdk change of collections.sort:

[https://medium.com/@edouard.kaiser/collections-sort-the-java8u20-modification-d6a9acf96861]

[https://stackoverflow.com/questions/32718852/concurrentmodificationexception-only-in-java-1-8-0-45]

 

> ConcurrentModificationException in frontend JAX-WS
> --------------------------------------------------
>
>                 Key: CXF-7580
>                 URL: https://issues.apache.org/jira/browse/CXF-7580
>             Project: CXF
>          Issue Type: Bug
>          Components: JAX-WS Runtime
>    Affects Versions: 3.1.12
>         Environment: Spring boot 1.2.5
> Java 8
>            Reporter: Martin Formanko
>            Priority: Major
>             Fix For: NeedMoreInfo
>
>
> Are you aware of any fix (or the nearest version number) that could help to me solve this problem? Application uses more threads and randomly gives ConcurrentModificationException. 
> ```
> Caused by: org.apache.cxf.binding.soap.SoapFault: java.util.ConcurrentModificationException
>                at org.apache.cxf.binding.soap.interceptor.Soap11FaultInInterceptor.unmarshalFault(Soap11FaultInInterceptor.java:86)
>                at org.apache.cxf.binding.soap.interceptor.Soap11FaultInInterceptor.handleMessage(Soap11FaultInInterceptor.java:52)
>                at org.apache.cxf.binding.soap.interceptor.Soap11FaultInInterceptor.handleMessage(Soap11FaultInInterceptor.java:41)
>                at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:308)
>                at org.apache.cxf.interceptor.AbstractFaultChainInitiatorObserver.onMessage(AbstractFaultChainInitiatorObserver.java:112)
>                at org.apache.cxf.binding.soap.interceptor.CheckFaultInterceptor.handleMessage(CheckFaultInterceptor.java:69)
>                at org.apache.cxf.binding.soap.interceptor.CheckFaultInterceptor.handleMessage(CheckFaultInterceptor.java:34)
>                at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:308)
>                at org.apache.cxf.endpoint.ClientImpl.onMessage(ClientImpl.java:805)
>                at org.apache.cxf.transport.http.HTTPConduit$WrappedOutputStream.handleResponseInternal(HTTPConduit.java:1684)
>                at org.apache.cxf.transport.http.HTTPConduit$WrappedOutputStream.handleResponse(HTTPConduit.java:1560)
>                at org.apache.cxf.transport.http.HTTPConduit$WrappedOutputStream.close(HTTPConduit.java:1361)
>                at org.apache.cxf.transport.AbstractConduit.close(AbstractConduit.java:56)
>                at org.apache.cxf.transport.http.HTTPConduit.close(HTTPConduit.java:658)
>                at org.apache.cxf.interceptor.MessageSenderInterceptor$MessageSenderEndingInterceptor.handleMessage(MessageSenderInterceptor.java:62)
>                at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:308)
>                at org.apache.cxf.endpoint.ClientImpl.doInvoke(ClientImpl.java:518)
>                at org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:427)
>                at org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:328)
>                at org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:281)
>                at org.apache.cxf.frontend.ClientProxy.invokeSync(ClientProxy.java:96)
>                at org.apache.cxf.jaxws.JaxWsClientProxy.invoke(JaxWsClientProxy.java:139)
> ```



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)