You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commons-dev@ws.apache.org by "Richard Slade (JIRA)" <ji...@apache.org> on 2009/04/23 18:22:30 UTC

[jira] Created: (WSCOMMONS-464) Building the transport/http module results in 49 unit test errors

Building the transport/http module results in 49 unit test errors
-----------------------------------------------------------------

                 Key: WSCOMMONS-464
                 URL: https://issues.apache.org/jira/browse/WSCOMMONS-464
             Project: WS-Commons
          Issue Type: Bug
    Affects Versions: Transports 1.0
         Environment: Linux
            Reporter: Richard Slade


Building the transport/modules/http module from the trunk "http://svn.apache.org/repos/asf/webservices/commons/trunk/modules/transport/" results in 49 unit test failures

-------------------------------------------------------------------------------
Test set: org.apache.axis2.transport.http.SimpleHTTPServerTest
-------------------------------------------------------------------------------
Tests run: 65, Failures: 0, Errors: 49, Skipped: 0, Time elapsed: 15.624 sec <<< FAILURE!
0012:test=AsyncXML,messageType=SOAP11,data=ASCII,client=axis,endpoint=axis(org.apache.axis2.transport.http.SimpleHTTPServerTest)  Time elapsed: 0.008 sec  <<< ERROR!
java.lang.NoSuchMethodError: org/apache/axis2/transport/base/BaseUtils.doWriteMTOM(Lorg/apache/axis2/context/MessageContext;)Z
        at org.apache.axis2.transport.http.CommonsHTTPTransportSender.invoke(CommonsHTTPTransportSender.java:149)
        at org.apache.axis2.engine.AxisEngine.send(AxisEngine.java:440)
        at org.apache.axis2.description.OutOnlyAxisOperationClient.executeImpl(OutOnlyAxisOperation.java:272)
        at org.apache.axis2.client.OperationClient.execute(OperationClient.java:165)
        at org.apache.axis2.transport.testkit.axis2.client.AxisTestClient.send(AxisTestClient.java:121)
        at org.apache.axis2.transport.testkit.axis2.client.AxisAsyncTestClient.sendMessage(AxisAsyncTestClient.java:41)
        at org.apache.axis2.transport.testkit.axis2.client.AxisAsyncTestClient.sendMessage(AxisAsyncTestClient.java:29)
        at org.apache.axis2.transport.testkit.client.AsyncTestClientAdapter.sendMessage(AsyncTestClientAdapter.java:45)
        at org.apache.axis2.transport.testkit.tests.async.AsyncMessageTestCase.doRunTest(AsyncMessageTestCase.java:50)
        at org.apache.axis2.transport.testkit.tests.MessageTestCase.runTest(MessageTestCase.java:62)
        at junit.framework.TestCase.runBare(TestCase.java:130)
        at junit.framework.TestResult$1.protect(TestResult.java:106)
        at junit.framework.TestResult.runProtected(TestResult.java:124)
        at junit.framework.TestResult.run(TestResult.java:109)
        at junit.framework.TestCase.run(TestCase.java:120)
        at junit.framework.TestSuite.runTest(TestSuite.java:230)
        at org.apache.axis2.transport.testkit.ManagedTestSuite.run(ManagedTestSuite.java:118)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:45)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
        at java.lang.reflect.Method.invoke(Method.java:599)
        at org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:213)
        at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:140)
        at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:127)
        at org.apache.maven.surefire.Surefire.run(Surefire.java:177)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (WSCOMMONS-464) Building the transport/http module results in 49 unit test errors

Posted by "Andreas Veithen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WSCOMMONS-464?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andreas Veithen resolved WSCOMMONS-464.
---------------------------------------

    Resolution: Cannot Reproduce

Marking this issue as resolved. Reasons:
- Not reproducible.
- No feedback from reporter.
- If there was a dependency issue, it has probably been fixed by the change in r773502.

