Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [nebula-dev] Since 04/15/2015 using Eclipse Update-Site errors Tycho Builds

Thanks a lot Wim,

Not sure what it meens for me at the moment. Does the issue indicate to change signing procedure in nebula build jobs or is it on my end to change how I use P2 Repository with TYCHO?

Cheers

- Frank

2015-04-22 9:26 GMT+02:00 Wim Jongman <wim.jongman@xxxxxxxxx>:
Hi Frank,

I filed a bug [1]. The logical reason is a change in the signing service [2]. Please see the cross project mailing list for discussions about the signing service [3] especially this thread [4].

Cheers,

Wim

On Tue, Apr 21, 2015 at 2:52 PM, Frank Gasdorf <fgdrf@xxxxxxxxxxxxxxxxxxxxx> wrote:
I'm using nebula gallery widget and get follwowing errors since April, 15th.

It seems that signing has changed between version 0.6.0.201504080923 and 0.6.0.201504150758 from SHA1-Digest to SHA-256-Digest.

What are the consequences and implications for users? How can I get my project compiling again?

Thanks in advance

Maven-Output

[INFO] Downloading org.eclipse.nebula.widgets.
gallery
[INFO] Fetching org.eclipse.nebula.widgets.gallery_0.6.0.201504200907.jar (0B of 114,42kB at 0B/s) from http://download.eclipse.org/technology/nebula/snapshot/plugins/
[INFO] 1 operation remaining.
[INFO] Fetching org.eclipse.nebula.widgets.gallery_0.6.0.201504200907.jar (4kB of 114,42kB at 0B/s) from http://download.eclipse.org/technology/nebula/snapshot/plugins/
[ERROR] Internal error: java.lang.RuntimeException: "Messages while trying children repositories.": ["": ["Problems downloading artifact: osgi.bundle,org.eclipse.nebula.widgets.gallery,0.6.0.201504200
907.": ["Error reading signed content:C:\Users\fgdrf\AppData\Local\Temp\signatureFile6731347807242863988.jar"]]] -> [Help 1]
org.apache.maven.InternalErrorException: Internal error: java.lang.RuntimeException: "Messages while trying children repositories.": ["": ["Problems downloading artifact: osgi.bundle,org.eclipse.nebul
a.widgets.gallery,0.6.0.201504200907.": ["Error reading signed content:C:\Users\fgdrf\AppData\Local\Temp\signatureFile6731347807242863988.jar"]]]
        at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:168)
        at org.apache.maven.cli.MavenCli.execute(MavenCli.java:537)
        at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:196)
        at org.apache.maven.cli.MavenCli.main(MavenCli.java:141)
        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.launchEnhanced(Launcher.java:290)
        at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:230)
        at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:409)
        at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:352)
Caused by: java.lang.RuntimeException: "Messages while trying children repositories.": ["": ["Problems downloading artifact: osgi.bundle,org.eclipse.nebula.widgets.gallery,0.6.0.201504200907.": ["Erro
r reading signed content:C:\Users\fgdrf\AppData\Local\Temp\signatureFile6731347807242863988.jar"]]]
        at org.eclipse.tycho.p2.impl.resolver.ResolutionContextImpl.downloadArtifacts(ResolutionContextImpl.java:515)
        at org.eclipse.tycho.p2.impl.resolver.P2ResolverImpl.resolveProject(P2ResolverImpl.java:105)
        at org.eclipse.tycho.p2.impl.resolver.P2ResolverImpl.resolveProject(P2ResolverImpl.java:69)
        at org.eclipse.tycho.p2.resolver.P2TargetPlatformResolver.doResolvePlatform(P2TargetPlatformResolver.java:342)
        at org.eclipse.tycho.p2.resolver.P2TargetPlatformResolver.resolvePlatform(P2TargetPlatformResolver.java:162)
        at org.eclipse.tycho.core.resolver.DefaultTychoDependencyResolver.resolveProject(DefaultTychoDependencyResolver.java:85)
        at org.eclipse.tycho.core.maven.TychoMavenLifecycleParticipant.afterProjectsRead(TychoMavenLifecycleParticipant.java:91)
        at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:274)
        at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
        ... 11 more

_______________________________________________
nebula-dev mailing list
nebula-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/nebula-dev



Back to the top