On Thu, Dec 8, 2011 at 6:14 PM, Sanjeewa Malalgoda <[email protected]>wrote:
> There was a problem in ports. port 5555 is occupied by some java process > and this test need to use same port. We were able to fix the issue in both > builder machines. Still we are investigating this port is open as a result > of any other test or process. Madhuka , Since you reported same issue on your local machine can you run it again and see ? First make sure that port 5555 is not bind to any other process. Thanks ! > > Thanks. > > > On Thu, Dec 8, 2011 at 5:22 PM, Sagara Gunathunga <[email protected]> wrote: > >> >> >> On Thu, Dec 8, 2011 at 5:06 PM, Afkham Azeez <[email protected]> wrote: >> >>> Sagara, can you run a fast infoset sample with WSO2 Axis2 artifacts & >>> see whether something fails? >>> >> >> Sure I will work with Sanjeewa and try for this. >> >> Thanks ! >> >> >>> >>> On Thu, Dec 8, 2011 at 5:02 PM, Sagara Gunathunga <[email protected]>wrote: >>> >>>> Hi Prabath, >>>> >>>> Few days ago Sanjeewa mentioned this issue to me. I checked Apache >>>> trunk and branches on my local machine and couldn't find any build issue >>>> also since we have a build server setup at Apache I can monitor any >>>> failures. This seems an issue with a WSO2 branch , someone have to cross >>>> check WSO2 branch and Apache SVN to identify possible code changes cause >>>> this issue. >>>> >>>> If you feel this is related to configuration of WSO2 build server I can >>>> provide Apache build server configuration to the build team. >>>> >>>> Thanks ! >>>> >>>> On Thu, Dec 8, 2011 at 3:56 PM, Prabath Siriwardena >>>> <[email protected]>wrote: >>>> >>>>> Hi Sagara, >>>>> >>>>> Can you please have a look.. >>>>> >>>>> Thanks & regards, >>>>> -Prabath >>>>> >>>>> >>>>> On Thu, Dec 8, 2011 at 3:50 PM, Madhuka Udantha <[email protected]>wrote: >>>>> >>>>>> Hi, >>>>>> >>>>>> $subject still remain, >>>>>> >>>>>> please fix $subject >>>>>> >>>>>> Thank you >>>>>> >>>>>> >>>>>> >>>>>> On Thu, Dec 1, 2011 at 12:02 PM, Madhuka Udantha <[email protected]>wrote: >>>>>> >>>>>>> Hi, >>>>>>> >>>>>>> Please* $subject Fix.* >>>>>>> >>>>>>> >>>>>>> Building* Apache Axis2 - Fast Infoset* >>>>>>> [INFO] *task-segment*: [clean, install] >>>>>>> >>>>>>> [INFO] [compiler:testCompile {execution: default-testCompile}] >>>>>>> [INFO] Compiling 5 source files to >>>>>>> /home/carbon320/323build/3.2.0/dependencies/axis2/1.6.1-wso2v4/modules/fastinfoset/target/test-classes >>>>>>> [INFO] [surefire:test {execution: default-test}] >>>>>>> [INFO] Surefire report directory: >>>>>>> /home/carbon320/323build/3.2.0/dependencies/axis2/1.6.1-wso2v4/modules/fastinfoset/target/surefire-reports >>>>>>> >>>>>>> ------------------------------------------------------- >>>>>>> * T E S T S* >>>>>>> ------------------------------------------------------- >>>>>>> Running org.apache.axis2.fastinfoset.FastInfosetTest >>>>>>> Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: >>>>>>> 1.287 sec <<< FAILURE! >>>>>>> Running org.apache.axis2.fastinfoset.FastInfosetInputOutputTest >>>>>>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: >>>>>>> 0.637 sec >>>>>>> >>>>>>> Results : >>>>>>> >>>>>>> Tests in error: >>>>>>> >>>>>>> Tests run: 3, Failures: 0, Errors: 2, Skipped: 0 >>>>>>> >>>>>>> [INFO] >>>>>>> ------------------------------------------------------------------------ >>>>>>> [ERROR] BUILD FAILURE >>>>>>> [INFO] >>>>>>> ------------------------------------------------------------------------ >>>>>>> [INFO] There are test failures. >>>>>>> >>>>>>> Please refer to >>>>>>> /home/carbon320/323build/3.2.0/dependencies/axis2/1.6.1-wso2v4/modules/fastinfoset/target/surefire-reports >>>>>>> for the individual test results. >>>>>>> >>>>>>> >>>>>>> >>>>>>> /dependencies/axis2/1.6.1-wso2v4/modules/fastinfoset/target/surefire-reports$ >>>>>>> *org.apache.axis2.fastinfoset.FastInfosetTest.txt* >>>>>>> >>>>>>> *Test set: org.apache.axis2.fastinfoset.FastInfosetTest* >>>>>>> >>>>>>> ------------------------------------------------------------------------------- >>>>>>> Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: >>>>>>> 1.157 sec <<< FAILURE! >>>>>>> testAdd(org.apache.axis2.fastinfoset.FastInfosetTest) Time elapsed: >>>>>>> 0.357 sec <<< ERROR! >>>>>>> org.apache.axis2.AxisFault: Invalid UTF-8 middle byte 0x0 (at char >>>>>>> #0, byte #-1) >>>>>>> at >>>>>>> org.apache.axis2.util.Utils.getInboundFaultFromMessageContext(Utils.java:531) >>>>>>> at >>>>>>> org.apache.axis2.description.OutInAxisOperationClient.handleResponse(OutInAxisOperation.java:375) >>>>>>> at >>>>>>> org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOperation.java:421) >>>>>>> at >>>>>>> org.apache.axis2.description.OutInAxisOperationClient.executeImpl(OutInAxisOperation.java:229) >>>>>>> at >>>>>>> org.apache.axis2.client.OperationClient.execute(OperationClient.java:165) >>>>>>> at >>>>>>> org.apache.axis2.fastinfoset.SimpleAddServiceStub.addStrings(SimpleAddServiceStub.java:743) >>>>>>> at >>>>>>> org.apache.axis2.fastinfoset.SimpleAddServiceClient.addStrings(SimpleAddServiceClient.java:109) >>>>>>> at >>>>>>> org.apache.axis2.fastinfoset.FastInfosetTest.testAdd(FastInfosetTest.java:49) >>>>>>> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native >>>>>>> Method) >>>>>>> at >>>>>>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) >>>>>>> at >>>>>>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) >>>>>>> at java.lang.reflect.Method.invoke(Method.java:597) >>>>>>> at junit.framework.TestCase.runTest(TestCase.java:168) >>>>>>> at junit.framework.TestCase.runBare(TestCase.java:134) >>>>>>> at junit.framework.TestResult$1.protect(TestResult.java:110) >>>>>>> at >>>>>>> junit.framework.TestResult.runProtected(TestResult.java:128) >>>>>>> at junit.framework.TestResult.run(TestResult.java:113) >>>>>>> at junit.framework.TestCase.run(TestCase.java:124) >>>>>>> at junit.framework.TestSuite.runTest(TestSuite.java:232) >>>>>>> at junit.framework.TestSuite.run(TestSuite.java:227) >>>>>>> at >>>>>>> junit.extensions.TestDecorator.basicRun(TestDecorator.java:24) >>>>>>> at junit.extensions.TestSetup$1.protect(TestSetup.java:23) >>>>>>> at >>>>>>> junit.framework.TestResult.runProtected(TestResult.java:128) >>>>>>> at junit.extensions.TestSetup.run(TestSetup.java:27) >>>>>>> at >>>>>>> org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:81) >>>>>>> at >>>>>>> org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:62) >>>>>>> at >>>>>>> org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:140) >>>>>>> at >>>>>>> org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:165) >>>>>>> at org.apache.maven.surefire.Surefire.run(Surefire.java:107) >>>>>>> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native >>>>>>> Method) >>>>>>> at >>>>>>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) >>>>>>> at >>>>>>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) >>>>>>> at java.lang.reflect.Method.invoke(Method.java:597) >>>>>>> at >>>>>>> org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:289) >>>>>>> at >>>>>>> org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:993) >>>>>>> >>>>>>> testAdd2(org.apache.axis2.fastinfoset.FastInfosetTest) Time >>>>>>> elapsed: 0.053 sec <<< ERROR! >>>>>>> org.apache.axis2.AxisFault: Invalid UTF-8 middle byte 0x0 (at char >>>>>>> #0, byte #-1) >>>>>>> at >>>>>>> org.apache.axis2.util.Utils.getInboundFaultFromMessageContext(Utils.java:531) >>>>>>> at >>>>>>> org.apache.axis2.description.OutInAxisOperationClient.handleResponse(OutInAxisOperation.java:375) >>>>>>> at >>>>>>> org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOperation.java:421) >>>>>>> at >>>>>>> org.apache.axis2.description.OutInAxisOperationClient.executeImpl(OutInAxisOperation.java:229) >>>>>>> at >>>>>>> org.apache.axis2.client.OperationClient.execute(OperationClient.java:165) >>>>>>> at >>>>>>> org.apache.axis2.fastinfoset.SimpleAddServiceStub.addStrings(SimpleAddServiceStub.java:743) >>>>>>> at >>>>>>> org.apache.axis2.fastinfoset.SimpleAddServiceClient.addStrings(SimpleAddServiceClient.java:109) >>>>>>> "org.apache.axis2.fastinfoset.FastInfosetTest.txt" 80L, 5932C >>>>>>> >>>>>>> >>>>>>> -- >>>>>>> *Madhuka* Udantha >>>>>>> http://madhukaudantha.blogspot.com/ >>>>>>> >>>>>>> >>>>>> >>>>>> >>>>>> -- >>>>>> *Madhuka* Udantha >>>>>> http://madhukaudantha.blogspot.com/ >>>>>> >>>>>> >>>>> >>>>> >>>>> -- >>>>> Thanks & Regards, >>>>> Prabath >>>>> >>>>> http://blog.facilelogin.com >>>>> http://RampartFAQ.com >>>>> >>>> >>>> >>>> >>>> -- >>>> Sagara Gunathunga >>>> >>>> Technical Lead; WSO2, Inc.; http://wso2.com >>>> Blog - http://ssagara.blogspot.com >>>> >>>> >>>> >>>> _______________________________________________ >>>> Carbon-dev mailing list >>>> [email protected] >>>> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev >>>> >>>> >>> >>> >>> -- >>> *Afkham Azeez* >>> Director of Architecture; WSO2, Inc.; http://wso2.com >>> Member; Apache Software Foundation; http://www.apache.org/ >>> * <http://www.apache.org/>** >>> email: **[email protected]* <[email protected]>* cell: +94 77 3320919 >>> blog: **http://blog.afkham.org* <http://blog.afkham.org>* >>> twitter: **http://twitter.com/afkham_azeez*<http://twitter.com/afkham_azeez> >>> * >>> linked-in: **http://lk.linkedin.com/in/afkhamazeez* >>> * >>> * >>> *Lean . Enterprise . Middleware* >>> >>> >> >> >> -- >> Sagara Gunathunga >> >> Technical Lead; WSO2, Inc.; http://wso2.com >> Blog - http://ssagara.blogspot.com >> >> >> > > > -- > *Sanjeewa Malalgoda* > Software Engineer > ** > *WSO2, Inc.* > lean.enterprise.middleware. > > mobile : +94 713068779 > web: http://wso2.com > <http://sanjeewamalalgoda.blogspot.com/>blog > :http://sanjeewamalalgoda.blogspot.com/<http://sanjeewamalalgoda.blogspot.com/> > > [image: > http://wso2.com/wp-content/themes/wso2ng-v2/images/logos/stratos_logo_h42.gif] > > -- Sagara Gunathunga Technical Lead; WSO2, Inc.; http://wso2.com Blog - http://ssagara.blogspot.com
_______________________________________________ Carbon-dev mailing list [email protected] http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