> Building the transport/http module results in 49 unit test errors
> -----------------------------------------------------------------
>
>                 Key: WSCOMMONS-464
>                 URL: https://issues.apache.org/jira/browse/WSCOMMONS-464
>             Project: WS-Commons
>          Issue Type: Bug
>          Components: Transport
>    Affects Versions: Transports 1.0
>         Environment: Linux
>            Reporter: Richard Slade
>
> Building the transport/modules/http module from the trunk "http://svn.apache.org/repos/asf/webservices/commons/trunk/modules/transport/" results in 49 unit test failures
> -------------------------------------------------------------------------------
> Test set: org.apache.axis2.transport.http.SimpleHTTPServerTest
> -------------------------------------------------------------------------------
> Tests run: 65, Failures: 0, Errors: 49, Skipped: 0, Time elapsed: 15.624 sec <<< FAILURE!
> 0012:test=AsyncXML,messageType=SOAP11,data=ASCII,client=axis,endpoint=axis(org.apache.axis2.transport.http.SimpleHTTPServerTest)  Time elapsed: 0.008 sec  <<< ERROR!
> java.lang.NoSuchMethodError: org/apache/axis2/transport/base/BaseUtils.doWriteMTOM(Lorg/apache/axis2/context/MessageContext;)Z
>         at org.apache.axis2.transport.http.CommonsHTTPTransportSender.invoke(CommonsHTTPTransportSender.java:149)
>         at org.apache.axis2.engine.AxisEngine.send(AxisEngine.java:440)
>         at org.apache.axis2.description.OutOnlyAxisOperationClient.executeImpl(OutOnlyAxisOperation.java:272)
>         at org.apache.axis2.client.OperationClient.execute(OperationClient.java:165)
>         at org.apache.axis2.transport.testkit.axis2.client.AxisTestClient.send(AxisTestClient.java:121)
>         at org.apache.axis2.transport.testkit.axis2.client.AxisAsyncTestClient.sendMessage(AxisAsyncTestClient.java:41)
>         at org.apache.axis2.transport.testkit.axis2.client.AxisAsyncTestClient.sendMessage(AxisAsyncTestClient.java:29)
>         at org.apache.axis2.transport.testkit.client.AsyncTestClientAdapter.sendMessage(AsyncTestClientAdapter.java:45)
>         at org.apache.axis2.transport.testkit.tests.async.AsyncMessageTestCase.doRunTest(AsyncMessageTestCase.java:50)
>         at org.apache.axis2.transport.testkit.tests.MessageTestCase.runTest(MessageTestCase.java:62)
>         at junit.framework.TestCase.runBare(TestCase.java:130)
>         at junit.framework.TestResult$1.protect(TestResult.java:106)
>         at junit.framework.TestResult.runProtected(TestResult.java:124)
>         at junit.framework.TestResult.run(TestResult.java:109)
>         at junit.framework.TestCase.run(TestCase.java:120)
>         at junit.framework.TestSuite.runTest(TestSuite.java:230)
>         at org.apache.axis2.transport.testkit.ManagedTestSuite.run(ManagedTestSuite.java:118)
>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:45)
>         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
>         at java.lang.reflect.Method.invoke(Method.java:599)
>         at org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:213)
>         at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:140)
>         at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:127)
>         at org.apache.maven.surefire.Surefire.run(Surefire.java:177)
>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (WSCOMMONS-464) Building the transport/http module results in 49 unit test errors

Posted by "Andreas Veithen (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WSCOMMONS-464?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12706123#action_12706123 ] 

Andreas Veithen commented on WSCOMMONS-464:
-------------------------------------------

Can you try this again after doing a mvn dependency:purge-local-repository?

> Building the transport/http module results in 49 unit test errors
> -----------------------------------------------------------------
>
>                 Key: WSCOMMONS-464
>                 URL: https://issues.apache.org/jira/browse/WSCOMMONS-464
>             Project: WS-Commons
>          Issue Type: Bug
>    Affects Versions: Transports 1.0
>         Environment: Linux
>            Reporter: Richard Slade
>
> Building the transport/modules/http module from the trunk "http://svn.apache.org/repos/asf/webservices/commons/trunk/modules/transport/" results in 49 unit test failures
> -------------------------------------------------------------------------------
> Test set: org.apache.axis2.transport.http.SimpleHTTPServerTest
> -------------------------------------------------------------------------------
> Tests run: 65, Failures: 0, Errors: 49, Skipped: 0, Time elapsed: 15.624 sec <<< FAILURE!
> 0012:test=AsyncXML,messageType=SOAP11,data=ASCII,client=axis,endpoint=axis(org.apache.axis2.transport.http.SimpleHTTPServerTest)  Time elapsed: 0.008 sec  <<< ERROR!
> java.lang.NoSuchMethodError: org/apache/axis2/transport/base/BaseUtils.doWriteMTOM(Lorg/apache/axis2/context/MessageContext;)Z
>         at org.apache.axis2.transport.http.CommonsHTTPTransportSender.invoke(CommonsHTTPTransportSender.java:149)
>         at org.apache.axis2.engine.AxisEngine.send(AxisEngine.java:440)
>         at org.apache.axis2.description.OutOnlyAxisOperationClient.executeImpl(OutOnlyAxisOperation.java:272)
>         at org.apache.axis2.client.OperationClient.execute(OperationClient.java:165)
>         at org.apache.axis2.transport.testkit.axis2.client.AxisTestClient.send(AxisTestClient.java:121)
>         at org.apache.axis2.transport.testkit.axis2.client.AxisAsyncTestClient.sendMessage(AxisAsyncTestClient.java:41)
>         at org.apache.axis2.transport.testkit.axis2.client.AxisAsyncTestClient.sendMessage(AxisAsyncTestClient.java:29)
>         at org.apache.axis2.transport.testkit.client.AsyncTestClientAdapter.sendMessage(AsyncTestClientAdapter.java:45)
>         at org.apache.axis2.transport.testkit.tests.async.AsyncMessageTestCase.doRunTest(AsyncMessageTestCase.java:50)
>         at org.apache.axis2.transport.testkit.tests.MessageTestCase.runTest(MessageTestCase.java:62)
>         at junit.framework.TestCase.runBare(TestCase.java:130)
>         at junit.framework.TestResult$1.protect(TestResult.java:106)
>         at junit.framework.TestResult.runProtected(TestResult.java:124)
>         at junit.framework.TestResult.run(TestResult.java:109)
>         at junit.framework.TestCase.run(TestCase.java:120)
>         at junit.framework.TestSuite.runTest(TestSuite.java:230)
>         at org.apache.axis2.transport.testkit.ManagedTestSuite.run(ManagedTestSuite.java:118)
>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:45)
>         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
>         at java.lang.reflect.Method.invoke(Method.java:599)
>         at org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:213)
>         at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:140)
>         at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:127)
>         at org.apache.maven.surefire.Surefire.run(Surefire.java:177)
>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (WSCOMMONS-464) Building the transport/http module results in 49 unit test errors

