Build failed in Hudson: MOTECH Mobile 1.0.X #3

0 views
Skip to first unread message

Hudson Server

unread,
Apr 4, 2011, 2:48:11 PM4/4/11
to motec...@googlegroups.com, r...@pugdogdev.com
See <http://ci.motechproject.org/job/MOTECH%20Mobile%201.0.X/3/>

------------------------------------------
[...truncated 2174 lines...]
[INFO] at com.mchange.v2.resourcepool.BasicResourcePool.prelimCheckoutResource(BasicResourcePool.java:557)
[INFO] at com.mchange.v2.resourcepool.BasicResourcePool.checkoutResource(BasicResourcePool.java:477)
[INFO] at com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool.checkoutPooledConnection(C3P0PooledConnectionPool.java:525)
[INFO] ... 44 more
[INFO] 2011-04-04 11:46:54,010 ERROR [org.springframework.test.context.TestContextManager] - Caught exception while allowing TestExecutionListener [org.springframework.test.context.support.DependencyInjectionTestExecutionListener@1d8e9e] to prepare test instance [org.motechproject.mobile.itests.MessageServiceImplITCase@f21478]
[INFO] java.lang.IllegalStateException: Failed to load ApplicationContext
[INFO] at org.springframework.test.context.TestContext.getApplicationContext(TestContext.java:201)
[INFO] at org.springframework.test.context.support.DependencyInjectionTestExecutionListener.injectDependencies(DependencyInjectionTestExecutionListener.java:109)
[INFO] at org.springframework.test.context.support.DependencyInjectionTestExecutionListener.prepareTestInstance(DependencyInjectionTestExecutionListener.java:75)
[INFO] at org.springframework.test.context.TestContextManager.prepareTestInstance(TestContextManager.java:255)
[INFO] at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.createTest(SpringJUnit4ClassRunner.java:111)
[INFO] at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.invokeTestMethod(SpringJUnit4ClassRunner.java:148)
[INFO] at org.junit.internal.runners.JUnit4ClassRunner.runMethods(JUnit4ClassRunner.java:51)
[INFO] at org.junit.internal.runners.JUnit4ClassRunner$1.run(JUnit4ClassRunner.java:44)
[INFO] at org.junit.internal.runners.ClassRoadie.runUnprotected(ClassRoadie.java:27)
[INFO] at org.junit.internal.runners.ClassRoadie.runProtected(ClassRoadie.java:37)
[INFO] at org.junit.internal.runners.JUnit4ClassRunner.run(JUnit4ClassRunner.java:42)
[INFO] at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.run(SpringJUnit4ClassRunner.java:97)
[INFO] at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:62)
[INFO] at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:140)
[INFO] at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:127)
[INFO] at org.apache.maven.surefire.Surefire.run(Surefire.java:177)
[INFO] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[INFO] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
[INFO] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[INFO] at java.lang.reflect.Method.invoke(Method.java:616)
[INFO] at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:345)
[INFO] at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1009)
[INFO] Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'liquibase' defined in class path resource [META-INF/db-resources.xml]: Invocation of init method failed; nested exception is liquibase.exception.JDBCException: java.sql.SQLException: Connections could not be acquired from the underlying database!
[INFO] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1338)
[INFO] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:473)
[INFO] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory$1.run(AbstractAutowireCapableBeanFactory.java:409)
[INFO] at java.security.AccessController.doPrivileged(Native Method)
[INFO] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:380)
[INFO] at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:264)
[INFO] at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
[INFO] at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:261)
[INFO] at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:185)
[INFO] at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:164)
[INFO] at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:254)
[INFO] at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:185)
[INFO] at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:164)
[INFO] at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:423)
[INFO] at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:728)
[INFO] at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:380)
[INFO] at org.springframework.test.context.support.AbstractGenericContextLoader.loadContext(AbstractGenericContextLoader.java:84)
[INFO] at org.springframework.test.context.support.AbstractGenericContextLoader.loadContext(AbstractGenericContextLoader.java:42)
[INFO] at org.springframework.test.context.TestContext.loadApplicationContext(TestContext.java:173)
[INFO] at org.springframework.test.context.TestContext.getApplicationContext(TestContext.java:197)
[INFO] ... 21 more
[INFO] Caused by: liquibase.exception.JDBCException: java.sql.SQLException: Connections could not be acquired from the underlying database!
[INFO] at liquibase.spring.SpringLiquibase.afterPropertiesSet(SpringLiquibase.java:216)
[INFO] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1369)
[INFO] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1335)
[INFO] ... 40 more
[INFO] Caused by: java.sql.SQLException: Connections could not be acquired from the underlying database!
[INFO] at com.mchange.v2.sql.SqlUtils.toSQLException(SqlUtils.java:106)
[INFO] at com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool.checkoutPooledConnection(C3P0PooledConnectionPool.java:529)
[INFO] at com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource.getConnection(AbstractPoolBackedDataSource.java:128)
[INFO] at liquibase.spring.SpringLiquibase.afterPropertiesSet(SpringLiquibase.java:211)
[INFO] ... 42 more
[INFO] Caused by: com.mchange.v2.resourcepool.CannotAcquireResourceException: A ResourcePool could not acquire a resource from its primary factory or source.
[INFO] at com.mchange.v2.resourcepool.BasicResourcePool.awaitAvailable(BasicResourcePool.java:1319)
[INFO] at com.mchange.v2.resourcepool.BasicResourcePool.prelimCheckoutResource(BasicResourcePool.java:557)
[INFO] at com.mchange.v2.resourcepool.BasicResourcePool.checkoutResource(BasicResourcePool.java:477)
[INFO] at com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool.checkoutPooledConnection(C3P0PooledConnectionPool.java:525)
[INFO] ... 44 more
[INFO] 2011-04-04 11:47:23,962 ERROR [org.springframework.test.context.TestContextManager] - Caught exception while allowing TestExecutionListener [org.springframework.test.context.support.DependencyInjectionTestExecutionListener@1d8e9e] to prepare test instance [org.motechproject.mobile.itests.MessageServiceImplITCase@6742d0]
[INFO] java.lang.IllegalStateException: Failed to load ApplicationContext
[INFO] at org.springframework.test.context.TestContext.getApplicationContext(TestContext.java:201)
[INFO] at org.springframework.test.context.support.DependencyInjectionTestExecutionListener.injectDependencies(DependencyInjectionTestExecutionListener.java:109)
[INFO] at org.springframework.test.context.support.DependencyInjectionTestExecutionListener.prepareTestInstance(DependencyInjectionTestExecutionListener.java:75)
[INFO] at org.springframework.test.context.TestContextManager.prepareTestInstance(TestContextManager.java:255)
[INFO] at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.createTest(SpringJUnit4ClassRunner.java:111)
[INFO] at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.invokeTestMethod(SpringJUnit4ClassRunner.java:148)
[INFO] at org.junit.internal.runners.JUnit4ClassRunner.runMethods(JUnit4ClassRunner.java:51)
[INFO] at org.junit.internal.runners.JUnit4ClassRunner$1.run(JUnit4ClassRunner.java:44)
[INFO] at org.junit.internal.runners.ClassRoadie.runUnprotected(ClassRoadie.java:27)
[INFO] at org.junit.internal.runners.ClassRoadie.runProtected(ClassRoadie.java:37)
[INFO] at org.junit.internal.runners.JUnit4ClassRunner.run(JUnit4ClassRunner.java:42)
[INFO] at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.run(SpringJUnit4ClassRunner.java:97)
[INFO] at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:62)
[INFO] at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:140)
[INFO] at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:127)
[INFO] at org.apache.maven.surefire.Surefire.run(Surefire.java:177)
[INFO] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[INFO] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
[INFO] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[INFO] at java.lang.reflect.Method.invoke(Method.java:616)
[INFO] at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:345)
[INFO] at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1009)
[INFO] Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'liquibase' defined in class path resource [META-INF/db-resources.xml]: Invocation of init method failed; nested exception is liquibase.exception.JDBCException: java.sql.SQLException: Connections could not be acquired from the underlying database!
[INFO] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1338)
[INFO] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:473)
[INFO] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory$1.run(AbstractAutowireCapableBeanFactory.java:409)
[INFO] at java.security.AccessController.doPrivileged(Native Method)
[INFO] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:380)
[INFO] at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:264)
[INFO] at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
[INFO] at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:261)
[INFO] at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:185)
[INFO] at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:164)
[INFO] at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:254)
[INFO] at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:185)
[INFO] at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:164)
[INFO] at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:423)
[INFO] at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:728)
[INFO] at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:380)
[INFO] at org.springframework.test.context.support.AbstractGenericContextLoader.loadContext(AbstractGenericContextLoader.java:84)
[INFO] at org.springframework.test.context.support.AbstractGenericContextLoader.loadContext(AbstractGenericContextLoader.java:42)
[INFO] at org.springframework.test.context.TestContext.loadApplicationContext(TestContext.java:173)
[INFO] at org.springframework.test.context.TestContext.getApplicationContext(TestContext.java:197)
[INFO] ... 21 more
[INFO] Caused by: liquibase.exception.JDBCException: java.sql.SQLException: Connections could not be acquired from the underlying database!
[INFO] at liquibase.spring.SpringLiquibase.afterPropertiesSet(SpringLiquibase.java:216)
[INFO] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1369)
[INFO] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1335)
[INFO] ... 40 more
[INFO] Caused by: java.sql.SQLException: Connections could not be acquired from the underlying database!
[INFO] at com.mchange.v2.sql.SqlUtils.toSQLException(SqlUtils.java:106)
[INFO] at com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool.checkoutPooledConnection(C3P0PooledConnectionPool.java:529)
[INFO] at com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource.getConnection(AbstractPoolBackedDataSource.java:128)
[INFO] at liquibase.spring.SpringLiquibase.afterPropertiesSet(SpringLiquibase.java:211)
[INFO] ... 42 more
[INFO] Caused by: com.mchange.v2.resourcepool.CannotAcquireResourceException: A ResourcePool could not acquire a resource from its primary factory or source.
[INFO] at com.mchange.v2.resourcepool.BasicResourcePool.awaitAvailable(BasicResourcePool.java:1319)
[INFO] at com.mchange.v2.resourcepool.BasicResourcePool.prelimCheckoutResource(BasicResourcePool.java:557)
[INFO] at com.mchange.v2.resourcepool.BasicResourcePool.checkoutResource(BasicResourcePool.java:477)
[INFO] at com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool.checkoutPooledConnection(C3P0PooledConnectionPool.java:525)
[INFO] ... 44 more
[INFO] 2011-04-04 11:47:53,951 ERROR [org.springframework.test.context.TestContextManager] - Caught exception while allowing TestExecutionListener [org.springframework.test.context.support.DependencyInjectionTestExecutionListener@1d8e9e] to prepare test instance [org.motechproject.mobile.itests.MessageServiceImplITCase@f08d0f]
[INFO] java.lang.IllegalStateException: Failed to load ApplicationContext
[INFO] at org.springframework.test.context.TestContext.getApplicationContext(TestContext.java:201)
[INFO] at org.springframework.test.context.support.DependencyInjectionTestExecutionListener.injectDependencies(DependencyInjectionTestExecutionListener.java:109)
[INFO] at org.springframework.test.context.support.DependencyInjectionTestExecutionListener.prepareTestInstance(DependencyInjectionTestExecutionListener.java:75)
[INFO] at org.springframework.test.context.TestContextManager.prepareTestInstance(TestContextManager.java:255)
[INFO] at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.createTest(SpringJUnit4ClassRunner.java:111)
[INFO] at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.invokeTestMethod(SpringJUnit4ClassRunner.java:148)
[INFO] at org.junit.internal.runners.JUnit4ClassRunner.runMethods(JUnit4ClassRunner.java:51)
[INFO] at org.junit.internal.runners.JUnit4ClassRunner$1.run(JUnit4ClassRunner.java:44)
[INFO] at org.junit.internal.runners.ClassRoadie.runUnprotected(ClassRoadie.java:27)
[INFO] at org.junit.internal.runners.ClassRoadie.runProtected(ClassRoadie.java:37)
[INFO] at org.junit.internal.runners.JUnit4ClassRunner.run(JUnit4ClassRunner.java:42)
[INFO] at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.run(SpringJUnit4ClassRunner.java:97)
[INFO] at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:62)
[INFO] at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:140)
[INFO] at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:127)
[INFO] at org.apache.maven.surefire.Surefire.run(Surefire.java:177)
[INFO] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[INFO] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
[INFO] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[INFO] at java.lang.reflect.Method.invoke(Method.java:616)
[INFO] at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:345)
[INFO] at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1009)
[INFO] Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'liquibase' defined in class path resource [META-INF/db-resources.xml]: Invocation of init method failed; nested exception is liquibase.exception.JDBCException: java.sql.SQLException: Connections could not be acquired from the underlying database!
[INFO] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1338)
[INFO] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:473)
[INFO] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory$1.run(AbstractAutowireCapableBeanFactory.java:409)
[INFO] at java.security.AccessController.doPrivileged(Native Method)
[INFO] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:380)
[INFO] at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:264)
[INFO] at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
[INFO] at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:261)
[INFO] at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:185)
[INFO] at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:164)
[INFO] at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:254)
[INFO] at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:185)
[INFO] at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:164)
[INFO] at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:423)
[INFO] at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:728)
[INFO] at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:380)
[INFO] at org.springframework.test.context.support.AbstractGenericContextLoader.loadContext(AbstractGenericContextLoader.java:84)
[INFO] at org.springframework.test.context.support.AbstractGenericContextLoader.loadContext(AbstractGenericContextLoader.java:42)
[INFO] at org.springframework.test.context.TestContext.loadApplicationContext(TestContext.java:173)
[INFO] at org.springframework.test.context.TestContext.getApplicationContext(TestContext.java:197)
[INFO] ... 21 more
[INFO] Caused by: liquibase.exception.JDBCException: java.sql.SQLException: Connections could not be acquired from the underlying database!
[INFO] at liquibase.spring.SpringLiquibase.afterPropertiesSet(SpringLiquibase.java:216)
[INFO] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1369)
[INFO] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1335)
[INFO] ... 40 more
[INFO] Caused by: java.sql.SQLException: Connections could not be acquired from the underlying database!
[INFO] at com.mchange.v2.sql.SqlUtils.toSQLException(SqlUtils.java:106)
[INFO] at com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool.checkoutPooledConnection(C3P0PooledConnectionPool.java:529)
[INFO] at com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource.getConnection(AbstractPoolBackedDataSource.java:128)
[INFO] at liquibase.spring.SpringLiquibase.afterPropertiesSet(SpringLiquibase.java:211)
[INFO] ... 42 more
[INFO] Caused by: com.mchange.v2.resourcepool.CannotAcquireResourceException: A ResourcePool could not acquire a resource from its primary factory or source.
[INFO] at com.mchange.v2.resourcepool.BasicResourcePool.awaitAvailable(BasicResourcePool.java:1319)
[INFO] at com.mchange.v2.resourcepool.BasicResourcePool.prelimCheckoutResource(BasicResourcePool.java:557)
[INFO] at com.mchange.v2.resourcepool.BasicResourcePool.checkoutResource(BasicResourcePool.java:477)
[INFO] at com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool.checkoutPooledConnection(C3P0PooledConnectionPool.java:525)
[INFO] ... 44 more
[INFO] Tests run: 14, Failures: 0, Errors: 14, Skipped: 0, Time elapsed: 435.511 sec <<< FAILURE!
[INFO]
[INFO] Results :
[INFO]
[INFO] Tests in error:
[INFO] testSendPatientMessages(org.motechproject.mobile.itests.MessageServiceImplITCase)
[INFO] testSendPatientMessage(org.motechproject.mobile.itests.MessageServiceImplITCase)
[INFO] testSendPatientMessage_NullInfo(org.motechproject.mobile.itests.MessageServiceImplITCase)
[INFO] testSendPatientMessage_NullDate(org.motechproject.mobile.itests.MessageServiceImplITCase)
[INFO] testSendCHPSMessage(org.motechproject.mobile.itests.MessageServiceImplITCase)
[INFO] testSendCHPSMessage_NullInfo(org.motechproject.mobile.itests.MessageServiceImplITCase)
[INFO] testSendCHPSMessage_NullPatient(org.motechproject.mobile.itests.MessageServiceImplITCase)
[INFO] testSendCHPSMessage_NullDates(org.motechproject.mobile.itests.MessageServiceImplITCase)
[INFO] testProcessMessageRequests(org.motechproject.mobile.itests.MessageServiceImplITCase)
[INFO] testSendScheduledMessages(org.motechproject.mobile.itests.MessageServiceImplITCase)
[INFO] testUpdateMessageStatuses(org.motechproject.mobile.itests.MessageServiceImplITCase)
[INFO] testProcessMessageResponses(org.motechproject.mobile.itests.MessageServiceImplITCase)
[INFO] testProcessMessageRetries(org.motechproject.mobile.itests.MessageServiceImplITCase)
[INFO] testProcessRequest(org.motechproject.mobile.itests.MessageServiceImplITCase)
[INFO]
[INFO] Tests run: 14, Failures: 0, Errors: 14, Skipped: 0
[INFO]
[INFO] [WARNING] File encoding has not been set, using platform encoding UTF-8, i.e. build is platform dependent!
[INFO] [INFO] [cargo:stop {execution: stop-container}]
[INFO] [INFO] [failsafe:verify {execution: default}]
[INFO] [INFO] Failsafe report directory: <http://ci.motechproject.org/job/MOTECH%20Mobile%201.0.X/ws/motech-mobile-webapp/target/failsafe-reports>
[INFO] [WARNING] File encoding has not been set, using platform encoding UTF-8, i.e. build is platform dependent!
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [ERROR] BUILD FAILURE
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] There are test failures.
[INFO]
[INFO] Please refer to <http://ci.motechproject.org/job/MOTECH%20Mobile%201.0.X/ws/motech-mobile-webapp/target/failsafe-reports> for the individual test results.
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] For more information, run Maven with the -e switch
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Total time: 14 minutes 12 seconds
[INFO] [INFO] Finished at: Mon Apr 04 11:48:01 PDT 2011
[INFO] [INFO] Final Memory: 43M/203M
[INFO] [INFO] ------------------------------------------------------------------------
[HUDSON] Archiving <http://ci.motechproject.org/job/MOTECH%20Mobile%201.0.X/ws/pom.xml> to /var/lib/hudson/jobs/MOTECH Mobile 1.0.X/modules/org.motechproject$motech-mobile/builds/2011-04-04_11-33-14/archive/org.motechproject/motech-mobile/1.0-SNAPSHOT/pom.xml
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Maven execution failed, exit code: '1'

