[Carbon-dev] Fwd: [Carbon-build] Build failed in Jenkins: carbon-trunk #11

2011-12-12 Thread Pradeep Fernando
build failure in IS, User Admin Test Module 
FAILURE [46.956s].




-- Forwarded message --
From: WSO2 Jenkins Builder cbuil...@wso2.org
Date: Tue, Dec 13, 2011 at 3:35 AM
Subject: [Carbon-build] Build failed in Jenkins: carbon-trunk #11
To: carbon-bu...@wso2.org


See http://jenkins.wso2.com/job/carbon-trunk/11/changes

Changes:

[azeez] Introduced a TestRunner. This will ensure that the server is
started only once during integration tests.

[amila] fixing compilation issues with brs

[azeez] Added a sleep as a temporary hack for build failing on Mac. The
requests from tests are reaching the server before the server has properly
started up.

[amila] fixing compilation issues

--
[...truncated 124042 lines...]
   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 junit.framework.TestSuite.run(TestSuite.java:225)
   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.junit.JUnitTestSet.execute(JUnitTestSet.java:210)
   at
org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:135)
   at
org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:122)
   at org.apache.maven.surefire.Surefire.run(Surefire.java:129)
   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:225)
   at
org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:747)
Transport error: 404 Error: Not Found
org.apache.axis2.AxisFault: Transport error: 404 Error: Not Found
   at
org.apache.axis2.transport.http.HTTPSender.handleResponse(HTTPSender.java:308)
   at
org.apache.axis2.transport.http.HTTPSender.sendViaPost(HTTPSender.java:194)
   at
org.apache.axis2.transport.http.HTTPSender.send(HTTPSender.java:75)
   at
org.apache.axis2.transport.http.CommonsHTTPTransportSender.writeMessageWithCommons(CommonsHTTPTransportSender.java:450)
   at
org.apache.axis2.transport.http.CommonsHTTPTransportSender.invoke(CommonsHTTPTransportSender.java:277)
   at org.apache.axis2.engine.AxisEngine.send(AxisEngine.java:443)
   at
org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOperation.java:406)
   at
org.apache.axis2.description.OutInAxisOperationClient.executeImpl(OutInAxisOperation.java:229)
   at
org.apache.axis2.client.OperationClient.execute(OperationClient.java:165)
   at
org.wso2.carbon.authenticator.stub.AuthenticationAdminStub.login(AuthenticationAdminStub.java:659)
   at
org.wso2.carbon.integration.core.ServerLogin.login(ServerLogin.java:51)
   at
org.wso2.carbon.integration.core.TestTemplate.login(TestTemplate.java:89)
   at
org.wso2.carbon.integration.core.TestTemplate.testTemplate(TestTemplate.java:36)
   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:164)
   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 junit.framework.TestSuite.run(TestSuite.java:225)
   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.junit.JUnitTestSet.execute(JUnitTestSet.java:210)
  

Re: [Carbon-dev] Fwd: [Carbon-build] Build failed in Jenkins: carbon-trunk #11

2011-12-12 Thread Shelan Perera
Hi

DSS integration tests are failing too, because of the similar
reason.(Server is not up when the tests are running,)

Thanks

Shelan

On Tue, Dec 13, 2011 at 8:09 AM, Pradeep Fernando prad...@wso2.com wrote:

 build failure in IS, User Admin Test Module 
 FAILURE [46.956s].




 -- Forwarded message --
 From: WSO2 Jenkins Builder cbuil...@wso2.org
 Date: Tue, Dec 13, 2011 at 3:35 AM
 Subject: [Carbon-build] Build failed in Jenkins: carbon-trunk #11
 To: carbon-bu...@wso2.org


 See http://jenkins.wso2.com/job/carbon-trunk/11/changes

 Changes:

 [azeez] Introduced a TestRunner. This will ensure that the server is
 started only once during integration tests.

 [amila] fixing compilation issues with brs

 [azeez] Added a sleep as a temporary hack for build failing on Mac. The
 requests from tests are reaching the server before the server has properly
 started up.

 [amila] fixing compilation issues

 --
 [...truncated 124042 lines...]
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 junit.framework.TestSuite.run(TestSuite.java:225)
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.junit.JUnitTestSet.execute(JUnitTestSet.java:210)
at
 org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:135)
at
 org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:122)
at org.apache.maven.surefire.Surefire.run(Surefire.java:129)
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:225)
at
 org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:747)
 Transport error: 404 Error: Not Found
 org.apache.axis2.AxisFault: Transport error: 404 Error: Not Found
at
 org.apache.axis2.transport.http.HTTPSender.handleResponse(HTTPSender.java:308)
