Return-Path: X-Original-To: apmail-builds-archive@minotaur.apache.org Delivered-To: apmail-builds-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 3D7DB749A for ; Thu, 29 Dec 2011 21:17:48 +0000 (UTC) Received: (qmail 7915 invoked by uid 500); 29 Dec 2011 21:17:48 -0000 Delivered-To: apmail-builds-archive@apache.org Received: (qmail 7748 invoked by uid 500); 29 Dec 2011 21:17:48 -0000 Mailing-List: contact builds-help@apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: builds@apache.org Delivered-To: mailing list builds@apache.org Received: (qmail 7740 invoked by uid 99); 29 Dec 2011 21:17:48 -0000 Received: from minotaur.apache.org (HELO minotaur.apache.org) (140.211.11.9) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 Dec 2011 21:17:48 +0000 Received: from localhost (HELO mail-iy0-f178.google.com) (127.0.0.1) (smtp-auth username olamy, mechanism plain) by minotaur.apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 Dec 2011 21:17:47 +0000 Received: by iagf6 with SMTP id f6so27882252iag.23 for ; Thu, 29 Dec 2011 13:17:47 -0800 (PST) Received: by 10.42.73.138 with SMTP id s10mr38501265icj.38.1325193467101; Thu, 29 Dec 2011 13:17:47 -0800 (PST) MIME-Version: 1.0 Received: by 10.50.153.137 with HTTP; Thu, 29 Dec 2011 13:17:26 -0800 (PST) In-Reply-To: References: <4E67C4F3.5060601@schor.com> From: Olivier Lamy Date: Thu, 29 Dec 2011 22:17:26 +0100 Message-ID: Subject: Re: getting some StreamCorruptedException failures To: builds@apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Looks to be an issue with mojo which fork lifecycle in jenkins listener. You are probably using sources plugin and goal jar. Can you change and use jar-no-fork goal instead of jar ? 2011/12/29 Andreas Veithen : > Here is one example: > > https://builds.apache.org/view/A-F/view/Axis2/job/sandesha2-1.6/110/ > > Note that after that failure I switched the build to Maven 2.2.1, > which is why #111 completed successfully. > > Andreas > > On Thu, Dec 29, 2011 at 21:28, Olivier Lamy wrote: >> Hello, >> Looks to be a Jenkins issue here. >> Can you give me the link to the build which generate that ? >> >> 2011/12/29 Andreas Veithen : >>> On Thu, Dec 29, 2011 at 16:08, Niklas Gustavsson = wrote: >>>> On Thu, Dec 29, 2011 at 1:44 PM, Andreas Veithen >>>> wrote: >>>>> OK, thanks. Let me know when the upgrade is done. I will then switch = a >>>>> couple of builds back to Ubuntu (instead of ubuntu1||ubuntu2||ubuntu3= ) >>>>> to check if that solves the issue. >>>> >>>> Done. >>>> >>>> /niklas >>> >>> Now I'm getting another failure: >>> >>> org.apache.maven.InternalErrorException: Internal error: >>> java.lang.NullPointerException >>> =A0 =A0 =A0 at org.apache.maven.lifecycle.internal.BuilderCommon.handle= BuildError(BuilderCommon.java:128) >>> =A0 =A0 =A0 at org.apache.maven.lifecycle.internal.LifecycleModuleBuild= er.buildProject(LifecycleModuleBuilder.java:95) >>> =A0 =A0 =A0 at org.apache.maven.lifecycle.internal.LifecycleModuleBuild= er.buildProject(LifecycleModuleBuilder.java:59) >>> =A0 =A0 =A0 at org.apache.maven.lifecycle.internal.LifecycleStarter.sin= gleThreadedBuild(LifecycleStarter.java:183) >>> =A0 =A0 =A0 at org.apache.maven.lifecycle.internal.LifecycleStarter.exe= cute(LifecycleStarter.java:161) >>> =A0 =A0 =A0 at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.jav= a:319) >>> =A0 =A0 =A0 at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:= 156) >>> =A0 =A0 =A0 at org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Mav= en3Launcher.java:79) >>> =A0 =A0 =A0 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Meth= od) >>> =A0 =A0 =A0 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethod= AccessorImpl.java:39) >>> =A0 =A0 =A0 at sun.reflect.DelegatingMethodAccessorImpl.invoke(Delegati= ngMethodAccessorImpl.java:25) >>> =A0 =A0 =A0 at java.lang.reflect.Method.invoke(Method.java:592) >>> =A0 =A0 =A0 at org.codehaus.plexus.classworlds.launcher.Launcher.launch= Standard(Launcher.java:329) >>> =A0 =A0 =A0 at org.codehaus.plexus.classworlds.launcher.Launcher.launch= (Launcher.java:239) >>> =A0 =A0 =A0 at org.jvnet.hudson.maven3.agent.Maven3Main.launch(Maven3Ma= in.java:158) >>> =A0 =A0 =A0 at hudson.maven.Maven3Builder.call(Maven3Builder.java:112) >>> =A0 =A0 =A0 at hudson.maven.Maven3Builder.call(Maven3Builder.java:70) >>> =A0 =A0 =A0 at hudson.remoting.UserRequest.perform(UserRequest.java:118= ) >>> =A0 =A0 =A0 at hudson.remoting.UserRequest.perform(UserRequest.java:48) >>> =A0 =A0 =A0 at hudson.remoting.Request$2.run(Request.java:287) >>> =A0 =A0 =A0 at java.util.concurrent.Executors$RunnableAdapter.call(Exec= utors.java:417) >>> =A0 =A0 =A0 at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask= .java:269) >>> =A0 =A0 =A0 at java.util.concurrent.FutureTask.run(FutureTask.java:123) >>> =A0 =A0 =A0 at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(T= hreadPoolExecutor.java:651) >>> =A0 =A0 =A0 at java.util.concurrent.ThreadPoolExecutor$Worker.run(Threa= dPoolExecutor.java:676) >>> =A0 =A0 =A0 at java.lang.Thread.run(Thread.java:595) >>> Caused by: java.lang.NullPointerException >>> =A0 =A0 =A0 at hudson.maven.ExecutedMojo.getMojoClass(ExecutedMojo.java= :114) >>> =A0 =A0 =A0 at hudson.maven.ExecutedMojo.(ExecutedMojo.java:99) >>> =A0 =A0 =A0 at hudson.maven.Maven3Builder$MavenExecutionListener.record= ExecutionTime(Maven3Builder.java:524) >>> =A0 =A0 =A0 at hudson.maven.Maven3Builder$MavenExecutionListener.record= MojoSucceeded(Maven3Builder.java:493) >>> =A0 =A0 =A0 at hudson.maven.Maven3Builder$MavenExecutionListener.forkSu= cceeded(Maven3Builder.java:601) >>> =A0 =A0 =A0 at org.apache.maven.lifecycle.internal.DefaultExecutionEven= tCatapult.fire(DefaultExecutionEventCatapult.java:97) >>> =A0 =A0 =A0 at org.apache.maven.lifecycle.internal.DefaultExecutionEven= tCatapult.fire(DefaultExecutionEventCatapult.java:42) >>> =A0 =A0 =A0 at org.apache.maven.lifecycle.internal.MojoExecutor.execute= ForkedExecutions(MojoExecutor.java:383) >>> =A0 =A0 =A0 at org.apache.maven.lifecycle.internal.MojoExecutor.execute= (MojoExecutor.java:199) >>> =A0 =A0 =A0 at org.apache.maven.lifecycle.internal.MojoExecutor.execute= (MojoExecutor.java:153) >>> =A0 =A0 =A0 at org.apache.maven.lifecycle.internal.MojoExecutor.execute= (MojoExecutor.java:145) >>> =A0 =A0 =A0 at org.apache.maven.lifecycle.internal.LifecycleModuleBuild= er.buildProject(LifecycleModuleBuilder.java:84) >>> =A0 =A0 =A0 ... 24 more >>> >>> The first two failures actually occurred in two different builds at >>> the following times: >>> >>> Thu Dec 29 13:31:31 UTC 2011 >>> Thu Dec 29 13:32:01 UTC 2011 >>> >>> This may actually be before the upgrade. It also looks like this >>> affects Maven 3.0.3, but not Maven 2.2.1. >>> >>> Andreas >> >> >> >> -- >> Olivier Lamy >> Talend: http://coders.talend.com >> http://twitter.com/olamy | http://linkedin.com/in/olamy --=20 Olivier Lamy Talend: http://coders.talend.com http://twitter.com/olamy | http://linkedin.com/in/olamy