[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 14 minutes 42 seconds
[INFO] Finished at: Mon Apr 04 11:48:06 PDT 2011
[INFO] Final Memory: 19M/46M
[INFO] ------------------------------------------------------------------------
Sending e-mails to: motec...@googlegroups.com
channel stopped
IRC notifier plugin: Sending notification to: #motech

Hudson Server

unread,
Apr 4, 2011, 2:20:12 PM4/4/11
to motec...@googlegroups.com, r...@pugdogdev.com
See <http://ci.motechproject.org/job/MOTECH%20Mobile%201.0.X/2/changes>

Changes:

[Rob LaRubbio] Update wsapi dependency

------------------------------------------
[...truncated 1310 lines...]
[INFO] -- changing id length for motechId in RegisterPatient-jf form
[INFO] Apr 4, 2011 11:17:33 AM liquibase.database.template.JdbcTemplate comment
[INFO] INFO: Changeset change-log-target-0.8.0.xml::1000000000000-26::joseph::(MD5Sum: 7d5130e6d6e4dcb1bf94c45cd65be12)
[INFO] Apr 4, 2011 11:17:33 AM liquibase.database.template.JdbcTemplate comment
[INFO] INFO: change to enforce id rules.issue #732 in redmine.
[INFO] -- changing id length for motherMotechId in RegisterPatient-jf form
[INFO] Apr 4, 2011 11:17:34 AM liquibase.database.template.JdbcTemplate comment
[INFO] INFO: Changeset change-log-target-0.8.0.xml::1000000000000-27::joseph::(MD5Sum: 56972ba9135d146a84e32daaf1e6e32c)
[INFO] Apr 4, 2011 11:17:34 AM liquibase.database.template.JdbcTemplate comment
[INFO] INFO: change to enforce id rules.issue #732 in redmine.
[INFO] -- changing id length for motechId in RegisterPregnancy-jf form
[INFO] Apr 4, 2011 11:17:34 AM liquibase.database.template.JdbcTemplate comment
[INFO] INFO: Changeset change-log-target-0.8.0.xml::1000000000000-28::joseph::(MD5Sum: 781d1df4634b1fc23c23f82ee559695)
[INFO] Apr 4, 2011 11:17:34 AM liquibase.database.template.JdbcTemplate comment
[INFO] INFO: change to enforce id rules.issue #732 in redmine.
[INFO] -- changing id length for motechId in RegisterCWCChild-jf form
[INFO] Apr 4, 2011 11:17:35 AM liquibase.database.template.JdbcTemplate comment
[INFO] INFO: Changeset change-log-target-0.8.0.xml::1000000000000-29::joseph::(MD5Sum: 2474d267aa8dd26dd2a1aa6f99b6712)
[INFO] Apr 4, 2011 11:17:35 AM liquibase.database.template.JdbcTemplate comment
[INFO] INFO: change to enforce id rules.issue #732 in redmine.
[INFO] -- changing id length for motechId in EditPatient-jf form
[INFO] Apr 4, 2011 11:17:35 AM liquibase.database.template.JdbcTemplate comment
[INFO] INFO: Changeset change-log-target-0.8.0.xml::1000000000000-30::joseph::(MD5Sum: 1e681f5919a24f333ac21a7b964ad)
[INFO] Apr 4, 2011 11:17:35 AM liquibase.database.template.JdbcTemplate comment
[INFO] INFO: change to enforce id rules.issue #732 in redmine.
[INFO] -- changing id length for motechId in UpcomingCare sms form
[INFO] Apr 4, 2011 11:17:35 AM liquibase.database.template.JdbcTemplate comment
[INFO] INFO: Changeset change-log-target-0.8.0.xml::1000000000000-31::joseph::(MD5Sum: e0bd058a75af00d7d036ce6c42e3a8)
[INFO] Apr 4, 2011 11:17:35 AM liquibase.database.template.JdbcTemplate comment
[INFO] INFO: change to enforce id rules.issue #732 in redmine.
[INFO] -- changing id length for motechId in UpcomingCare-jf form
[INFO] Apr 4, 2011 11:17:36 AM liquibase.database.template.JdbcTemplate comment
[INFO] INFO: Changeset change-log-target-0.8.0.xml::1000000000000-32::joseph::(MD5Sum: eb62d5f82fea8ff11663c15f24ef7d64)
[INFO] Apr 4, 2011 11:17:36 AM liquibase.database.template.JdbcTemplate comment
[INFO] INFO: change to enforce id rules.issue #732 in redmine.
[INFO] -- changing id length for motechId in ViewPatient sms form
[INFO] Apr 4, 2011 11:17:37 AM liquibase.database.template.JdbcTemplate comment
[INFO] INFO: Changeset change-log-target-0.8.0.xml::1000000000000-33::joseph::(MD5Sum: 76982837568e143dc283a46c8ccaffc2)
[INFO] Apr 4, 2011 11:17:37 AM liquibase.database.template.JdbcTemplate comment
[INFO] INFO: change to enforce id rules.issue #732 in redmine.
[INFO] -- changing id length for motechId in ViewPatient-jf form
[INFO] Apr 4, 2011 11:17:37 AM liquibase.database.template.JdbcTemplate comment
[INFO] INFO: Changeset change-log-target-0.8.0.xml::1000000000000-34::joseph::(MD5Sum: 7edf3b4aedfdfbae56bad431476edaa6)
[INFO] Apr 4, 2011 11:17:37 AM liquibase.database.template.JdbcTemplate comment
[INFO] INFO: change to make motechid required for Out Patient Visit.issue #739 in redmine.
[INFO] -- updating motechid required field for ChildOPD-jf and MotherOPD-jf form
[INFO] Apr 4, 2011 11:17:38 AM liquibase.database.template.JdbcTemplate comment
[INFO] INFO: Changeset change-log-target-0.8.0.xml::1000000000000-35::yoofi::(MD5Sum: 755a68387d874513bade9355891d11f)
[INFO] Apr 4, 2011 11:17:38 AM liquibase.database.template.JdbcTemplate comment
[INFO] INFO: change to set type field of form parameters to DELIVERYDATE. Partial fix for issue #586 in redmine.
[INFO] -- updating estDeliveryDate and expDeliveryDate fields for ANC-jf, RegisterPatient-jf and RegisterPregnancy-jf
[INFO] -- forms
[INFO] Apr 4, 2011 11:17:38 AM liquibase.database.template.JdbcTemplate comment
[INFO] INFO: Changeset change-log-target-0.8.0.xml::1000000000000-36::henry::(MD5Sum: a15cccea9989ffaa8a2b26576b26e020)
[INFO] Apr 4, 2011 11:17:38 AM liquibase.database.template.JdbcTemplate comment
[INFO] INFO: Adding form [careHistory-jf]
[INFO] Apr 4, 2011 11:17:38 AM liquibase.database.template.JdbcTemplate comment
[INFO] INFO: Changeset change-log-target-0.8.0.xml::1000000000000-37::henry::(MD5Sum: c6a2f0393c6cec2c4d87c2a8b6388b)
[INFO] Apr 4, 2011 11:17:38 AM liquibase.database.template.JdbcTemplate comment
[INFO] INFO: Change urineGlucosePositive type from BOOLEAN to NUMERIC and adding length 2
[INFO] Apr 4, 2011 11:17:39 AM liquibase.database.template.JdbcTemplate comment
[INFO] INFO: Changeset change-log-target-0.8.0.xml::1000000000000-38::joseph::(MD5Sum: a4dd9c8a1919b5c302a22e8861dc0)
[INFO] Apr 4, 2011 11:17:39 AM liquibase.database.template.JdbcTemplate comment
[INFO] INFO: Changeset change-log-target-0.8.0.xml::1000000000000-39a::joseph::(MD5Sum: bbc29f889dc0c8653a3d183c6d7de9e9)
[INFO] Apr 4, 2011 11:17:40 AM liquibase.database.template.JdbcTemplate comment
[INFO] INFO: Changeset change-log-target-0.8.0.xml::1000000000000-40::henry::(MD5Sum: 74f9286b542a4a314477e9679ba72dd1)
[INFO] Apr 4, 2011 11:17:40 AM liquibase.database.template.JdbcTemplate comment
[INFO] INFO: Changing locOdour to lochiaOdourFoul. Resolves #606
[INFO] Apr 4, 2011 11:17:40 AM liquibase.database.template.JdbcTemplate comment
[INFO] INFO: Changeset change-log-target-0.8.0.xml::1000000000000-41::mattblanchette::(MD5Sum: 536d9f4bf3de7535b1433c4a9f96e5d7)
[INFO] Apr 4, 2011 11:17:40 AM liquibase.database.template.JdbcTemplate comment
[INFO] INFO: Changing IPTi from BOOLEAN to NUMERIC. Resolves #797
[INFO] Apr 4, 2011 11:17:40 AM liquibase.database.template.JdbcTemplate comment
[INFO] INFO: Changeset change-log-target-0.8.0.xml::1000000000000-42::mattblanchette::(MD5Sum: 6c524aad75a96949d3e8ccefd9b64)
[INFO] Apr 4, 2011 11:17:40 AM liquibase.database.template.JdbcTemplate comment
[INFO] INFO: Changing IPTi parameter name to iptiDose. Resolves #797
[INFO] Apr 4, 2011 11:17:41 AM liquibase.database.template.JdbcTemplate comment
[INFO] INFO: Changeset change-log-target-0.8.0.xml::1000000000000-43::ThoughtWorks::(MD5Sum: e19a428f50bf894aa636cfe387ddc1)
[INFO] Apr 4, 2011 11:17:41 AM liquibase.database.template.JdbcTemplate comment
[INFO] INFO: Adding a new Field Client Status in Outpatients Visit form #868
[INFO] Apr 4, 2011 11:17:41 AM liquibase.database.template.JdbcTemplate comment
[INFO] INFO: Changeset change-log-target-0.8.0.xml::1000000000000-44::mattblanchette::(MD5Sum: 255c111d2b0b53cc3766fc2d6643814)
[INFO] Apr 4, 2011 11:17:41 AM liquibase.database.template.JdbcTemplate comment
[INFO] INFO: Change urineTestProteinPositive type from BOOLEAN to NUMERIC and adding length 2
[INFO] Apr 4, 2011 11:17:42 AM liquibase.database.template.JdbcTemplate comment
[INFO] INFO: Changeset change-log-target-0.8.0.xml::1000000000000-45::ThoughtWorks::(MD5Sum: 23e384ac4a6431a1c6ce7554c2a244f)
[INFO] Apr 4, 2011 11:17:42 AM liquibase.database.template.JdbcTemplate comment
[INFO] INFO: Adding support for editing Patient names
[INFO] Apr 4, 2011 11:17:42 AM liquibase.database.template.JdbcTemplate comment
[INFO] INFO: Changeset change-log-target-0.8.0.xml::1000000000000-46::ThoughtWorks::(MD5Sum: 6119cddd1a806279aee59b5be0eca69e)
[INFO] Apr 4, 2011 11:17:42 AM liquibase.database.template.JdbcTemplate comment
[INFO] INFO: Adding the field for Expected Delivery Date to Edit Patients Form
[INFO] Apr 4, 2011 11:17:43 AM liquibase.database.template.JdbcTemplate comment
[INFO] INFO: Changeset change-log-target-0.8.0.xml::1000000000000-47::ThoughtWorks::(MD5Sum: eacbc1f9241331fb0e83d3e7b64fcd6)
[INFO] Apr 4, 2011 11:17:43 AM liquibase.database.template.JdbcTemplate comment
[INFO] INFO: Adding the field for Mothers MoteCH ID to Edit Clients Form
[INFO] Apr 4, 2011 11:17:43 AM liquibase.database.template.JdbcTemplate comment
[INFO] INFO: Changeset change-log-target-0.8.0.xml::1000000000000-48::ThoughtWorks::(MD5Sum: ad2b18d8f15d5ccfd3472274d04f62)
[INFO] Apr 4, 2011 11:17:43 AM liquibase.database.template.JdbcTemplate comment
[INFO] INFO: Adding the CWC Registration details to Patient Register form
[INFO] Apr 4, 2011 11:17:43 AM liquibase.database.template.JdbcTemplate comment
[INFO] INFO: Changeset change-log-target-0.8.0.xml::1000000000000-49::ThoughtWorks::(MD5Sum: 87287fc12dcbd7f113ce19c2efcf33)
[INFO] Apr 4, 2011 11:17:43 AM liquibase.database.template.JdbcTemplate comment
[INFO] INFO: Adding the ANC Registration details to Patient Register form
[INFO] Apr 4, 2011 11:17:44 AM liquibase.database.template.JdbcTemplate comment
[INFO] INFO: Changeset change-log-target-0.8.0.xml::1000000000000-50::TW::(MD5Sum: ea9ccabf346e9807e5a763a3b1b087)
[INFO] Apr 4, 2011 11:17:44 AM liquibase.database.template.JdbcTemplate comment
[INFO] INFO: Adding form [registerforrct-jf]
[INFO] Apr 4, 2011 11:17:44 AM liquibase.database.template.JdbcTemplate comment
[INFO] INFO: Changeset change-log-target-0.8.0.xml::1000000000000-51::ThoughtWorks::(MD5Sum: 274366daf9645fc20348aa26249bb5f)
[INFO] Apr 4, 2011 11:17:44 AM liquibase.database.template.JdbcTemplate comment
[INFO] INFO: Adding the Phone Ownership field in Client Query Form
[INFO] Apr 4, 2011 11:17:45 AM liquibase.database.template.JdbcTemplate comment
[INFO] INFO: Changeset ivr-change-log.xml::ivr-1::fcbrooks::(MD5Sum: 3188b79a994369e6d8b9436582bf7e6)
[INFO] Apr 4, 2011 11:17:45 AM liquibase.database.template.JdbcTemplate comment
[INFO] INFO: Release Database Lock
[INFO] Apr 4, 2011 11:17:45 AM liquibase.lock.LockHandler releaseLock
[INFO] INFO: Successfully released change log lock
[INFO] [Fatal Error] :1:1: Content is not allowed in prolog.
[INFO] 2011-04-04 11:17:52,808 ERROR [org.motechproject.mobile.web.ivr.intellivr.IntellIVRController] -
[INFO] org.xml.sax.SAXParseException; lineNumber: 1; columnNumber: 1; Content is not allowed in prolog.
[INFO] at org.apache.xerces.parsers.DOMParser.parse(Unknown Source)
[INFO] at org.apache.xerces.jaxp.DocumentBuilderImpl.parse(Unknown Source)
[INFO] at javax.xml.parsers.DocumentBuilder.parse(DocumentBuilder.java:121)
[INFO] at org.motechproject.mobile.web.ivr.intellivr.IntellIVRController.contentIsValid(IntellIVRController.java:223)
[INFO] at org.motechproject.mobile.web.ivr.intellivr.IntellIVRController.handleRequestInternal(IntellIVRController.java:129)
[INFO] at org.motechproject.mobile.web.ivr.intellivr.IntellIVRControllerTest.testGarbage(IntellIVRControllerTest.java:183)


[INFO] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[INFO] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
[INFO] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[INFO] at java.lang.reflect.Method.invoke(Method.java:616)

[INFO] at org.springframework.test.context.junit4.SpringTestMethod.invoke(SpringTestMethod.java:160)
[INFO] at org.springframework.test.context.junit4.SpringMethodRoadie.runTestMethod(SpringMethodRoadie.java:233)
[INFO] at org.springframework.test.context.junit4.SpringMethodRoadie$RunBeforesThenTestThenAfters.run(SpringMethodRoadie.java:333)
[INFO] at org.springframework.test.context.junit4.SpringMethodRoadie.runWithRepetitions(SpringMethodRoadie.java:217)
[INFO] at org.springframework.test.context.junit4.SpringMethodRoadie.runTest(SpringMethodRoadie.java:197)
[INFO] at org.springframework.test.context.junit4.SpringMethodRoadie.run(SpringMethodRoadie.java:143)
[INFO] at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.invokeTestMethod(SpringJUnit4ClassRunner.java:160)


[INFO] at org.junit.internal.runners.JUnit4ClassRunner.runMethods(JUnit4ClassRunner.java:51)
[INFO] at org.junit.internal.runners.JUnit4ClassRunner$1.run(JUnit4ClassRunner.java:44)
[INFO] at org.junit.internal.runners.ClassRoadie.runUnprotected(ClassRoadie.java:27)
[INFO] at org.junit.internal.runners.ClassRoadie.runProtected(ClassRoadie.java:37)
[INFO] at org.junit.internal.runners.JUnit4ClassRunner.run(JUnit4ClassRunner.java:42)
[INFO] at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.run(SpringJUnit4ClassRunner.java:97)
[INFO] at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:62)
[INFO] at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:140)
[INFO] at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:127)
[INFO] at org.apache.maven.surefire.Surefire.run(Surefire.java:177)
[INFO] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[INFO] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
[INFO] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[INFO] at java.lang.reflect.Method.invoke(Method.java:616)
[INFO] at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:345)
[INFO] at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1009)

