From: Rutger V. <rut...@gm...> - 2012-01-31 22:27:40
|
It could but that is not obvious from the stack trace. Could you post a full one? Rutger On Tue, Jan 31, 2012 at 11:17 PM, William Piel <wil...@ya...>wrote: > > This seems to say that my data curation change is to blame for Hudson not > building -- but that's probably not it. Perhaps it's the authorization > failure for fetch NeXML code? > > bp > > > > On Jan 31, 2012, at 5:03 PM, sys...@ne... wrote: > > > See <http://localhost:8888/job/Treebase-dev/290/changes> > > > > Changes: > > > > [sfrgpiel] Script and data file for updating TB1 citations > > > > ------------------------------------------ > > Started by an SCM change > > Updating https://treebase.svn.sourceforge.net/svnroot/treebase/trunk > > A treebase-core/db/cleaning/2012-01-31_Update_TB1_Citations > > A > treebase-core/db/cleaning/2012-01-31_Update_TB1_Citations/citationdata.txt > > A treebase-core/db/cleaning/2012-01-31_Update_TB1_Citations/ > update_citations.pl > > A > treebase-core/db/cleaning/2012-01-31_Update_TB1_Citations/README > > At revision 1027 > > [trunk] $ /usr/local/apache-maven/apache-maven-2.2.0/bin/mvn clean > package -Dmaven.test.skip=true > > [INFO] Scanning for projects... > > [INFO] Reactor build order: > > [INFO] Treebase > > [INFO] treebase-core > > [INFO] treebase-web > > [INFO] > ------------------------------------------------------------------------ > > [INFO] Building Treebase > > [INFO] task-segment: [clean, package] > > [INFO] > ------------------------------------------------------------------------ > > [INFO] [clean:clean {execution: default-clean}] > > [INFO] [site:attach-descriptor {execution: default-attach-descriptor}] > > [INFO] > ------------------------------------------------------------------------ > > [INFO] Building treebase-core > > [INFO] task-segment: [clean, package] > > [INFO] > ------------------------------------------------------------------------ > > [INFO] [clean:clean {execution: default-clean}] > > [INFO] Deleting directory > /home/hudson/jobs/Treebase-dev/workspace/trunk/treebase-core/target > > [INFO] [resources:resources {execution: default-resources}] > > [WARNING] Using platform encoding (UTF-8 actually) to copy filtered > resources, i.e. build is platform dependent! > > [INFO] Copying 16 resources > > [INFO] snapshot org.nexml.model:nexml:1.5-SNAPSHOT: checking for updates > from repository.jboss.org > > [WARNING] repository metadata for: 'snapshot > org.nexml.model:nexml:1.5-SNAPSHOT' could not be retrieved from repository: > repository.jboss.org due to an error: Authorization failed: Access denied > to: > http://repository.jboss.org/maven2/org/nexml/model/nexml/1.5-SNAPSHOT/maven-metadata.xml > > [INFO] Repository 'repository.jboss.org' will be blacklisted > > Downloading: > http://repo1.maven.org/maven2/org/nexml/model/nexml/1.5-SNAPSHOT/nexml-1.5-SNAPSHOT.pom > > [INFO] Unable to find resource 'org.nexml.model:nexml:pom:1.5-SNAPSHOT' > in repository maven2 (http://repo1.maven.org/maven2) > > Downloading: > http://treebase.sourceforge.net/maven2/org/nexml/model/nexml/1.5-SNAPSHOT/nexml-1.5-SNAPSHOT.pom > > [INFO] Unable to find resource 'org.nexml.model:nexml:pom:1.5-SNAPSHOT' > in repository m2.remote.repos (http://treebase.sourceforge.net/maven2) > > Downloading: > http://nexml-dev.nescent.org/.m2/repository/org/nexml/model/nexml/1.5-SNAPSHOT/nexml-1.5-SNAPSHOT.pom > > [INFO] Unable to find resource 'org.nexml.model:nexml:pom:1.5-SNAPSHOT' > in repository m2.nexml.repos (http://nexml-dev.nescent.org/.m2/repository) > > [INFO] [compiler:compile {execution: default-compile}] > > [INFO] Compiling 382 source files to > /home/hudson/jobs/Treebase-dev/workspace/trunk/treebase-core/target/classes > > [INFO] [resources:testResources {execution: default-testResources}] > > [WARNING] Using platform encoding (UTF-8 actually) to copy filtered > resources, i.e. build is platform dependent! > > [INFO] Copying 16 resources > > [INFO] [compiler:testCompile {execution: default-testCompile}] > > [INFO] Not compiling test sources > > [INFO] [surefire:test {execution: default-test}] > > [INFO] Tests are skipped. > > [INFO] [jar:jar {execution: default-jar}] > > [INFO] Building jar: > /home/hudson/jobs/Treebase-dev/workspace/trunk/treebase-core/target/treebase-core-1.0-SNAPSHOT.jar > > [INFO] > ------------------------------------------------------------------------ > > [INFO] Building treebase-web > > [INFO] task-segment: [clean, package] > > [INFO] > ------------------------------------------------------------------------ > > [INFO] [clean:clean {execution: default-clean}] > > [INFO] Deleting directory > /home/hudson/jobs/Treebase-dev/workspace/trunk/treebase-web/target > > [INFO] [resources:resources {execution: default-resources}] > > [WARNING] Using platform encoding (UTF-8 actually) to copy filtered > resources, i.e. build is platform dependent! > > [INFO] Copying 1 resource > > [INFO] [compiler:compile {execution: default-compile}] > > [INFO] Compiling 160 source files to > /home/hudson/jobs/Treebase-dev/workspace/trunk/treebase-web/target/classes > > [INFO] [resources:testResources {execution: default-testResources}] > > [WARNING] Using platform encoding (UTF-8 actually) to copy filtered > resources, i.e. build is platform dependent! > > [INFO] skip non existing resourceDirectory > /home/hudson/jobs/Treebase-dev/workspace/trunk/treebase-web/src/test/resources > > [INFO] [compiler:testCompile {execution: default-testCompile}] > > [INFO] Not compiling test sources > > [INFO] [surefire:test {execution: default-test}] > > [INFO] Tests are skipped. > > [INFO] [war:war {execution: default-war}] > > [INFO] Packaging webapp > > [INFO] Assembling webapp[treebase-web] in > [/home/hudson/jobs/Treebase-dev/workspace/trunk/treebase-web/target/treebase-web] > > [INFO] Processing war project > > [INFO] Copying webapp > resources[/home/hudson/jobs/Treebase-dev/workspace/trunk/treebase-web/src/main/webapp] > > [INFO] Webapp assembled in[1437 msecs] > > [INFO] Building war: > /home/hudson/jobs/Treebase-dev/workspace/trunk/treebase-web/target/treebase-web.war > > [INFO] > > [INFO] > > [INFO] > ------------------------------------------------------------------------ > > [INFO] Reactor Summary: > > [INFO] > ------------------------------------------------------------------------ > > [INFO] Treebase .............................................. SUCCESS > [2.801s] > > [INFO] treebase-core ......................................... SUCCESS > [12.292s] > > [INFO] treebase-web .......................................... SUCCESS > [17.017s] > > [INFO] > ------------------------------------------------------------------------ > > [INFO] > ------------------------------------------------------------------------ > > [INFO] BUILD SUCCESSFUL > > [INFO] > ------------------------------------------------------------------------ > > [INFO] Total time: 32 seconds > > [INFO] Finished at: Tue Jan 31 17:02:12 EST 2012 > > [INFO] Final Memory: 53M/382M > > [INFO] > ------------------------------------------------------------------------ > > Deploying < > http://localhost:8888/job/Treebase-dev/ws/trunk/treebase-web/target/treebase-web.war> > to container Tomcat 5.x Remote > > Redeploying [< > http://localhost:8888/job/Treebase-dev/ws/trunk/treebase-web/target/treebase-web.war > ]> > > Undeploying [< > http://localhost:8888/job/Treebase-dev/ws/trunk/treebase-web/target/treebase-web.war > ]> > > Deploying [< > http://localhost:8888/job/Treebase-dev/ws/trunk/treebase-web/target/treebase-web.war > ]> > > ERROR: Publisher hudson.plugins.deploy.DeployPublisher aborted due to > exception > > org.codehaus.cargo.container.ContainerException: Failed to deploy [< > http://localhost:8888/job/Treebase-dev/ws/trunk/treebase-web/target/treebase-web.war > ]> > > at > org.codehaus.cargo.container.tomcat.internal.AbstractTomcatManagerDeployer.deploy(AbstractTomcatManagerDeployer.java:111) > > at > org.codehaus.cargo.container.tomcat.internal.AbstractTomcatManagerDeployer.redeploy(AbstractTomcatManagerDeployer.java:187) > > at > hudson.plugins.deploy.CargoContainerAdapter.deploy(CargoContainerAdapter.java:60) > > at > hudson.plugins.deploy.CargoContainerAdapter$1.invoke(CargoContainerAdapter.java:86) > > at > hudson.plugins.deploy.CargoContainerAdapter$1.invoke(CargoContainerAdapter.java:73) > > at hudson.FilePath.act(FilePath.java:785) > > at hudson.FilePath.act(FilePath.java:767) > > at > hudson.plugins.deploy.CargoContainerAdapter.redeploy(CargoContainerAdapter.java:73) > > at > hudson.plugins.deploy.DeployPublisher.perform(DeployPublisher.java:45) > > at > hudson.tasks.BuildStepMonitor$3.perform(BuildStepMonitor.java:36) > > at > hudson.model.AbstractBuild$AbstractRunner.perform(AbstractBuild.java:694) > > at > hudson.model.AbstractBuild$AbstractRunner.performAllBuildSteps(AbstractBuild.java:669) > > at > hudson.model.AbstractBuild$AbstractRunner.performAllBuildSteps(AbstractBuild.java:647) > > at hudson.model.Build$RunnerImpl.post2(Build.java:162) > > at > hudson.model.AbstractBuild$AbstractRunner.post(AbstractBuild.java:616) > > at hudson.model.Run.run(Run.java:1429) > > at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46) > > at > hudson.model.ResourceController.execute(ResourceController.java:88) > > at hudson.model.Executor.run(Executor.java:230) > > Caused by: > org.codehaus.cargo.container.tomcat.internal.TomcatManagerException: FAIL - > Failed to deploy application at context path /treebase-web > > > > at > org.codehaus.cargo.container.tomcat.internal.TomcatManager.invoke(TomcatManager.java:507) > > at > org.codehaus.cargo.container.tomcat.internal.TomcatManager.deployImpl(TomcatManager.java:547) > > at > org.codehaus.cargo.container.tomcat.internal.TomcatManager.deploy(TomcatManager.java:273) > > at > org.codehaus.cargo.container.tomcat.internal.TomcatManager.deploy(TomcatManager.java:256) > > at > org.codehaus.cargo.container.tomcat.internal.TomcatManager.deploy(TomcatManager.java:240) > > at > org.codehaus.cargo.container.tomcat.internal.AbstractTomcatManagerDeployer.deploy(AbstractTomcatManagerDeployer.java:107) > > ... 18 more > > org.codehaus.cargo.container.tomcat.internal.TomcatManagerException: > FAIL - Failed to deploy application at context path /treebase-web > > > > at > org.codehaus.cargo.container.tomcat.internal.TomcatManager.invoke(TomcatManager.java:507) > > at > org.codehaus.cargo.container.tomcat.internal.TomcatManager.deployImpl(TomcatManager.java:547) > > at > org.codehaus.cargo.container.tomcat.internal.TomcatManager.deploy(TomcatManager.java:273) > > at > org.codehaus.cargo.container.tomcat.internal.TomcatManager.deploy(TomcatManager.java:256) > > at > org.codehaus.cargo.container.tomcat.internal.TomcatManager.deploy(TomcatManager.java:240) > > at > org.codehaus.cargo.container.tomcat.internal.AbstractTomcatManagerDeployer.deploy(AbstractTomcatManagerDeployer.java:107) > > at > org.codehaus.cargo.container.tomcat.internal.AbstractTomcatManagerDeployer.redeploy(AbstractTomcatManagerDeployer.java:187) > > at > hudson.plugins.deploy.CargoContainerAdapter.deploy(CargoContainerAdapter.java:60) > > at > hudson.plugins.deploy.CargoContainerAdapter$1.invoke(CargoContainerAdapter.java:86) > > at > hudson.plugins.deploy.CargoContainerAdapter$1.invoke(CargoContainerAdapter.java:73) > > at hudson.FilePath.act(FilePath.java:785) > > at hudson.FilePath.act(FilePath.java:767) > > at > hudson.plugins.deploy.CargoContainerAdapter.redeploy(CargoContainerAdapter.java:73) > > at > hudson.plugins.deploy.DeployPublisher.perform(DeployPublisher.java:45) > > at > hudson.tasks.BuildStepMonitor$3.perform(BuildStepMonitor.java:36) > > at > hudson.model.AbstractBuild$AbstractRunner.perform(AbstractBuild.java:694) > > at > hudson.model.AbstractBuild$AbstractRunner.performAllBuildSteps(AbstractBuild.java:669) > > at > hudson.model.AbstractBuild$AbstractRunner.performAllBuildSteps(AbstractBuild.java:647) > > at hudson.model.Build$RunnerImpl.post2(Build.java:162) > > at > hudson.model.AbstractBuild$AbstractRunner.post(AbstractBuild.java:616) > > at hudson.model.Run.run(Run.java:1429) > > at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46) > > at > hudson.model.ResourceController.execute(ResourceController.java:88) > > at hudson.model.Executor.run(Executor.java:230) > > > > > > ------------------------------------------------------------------------------ > Keep Your Developer Skills Current with LearnDevNow! > The most comprehensive online learning library for Microsoft developers > is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, > Metro Style Apps, more. Free future releases when you subscribe now! > http://p.sf.net/sfu/learndevnow-d2d > _______________________________________________ > Treebase-devel mailing list > Tre...@li... > https://lists.sourceforge.net/lists/listinfo/treebase-devel > -- Dr. Rutger A. Vos Bioinformaticist NCB Naturalis Visiting address: Einsteinweg 2, 2333 CC, Leiden, the Netherlands Mailing address: Postbus 9517, 2300 RA, Leiden, the Netherlands http://rutgervos.blogspot.com |