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

Andreas Veithen commented on AXIS2-5774:
----------------------------------------

That particular error "SomeClass incompatible with SomeClass" indicates a class 
loading problem, namely that the same class is loaded from two different class 
loaders. That problem is not caused by Axis2, but by the runtime environment 
(Tibco?) or by the way you have deployed your code into that runtime 
environment. In order to fix that issue you will have to find someone who is 
familiar with that runtime environment and who is able to debug class loading 
issues in that environment.

> Upgrading from axis2 1.4 to 1.6.4
> ---------------------------------
>
>                 Key: AXIS2-5774
>                 URL: https://issues.apache.org/jira/browse/AXIS2-5774
>             Project: Axis2
>          Issue Type: Bug
>          Components: kernel
>    Affects Versions: 1.6.4
>            Reporter: Rajesh
>
> Hi All ,
> We are in the process of upgrading Axis2  from1.4 to 1.6.4. Imported all 
> 1.6.4 library and migrated successfully in design time. 
> When i do testing i am getting below error. We are using HTTPClient 3.1 with 
> axis2 1.6.4.
> Seems that some  incompatible issue with common HTTP client. Please let us 
> know if any resolution.
> org.apache.commons.httpclient.HttpState incompatible with 
> org.apache.commons.httpclient.HttpState
> org.apache.axis2.transport.http.AbstractHTTPSender.setAuthenticationInfo(AbstractHTTPSender.java:331)
> org.apache.axis2.transport.http.AbstractHTTPSender.getHostConfiguration(AbstractHTTPSender.java:286)
> org.apache.axis2.transport.http.AbstractHTTPSender.executeMethod(AbstractHTTPSender.java:591)
> org.apache.axis2.transport.http.HTTPSender.sendViaPost(HTTPSender.java:193)
> org.apache.axis2.transport.http.HTTPSender.send(HTTPSender.java:75)
> org.apache.axis2.transport.http.CommonsHTTPTransportSender.writeMessageWithCommons(CommonsHTTPTransportSender.java:396)
> org.apache.axis2.transport.http.CommonsHTTPTransportSender.invoke(CommonsHTTPTransportSender.java:223)
> org.apache.axis2.engine.AxisEngine.send(AxisEngine.java:443)
> org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOperation.java:406)
> org.apache.axis2.description.OutInAxisOperationClient.executeImpl(OutInAxisOperation.java:229)
> org.apache.axis2.client.OperationClient.execute(OperationClient.java:165)
> ws.sq.com.sg.common.helper.MWServiceHelper.doSoapCallWithAttachment(MWServiceHelper.java:199)
> ws.sq.com.sg.common.helper.ERetailHelper.callERetail(ERetailHelper.java:115)
> ws.sq.com.sg.res.ecommerce.common.ERetailComponentImpl.callERetail(ERetailComponentImpl.java:114)
> ws.sq.com.sg.res.ecommerce.air.AirServiceImpl.callERetail(AirServiceImpl.java:90)
> sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:88)
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:55)
> java.lang.reflect.Method.invoke(Method.java:613)
> com.tibco.amf.platform.runtime.componentframework.internal.proxies.operation.OperationHandler.invokeMethodWithThreadContext(OperationHandler.java:486)
> com.tibco.amf.platform.runtime.componentframework.internal.proxies.operation.MultiThreadedASyncToSyncOperationHandler$ASyncToSyncInvocationHandler.run(MultiThreadedASyncToSyncOperationHandler.java:203)
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1121)
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:614)
> java.lang.Thread.run(Thread.java:779) 
> Thanks.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to