Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » Invalid Menu Extension error messages.
Invalid Menu Extension error messages. [message #436516] Sat, 10 September 2005 19:44 Go to next message
Cedric Hyppolite is currently offline Cedric HyppoliteFriend
Messages: 22
Registered: July 2009
Junior Member
Hi,

I am receiving the following error messages since I added the
org.eclise.ui.browser plugin to my RCP app.
I had to add the eclipse.core.ide plugin as it is required by the
browser plugin.

Now I get error about a menu/coolbar that don't exist.

Does anyone know how to get rid of these error for example by adding the
appropriate coolbar.

Thanks,
Cedric


!MESSAGE Invalid Menu Extension (Path is invalid):
org.eclipse.update.ui.updateMenu
Invalid Menu Extension (Path is invalid): org.eclipse.update.ui.updateMenu
!ENTRY
org.eclipse.ui 4 4 2005-09-10 21:37:55.567
!MESSAGE Invalid Menu Extension (Path is invalid):
org.eclipse.update.ui.configManager
Invalid Menu Extension (Path is invalid):
org.eclipse.update.ui.configManager

!ENTRY org.eclipse.ui 4 4 2005-09-10 21:37:55.572
!MESSAGE Invalid Menu Extension (Path is invalid):
org.eclipse.update.ui.newUpdates
Invalid Menu Extension (Path is invalid): org.eclipse.update.ui.newUpdates

!ENTRY org.eclipse.ui 4 4 2005-09-10 21:37:55.576
!MESSAGE Invalid Menu Extension (Path is invalid):
org.eclipse.ui.actions.showKeyAssistHandler
Invalid Menu Extension (Path is invalid):
org.eclipse.ui.actions.showKeyAssistHandler

!ENTRY org.eclipse.ui 4 4 2005-09-10 21:37:55.586
!MESSAGE Invalid Menu Extension (Path is invalid):
org.eclipse.ui.edit.text.gotoLastEditPosition
Invalid Menu Extension (Path is invalid):
org.eclipse.ui.edit.text.gotoLastEditPosition
postWindowCreate (doing nothing)
2005-09-10 21:37:56.444 java[3449] GrP not requesting _registerDragTypes
because the window is dying already
Re: Invalid Menu Extension error messages. [message #436544 is a reply to message #436516] Tue, 13 September 2005 00:58 Go to previous messageGo to next message
Pascal Rapicault is currently offline Pascal RapicaultFriend
Messages: 440
Registered: July 2009
Senior Member
Those contributions are done by the ide or one of its prereq and they
can't be removed.

I just checked the browser dependency and don't see any necessity to
have ide loaded.

PaScaL

Cédric Hyppolite wrote:
> Hi,
>
> I am receiving the following error messages since I added the
> org.eclise.ui.browser plugin to my RCP app.
> I had to add the eclipse.core.ide plugin as it is required by the
> browser plugin.
>
> Now I get error about a menu/coolbar that don't exist.
>
> Does anyone know how to get rid of these error for example by adding the
> appropriate coolbar.
>
> Thanks,
> Cedric
>
>
> !MESSAGE Invalid Menu Extension (Path is invalid):
> org.eclipse.update.ui.updateMenu
> Invalid Menu Extension (Path is invalid): org.eclipse.update.ui.updateMenu
> !ENTRY
> org.eclipse.ui 4 4 2005-09-10 21:37:55.567
> !MESSAGE Invalid Menu Extension (Path is invalid):
> org.eclipse.update.ui.configManager
> Invalid Menu Extension (Path is invalid):
> org.eclipse.update.ui.configManager
>
> !ENTRY org.eclipse.ui 4 4 2005-09-10 21:37:55.572
> !MESSAGE Invalid Menu Extension (Path is invalid):
> org.eclipse.update.ui.newUpdates
> Invalid Menu Extension (Path is invalid): org.eclipse.update.ui.newUpdates
>
> !ENTRY org.eclipse.ui 4 4 2005-09-10 21:37:55.576
> !MESSAGE Invalid Menu Extension (Path is invalid):
> org.eclipse.ui.actions.showKeyAssistHandler
> Invalid Menu Extension (Path is invalid):
> org.eclipse.ui.actions.showKeyAssistHandler
>
> !ENTRY org.eclipse.ui 4 4 2005-09-10 21:37:55.586
> !MESSAGE Invalid Menu Extension (Path is invalid):
> org.eclipse.ui.edit.text.gotoLastEditPosition
> Invalid Menu Extension (Path is invalid):
> org.eclipse.ui.edit.text.gotoLastEditPosition
> postWindowCreate (doing nothing)
> 2005-09-10 21:37:56.444 java[3449] GrP not requesting _registerDragTypes
> because the window is dying already
Re: Invalid Menu Extension error messages. [message #436887 is a reply to message #436544] Mon, 19 September 2005 21:58 Go to previous messageGo to next message
Cedric Hyppolite is currently offline Cedric HyppoliteFriend
Messages: 22
Registered: July 2009
Junior Member
Pascal,

You're right the ide is not required by the browser. But since I used
the browser
as an editor I added the ui.editor plugin which requires the ide.

I removed both plugins from the configuration. I still have the same error.

Regards,
Cedric

Pascal Rapicault wrote:
> Those contributions are done by the ide or one of its prereq and they
> can't be removed.
>
> I just checked the browser dependency and don't see any necessity to
> have ide loaded.
>
> PaScaL
>
> Cédric Hyppolite wrote:
>
>> Hi,
>>
>> I am receiving the following error messages since I added the
>> org.eclise.ui.browser plugin to my RCP app.
>> I had to add the eclipse.core.ide plugin as it is required by the
>> browser plugin.
>>
>> Now I get error about a menu/coolbar that don't exist.
>>
>> Does anyone know how to get rid of these error for example by adding
>> the appropriate coolbar.
>>
>> Thanks,
>> Cedric
>>
>>
>> !MESSAGE Invalid Menu Extension (Path is invalid):
>> org.eclipse.update.ui.updateMenu
>> Invalid Menu Extension (Path is invalid):
>> org.eclipse.update.ui.updateMenu
>> !ENTRY
>> org.eclipse.ui 4 4 2005-09-10 21:37:55.567
>> !MESSAGE Invalid Menu Extension (Path is invalid):
>> org.eclipse.update.ui.configManager
>> Invalid Menu Extension (Path is invalid):
>> org.eclipse.update.ui.configManager
>>
>> !ENTRY org.eclipse.ui 4 4 2005-09-10 21:37:55.572
>> !MESSAGE Invalid Menu Extension (Path is invalid):
>> org.eclipse.update.ui.newUpdates
>> Invalid Menu Extension (Path is invalid):
>> org.eclipse.update.ui.newUpdates
>>
>> !ENTRY org.eclipse.ui 4 4 2005-09-10 21:37:55.576
>> !MESSAGE Invalid Menu Extension (Path is invalid):
>> org.eclipse.ui.actions.showKeyAssistHandler
>> Invalid Menu Extension (Path is invalid):
>> org.eclipse.ui.actions.showKeyAssistHandler
>>
>> !ENTRY org.eclipse.ui 4 4 2005-09-10 21:37:55.586
>> !MESSAGE Invalid Menu Extension (Path is invalid):
>> org.eclipse.ui.edit.text.gotoLastEditPosition
>> Invalid Menu Extension (Path is invalid):
>> org.eclipse.ui.edit.text.gotoLastEditPosition
>> postWindowCreate (doing nothing)
>> 2005-09-10 21:37:56.444 java[3449] GrP not requesting
>> _registerDragTypes because the window is dying already
Re: Invalid Menu Extension error messages. [message #436888 is a reply to message #436544] Mon, 19 September 2005 22:00 Go to previous message
Cedric Hyppolite is currently offline Cedric HyppoliteFriend
Messages: 22
Registered: July 2009
Junior Member
Pascal,

You're right the ide is not required by the browser. But since I used
the browser
as an editor I added the ui.editor plugin which requires the ide.

I removed both plugins from the configuration. I still have the same error.

Regards,
Cedric

Pascal Rapicault wrote:
> Those contributions are done by the ide or one of its prereq and they
> can't be removed.
>
> I just checked the browser dependency and don't see any necessity to
> have ide loaded.
>
> PaScaL
>
> Cédric Hyppolite wrote:
>
>> Hi,
>>
>> I am receiving the following error messages since I added the
>> org.eclise.ui.browser plugin to my RCP app.
>> I had to add the eclipse.core.ide plugin as it is required by the
>> browser plugin.
>>
>> Now I get error about a menu/coolbar that don't exist.
>>
>> Does anyone know how to get rid of these error for example by adding
>> the appropriate coolbar.
>>
>> Thanks,
>> Cedric
>>
>>
>> !MESSAGE Invalid Menu Extension (Path is invalid):
>> org.eclipse.update.ui.updateMenu
>> Invalid Menu Extension (Path is invalid):
>> org.eclipse.update.ui.updateMenu
>> !ENTRY
>> org.eclipse.ui 4 4 2005-09-10 21:37:55.567
>> !MESSAGE Invalid Menu Extension (Path is invalid):
>> org.eclipse.update.ui.configManager
>> Invalid Menu Extension (Path is invalid):
>> org.eclipse.update.ui.configManager
>>
>> !ENTRY org.eclipse.ui 4 4 2005-09-10 21:37:55.572
>> !MESSAGE Invalid Menu Extension (Path is invalid):
>> org.eclipse.update.ui.newUpdates
>> Invalid Menu Extension (Path is invalid):
>> org.eclipse.update.ui.newUpdates
>>
>> !ENTRY org.eclipse.ui 4 4 2005-09-10 21:37:55.576
>> !MESSAGE Invalid Menu Extension (Path is invalid):
>> org.eclipse.ui.actions.showKeyAssistHandler
>> Invalid Menu Extension (Path is invalid):
>> org.eclipse.ui.actions.showKeyAssistHandler
>>
>> !ENTRY org.eclipse.ui 4 4 2005-09-10 21:37:55.586
>> !MESSAGE Invalid Menu Extension (Path is invalid):
>> org.eclipse.ui.edit.text.gotoLastEditPosition
>> Invalid Menu Extension (Path is invalid):
>> org.eclipse.ui.edit.text.gotoLastEditPosition
>> postWindowCreate (doing nothing)
>> 2005-09-10 21:37:56.444 java[3449] GrP not requesting
>> _registerDragTypes because the window is dying already
Previous Topic:org.osgi.framework.BundleException
Next Topic:Problem starting RCP app that has been exported
Goto Forum:
  


Current Time: Sun Dec 08 22:09:00 GMT 2024

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

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

Back to the top