Posted by "Andreas Veithen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WSCOMMONS-464?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andreas Veithen updated WSCOMMONS-464:
--------------------------------------

    Component/s: Transport

> Building the transport/http module results in 49 unit test errors
> -----------------------------------------------------------------
>
>                 Key: WSCOMMONS-464
>                 URL: https://issues.apache.org/jira/browse/WSCOMMONS-464
>             Project: WS-Commons
>          Issue Type: Bug
>          Components: Transport
>    Affects Versions: Transports 1.0
>         Environment: Linux
>            Reporter: Richard Slade
>
> Building the transport/modules/http module from the trunk "http://svn.apache.org/repos/asf/webservices/commons/trunk/modules/transport/" results in 49 unit test failures
> -------------------------------------------------------------------------------
> Test set: org.apache.axis2.transport.http.SimpleHTTPServerTest
> -------------------------------------------------------------------------------
> Tests run: 65, Failures: 0, Errors: 49, Skipped: 0, Time elapsed: 15.624 sec <<< FAILURE!
> 0012:test=AsyncXML,messageType=SOAP11,data=ASCII,client=axis,endpoint=axis(org.apache.axis2.transport.http.SimpleHTTPServerTest)  Time elapsed: 0.008 sec  <<< ERROR!
> java.lang.NoSuchMethodError: org/apache/axis2/transport/base/BaseUtils.doWriteMTOM(Lorg/apache/axis2/context/MessageContext;)Z
>         at org.apache.axis2.transport.http.CommonsHTTPTransportSender.invoke(CommonsHTTPTransportSender.java:149)
>         at org.apache.axis2.engine.AxisEngine.send(AxisEngine.java:440)
>         at org.apache.axis2.description.OutOnlyAxisOperationClient.executeImpl(OutOnlyAxisOperation.java:272)
>         at org.apache.axis2.client.OperationClient.execute(OperationClient.java:165)
>         at org.apache.axis2.transport.testkit.axis2.client.AxisTestClient.send(AxisTestClient.java:121)
>         at org.apache.axis2.transport.testkit.axis2.client.AxisAsyncTestClient.sendMessage(AxisAsyncTestClient.java:41)
>         at org.apache.axis2.transport.testkit.axis2.client.AxisAsyncTestClient.sendMessage(AxisAsyncTestClient.java:29)
>         at org.apache.axis2.transport.testkit.client.AsyncTestClientAdapter.sendMessage(AsyncTestClientAdapter.java:45)
>         at org.apache.axis2.transport.testkit.tests.async.AsyncMessageTestCase.doRunTest(AsyncMessageTestCase.java:50)
>         at org.apache.axis2.transport.testkit.tests.MessageTestCase.runTest(MessageTestCase.java:62)
>         at junit.framework.TestCase.runBare(TestCase.java:130)
>         at junit.framework.TestResult$1.protect(TestResult.java:106)
>         at junit.framework.TestResult.runProtected(TestResult.java:124)
>         at junit.framework.TestResult.run(TestResult.java:109)
>         at junit.framework.TestCase.run(TestCase.java:120)
>         at junit.framework.TestSuite.runTest(TestSuite.java:230)
>         at org.apache.axis2.transport.testkit.ManagedTestSuite.run(ManagedTestSuite.java:118)
>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:45)
>         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
>         at java.lang.reflect.Method.invoke(Method.java:599)
>         at org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:213)
>         at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:140)
>         at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:127)
>         at org.apache.maven.surefire.Surefire.run(Surefire.java:177)
>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.