Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] stack from 0.14.0-SNAPSHOT

there was actually a bug in our maven execution listener.

fixed with http://git.eclipse.org/c/tycho/org.eclipse.tycho.git/commit/?id=5e3be8b5149fd71f1691b6fc213b877b3153a94a 

Peter, can you verify this fixes your problem ?

Have to wait for a new SNAPSHOT build (couple of hours from now should be OK).

Regards,
Jan

-----Original Message-----
From: tycho-user-bounces@xxxxxxxxxxx [mailto:tycho-user-bounces@xxxxxxxxxxx] On Behalf Of Sievers, Jan
Sent: Mittwoch, 14. Dezember 2011 09:05
To: Tycho user list
Subject: Re: [tycho-user] stack from 0.14.0-SNAPSHOT

is this only happening with 0.14.0-SNAPSHOT?

may be caused by 
https://github.com/eclipse/tycho/commit/d5335c059c8aaf836e1ad15aaf2bd186f2497fef 


Still it's probably a Jenkins bug if they cannot cope with a non-standard maven execution listener.

Regards,
Jan


-----Original Message-----
From: tycho-user-bounces@xxxxxxxxxxx [mailto:tycho-user-bounces@xxxxxxxxxxx] On Behalf Of Igor Fedorenko
Sent: Dienstag, 13. Dezember 2011 20:59
To: tycho-user@xxxxxxxxxxx
Subject: Re: [tycho-user] stack from 0.14.0-SNAPSHOT

The NPE is in hudson.maven.reporters.MavenFingerprinter, which is not
related to Tycho. Our Hudson instance runs Tycho builds without any
issues, so it looks like Jenkins-specific problem.

--
Regards,
Igor

On 11-12-13 1:39 PM, Peter Murray wrote:
> When I upgrade to 0.14.0-SNAPSHOT, I get the following from my CI
> Jenkins build.  Does this mean anything to you guys?
>
> Cheers,
>
> pete
>
> org.apache.maven.InternalErrorException: Internal error: java.lang.NullPointerException
> 	at org.apache.maven.lifecycle.internal.BuilderCommon.handleBuildError(BuilderCommon.java:128)
> 	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:95)
> 	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
> 	at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
> 	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
> 	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:319)
> 	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
> 	at org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:79)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> 	at java.lang.reflect.Method.invoke(Method.java:597)
> 	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:329)
> 	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239)
> 	at org.jvnet.hudson.maven3.agent.Maven3Main.launch(Maven3Main.java:158)
> 	at hudson.maven.Maven3Builder.call(Maven3Builder.java:122)
> 	at hudson.maven.Maven3Builder.call(Maven3Builder.java:74)
> 	at hudson.remoting.UserRequest.perform(UserRequest.java:118)
> 	at hudson.remoting.UserRequest.perform(UserRequest.java:48)
> 	at hudson.remoting.Request$2.run(Request.java:287)
> 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
> 	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
> 	at java.util.concurrent.FutureTask.run(FutureTask.java:138)
> 	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
> 	at java.lang.Thread.run(Thread.java:619)
> Caused by: java.lang.NullPointerException
> 	at hudson.maven.reporters.MavenFingerprinter.record(MavenFingerprinter.java:143)
> 	at hudson.maven.reporters.MavenFingerprinter.postExecute(MavenFingerprinter.java:87)
> 	at hudson.maven.Maven3Builder$MavenExecutionListener.recordMojoSucceeded(Maven3Builder.java:582)
> 	at hudson.maven.Maven3Builder$MavenExecutionListener.mojoSucceeded(Maven3Builder.java:545)
> 	at org.eclipse.tycho.core.maven.ChainedExecutionListener.mojoSucceeded(ChainedExecutionListener.java:125)
> 	at org.apache.maven.lifecycle.internal.DefaultExecutionEventCatapult.fire(DefaultExecutionEventCatapult.java:87)
> 	at org.apache.maven.lifecycle.internal.DefaultExecutionEventCatapult.fire(DefaultExecutionEventCatapult.java:42)
> 	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:228)
> 	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
> 	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
> 	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
> 	... 24 more
>
>
>
>
> --
> -pete
> peter m. murray
> pete@xxxxxxxxxxx <mailto:pete@xxxxxxxxxxx>
>
>
> _______________________________________________
> tycho-user mailing list
> tycho-user@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/tycho-user
_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/tycho-user
_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/tycho-user


Back to the top