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

Thanks, Jan.  I think the key was to repoint the repository. 

Your fix was good, our build proceeds as expected now.

Rock on,

pete

On Mon, Dec 19, 2011 at 3:14 AM, Sievers, Jan <jan.sievers@xxxxxxx> wrote:
just to be sure, try building with maven commandline option --update-snapshots.
Note that according to Igor's post [1], tycho SNAPSHOTS are now on


<pluginRepositories>
  <pluginRepository>
    <id>tycho-snapshots</id>
    <url>https://oss.sonatype.org/content/groups/public/</url>
  </pluginRepository>
</pluginRepositories>

If the error persists, it must have a different root cause.

If you can reproduce the problem and can provide a stripped down sample project including hudson job config.xml, open a bug [2].
Please also provide the hudson/jenkins version you are using as well as relevant hudson/jenkins plugins versions.

Regards,
Jan

[1] http://dev.eclipse.org/mhonarc/lists/tycho-dev/msg00421.html
[2] https://bugs.eclipse.org/bugs/enter_bug.cgi?product=Tycho&rep_platform=All&op_sys=All

From: tycho-user-bounces@xxxxxxxxxxx [mailto:tycho-user-bounces@xxxxxxxxxxx] On Behalf Of Peter Murray
Sent: Freitag, 16. Dezember 2011 18:21
To: Tycho user list
Subject: Re: [tycho-user] stack from 0.14.0-SNAPSHOT

Hi Jan,

I'm still getting the problem - the snapshot should update itself, right?  No need to clear out the local repo?

I've reverted again to 0.13.0 and that resolves it.

-pete

On Wed, Dec 14, 2011 at 3:34 AM, Sievers, Jan <jan.sievers@xxxxxxx> wrote:
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
_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/tycho-user




--
-pete
peter m. murray
pete@xxxxxxxxxxx
_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/tycho-user



--
-pete
peter m. murray
pete@xxxxxxxxxxx

Back to the top