You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by Gayan Asanka <ga...@opensource.lk> on 2005/09/13 12:33:47 UTC

[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


RE: [axis2] Interop patch for Round2/soap12

Posted by Gayan Asanka <ga...@opensource.lk>.
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(SunRound2
Client.java:59)

            at
org.apache.axis2.interopt.whitmesa.round2.SqlDataRound2InteropTest.testR2GCE
choInterger(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(CommonsHTT
PTransportSender.java:154)

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

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

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

            at
org.apache.axis2.interopt.whitemesa.round2.SunRound2Client.sendMsg(SunRound2
Client.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.writeMessageWithC
ommons(CommonsHTTPTransportSender.java:204)

            at
org.apache.axis2.transport.http.CommonsHTTPTransportSender.invoke(CommonsHTT
PTransportSender.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:11
10)

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

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

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

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

            at
org.apache.commons.httpclient.HttpMethodDirector.executeMethod(HttpMethodDir
ector.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.transportConfigur
ationPOST(CommonsHTTPTransportSender.java:478)

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

            ... 29 more

 

Thank you.

Gayan Asanka

 

  _____  

From: Deepal Jayasinghe [mailto:deepal@opensource.lk] 
Sent: Thursday, September 15, 2005 6:26 PM
To: axis-dev@ws.apache.org
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 <ma...@opensource.lk>  

To: axis-dev@ws.apache.org 

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


Re: [axis2] Interop patch for Round2/soap12

Posted by Deepal Jayasinghe <de...@opensource.lk>.
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 
  To: axis-dev@ws.apache.org 
  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