- This topic has 1 reply, 2 voices, and was last updated 14 years, 4 months ago by support-shalini.
-
AuthorPosts
-
Chris ParsonsParticipantI have not use MyEclipse for a while and thought I would check the update situation (using Pulse) and got a message saying there was a dependency problem?
Cleared out the log files, started with the -clean flag and have got the following in the error log?
!SESSION 2010-07-08 10:57:44.060 ———————————————–
eclipse.buildId=unknown
java.version=1.6.0_13
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_GB
Command-line arguments: -os win32 -ws win32 -arch x86 -clean!ENTRY org.eclipse.equinox.registry 2 0 2010-07-08 10:57:49.301
!MESSAGE The extensions and extension-points from the bundle “org.eclipse.epf.richtext” are ignored. The bundle is not marked as singleton.!ENTRY org.eclipse.jface 2 0 2010-07-08 10:58:01.969
!MESSAGE Keybinding conflicts occurred. They may interfere with normal accelerator operation.
!SUBENTRY 1 org.eclipse.jface 2 0 2010-07-08 10:58:01.969
!MESSAGE A conflict occurred for ALT+C:
Binding(ALT+C,
ParameterizedCommand(Command(net.sf.eclipsensis.commands.NSISPopupCompile,Compile,
Compile NSIS script,
Category(net.sf.eclipsensis.NSISCategory,EclipseNSIS,EclipseNSIS editor commands,true),
ActionDelegateHandlerProxy(null,net.sf.eclipsensis.actions.NSISCompileAction),
,,true),null),
org.eclipse.ui.defaultAcceleratorConfiguration,
org.eclipse.ui.contexts.window,,,system)
Binding(ALT+C,
ParameterizedCommand(Command(org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples.tableschemaeditor.copycolumn,Copy,
,
Category(org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples.tableschemaedtor.10x,ASA 9.x table schema editor,null,true),
,
,,true),null),
org.eclipse.ui.defaultAcceleratorConfiguration,
org.eclipse.ui.contexts.window,,,system)
!SUBENTRY 1 org.eclipse.jface 2 0 2010-07-08 10:58:01.969
!MESSAGE A conflict occurred for CTRL+F9:
Binding(CTRL+F9,
ParameterizedCommand(Command(org.eclipse.mylyn.tasks.ui.command.activateTask,Activate Task,
,
Category(org.eclipse.ui.category.navigate,Navigate,null,true),
,
,,true),null),
org.eclipse.ui.defaultAcceleratorConfiguration,
org.eclipse.ui.contexts.window,,,system)
Binding(CTRL+F9,
ParameterizedCommand(Command(RunSQLAction,Run SQL,
Run SQL,
Category(org.eclipse.ui.category.edit,Edit,null,true),
,
,,true),null),
org.eclipse.ui.defaultAcceleratorConfiguration,
org.eclipse.ui.contexts.window,,,system)
!SUBENTRY 1 org.eclipse.jface 2 0 2010-07-08 10:58:01.969
!MESSAGE A conflict occurred for SHIFT+DEL:
Binding(SHIFT+DEL,
ParameterizedCommand(Command(org.eclipse.datatools.sqltools.result.removeAllInstances,Remove All Visible Results,
,
Category(org.eclipse.datatools.sqltools.result.category,SQL Results View,null,true),
,
,,true),null),
org.eclipse.ui.defaultAcceleratorConfiguration,
org.eclipse.ui.contexts.window,,,system)
Binding(SHIFT+DEL,
ParameterizedCommand(Command(org.eclipse.ui.edit.cut,Cut,
Cut the selection to the clipboard,
Category(org.eclipse.ui.category.edit,Edit,null,true),
org.eclipse.ui.internal.handlers.WidgetMethodHandler@178aa0f,
,,true),null),
org.eclipse.ui.defaultAcceleratorConfiguration,
org.eclipse.ui.contexts.dialogAndWindow,,,system)
Binding(SHIFT+DEL,
ParameterizedCommand(Command(org.topcased.modeler.deleteModelObject,Delete From Model,
Allows the user to delete the selected graph element and its associated model element in a Topcased editor.,
Category(org.eclipse.ui.category.edit,Edit,null,true),
,
,,true),null),
org.eclipse.ui.defaultAcceleratorConfiguration,
org.eclipse.ui.contexts.window,,,system)Any ideas?
Thanks
Chris
support-shaliniMemberChris,
!ENTRY org.eclipse.equinox.registry 2 0 2010-07-08 10:57:49.301
!MESSAGE The extensions and extension-points from the bundle “org.eclipse.epf.richtext” are ignored. The bundle is not marked as singleton.
!MESSAGE Keybinding conflicts occurred. They may interfere with normal accelerator operation.This is a known issue and there is a PR existing for this. Currently there is no work around but these messages can be safely ignored.
Can you give the following information so that I can update the PR?
1. Can you list out any third party plugins that you have installed?
2. Are there any files opened when the workspace is opened? -
AuthorPosts