[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 67.169 sec
[INFO]
[INFO] Results :
[INFO]
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO] [INFO] [war:war {execution: default-war}]
[INFO] [INFO] Packaging webapp
[INFO] [INFO] Assembling webapp[motech-mobile-webapp] in [<http://ci.motechproject.org/job/MOTECH%20Mobile%201.0.X/ws/motech-mobile-webapp/target/motech-mobile-webapp]>
[INFO] [INFO] Processing war project
[INFO] [INFO] Copying webapp resources[<http://ci.motechproject.org/job/MOTECH%20Mobile%201.0.X/ws/motech-mobile-webapp/src/main/webapp]>
[INFO] [INFO] Webapp assembled in [1478 msecs]
[INFO] [INFO] Building war: <http://ci.motechproject.org/job/MOTECH%20Mobile%201.0.X/ws/motech-mobile-webapp/target/motech-mobile-webapp.war>
[INFO] [INFO] [cargo:start {execution: start-container}]
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [ERROR] FATAL ERROR
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Failed to start the Tomcat 6.x container. Check the [<http://ci.motechproject.org/job/MOTECH%20Mobile%201.0.X/ws/motech-mobile-webapp/target/cargo-logs/console.log]> file containing the container logs for more details.
[INFO] Deployable [http://localhost:8080/cargocpc/index.html] failed to finish deploying within the timeout period [120000]. The Deployable state is thus unknown.
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Trace
[INFO] org.codehaus.cargo.container.ContainerException: Failed to start the Tomcat 6.x container. Check the [<http://ci.motechproject.org/job/MOTECH%20Mobile%201.0.X/ws/motech-mobile-webapp/target/cargo-logs/console.log]> file containing the container logs for more details.
[INFO] at org.codehaus.cargo.container.spi.AbstractLocalContainer.start(AbstractLocalContainer.java:168)
[INFO] at org.codehaus.cargo.maven2.ContainerStartMojo.doExecute(ContainerStartMojo.java:61)
[INFO] at org.codehaus.cargo.maven2.AbstractCargoMojo.execute(AbstractCargoMojo.java:255)
[INFO] at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:490)
[INFO] at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:694)
[INFO] at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:556)
[INFO] at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:535)
[INFO] at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:387)
[INFO] at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:348)
[INFO] at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:180)
[INFO] at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:328)
[INFO] at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:138)
[INFO] at org.apache.maven.cli.MavenCli.main(MavenCli.java:362)
[INFO] at org.apache.maven.cli.compat.CompatibleMain.main(CompatibleMain.java:60)


