When I add a Deploy Tomcat Application task within a job in Build Project, It is working fine. But when I am adding the same task in Deployment Project,it fails.
What I observed that when 'Deploy Tomcat Application' task is added as Deployment project, it creates an empty folder with random numeric name,where it is unable to find desirable war and fails to deploy at tomcat. Please suggest a way.
For better understanding snnipet from log is given below:
10-Nov-2017 17:30:47 | Build Deployment of 'ATG_1.1' on 'QA Environment' started building on agent Default Agent |
10-Nov-2017 17:30:47 | |
10-Nov-2017 17:30:47 | Build working directory is C:\Users\shashankshekhar_s\bamboo-home\xml-data\build-dir\7897089-8060929 |
10-Nov-2017 17:30:48 | Executing build Deployment of 'ATG_1.1' on 'QA Environment' |
10-Nov-2017 17:30:48 | Skipping execution of task 'com.atlassian.bamboo.plugins.bamboo-artifact-downloader-plugin:cleanWorkingDirectoryTask' as it is disabled |
10-Nov-2017 17:30:48 | Skipping execution of task 'com.atlassian.bamboo.plugins.bamboo-artifact-downloader-plugin:cleanWorkingDirectoryTask' as it is disabled |
10-Nov-2017 17:30:48 | Skipping execution of task 'Download release contents' as it is disabled |
10-Nov-2017 17:30:48 | Starting task 'Deploy at tomcat' of type 'com.atlassian.bamboo.plugins.tomcat.bamboo-tomcat-plugin:deployAppTask' |
10-Nov-2017 17:30:48 | Could not find war file at C:\Users\shashankshekhar_s\bamboo-home\xml-data\build-dir\7897089-8060929\webapp\target\webapp.war. The application could not be deployed. |
10-Nov-2017 17:30:48 | Finished task 'Deploy at tomcat' with result: Error |
10-Nov-2017 17:30:48 | Finalising the build... |
Hi Shashank,
As you can see the message in the log:
"Skipping execution of task 'Download release contents' as it is disabled"
This means that your deployment task has not downloaded any of your artifact generated from your build plan tasks. Since it doesn't have any artifacts to download it can't deploy "null" to your tomcat.
The flow is:
1. From your build plan, an artifact (war file artifact in this case) will be created and shared (create artifact definition in your build plan and share the artifact)
2. Link your Deployment plan to relevant build plan.
3. Add an artifact download task in your deployment task to download the artifact shared by your build plan. Which in this case is "Download release contents" but this task is disabled. You have to enable it or probably have to check if it is downloading the correct(required) artifact.
4. Deploy at tomcat
Hope that clarifies, let me know if you have any further doubts.
Hi Rohit, Thanks for reply. I just want to check it in my instance before accepting.But I dont know why Bamboo server at my machine is not able to be logged in through the actual credentials.
Looking forward to resolve this issue first. After this only,I will inform you if my issue gets resolved.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Shashank,
Let me know if any help required.
Thanks!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.