Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Equinox » RCP app wont update after upgrade to org.eclipse.rcp 3.5.1
RCP app wont update after upgrade to org.eclipse.rcp 3.5.1 [message #493753] Tue, 27 October 2009 20:11
Michael Y is currently offline Michael YFriend
Messages: 5
Registered: July 2009
Junior Member
Hello,

I have an RCP app that is based on a product definition that contains
features. The structure is as follows.

-Product
-RCPFeature
-RCP Plugins
-MyFeature
-My Plugins
-UpdateFeature
-Update plugin(Contains the p2 update coded based on the Headless
update code found here
http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.equinox /p2/examples/org.eclipse.equinox.p2.examples.rcp.prestartupd ate/src/org/eclipse/equinox/p2/examples/rcp/prestartupdate/P 2Util.java?root=RT_Project&view=markup
)

Once I moved over to the new rcp feature 3.5.1 from 3.5.0. I get this
error during the update process. Is this the proper way to update the
rcp feature or am I missing something?


java.lang.Throwable: Cannot complete the install because of a
conflicting dependency.
at com.i9technologies.isymphony.update.Updater$1.run(Updater.ja va:310)
at
org.eclipse.jface.operation.ModalContext.runInCurrentThread( ModalContext.java:464)
at org.eclipse.jface.operation.ModalContext.run(ModalContext.ja va:372)
at
org.eclipse.jface.dialogs.ProgressMonitorDialog.run(Progress MonitorDialog.java:507)
at com.i9technologies.isymphony.update.Updater.updateCore(Updat er.java:331)
at
com.i9technologies.isymphony.update.Updater.updateFromURL(Up dater.java:76)
at
com.i9technologies.isymphony.connectioncoreplugin.model.Prof ile$14.run(Unknown
Source)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:3 5)
at
org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchr onizer.java:134)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.jav a:3855)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :3476)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a:2405)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2369)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:22 21)
at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:500)
at
org.eclipse.core.databinding.observable.Realm.runWithDefault (Realm.java:332)
at
org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Work bench.java:493)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.j ava:149)
at
com.i9technologies.isymphony.isymphonyclientrcp.Application. start(Unknown
Source)
at
org.eclipse.equinox.internal.app.EclipseAppHandle.run(Eclips eAppHandle.java:194)
at
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .runApplication(EclipseAppLauncher.java:110)
at
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .start(EclipseAppLauncher.java:79)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:368)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:179)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java: 559)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:514)
at org.eclipse.equinox.launcher.Main.run(Main.java:1311)

Best Regards,
Mike Yara
Previous Topic:config admin service seems not to launch !?
Next Topic:servletbridge changes
Goto Forum:
  


Current Time: Thu Apr 25 15:33:40 GMT 2024

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

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

Back to the top