Hi all,
I'm in the process of writing a VSTO padd-on for MS project that interacts with Jira via the Jira SDK. For this, I'm running Jira via atlas-run on a different VM with large hardware locally.
Every now and then this happens:
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 15:52 min
[INFO] Finished at: 2019-02-23T14:02:12+01:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal com.atlassian.maven.plugins:amps-dispatcher-maven-plugin:8.0.0:run (default-cli) on project JiraPlanner: Cannot start container [org.codehaus.cargo.container.tomcat.Tomcat8xInstalledLocalContainer@1fa8126]: Deployable [http://localhost:2990/cargocpc/index.html] failed to finish deploying within the timeout period [600000]. The Deployable state is thus unknown. -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
Jira has been answering web calls and rest api calls during the build.
Thanks for helping out.