Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » Problem update an RCP app through P2 (Cannot complete the install because of a conflicting dependenc
Problem update an RCP app through P2 (Cannot complete the install because of a conflicting dependenc [message #492723] Wed, 21 October 2009 14:09 Go to next message
Massimiliano Ziccardi is currently offline Massimiliano ZiccardiFriend
Messages: 12
Registered: July 2009
Junior Member
Hi all.
I've some problem with P2 with my RCP application.

I have my working RCP app. I tried to create an update site updating one
of the feature of my app and then run the software update.

Simply running 'update' says nothing must be updated : that's wrong,
because I know there's one plugin to update.

So I tried with install new software. Follows what I get. Do you have
any idea/advice?

Your original request has been modified.
"Filechooser Server" is already installed, so an update will be
performed instead.
Cannot complete the install because of a conflicting dependency.
Software being installed: Filechooser Server 1.0.1
(it.intesa.tdplatform.features.server.filechooser.feature.gr oup 1.0.1)
Software currently installed: Rich Trusted Client 1.0.0
(it.intesa.tdplatform.TDP_RCP.product 1.0.0)
Only one of the following can be installed at once:
Filechooser Server 1.0.1
(it.intesa.tdplatform.features.server.filechooser.feature.ja r 1.0.1)
Filechooser Server 1.0.0
(it.intesa.tdplatform.features.server.filechooser.feature.ja r 1.0.0)
Cannot satisfy dependency:
From: Rich Trusted Client 1.0.0
(it.intesa.tdplatform.TDP_RCP.product 1.0.0)
To: it.intesa.tdplatform.features.server.filechooser.feature.gro up
[1.0.0]
Cannot satisfy dependency:
From: Filechooser Server 1.0.0
(it.intesa.tdplatform.features.server.filechooser.feature.gr oup 1.0.0)
To: it.intesa.tdplatform.features.server.filechooser.feature.jar
[1.0.0]
Cannot satisfy dependency:
From: Filechooser Server 1.0.1
(it.intesa.tdplatform.features.server.filechooser.feature.gr oup 1.0.1)
To: it.intesa.tdplatform.features.server.filechooser.feature.jar
[1.0.1]


Thanks,
Massimiliano
Re: Problem update an RCP app through P2 (Cannot complete the install because of a conflicting depen [message #492818 is a reply to message #492723] Wed, 21 October 2009 20:45 Go to previous messageGo to next message
Christian is currently offline ChristianFriend
Messages: 72
Registered: July 2009
Member
Massimiliano Ziccardi schrieb:
> Hi all.
> I've some problem with P2 with my RCP application.
>
> I have my working RCP app. I tried to create an update site updating one
> of the feature of my app and then run the software update.
>
> Simply running 'update' says nothing must be updated : that's wrong,
> because I know there's one plugin to update.
>
> So I tried with install new software. Follows what I get. Do you have
> any idea/advice?
>
> Your original request has been modified.
> "Filechooser Server" is already installed, so an update will be
> performed instead.
> Cannot complete the install because of a conflicting dependency.
> Software being installed: Filechooser Server 1.0.1
> (it.intesa.tdplatform.features.server.filechooser.feature.gr oup 1.0.1)
> Software currently installed: Rich Trusted Client 1.0.0
> (it.intesa.tdplatform.TDP_RCP.product 1.0.0)
> Only one of the following can be installed at once:
> Filechooser Server 1.0.1
> (it.intesa.tdplatform.features.server.filechooser.feature.ja r 1.0.1)
> Filechooser Server 1.0.0
> (it.intesa.tdplatform.features.server.filechooser.feature.ja r 1.0.0)
> Cannot satisfy dependency:
> From: Rich Trusted Client 1.0.0
> (it.intesa.tdplatform.TDP_RCP.product 1.0.0)
> To: it.intesa.tdplatform.features.server.filechooser.feature.gro up
> [1.0.0]
> Cannot satisfy dependency:
> From: Filechooser Server 1.0.0
> (it.intesa.tdplatform.features.server.filechooser.feature.gr oup 1.0.0)
> To: it.intesa.tdplatform.features.server.filechooser.feature.jar
> [1.0.0]
> Cannot satisfy dependency:
> From: Filechooser Server 1.0.1
> (it.intesa.tdplatform.features.server.filechooser.feature.gr oup 1.0.1)
> To: it.intesa.tdplatform.features.server.filechooser.feature.jar
> [1.0.1]
>
>
> Thanks,
> Massimiliano

problem is probably that you tried to update some feature which is
contained in a Product.

for updating features contained in a product you have to use the
metadatarpo created on export... (so update the product itself.. not a
feature contaied in it)

Only independent features can be updated in the old way ...

Christian
Re: Problem update an RCP app through P2 (Cannot complete the install because of a conflicting depen [message #493174 is a reply to message #492723] Fri, 23 October 2009 13:24 Go to previous message
Benjamin Zeiss is currently offline Benjamin ZeissFriend
Messages: 29
Registered: July 2009
Junior Member
Do you by any chance try to update and RCP app that is installed into
c:\program files\ on Vista or Windows 7 or some other write protected
directory? Unfortunately nobody answered my post here that i asked a few
weeks. It seems to me that the update sites from the p2.inf disappear
when the p2 directory is not writeable.

news://news.eclipse.org:119/hamnvt$s5$1@build.eclipse.org

The product thing is certainly a possibility too, but my understanding
is that this should not be an issue when you version your product file
with .qualifier which is replaced during the build process.

Ben

Massimiliano Ziccardi schrieb:
> Hi all.
> I've some problem with P2 with my RCP application.
>
> I have my working RCP app. I tried to create an update site updating one
> of the feature of my app and then run the software update.
>
> Simply running 'update' says nothing must be updated : that's wrong,
> because I know there's one plugin to update.
>
> So I tried with install new software. Follows what I get. Do you have
> any idea/advice?
>
> Your original request has been modified.
> "Filechooser Server" is already installed, so an update will be
> performed instead.
> Cannot complete the install because of a conflicting dependency.
> Software being installed: Filechooser Server 1.0.1
> (it.intesa.tdplatform.features.server.filechooser.feature.gr oup 1.0.1)
> Software currently installed: Rich Trusted Client 1.0.0
> (it.intesa.tdplatform.TDP_RCP.product 1.0.0)
> Only one of the following can be installed at once:
> Filechooser Server 1.0.1
> (it.intesa.tdplatform.features.server.filechooser.feature.ja r 1.0.1)
> Filechooser Server 1.0.0
> (it.intesa.tdplatform.features.server.filechooser.feature.ja r 1.0.0)
> Cannot satisfy dependency:
> From: Rich Trusted Client 1.0.0
> (it.intesa.tdplatform.TDP_RCP.product 1.0.0)
> To: it.intesa.tdplatform.features.server.filechooser.feature.gro up
> [1.0.0]
> Cannot satisfy dependency:
> From: Filechooser Server 1.0.0
> (it.intesa.tdplatform.features.server.filechooser.feature.gr oup 1.0.0)
> To: it.intesa.tdplatform.features.server.filechooser.feature.jar
> [1.0.0]
> Cannot satisfy dependency:
> From: Filechooser Server 1.0.1
> (it.intesa.tdplatform.features.server.filechooser.feature.gr oup 1.0.1)
> To: it.intesa.tdplatform.features.server.filechooser.feature.jar
> [1.0.1]
>
>
> Thanks,
> Massimiliano
Previous Topic:Start application maximize
Next Topic:Add AutoEditStrategy to my Source Viewer
Goto Forum:
  


Current Time: Thu Apr 18 23:46:50 GMT 2024

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

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

Back to the top