Hi Deepal,

 

1.ESRound2InteropTest and MSRemRound2InteropTest passed with me, via “maven itest”. Did you get it with “maven itest”  or All-Tests”. I couldn’t check it in all-test because another test failed before itests run.  

 

2.In SqlDataRound2InteropTest, sometimes one or two tests fail randomly, (but if run each test alone, they never fail). So I think, It’s not an axis2 problem. Anyway I propose to exclude that test from maven.xml. Could you please do that. The exception is as follows:

 

3.Also exclude VWRound2InteropTest, since it’s an All-test-failed case, the package name is also wrong there.

 

4.Also, in the folder structure “whitemesa” is written in two different ways.

\src\org\apache\axis2\interopt\whitemesa

\itest\org\apache\axis2\interopt\whitmesa

 

Could you pls refract the second one. This is a little bother for me when coding.

 

 

org.apache.axis2.AxisFault: Connection reset; nested exception is:

            java.net.SocketException: Connection reset; nested exception is:

            org.apache.axis2.AxisFault: Connection reset; nested exception is:

            java.net.SocketException: Connection reset; nested exception is:

            org.apache.axis2.AxisFault: Connection reset; nested exception is:

            java.net.SocketException: Connection reset; nested exception is:

            org.apache.axis2.AxisFault: Connection reset; nested exception is:

            java.net.SocketException: Connection reset

            at org.apache.axis2.interopt.whitemesa.round2.SunRound2Client.sendMsg(SunRound2Client.java:59)

            at org.apache.axis2.interopt.whitmesa.round2.SqlDataRound2InteropTest.testR2GCEchoInterger(SqlDataRound2InteropTest.java:411)

            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

            at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)

            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

            at com.intellij.rt.execution.junit2.JUnitStarter.main(JUnitStarter.java:31)

            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

            at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)

            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

            at com.intellij.rt.execution.application.AppMain.main(AppMain.java:78)

Caused by: org.apache.axis2.AxisFault: Connection reset; nested exception is:

            java.net.SocketException: Connection reset; nested exception is:

            org.apache.axis2.AxisFault: Connection reset; nested exception is:

            java.net.SocketException: Connection reset

            at org.apache.axis2.transport.http.CommonsHTTPTransportSender.invoke(CommonsHTTPTransportSender.java:154)

            at org.apache.axis2.engine.AxisEngine.send(AxisEngine.java:94)

            at org.apache.axis2.clientapi.TwoWayTransportBasedSender.send(TwoWayTransportBasedSender.java:35)

            at org.apache.axis2.clientapi.InOutMEPClient.invokeBlocking(InOutMEPClient.java:177)

            at org.apache.axis2.interopt.whitemesa.round2.SunRound2Client.sendMsg(SunRound2Client.java:55)

            ... 24 more

Caused by: org.apache.axis2.AxisFault: Connection reset; nested exception is:

            java.net.SocketException: Connection reset

            at org.apache.axis2.transport.http.CommonsHTTPTransportSender.writeMessageWithCommons(CommonsHTTPTransportSender.java:204)

            at org.apache.axis2.transport.http.CommonsHTTPTransportSender.invoke(CommonsHTTPTransportSender.java:123)

            ... 28 more

Caused by: java.net.SocketException: Connection reset

            at java.net.SocketInputStream.read(SocketInputStream.java:168)

            at java.io.BufferedInputStream.fill(BufferedInputStream.java:183)

            at java.io.BufferedInputStream.read(BufferedInputStream.java:201)

            at org.apache.commons.httpclient.HttpParser.readRawLine(HttpParser.java:77)

            at org.apache.commons.httpclient.HttpParser.readLine(HttpParser.java:105)

            at org.apache.commons.httpclient.HttpConnection.readLine(HttpConnection.java:1110)

            at org.apache.commons.httpclient.HttpMethodBase.readStatusLine(HttpMethodBase.java:1832)

            at org.apache.commons.httpclient.HttpMethodBase.readResponse(HttpMethodBase.java:1592)

            at org.apache.commons.httpclient.HttpMethodBase.execute(HttpMethodBase.java:995)

            at org.apache.commons.httpclient.HttpMethodDirector.executeWithRetry(HttpMethodDirector.java:393)

            at org.apache.commons.httpclient.HttpMethodDirector.executeMethod(HttpMethodDirector.java:168)

            at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:396)

            at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:324)

            at org.apache.axis2.transport.http.CommonsHTTPTransportSender.transportConfigurationPOST(CommonsHTTPTransportSender.java:478)

            at org.apache.axis2.transport.http.CommonsHTTPTransportSender.writeMessageWithCommons(CommonsHTTPTransportSender.java:182)

            ... 29 more

 

Thank you.

Gayan Asanka

 


From: Deepal Jayasinghe [mailto:[EMAIL PROTECTED]
Sent: Thursday, September 15, 2005 6:26 PM
To: [email protected]
Subject: Re: [axis2] Interop patch for Round2/soap12

 

Hi Gayan

 

Applied the patch but there are interop test faliuers please take a look at that,

 

org.apache.axis2.interopt.whitmesa.round2.ESRound2InteropTest
org.apache.axis2.interopt.whitmesa.round2.MSRemRound2InteropTest
org.apache.axis2.interopt.whitmesa.round2.SqlDataRound2InteropTest
org.apache.axis2.interopt.whitmesa.round2.VWRound2InteropTest

 


Thanks,
 Deepal
................................................................
~Future is Open~

----- Original Message -----

From: Gayan Asanka

Sent: Tuesday, September 13, 2005 4:33 PM

Subject: [axis2] Interop patch for Round2/soap12

 

Hi Deepal,

 

I’ve attached the patch for round 2 - soap 1.2 tests. I also did some changes to Round1InteropTest.java and Round1StringUtil.jave. Pls apply those too.

 

Thanks

Gayan

Reply via email to