[INFO] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[INFO] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
[INFO] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[INFO] at java.lang.reflect.Method.invoke(Method.java:616)

[INFO] at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
[INFO] at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
[INFO] at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
[INFO] at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
[INFO] Caused by: org.codehaus.cargo.container.ContainerException: Deployable [http://localhost:8080/cargocpc/index.html] failed to finish deploying within the timeout period [120000]. The Deployable state is thus unknown.
[INFO] at org.codehaus.cargo.container.spi.deployer.DeployerWatchdog.watch(DeployerWatchdog.java:111)
[INFO] at org.codehaus.cargo.container.spi.AbstractLocalContainer.waitForCompletion(AbstractLocalContainer.java:220)
[INFO] at org.codehaus.cargo.container.spi.AbstractLocalContainer.start(AbstractLocalContainer.java:163)
[INFO] ... 21 more
[INFO] org.codehaus.cargo.container.ContainerException: Deployable [http://localhost:8080/cargocpc/index.html] failed to finish deploying within the timeout period [120000]. The Deployable state is thus unknown.
[INFO] at org.codehaus.cargo.container.spi.deployer.DeployerWatchdog.watch(DeployerWatchdog.java:111)
[INFO] at org.codehaus.cargo.container.spi.AbstractLocalContainer.waitForCompletion(AbstractLocalContainer.java:220)
[INFO] at org.codehaus.cargo.container.spi.AbstractLocalContainer.start(AbstractLocalContainer.java:163)
[INFO] at org.codehaus.cargo.maven2.ContainerStartMojo.doExecute(ContainerStartMojo.java:61)
[INFO] at org.codehaus.cargo.maven2.AbstractCargoMojo.execute(AbstractCargoMojo.java:255)
[INFO] at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:490)
[INFO] at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:694)
[INFO] at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:556)
[INFO] at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:535)
[INFO] at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:387)
[INFO] at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:348)
[INFO] at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:180)
[INFO] at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:328)
[INFO] at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:138)
[INFO] at org.apache.maven.cli.MavenCli.main(MavenCli.java:362)
[INFO] at org.apache.maven.cli.compat.CompatibleMain.main(CompatibleMain.java:60)