at
 org.apache.axis2.transport.http.HTTPSender.sendViaPost(HTTPSender.java:194)
at
 org.apache.axis2.transport.http.HTTPSender.send(HTTPSender.java:75)
at
 org.apache.axis2.transport.http.CommonsHTTPTransportSender.writeMessageWithCommons(CommonsHTTPTransportSender.java:450)
at
 org.apache.axis2.transport.http.CommonsHTTPTransportSender.invoke(CommonsHTTPTransportSender.java:277)
at org.apache.axis2.engine.AxisEngine.send(AxisEngine.java:443)
at
 org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOperation.java:406)
at
 org.apache.axis2.description.OutInAxisOperationClient.executeImpl(OutInAxisOperation.java:229)
at
 org.apache.axis2.client.OperationClient.execute(OperationClient.java:165)
at
 org.wso2.carbon.authenticator.stub.AuthenticationAdminStub.login(AuthenticationAdminStub.java:659)
at
 org.wso2.carbon.integration.core.ServerLogin.login(ServerLogin.java:51)
at
 org.wso2.carbon.integration.core.TestTemplate.login(TestTemplate.java:89)
at
 org.wso2.carbon.integration.core.TestTemplate.testTemplate(TestTemplate.java:36)
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:164)
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 junit.framework.TestSuite.run(TestSuite.java:225)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
 

Re: [Carbon-dev] Fwd: [Carbon-build] Build failed in Jenkins: carbon-trunk #11

2011-12-12 Thread Thilina Buddhika
Azeez fixed this yesterday.

Thanks,
Thilina

On Tue, Dec 13, 2011 at 8:52 AM, Shelan Perera she...@wso2.com wrote:

 Hi

 DSS integration tests are failing too, because of the similar
 reason.(Server is not up when the tests are running,)

 Thanks

 Shelan

 On Tue, Dec 13, 2011 at 8:09 AM, Pradeep Fernando prad...@wso2.comwrote:

  build failure in IS, User Admin Test Module 
 FAILURE [46.956s].




 -- Forwarded message --
 From: WSO2 Jenkins Builder cbuil...@wso2.org
 Date: Tue, Dec 13, 2011 at 3:35 AM
 Subject: [Carbon-build] Build failed in Jenkins: carbon-trunk #11
 To: carbon-bu...@wso2.org


 See http://jenkins.wso2.com/job/carbon-trunk/11/changes

 Changes:

 [azeez] Introduced a TestRunner. This will ensure that the server is
 started only once during integration tests.

 [amila] fixing compilation issues with brs

 [azeez] Added a sleep as a temporary hack for build failing on Mac. The
 requests from tests are reaching the server before the server has properly
 started up.

 [amila] fixing compilation issues

 --
 [...truncated 124042 lines...]
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 junit.framework.TestSuite.run(TestSuite.java:225)
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.junit.JUnitTestSet.execute(JUnitTestSet.java:210)
at
 org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:135)
at
 org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:122)
at org.apache.maven.surefire.Surefire.run(Surefire.java:129)
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:225)
at
 org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:747)
 Transport error: 404 Error: Not Found
 org.apache.axis2.AxisFault: Transport error: 404 Error: Not Found
at
 org.apache.axis2.transport.http.HTTPSender.handleResponse(HTTPSender.java:308)
at
 org.apache.axis2.transport.http.HTTPSender.sendViaPost(HTTPSender.java:194)
at
 org.apache.axis2.transport.http.HTTPSender.send(HTTPSender.java:75)
at
 org.apache.axis2.transport.http.CommonsHTTPTransportSender.writeMessageWithCommons(CommonsHTTPTransportSender.java:450)
at
 org.apache.axis2.transport.http.CommonsHTTPTransportSender.invoke(CommonsHTTPTransportSender.java:277)
at org.apache.axis2.engine.AxisEngine.send(AxisEngine.java:443)
at
 org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOperation.java:406)
at
 org.apache.axis2.description.OutInAxisOperationClient.executeImpl(OutInAxisOperation.java:229)
at
 org.apache.axis2.client.OperationClient.execute(OperationClient.java:165)
at
 org.wso2.carbon.authenticator.stub.AuthenticationAdminStub.login(AuthenticationAdminStub.java:659)
at
 org.wso2.carbon.integration.core.ServerLogin.login(ServerLogin.java:51)
at
 org.wso2.carbon.integration.core.TestTemplate.login(TestTemplate.java:89)
at
 org.wso2.carbon.integration.core.TestTemplate.testTemplate(TestTemplate.java:36)
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:164)
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