Skip to main content



      Home
Home » Eclipse Projects » Rich Client Platform (RCP) » Product Export Problem after update
Product Export Problem after update [message #460141] Thu, 14 December 2006 13:14 Go to next message
Eclipse UserFriend
Hello,

I used the update manager and it downloaded some patches and updated my
osgi jar from osgi_3.2.1.R32x_v20060919 to osgi_3.2.2.R32x_v20061101.
Now when I go to export my product I get an error message that says it
cannot find the older version of the osgi jar. Both jars are in the
eclipse/plugin directory.

I found this in the error log for the update manager when connecting to
the Eclipse project update site.

eclipse.buildId=M20060921-0945
java.version=1.5.0_10
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
Command-line arguments: -os win32 -ws win32 -arch x86 -clean

Error
Thu Dec 14 12:01:11 EST 2006
Digest could not be parsed:Unable to retrieve remote reference
"http://download.eclipse.org/updates/3.2/digest.zip". [Server returned
HTTP response code: "404 Not Found" for URL:
http://download.eclipse.org/updates/3.2/digest.zip.]


Any help would be appreciated.
Re: Product Export Problem after update [message #460499 is a reply to message #460141] Thu, 21 December 2006 12:42 Go to previous messageGo to next message
Eclipse UserFriend
James,
When export says it can't find a version of a plugin, what it really means is
that it can't find that plugin in its internal state. Because osgi is a
singleton bundle, there will only be one of them in the state, and generally
that will be the one with the higher version number.

If you have a particular need to use the older one, put version restrictions on
your bundle dependencies and these restrictions should cause the old one to be
used instead.

Otherwise, if you are using a feature.xml for the export, check that it does not
specify a specific version to use, use 0.0.0 and the zeros will be replaced
during the export with the actual version chosen.

-Andrew

James Leotta wrote:
> Hello,
>
> I used the update manager and it downloaded some patches and updated my
> osgi jar from osgi_3.2.1.R32x_v20060919 to osgi_3.2.2.R32x_v20061101.
> Now when I go to export my product I get an error message that says it
> cannot find the older version of the osgi jar. Both jars are in the
> eclipse/plugin directory.
>
> I found this in the error log for the update manager when connecting to
> the Eclipse project update site.
>
> eclipse.buildId=M20060921-0945
> java.version=1.5.0_10
> java.vendor=Sun Microsystems Inc.
> BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
> Command-line arguments: -os win32 -ws win32 -arch x86 -clean
>
> Error
> Thu Dec 14 12:01:11 EST 2006
> Digest could not be parsed:Unable to retrieve remote reference
> "http://download.eclipse.org/updates/3.2/digest.zip". [Server returned
> HTTP response code: "404 Not Found" for URL:
> http://download.eclipse.org/updates/3.2/digest.zip.]
>
>
> Any help would be appreciated.
Re: Product Export Problem after update [message #460530 is a reply to message #460499] Thu, 21 December 2006 13:27 Go to previous message
Eclipse UserFriend
I've just realized these problems are to do with the RCP 3.2.1 feature patch.

It looks like feature patches are something I need to learn about,
but try adding the org.eclipse.rcp.3.2.1.patch feature to your product.

-Andrew

Andrew Niefer wrote:
> James,
> When export says it can't find a version of a plugin, what it really
> means is that it can't find that plugin in its internal state. Because
> osgi is a singleton bundle, there will only be one of them in the state,
> and generally that will be the one with the higher version number.
>
> If you have a particular need to use the older one, put version
> restrictions on your bundle dependencies and these restrictions should
> cause the old one to be used instead.
>
> Otherwise, if you are using a feature.xml for the export, check that it
> does not specify a specific version to use, use 0.0.0 and the zeros will
> be replaced during the export with the actual version chosen.
>
> -Andrew
>
> James Leotta wrote:
>> Hello,
>>
>> I used the update manager and it downloaded some patches and updated
>> my osgi jar from osgi_3.2.1.R32x_v20060919 to
>> osgi_3.2.2.R32x_v20061101. Now when I go to export my product I get an
>> error message that says it cannot find the older version of the osgi
>> jar. Both jars are in the eclipse/plugin directory.
>>
>> I found this in the error log for the update manager when connecting
>> to the Eclipse project update site.
>>
>> eclipse.buildId=M20060921-0945
>> java.version=1.5.0_10
>> java.vendor=Sun Microsystems Inc.
>> BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
>> Command-line arguments: -os win32 -ws win32 -arch x86 -clean
>>
>> Error
>> Thu Dec 14 12:01:11 EST 2006
>> Digest could not be parsed:Unable to retrieve remote reference
>> "http://download.eclipse.org/updates/3.2/digest.zip". [Server returned
>> HTTP response code: "404 Not Found" for URL:
>> http://download.eclipse.org/updates/3.2/digest.zip.]
>>
>>
>> Any help would be appreciated.
Previous Topic:Splash display time configurable
Next Topic:Export based on feature - Unable to find plugin
Goto Forum:
  


Current Time: Sat Mar 15 01:44:06 EDT 2025

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

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

Back to the top