This means the value of ROOT Object (the path of the artifact to upload)
wasn't found.

Check your workspace files, and if this doesn't make sense, file an issue
on github.com/ingenieux/awseb-deployment-plugin/issues

--
-- Aldrin Leal, <ald...@leal.eng.br> / http://about.me/aldrinleal

On Fri, Jan 20, 2017 at 7:56 PM, Amrish Jain <amrish2...@gmail.com> wrote:

> Please find below the console log from Jenkins. Any help would be
> appreciated. Using AWSEB Deployment Plugin Version 0.3.15.
>
> I am getting below error when trying to deploy my war file from Jenkins to
> Elastic beanstalk.
>
>
>
> <https://lh3.googleusercontent.com/-k2ZpuYVlb-4/WIKUsfbDInI/AAAAAAAAG7k/RswUMQNuXLYEQwhQgYnZ_6cHWMwJlsFtgCLcB/s1600/Screen%2BShot%2B2017-01-20%2Bat%2B2.51.13%2BPM.png>
>
>
>
> In the plugin
>
>
> <https://lh3.googleusercontent.com/-0n1cPPywknU/WIKVKcZCg7I/AAAAAAAAG7o/gRjNJ58acTMvgkFgBa_geGhTUve1Xcu3wCLcB/s1600/Screen%2BShot%2B2017-01-20%2Bat%2B2.54.11%2BPM.png>
>
>
>
>
> ====== Console Log from Jenkins ======
>
>
> [JENKINS] Archiving 
> /opt/mycompany/JENKINS/Workspace/jobs/Prod-AWS-Deploy/workspace/pom.xml to 
> LearnAWS/LearnAWS/0.0.1-SNAPSHOT/LearnAWS-0.0.1-SNAPSHOT.pom
> [JENKINS] Archiving 
> /opt/mycompany/JENKINS/Workspace/jobs/Prod-AWS-Deploy/workspace/target/LearnAWS-0.0.1-SNAPSHOT.war
>  to LearnAWS/LearnAWS/0.0.1-SNAPSHOT/LearnAWS-0.0.1-SNAPSHOT.war
> channel stopped
> [workspace] $ /bin/bash 
> /opt/mycompany/JENKINS/temp/hudson4156181522126912314.sh
> War copied successfully !!!
> Archive:  LearnAWS-0.0.1-SNAPSHOT.war
>    creating: META-INF/
>   inflating: META-INF/MANIFEST.MF
>    creating: WEB-INF/
>    creating: WEB-INF/classes/
>   inflating: WEB-INF/web.xml
>   inflating: index.jsp
>   inflating: META-INF/maven/LearnAWS/LearnAWS/pom.xml
>   inflating: META-INF/maven/LearnAWS/LearnAWS/pom.properties
> AWSEB Deployment Plugin Version 0.3.15
> ERROR: Failed to parse POMsjava.io.IOException 
> <http://stacktrace.jenkins-ci.org/search?query=java.io.IOException>: 
> Deployment Failure
>       at 
> br.com.ingenieux.jenkins.plugins.awsebdeployment.AWSEBDeploymentBuilder.perform(AWSEBDeploymentBuilder.java:188)
>  
> <http://stacktrace.jenkins-ci.org/search/?query=br.com.ingenieux.jenkins.plugins.awsebdeployment.AWSEBDeploymentBuilder.perform&entity=method>
>       at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20) 
> <http://stacktrace.jenkins-ci.org/search/?query=hudson.tasks.BuildStepMonitor$1.perform&entity=method>
>       at 
> hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:782)
>  
> <http://stacktrace.jenkins-ci.org/search/?query=hudson.model.AbstractBuild$AbstractBuildExecution.perform&entity=method>
>       at 
> hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.build(MavenModuleSetBuild.java:915)
>  
> <http://stacktrace.jenkins-ci.org/search/?query=hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.build&entity=method>
>       at 
> hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.doRun(MavenModuleSetBuild.java:866)
>  
> <http://stacktrace.jenkins-ci.org/search/?query=hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.doRun&entity=method>
>       at 
> hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:534) 
> <http://stacktrace.jenkins-ci.org/search/?query=hudson.model.AbstractBuild$AbstractBuildExecution.run&entity=method>
>       at hudson.model.Run.execute(Run.java:1738) 
> <http://stacktrace.jenkins-ci.org/search/?query=hudson.model.Run.execute&entity=method>
>       at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:531) 
> <http://stacktrace.jenkins-ci.org/search/?query=hudson.maven.MavenModuleSetBuild.run&entity=method>
>       at hudson.model.ResourceController.execute(ResourceController.java:98) 
> <http://stacktrace.jenkins-ci.org/search/?query=hudson.model.ResourceController.execute&entity=method>
>       at hudson.model.Executor.run(Executor.java:410) 
> <http://stacktrace.jenkins-ci.org/search/?query=hudson.model.Executor.run&entity=method>
> Caused by: java.util.concurrent.ExecutionException 
> <http://stacktrace.jenkins-ci.org/search?query=java.util.concurrent.ExecutionException>:
>  java.lang.IllegalArgumentException: Root Object doesn't exist
>       at java.util.concurrent.FutureTask$Sync.innerGet(FutureTask.java:252) 
> <http://stacktrace.jenkins-ci.org/search/?query=java.util.concurrent.FutureTask$Sync.innerGet&entity=method>
>       at java.util.concurrent.FutureTask.get(FutureTask.java:111) 
> <http://stacktrace.jenkins-ci.org/search/?query=java.util.concurrent.FutureTask.get&entity=method>
>       at hudson.remoting.LocalChannel$2.get(LocalChannel.java:77) 
> <http://stacktrace.jenkins-ci.org/search/?query=hudson.remoting.LocalChannel$2.get&entity=method>
>       at 
> br.com.ingenieux.jenkins.plugins.awsebdeployment.DeployerRunner.perform(DeployerRunner.java:66)
>  
> <http://stacktrace.jenkins-ci.org/search/?query=br.com.ingenieux.jenkins.plugins.awsebdeployment.DeployerRunner.perform&entity=method>
>       at 
> br.com.ingenieux.jenkins.plugins.awsebdeployment.AWSEBDeploymentBuilder.perform(AWSEBDeploymentBuilder.java:184)
>  
> <http://stacktrace.jenkins-ci.org/search/?query=br.com.ingenieux.jenkins.plugins.awsebdeployment.AWSEBDeploymentBuilder.perform&entity=method>
>       ... 9 more
> Caused by: java.lang.IllegalArgumentException 
> <http://stacktrace.jenkins-ci.org/search?query=java.lang.IllegalArgumentException>:
>  Root Object doesn't exist
>       at org.apache.commons.lang.Validate.isTrue(Validate.java:136) 
> <http://stacktrace.jenkins-ci.org/search/?query=org.apache.commons.lang.Validate.isTrue&entity=method>
>       at 
> br.com.ingenieux.jenkins.plugins.awsebdeployment.cmd.DeployerCommand$ValidateParameters.perform(DeployerCommand.java:124)
>  
> <http://stacktrace.jenkins-ci.org/search/?query=br.com.ingenieux.jenkins.plugins.awsebdeployment.cmd.DeployerCommand$ValidateParameters.perform&entity=method>
>       at 
> br.com.ingenieux.jenkins.plugins.awsebdeployment.cmd.DeployerChain.perform(DeployerChain.java:54)
>  
> <http://stacktrace.jenkins-ci.org/search/?query=br.com.ingenieux.jenkins.plugins.awsebdeployment.cmd.DeployerChain.perform&entity=method>
>       at 
> br.com.ingenieux.jenkins.plugins.awsebdeployment.SlaveDeployerCallable.call(SlaveDeployerCallable.java:42)
>  
> <http://stacktrace.jenkins-ci.org/search/?query=br.com.ingenieux.jenkins.plugins.awsebdeployment.SlaveDeployerCallable.call&entity=method>
>       at 
> br.com.ingenieux.jenkins.plugins.awsebdeployment.SlaveDeployerCallable.call(SlaveDeployerCallable.java:27)
>  
> <http://stacktrace.jenkins-ci.org/search/?query=br.com.ingenieux.jenkins.plugins.awsebdeployment.SlaveDeployerCallable.call&entity=method>
>       at hudson.remoting.LocalChannel$1.call(LocalChannel.java:52) 
> <http://stacktrace.jenkins-ci.org/search/?query=hudson.remoting.LocalChannel$1.call&entity=method>
>       at 
> jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46)
>  
> <http://stacktrace.jenkins-ci.org/search/?query=jenkins.util.ContextResettingExecutorService$2.call&entity=method>
>       at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334) 
> <http://stacktrace.jenkins-ci.org/search/?query=java.util.concurrent.FutureTask$Sync.innerRun&entity=method>
>       at java.util.concurrent.FutureTask.run(FutureTask.java:166) 
> <http://stacktrace.jenkins-ci.org/search/?query=java.util.concurrent.FutureTask.run&entity=method>
>       at 
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
>  
> <http://stacktrace.jenkins-ci.org/search/?query=java.util.concurrent.ThreadPoolExecutor.runWorker&entity=method>
>       at 
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
>  
> <http://stacktrace.jenkins-ci.org/search/?query=java.util.concurrent.ThreadPoolExecutor$Worker.run&entity=method>
>       at java.lang.Thread.run(Thread.java:724) 
> <http://stacktrace.jenkins-ci.org/search/?query=java.lang.Thread.run&entity=method>
> Finished: FAILURE
>
> --
> You received this message because you are subscribed to the Google Groups
> "Jenkins Developers" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to jenkinsci-dev+unsubscr...@googlegroups.com.
> To view this discussion on the web visit https://groups.google.com/d/
> msgid/jenkinsci-dev/fd7c3c27-6f6c-4d9e-ae4d-e0442042f1bc%
> 40googlegroups.com
> <https://groups.google.com/d/msgid/jenkinsci-dev/fd7c3c27-6f6c-4d9e-ae4d-e0442042f1bc%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/CALpo8Nt9YOYR8oB1J-wG1Ga_Dt_v-1btOzGFjZz60Kxa7Eo0EQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to