Return-Path: X-Original-To: apmail-struts-dev-archive@www.apache.org Delivered-To: apmail-struts-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D3B086178 for ; Wed, 22 Jun 2011 17:34:38 +0000 (UTC) Received: (qmail 42770 invoked by uid 500); 22 Jun 2011 17:34:38 -0000 Delivered-To: apmail-struts-dev-archive@struts.apache.org Received: (qmail 42713 invoked by uid 500); 22 Jun 2011 17:34:38 -0000 Mailing-List: contact dev-help@struts.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Struts Developers List" Reply-To: "Struts Developers List" Delivered-To: mailing list dev@struts.apache.org Received: (qmail 42705 invoked by uid 99); 22 Jun 2011 17:34:38 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Jun 2011 17:34:38 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.8] (HELO aegis.apache.org) (140.211.11.8) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Jun 2011 17:34:37 +0000 Received: from aegis (localhost [127.0.0.1]) by aegis.apache.org (Postfix) with ESMTP id F3F3BC00F5; Wed, 22 Jun 2011 17:34:16 +0000 (UTC) Date: Wed, 22 Jun 2011 17:33:49 +0000 (UTC) From: Apache Jenkins Server To: dev@struts.apache.org, apachesf@jafl.my.speedingbits.com, johgep@googlemail.com, lukasz.lenart@gmail.com Message-ID: <1379231821.841308764056996.JavaMail.hudson@aegis> In-Reply-To: <1823177470.2551307729081048.JavaMail.hudson@aegis> References: <1823177470.2551307729081048.JavaMail.hudson@aegis> Subject: Build failed in Jenkins: Struts2 #317 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit See Changes: [lukaszlenart] WW-3653 - uses the latest OGNL version to allow passing tests on JDK5 ------------------------------------------ Started by an SCM change Building remotely on ubuntu1 Updating https://svn.apache.org/repos/asf/struts/struts2/trunk U pom.xml At revision 1138561 ERROR: Ignore Problem expanding maven opts macros org.jenkinsci.plugins.tokenmacro.TokenMacro Found mavenVersion 3.0.3 from file jar:file:/home/hudson/hudson-slave/tools/Maven_3.0.3/lib/maven-core-3.0.3.jar!/META-INF/maven/org.apache.maven/maven-core/pom.properties [locks-and-latches] Checking to see if we really have the locks [locks-and-latches] Have all the locks, build can start Parsing POMs [locks-and-latches] Releasing all the locks [locks-and-latches] All the locks released ERROR: Failed to parse POMs hudson.util.IOException2: remote file operation failed: at hudson.remoting.Channel@72c210b1:ubuntu1 at hudson.FilePath.act(FilePath.java:754) at hudson.FilePath.act(FilePath.java:740) at hudson.maven.MavenModuleSetBuild$RunnerImpl.parsePoms(MavenModuleSetBuild.java:817) at hudson.maven.MavenModuleSetBuild$RunnerImpl.doRun(MavenModuleSetBuild.java:617) at hudson.model.AbstractBuild$AbstractRunner.run(AbstractBuild.java:429) at hudson.model.Run.run(Run.java:1374) at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:467) at hudson.model.ResourceController.execute(ResourceController.java:88) at hudson.model.Executor.run(Executor.java:145) Caused by: hudson.remoting.ProxyException: hudson.maven.MavenModuleSetBuild$MavenExecutionException: org.apache.maven.project.ProjectBuildingException: Some problems were encountered while processing the POMs: [ERROR] 'dependencies.dependency.version' for ognl:ognl:jar is missing. @ line 189, column 21 [ERROR] 'dependencies.dependency.version' for ognl:ognl:jar is missing. @ line 206, column 21 [WARNING] 'dependencies.dependency.systemPath' for com.sun:tools:jar refers to a non-existing file /usr/lib/jvm/java-6-openjdk/jre/../lib/tools.jar. Please verify that you run Maven using a JDK and not just a JRE. @ line 175, column 33 at hudson.maven.MavenModuleSetBuild$PomParser.invoke(MavenModuleSetBuild.java:1327) at hudson.maven.MavenModuleSetBuild$PomParser.invoke(MavenModuleSetBuild.java:1110) at hudson.FilePath$FileCallableWrapper.call(FilePath.java:1979) at hudson.remoting.UserRequest.perform(UserRequest.java:118) at hudson.remoting.UserRequest.perform(UserRequest.java:48) at hudson.remoting.Request$2.run(Request.java:270) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471) at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334) at java.util.concurrent.FutureTask.run(FutureTask.java:166) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:636) Caused by: hudson.remoting.ProxyException: org.apache.maven.project.ProjectBuildingException: Some problems were encountered while processing the POMs: [ERROR] 'dependencies.dependency.version' for ognl:ognl:jar is missing. @ line 189, column 21 [ERROR] 'dependencies.dependency.version' for ognl:ognl:jar is missing. @ line 206, column 21 [WARNING] 'dependencies.dependency.systemPath' for com.sun:tools:jar refers to a non-existing file /usr/lib/jvm/java-6-openjdk/jre/../lib/tools.jar. Please verify that you run Maven using a JDK and not just a JRE. @ line 175, column 33 at org.apache.maven.project.DefaultProjectBuilder.build(DefaultProjectBuilder.java:339) at hudson.maven.MavenEmbedder.buildProjects(MavenEmbedder.java:360) at hudson.maven.MavenEmbedder.readProjects(MavenEmbedder.java:330) at hudson.maven.MavenModuleSetBuild$PomParser.invoke(MavenModuleSetBuild.java:1277) ... 11 more --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org For additional commands, e-mail: dev-help@struts.apache.org