Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Nebula » Updating product causes artifacts problems
Updating product causes artifacts problems [message #1705618] Mon, 17 August 2015 20:45 Go to next message
Alex Kravets is currently offline Alex KravetsFriend
Messages: 561
Registered: November 2009
Senior Member
Hello,

When I updating my product that uses Nebula widget I get the following error:

An error occurred while collecting items to be installed
session context was:(profile=DefaultProfile, phase=org.eclipse.equinox.internal.p2.engine.phases.Collect, operand=, action=).
Problems downloading artifact: osgi.bundle,org.eclipse.nebula.widgets.grid,1.0.0.201508142003.
Error reading signed content:/tmp/signatureFile33130143692620178.jar
An error occurred while processing the signatures for the file: /tmp/signatureFile33130143692620178.jar
Problems downloading artifact: osgi.bundle,org.eclipse.nebula.widgets.grid.source,1.0.0.201508142003.
Error reading signed content:/tmp/signatureFile7737537058941296546.jar
An error occurred while processing the signatures for the file: /tmp/signatureFile7737537058941296546.jar
Problems downloading artifact: org.eclipse.update.feature,org.eclipse.nebula.widgets.grid.feature,1.0.0.201508142003.
Error reading signed content:/tmp/signatureFile3244476115691037436.jar
An error occurred while processing the signatures for the file: /tmp/signatureFile3244476115691037436.jar

Any ideas what causes this issue?

Thanks,
Alex
Re: Updating product causes artifacts problems [message #1705620 is a reply to message #1705618] Mon, 17 August 2015 20:53 Go to previous messageGo to next message
Wim Jongman is currently offline Wim JongmanFriend
Messages: 493
Registered: July 2009
Senior Member

Hi Alex,

I just downloaded a fresh copy of nebula and it works fine for me.

Does the problem persist if you try again? Try installing from a fresh workspace?

Regards,

Wim
Re: Updating product causes artifacts problems [message #1705621 is a reply to message #1705620] Mon, 17 August 2015 20:57 Go to previous messageGo to next message
Alex Kravets is currently offline Alex KravetsFriend
Messages: 561
Registered: November 2009
Senior Member
Installing from vanilla Eclipse works fine, but updating my product does not. Not sure if it helps, but both versions that I have in update site and Nebula repository are the same. May be something is wrong in my local install, but I am not sure what it is.

Also just tried to update older releases of the product to update to a newer, but not current version (for example, versions 1,2,3), so if I update from 2 to 3 I get error in my original post, but if I update from 1 to 2 I get the following error:

An error occurred while collecting items to be installed
session context was:(profile=DefaultProfile, phase=org.eclipse.equinox.internal.p2.engine.phases.Collect, operand=, action=).
Problems downloading artifact: osgi.bundle,org.eclipse.nebula.widgets.grid,1.0.0.201507082315.
Error reading signed content:/tmp/signatureFile2631476240777388709.jar
An error occurred while processing the signatures for the file: /tmp/signatureFile2631476240777388709.jar
Problems downloading artifact: osgi.bundle,org.eclipse.nebula.widgets.grid.source,1.0.0.201507082315.
Error reading signed content:/tmp/signatureFile3616442158019320953.jar
An error occurred while processing the signatures for the file: /tmp/signatureFile3616442158019320953.jar
Problems downloading artifact: org.eclipse.update.feature,org.eclipse.nebula.widgets.grid.feature,1.0.0.201507082315.
Error reading signed content:/tmp/signatureFile1315231602076107400.jar
An error occurred while processing the signatures for the file: /tmp/signatureFile1315231602076107400.jar


And I know for a fact that update form 1 to 2 was working fine before.

[Updated on: Mon, 17 August 2015 21:00]

Report message to a moderator

Re: Updating product causes artifacts problems [message #1705754 is a reply to message #1705621] Tue, 18 August 2015 20:12 Go to previous messageGo to next message
Alex Kravets is currently offline Alex KravetsFriend
Messages: 561
Registered: November 2009
Senior Member
I ended up building org.eclipse.nebula.widgets.grid myself and this solves the issue. Still not sure what's is the problem with updating form Nebula update site.
Re: Updating product causes artifacts problems [message #1719755 is a reply to message #1705754] Mon, 11 January 2016 19:50 Go to previous message
Alex Kravets is currently offline Alex KravetsFriend
Messages: 561
Registered: November 2009
Senior Member
I stated having same issues with different widget, this time it's date chooser.

Whenever I try to update product to a newer version, a version that does not use date chooser, I get the following error:

An error occurred while collecting items to be installed
session context was:(profile=DefaultProfile, phase=org.eclipse.equinox.internal.p2.engine.phases.Collect, operand=, action=).
Problems downloading artifact: osgi.bundle,org.eclipse.nebula.widgets.datechooser,1.0.0.201511041902.
Error reading signed content:/tmp/signatureFile1315163590096343512.jar
An error occurred while processing the signatures for the file: /tmp/signatureFile1315163590096343512.jar
Problems downloading artifact: org.eclipse.update.feature,org.eclipse.nebula.widgets.datechooser.feature,1.0.0.201511041902.
Error reading signed content:/tmp/signatureFile8186120701889000795.jar
An error occurred while processing the signatures for the file: /tmp/signatureFile8186120701889000795.jar
Problems downloading artifact: osgi.bundle,org.eclipse.nebula.widgets.datechooser.source,1.0.0.201511041902.
Error reading signed content:/tmp/signatureFile1500743330599578444.jar
An error occurred while processing the signatures for the file: /tmp/signatureFile1500743330599578444.jar
Problems downloading artifact: osgi.bundle,org.eclipse.nebula.widgets.formattedtext,1.0.0.201511041902.
Error reading signed content:/tmp/signatureFile1097997051656542774.jar
An error occurred while processing the signatures for the file: /tmp/signatureFile1097997051656542774.jar
Problems downloading artifact: org.eclipse.update.feature,org.eclipse.nebula.widgets.formattedtext.feature,1.0.0.201511041902.
Error reading signed content:/tmp/signatureFile8361133969171828496.jar
An error occurred while processing the signatures for the file: /tmp/signatureFile8361133969171828496.jar
Problems downloading artifact: osgi.bundle,org.eclipse.nebula.widgets.formattedtext.source,1.0.0.201511041902.
Error reading signed content:/tmp/signatureFile332899736244089153.jar
An error occurred while processing the signatures for the file: /tmp/signatureFile332899736244089153.jar


This time I did not go against snapshot update site, but downloaded Nebula Incubator update site zip file and hosted it on our server. If you read my previous post on this thread, you'll see that I resolved issue with grid widget by building org.eclipse.nebula.widgets.grid myself and hosting it on our server. I'd like to find out what is the cause of this issue rather than doing what I did with grid widget for date chooser.

Software works fine when I run the product version that uses date chooser, problems occurs only when I am updating from older version to newer one.

[Updated on: Mon, 11 January 2016 20:05]

Report message to a moderator

Previous Topic:Nebula grid Mouse Drag Listner
Next Topic:Cell selection on Grid
Goto Forum:
  


Current Time: Wed Apr 24 16:17:56 GMT 2024

Powered by FUDForum. Page generated in 0.03733 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top