[INFO] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[INFO] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
[INFO] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[INFO] at java.lang.reflect.Method.invoke(Method.java:616)

[INFO] at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
[INFO] at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
[INFO] at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
[INFO] at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Total time: 6 minutes 39 seconds
[INFO] [INFO] Finished at: Mon Apr 04 11:20:06 PDT 2011
[INFO] [INFO] Final Memory: 44M/188M
[INFO] [INFO] ------------------------------------------------------------------------
[HUDSON] Archiving <http://ci.motechproject.org/job/MOTECH%20Mobile%201.0.X/ws/pom.xml> to /var/lib/hudson/jobs/MOTECH Mobile 1.0.X/modules/org.motechproject$motech-mobile/builds/2011-04-04_11-13-12/archive/org.motechproject/motech-mobile/1.0-SNAPSHOT/pom.xml


[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Maven execution failed, exit code: '1'

[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------

[INFO] Total time: 6 minutes 51 seconds
[INFO] Finished at: Mon Apr 04 11:20:09 PDT 2011


[INFO] Final Memory: 19M/46M
[INFO] ------------------------------------------------------------------------

Sending e-mails to: motec...@googlegroups.com r...@pugdogdev.com

Hudson Server

unread,
Apr 4, 2011, 3:49:53 PM4/4/11
to motec...@googlegroups.com, r...@pugdogdev.com
See <http://ci.motechproject.org/job/MOTECH%20Mobile%201.0.X/4/>

------------------------------------------
[...truncated 2174 lines...]
[INFO] at com.mchange.v2.resourcepool.BasicResourcePool.prelimCheckoutResource(BasicResourcePool.java:557)
[INFO] at com.mchange.v2.resourcepool.BasicResourcePool.checkoutResource(BasicResourcePool.java:477)
[INFO] at com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool.checkoutPooledConnection(C3P0PooledConnectionPool.java:525)
[INFO] ... 44 more

[INFO] 2011-04-04 12:47:34,231 ERROR [org.springframework.test.context.TestContextManager] - Caught exception while allowing TestExecutionListener [org.springframework.test.context.support.DependencyInjectionTestExecutionListener@1042fcc] to prepare test instance [org.motechproject.mobile.itests.MessageServiceImplITCase@127627]

[INFO] 2011-04-04 12:48:11,316 ERROR [org.springframework.test.context.TestContextManager] - Caught exception while allowing TestExecutionListener [org.springframework.test.context.support.DependencyInjectionTestExecutionListener@1042fcc] to prepare test instance [org.motechproject.mobile.itests.MessageServiceImplITCase@688e91]

[INFO] 2011-04-04 12:48:41,793 ERROR [org.springframework.test.context.TestContextManager] - Caught exception while allowing TestExecutionListener [org.springframework.test.context.support.DependencyInjectionTestExecutionListener@1042fcc] to prepare test instance [org.motechproject.mobile.itests.MessageServiceImplITCase@30e4a7]

[INFO] Tests run: 14, Failures: 0, Errors: 14, Skipped: 0, Time elapsed: 452.629 sec <<< FAILURE!

[INFO] [INFO] Total time: 12 minutes 56 seconds
[INFO] [INFO] Finished at: Mon Apr 04 12:49:09 PDT 2011
[INFO] [INFO] Final Memory: 47M/219M
[INFO] [INFO] ------------------------------------------------------------------------
[HUDSON] Archiving <http://ci.motechproject.org/job/MOTECH%20Mobile%201.0.X/ws/pom.xml> to /var/lib/hudson/jobs/MOTECH Mobile 1.0.X/modules/org.motechproject$motech-mobile/builds/2011-04-04_12-35-54/archive/org.motechproject/motech-mobile/1.0-SNAPSHOT/pom.xml


[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Maven execution failed, exit code: '1'

[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------

[INFO] Total time: 13 minutes 38 seconds
[INFO] Finished at: Mon Apr 04 12:49:39 PDT 2011

Hudson Server

unread,
Apr 5, 2011, 2:52:00 AM4/5/11
to motec...@googlegroups.com, r...@pugdogdev.com
Reply all
Reply to author
Forward
0 new messages