Details
-
Bug
-
Status: Resolved
-
Blocker
-
Resolution: Fixed
-
1.99.7
-
None
Description
When do the integration test Derby1_99_4UpgradeTest, there will be the error message like the following:
Caused by: org.codehaus.cargo.container.ContainerException: Deployable [http://localhost:43856/cargocpc/index.html] failed to finish deploying within the timeout period [120000]. The Deployable state is thus unknown.
at org.codehaus.cargo.container.spi.deployer.DeployerWatchdog.watch(DeployerWatchdog.java:111)
at org.codehaus.cargo.container.spi.AbstractLocalContainer.waitForCompletion(AbstractLocalContainer.java:268)
at org.codehaus.cargo.container.tomcat.internal.AbstractCatalinaInstalledLocalContainer.waitForCompletion(AbstractCatalinaInstalledLocalContainer.java:212)
at org.codehaus.cargo.container.spi.AbstractLocalContainer.start(AbstractLocalContainer.java:182)
at org.apache.sqoop.test.minicluster.TomcatSqoopMiniCluster.start(TomcatSqoopMiniCluster.java:155)
This is caused by the timeout setting for cargo.container in TomcatSqoopMiniCluster.