Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Higgins » Error running demo application
Error running demo application [message #1132] Thu, 23 February 2006 18:15 Go to next message
Pat Felsted is currently offline Pat FelstedFriend
Messages: 8
Registered: July 2009
Junior Member
I am trying to run the demo applications. When I run the demo apps I get
errors:

Invalid Menu Extension (Path is invalid): org.eclipse.update.ui.updateMenu
Invalid Menu Extension (Path is invalid):
org.eclipse.update.ui.configManager
Invalid Menu Extension (Path is invalid): org.eclipse.update.ui.newUpdates
Invalid Menu Extension (Path is invalid):
org.eclipse.ui.actions.showKeyAssistHandler

I resolved this by removing the plugin org.eclipse.update.ui dependency,
but either way I can not do the demo because on the step:

On the first app click Context > New > ProfileShare - this will bring up
the 'New Profile Share context' dialogue box:

Under the New menu there is no menu items. So I can not make a
ProfileShare.

Any ideas? It may have to do with not having that plugin but I can not
find where I get the plugin from.

Pat
Re: Error running demo application [message #1159 is a reply to message #1132] Thu, 23 February 2006 21:56 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: paul.socialphysics.org

Hi Pat,

When launching the Demo app you should see something like this just before
the string of "Invalid Menu Extension" errors:
!ENTRY org.eclipse.higgins.internal 1 0 2006-02-23 16:40:10.62

!MESSAGE Higgins starting

Processing xid=org.eclipse.higgins.context.profileshare.context, member
name=context

Processing xid=org.eclipse.higgins.context.user.context, member name=context

org.eclipse.ecf.internal.core.Trace: OFF

Processing xid=org.eclipse.higgins.context.store.contextStore, member
name=contextStore

Open context: extensionId=org.eclipse.higgins.context.user.context id=Other
Person

Open context: extensionId=org.eclipse.higgins.context.user.context id=<your
name here>

What do you see comparable to the above? This might help me understand
what's going wrong.

Also, this won't fix your problem, but I noticed that we omitted step #3
"Manually add the dependency...". It has now been added to this update wiki
page: http://spwiki.editme.com/RunningTheDemoApp

-Paul

"Pat" <pfelsted@novell.com> wrote in message
news:6b0d1c3c6f3f5209a3ff52a935960b08$1@www.eclipse.org...
>I am trying to run the demo applications. When I run the demo apps I get
>errors:
>
> Invalid Menu Extension (Path is invalid): org.eclipse.update.ui.updateMenu
> Invalid Menu Extension (Path is invalid):
> org.eclipse.update.ui.configManager
> Invalid Menu Extension (Path is invalid): org.eclipse.update.ui.newUpdates
> Invalid Menu Extension (Path is invalid):
> org.eclipse.ui.actions.showKeyAssistHandler
>
> I resolved this by removing the plugin org.eclipse.update.ui dependency,
> but either way I can not do the demo because on the step:
>
> On the first app click Context > New > ProfileShare - this will bring up
> the 'New Profile Share context' dialogue box:
> Under the New menu there is no menu items. So I can not make a
> ProfileShare.
>
> Any ideas? It may have to do with not having that plugin but I can not
> find where I get the plugin from.
>
> Pat
>
Re: Error running demo application [message #1186 is a reply to message #1132] Thu, 23 February 2006 22:08 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: paul.socialphysics.org

Another question...Do you have the org.eclipse.higgins.context.profileshare
project checked out from CVS an in your workbench? That is one of the
Higgins plugins listed here
http://www.eclipse.org/higgins/org.eclipse.higgins.docs/higg ins-anonymous.psf
-Paul

"Pat" <pfelsted@novell.com> wrote in message
news:6b0d1c3c6f3f5209a3ff52a935960b08$1@www.eclipse.org...
>I am trying to run the demo applications. When I run the demo apps I get
>errors:
>
> Invalid Menu Extension (Path is invalid): org.eclipse.update.ui.updateMenu
> Invalid Menu Extension (Path is invalid):
> org.eclipse.update.ui.configManager
> Invalid Menu Extension (Path is invalid): org.eclipse.update.ui.newUpdates
> Invalid Menu Extension (Path is invalid):
> org.eclipse.ui.actions.showKeyAssistHandler
>
> I resolved this by removing the plugin org.eclipse.update.ui dependency,
> but either way I can not do the demo because on the step:
>
> On the first app click Context > New > ProfileShare - this will bring up
> the 'New Profile Share context' dialogue box:
> Under the New menu there is no menu items. So I can not make a
> ProfileShare.
>
> Any ideas? It may have to do with not having that plugin but I can not
> find where I get the plugin from.
>
> Pat
>
Re: Error running demo application [message #1213 is a reply to message #1159] Thu, 23 February 2006 22:22 Go to previous messageGo to next message
Pat Felsted is currently offline Pat FelstedFriend
Messages: 8
Registered: July 2009
Junior Member
Here is what I am seeing:

!MESSAGE Higgins starting

!ENTRY org.eclipse.core.resources 2 10035 2006-02-23 15:15:28.338
!MESSAGE A workspace crash was detected. The previous session did not exit
normally.
Processing xid=org.eclipse.higgins.context.user.context, member
name=context
Processing xid=org.eclipse.higgins.context.store.contextStore, member
name=contextStore
Open context: extensionId=org.eclipse.higgins.context.user.context
id=Other Person
Open context: extensionId=org.eclipse.higgins.context.user.context
id=pfelsted

looks pretty similar.

Any tips on how to "Manually add the dependency
"org.eclipse.emf.ecore.sdo" to org.eclipse.ecf." ? I have been searching
for the steps to do this but have not yet found it. Sorry Eclipse novice
here :).

Pat


Paul Trevithick wrote:

> Hi Pat,

> When launching the Demo app you should see something like this just before
> the string of "Invalid Menu Extension" errors:
> !ENTRY org.eclipse.higgins.internal 1 0 2006-02-23 16:40:10.62

> !MESSAGE Higgins starting

> Processing xid=org.eclipse.higgins.context.profileshare.context, member
> name=context

> Processing xid=org.eclipse.higgins.context.user.context, member name=context

> org.eclipse.ecf.internal.core.Trace: OFF

> Processing xid=org.eclipse.higgins.context.store.contextStore, member
> name=contextStore

> Open context: extensionId=org.eclipse.higgins.context.user.context id=Other
> Person

> Open context: extensionId=org.eclipse.higgins.context.user.context id=<your
> name here>

> What do you see comparable to the above? This might help me understand
> what's going wrong.

> Also, this won't fix your problem, but I noticed that we omitted step #3
> "Manually add the dependency...". It has now been added to this update wiki
> page: http://spwiki.editme.com/RunningTheDemoApp

> -Paul

> "Pat" <pfelsted@novell.com> wrote in message
> news:6b0d1c3c6f3f5209a3ff52a935960b08$1@www.eclipse.org...
>>I am trying to run the demo applications. When I run the demo apps I get
>>errors:
>>
>> Invalid Menu Extension (Path is invalid): org.eclipse.update.ui.updateMenu
>> Invalid Menu Extension (Path is invalid):
>> org.eclipse.update.ui.configManager
>> Invalid Menu Extension (Path is invalid): org.eclipse.update.ui.newUpdates
>> Invalid Menu Extension (Path is invalid):
>> org.eclipse.ui.actions.showKeyAssistHandler
>>
>> I resolved this by removing the plugin org.eclipse.update.ui dependency,
>> but either way I can not do the demo because on the step:
>>
>> On the first app click Context > New > ProfileShare - this will bring up
>> the 'New Profile Share context' dialogue box:
>> Under the New menu there is no menu items. So I can not make a
>> ProfileShare.
>>
>> Any ideas? It may have to do with not having that plugin but I can not
>> find where I get the plugin from.
>>
>> Pat
>>
Re: Error running demo application [message #1238 is a reply to message #1213] Thu, 23 February 2006 22:35 Go to previous messageGo to next message
Pat Felsted is currently offline Pat FelstedFriend
Messages: 8
Registered: July 2009
Junior Member
Another possible issue - I decided to start from scratch today and I can
not find a version 0.6.x of ECF anywhere on the eclipse downloads pages.
So I am on 0.7.1. It is compiling and I am seeing the same behavior as
before so I am assuming that this will not cause a conflict.

Pat wrote:

> Here is what I am seeing:

> !MESSAGE Higgins starting

> !ENTRY org.eclipse.core.resources 2 10035 2006-02-23 15:15:28.338
> !MESSAGE A workspace crash was detected. The previous session did not exit
> normally.
> Processing xid=org.eclipse.higgins.context.user.context, member
> name=context
> Processing xid=org.eclipse.higgins.context.store.contextStore, member
> name=contextStore
> Open context: extensionId=org.eclipse.higgins.context.user.context
> id=Other Person
> Open context: extensionId=org.eclipse.higgins.context.user.context
> id=pfelsted

> looks pretty similar.

> Any tips on how to "Manually add the dependency
> "org.eclipse.emf.ecore.sdo" to org.eclipse.ecf." ? I have been searching
> for the steps to do this but have not yet found it. Sorry Eclipse novice
> here :).

> Pat


> Paul Trevithick wrote:

>> Hi Pat,

>> When launching the Demo app you should see something like this just before
>> the string of "Invalid Menu Extension" errors:
>> !ENTRY org.eclipse.higgins.internal 1 0 2006-02-23 16:40:10.62

>> !MESSAGE Higgins starting

>> Processing xid=org.eclipse.higgins.context.profileshare.context, member
>> name=context

>> Processing xid=org.eclipse.higgins.context.user.context, member name=context

>> org.eclipse.ecf.internal.core.Trace: OFF

>> Processing xid=org.eclipse.higgins.context.store.contextStore, member
>> name=contextStore

>> Open context: extensionId=org.eclipse.higgins.context.user.context id=Other
>> Person

>> Open context: extensionId=org.eclipse.higgins.context.user.context id=<your
>> name here>

>> What do you see comparable to the above? This might help me understand
>> what's going wrong.

>> Also, this won't fix your problem, but I noticed that we omitted step #3
>> "Manually add the dependency...". It has now been added to this update wiki
>> page: http://spwiki.editme.com/RunningTheDemoApp

>> -Paul

>> "Pat" <pfelsted@novell.com> wrote in message
>> news:6b0d1c3c6f3f5209a3ff52a935960b08$1@www.eclipse.org...
>>>I am trying to run the demo applications. When I run the demo apps I get
>>>errors:
>>>
>>> Invalid Menu Extension (Path is invalid): org.eclipse.update.ui.updateMenu
>>> Invalid Menu Extension (Path is invalid):
>>> org.eclipse.update.ui.configManager
>>> Invalid Menu Extension (Path is invalid): org.eclipse.update.ui.newUpdates
>>> Invalid Menu Extension (Path is invalid):
>>> org.eclipse.ui.actions.showKeyAssistHandler
>>>
>>> I resolved this by removing the plugin org.eclipse.update.ui dependency,
>>> but either way I can not do the demo because on the step:
>>>
>>> On the first app click Context > New > ProfileShare - this will bring up
>>> the 'New Profile Share context' dialogue box:
>>> Under the New menu there is no menu items. So I can not make a
>>> ProfileShare.
>>>
>>> Any ideas? It may have to do with not having that plugin but I can not
>>> find where I get the plugin from.
>>>
>>> Pat
>>>
Re: Error running demo application [message #1263 is a reply to message #1213] Fri, 24 February 2006 00:13 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: paul.socialphysics.org

Inline below

"Pat" <pfelsted@novell.com> wrote in message
news:94249bb6c66a96a7cfe388575b299fdb$1@www.eclipse.org...
> Here is what I am seeing:
>
> !MESSAGE Higgins starting
>
> !ENTRY org.eclipse.core.resources 2 10035 2006-02-23 15:15:28.338
> !MESSAGE A workspace crash was detected. The previous session did not exit
> normally.
> Processing xid=org.eclipse.higgins.context.user.context, member
> name=context
> Processing xid=org.eclipse.higgins.context.store.contextStore, member
> name=contextStore
> Open context: extensionId=org.eclipse.higgins.context.user.context
> id=Other Person
> Open context: extensionId=org.eclipse.higgins.context.user.context
> id=pfelsted
>
> looks pretty similar.

Actually there's a key difference, the first "Processing" line should be:
"Processing xid=org.eclipse.higgins.context.profileshare.context, member
name=context"
This line is missing from your console. On startup Higgins isn't seeing the
profileshare plug-in. When you click Run > Debug... the "Create, manage, and
run configurations" dialog appears. Under the "Plug-ins" tab there are three
radio buttons. The most conservative approach is to use "Launch with all
workspace and enabled external plug-ins". Try launching with that option.


>
> Any tips on how to "Manually add the dependency
> "org.eclipse.emf.ecore.sdo" to org.eclipse.ecf." ? I have been searching
> for the steps to do this but have not yet found it. Sorry Eclipse novice
> here :).

Hey, no problem. Try this: in the Package Explorer at the left open up the
org.eclipse.ecf project. Double click on "plugin.xml". This will bring up an
editor in the main window. At the bottom of the editor you'll see a set of
tabs: 'Overview', 'Dependencies', .etc. Click on 'Dependencies'. Click
'Add..' Type in "org.eclipse.emf.ecore.sdo" and click OK.

>
Re: Error running demo application [message #1285 is a reply to message #1238] Fri, 24 February 2006 00:15 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: paul.socialphysics.org

"Pat" <pfelsted@novell.com> wrote in message
news:ad7423897deb13ad09828c124ba1e8bc$1@www.eclipse.org...
> Another possible issue - I decided to start from scratch today and I can
> not find a version 0.6.x of ECF anywhere on the eclipse downloads pages.
> So I am on 0.7.1. It is compiling and I am seeing the same behavior as
> before so I am assuming that this will not cause a conflict.
>

We've not tried it. It probably will work. If it does let me know and I'll
update http://www.eclipse.org/higgins/downloads.html

Paul
Re: Error running demo application [message #2154 is a reply to message #1263] Tue, 28 February 2006 19:02 Go to previous messageGo to next message
Pat Felsted is currently offline Pat FelstedFriend
Messages: 8
Registered: July 2009
Junior Member
Thanks Paul. I got the Demo to work. I will send you some patches for
document changes and I fixed a few warnings that I might send. So it does
work with ECF 0.7.1.

Pat

Paul Trevithick wrote:

> Inline below

> "Pat" <pfelsted@novell.com> wrote in message
> news:94249bb6c66a96a7cfe388575b299fdb$1@www.eclipse.org...
>> Here is what I am seeing:
>>
>> !MESSAGE Higgins starting
>>
>> !ENTRY org.eclipse.core.resources 2 10035 2006-02-23 15:15:28.338
>> !MESSAGE A workspace crash was detected. The previous session did not exit
>> normally.
>> Processing xid=org.eclipse.higgins.context.user.context, member
>> name=context
>> Processing xid=org.eclipse.higgins.context.store.contextStore, member
>> name=contextStore
>> Open context: extensionId=org.eclipse.higgins.context.user.context
>> id=Other Person
>> Open context: extensionId=org.eclipse.higgins.context.user.context
>> id=pfelsted
>>
>> looks pretty similar.

> Actually there's a key difference, the first "Processing" line should be:
> "Processing xid=org.eclipse.higgins.context.profileshare.context, member
> name=context"
> This line is missing from your console. On startup Higgins isn't seeing the
> profileshare plug-in. When you click Run > Debug... the "Create, manage, and
> run configurations" dialog appears. Under the "Plug-ins" tab there are three
> radio buttons. The most conservative approach is to use "Launch with all
> workspace and enabled external plug-ins". Try launching with that option.


>>
>> Any tips on how to "Manually add the dependency
>> "org.eclipse.emf.ecore.sdo" to org.eclipse.ecf." ? I have been searching
>> for the steps to do this but have not yet found it. Sorry Eclipse novice
>> here :).

> Hey, no problem. Try this: in the Package Explorer at the left open up the
> org.eclipse.ecf project. Double click on "plugin.xml". This will bring up an
> editor in the main window. At the bottom of the editor you'll see a set of
> tabs: 'Overview', 'Dependencies', .etc. Click on 'Dependencies'. Click
> 'Add..' Type in "org.eclipse.emf.ecore.sdo" and click OK.

>>
Thanks Paiul
Re: Error running demo application [message #2175 is a reply to message #2154] Wed, 01 March 2006 03:19 Go to previous message
Eclipse UserFriend
Originally posted by: mary.socialphysics.org

Pat,

That is great news. We'll update our instructions to reference ECF 0.7.1
Re: Error running demo application [message #561223 is a reply to message #1132] Thu, 23 February 2006 21:56 Go to previous message
Paul Trevithick is currently offline Paul TrevithickFriend
Messages: 17
Registered: July 2009
Junior Member
Hi Pat,

When launching the Demo app you should see something like this just before
the string of "Invalid Menu Extension" errors:
!ENTRY org.eclipse.higgins.internal 1 0 2006-02-23 16:40:10.62

!MESSAGE Higgins starting

Processing xid=org.eclipse.higgins.context.profileshare.context, member
name=context

Processing xid=org.eclipse.higgins.context.user.context, member name=context

org.eclipse.ecf.internal.core.Trace: OFF

Processing xid=org.eclipse.higgins.context.store.contextStore, member
name=contextStore

Open context: extensionId=org.eclipse.higgins.context.user.context id=Other
Person

Open context: extensionId=org.eclipse.higgins.context.user.context id=<your
name here>

What do you see comparable to the above? This might help me understand
what's going wrong.

Also, this won't fix your problem, but I noticed that we omitted step #3
"Manually add the dependency...". It has now been added to this update wiki
page: http://spwiki.editme.com/RunningTheDemoApp

-Paul

"Pat" <pfelsted@novell.com> wrote in message
news:6b0d1c3c6f3f5209a3ff52a935960b08$1@www.eclipse.org...
>I am trying to run the demo applications. When I run the demo apps I get
>errors:
>
> Invalid Menu Extension (Path is invalid): org.eclipse.update.ui.updateMenu
> Invalid Menu Extension (Path is invalid):
> org.eclipse.update.ui.configManager
> Invalid Menu Extension (Path is invalid): org.eclipse.update.ui.newUpdates
> Invalid Menu Extension (Path is invalid):
> org.eclipse.ui.actions.showKeyAssistHandler
>
> I resolved this by removing the plugin org.eclipse.update.ui dependency,
> but either way I can not do the demo because on the step:
>
> On the first app click Context > New > ProfileShare - this will bring up
> the 'New Profile Share context' dialogue box:
> Under the New menu there is no menu items. So I can not make a
> ProfileShare.
>
> Any ideas? It may have to do with not having that plugin but I can not
> find where I get the plugin from.
>
> Pat
>
Re: Error running demo application [message #561240 is a reply to message #1132] Thu, 23 February 2006 22:08 Go to previous message
Paul Trevithick is currently offline Paul TrevithickFriend
Messages: 17
Registered: July 2009
Junior Member
Another question...Do you have the org.eclipse.higgins.context.profileshare
project checked out from CVS an in your workbench? That is one of the
Higgins plugins listed here
http://www.eclipse.org/higgins/org.eclipse.higgins.docs/higg ins-anonymous.psf
-Paul

"Pat" <pfelsted@novell.com> wrote in message
news:6b0d1c3c6f3f5209a3ff52a935960b08$1@www.eclipse.org...
>I am trying to run the demo applications. When I run the demo apps I get
>errors:
>
> Invalid Menu Extension (Path is invalid): org.eclipse.update.ui.updateMenu
> Invalid Menu Extension (Path is invalid):
> org.eclipse.update.ui.configManager
> Invalid Menu Extension (Path is invalid): org.eclipse.update.ui.newUpdates
> Invalid Menu Extension (Path is invalid):
> org.eclipse.ui.actions.showKeyAssistHandler
>
> I resolved this by removing the plugin org.eclipse.update.ui dependency,
> but either way I can not do the demo because on the step:
>
> On the first app click Context > New > ProfileShare - this will bring up
> the 'New Profile Share context' dialogue box:
> Under the New menu there is no menu items. So I can not make a
> ProfileShare.
>
> Any ideas? It may have to do with not having that plugin but I can not
> find where I get the plugin from.
>
> Pat
>
Re: Error running demo application [message #561253 is a reply to message #1159] Thu, 23 February 2006 22:22 Go to previous message
Pat Felsted is currently offline Pat FelstedFriend
Messages: 8
Registered: July 2009
Junior Member
Here is what I am seeing:

!MESSAGE Higgins starting

!ENTRY org.eclipse.core.resources 2 10035 2006-02-23 15:15:28.338
!MESSAGE A workspace crash was detected. The previous session did not exit
normally.
Processing xid=org.eclipse.higgins.context.user.context, member
name=context
Processing xid=org.eclipse.higgins.context.store.contextStore, member
name=contextStore
Open context: extensionId=org.eclipse.higgins.context.user.context
id=Other Person
Open context: extensionId=org.eclipse.higgins.context.user.context
id=pfelsted

looks pretty similar.

Any tips on how to "Manually add the dependency
"org.eclipse.emf.ecore.sdo" to org.eclipse.ecf." ? I have been searching
for the steps to do this but have not yet found it. Sorry Eclipse novice
here :).

Pat


Paul Trevithick wrote:

> Hi Pat,

> When launching the Demo app you should see something like this just before
> the string of "Invalid Menu Extension" errors:
> !ENTRY org.eclipse.higgins.internal 1 0 2006-02-23 16:40:10.62

> !MESSAGE Higgins starting

> Processing xid=org.eclipse.higgins.context.profileshare.context, member
> name=context

> Processing xid=org.eclipse.higgins.context.user.context, member name=context

> org.eclipse.ecf.internal.core.Trace: OFF

> Processing xid=org.eclipse.higgins.context.store.contextStore, member
> name=contextStore

> Open context: extensionId=org.eclipse.higgins.context.user.context id=Other
> Person

> Open context: extensionId=org.eclipse.higgins.context.user.context id=<your
> name here>

> What do you see comparable to the above? This might help me understand
> what's going wrong.

> Also, this won't fix your problem, but I noticed that we omitted step #3
> "Manually add the dependency...". It has now been added to this update wiki
> page: http://spwiki.editme.com/RunningTheDemoApp

> -Paul

> "Pat" <pfelsted@novell.com> wrote in message
> news:6b0d1c3c6f3f5209a3ff52a935960b08$1@www.eclipse.org...
>>I am trying to run the demo applications. When I run the demo apps I get
>>errors:
>>
>> Invalid Menu Extension (Path is invalid): org.eclipse.update.ui.updateMenu
>> Invalid Menu Extension (Path is invalid):
>> org.eclipse.update.ui.configManager
>> Invalid Menu Extension (Path is invalid): org.eclipse.update.ui.newUpdates
>> Invalid Menu Extension (Path is invalid):
>> org.eclipse.ui.actions.showKeyAssistHandler
>>
>> I resolved this by removing the plugin org.eclipse.update.ui dependency,
>> but either way I can not do the demo because on the step:
>>
>> On the first app click Context > New > ProfileShare - this will bring up
>> the 'New Profile Share context' dialogue box:
>> Under the New menu there is no menu items. So I can not make a
>> ProfileShare.
>>
>> Any ideas? It may have to do with not having that plugin but I can not
>> find where I get the plugin from.
>>
>> Pat
>>
Re: Error running demo application [message #561272 is a reply to message #1213] Thu, 23 February 2006 22:35 Go to previous message
Pat Felsted is currently offline Pat FelstedFriend
Messages: 8
Registered: July 2009
Junior Member
Another possible issue - I decided to start from scratch today and I can
not find a version 0.6.x of ECF anywhere on the eclipse downloads pages.
So I am on 0.7.1. It is compiling and I am seeing the same behavior as
before so I am assuming that this will not cause a conflict.

Pat wrote:

> Here is what I am seeing:

> !MESSAGE Higgins starting

> !ENTRY org.eclipse.core.resources 2 10035 2006-02-23 15:15:28.338
> !MESSAGE A workspace crash was detected. The previous session did not exit
> normally.
> Processing xid=org.eclipse.higgins.context.user.context, member
> name=context
> Processing xid=org.eclipse.higgins.context.store.contextStore, member
> name=contextStore
> Open context: extensionId=org.eclipse.higgins.context.user.context
> id=Other Person
> Open context: extensionId=org.eclipse.higgins.context.user.context
> id=pfelsted

> looks pretty similar.

> Any tips on how to "Manually add the dependency
> "org.eclipse.emf.ecore.sdo" to org.eclipse.ecf." ? I have been searching
> for the steps to do this but have not yet found it. Sorry Eclipse novice
> here :).

> Pat


> Paul Trevithick wrote:

>> Hi Pat,

>> When launching the Demo app you should see something like this just before
>> the string of "Invalid Menu Extension" errors:
>> !ENTRY org.eclipse.higgins.internal 1 0 2006-02-23 16:40:10.62

>> !MESSAGE Higgins starting

>> Processing xid=org.eclipse.higgins.context.profileshare.context, member
>> name=context

>> Processing xid=org.eclipse.higgins.context.user.context, member name=context

>> org.eclipse.ecf.internal.core.Trace: OFF

>> Processing xid=org.eclipse.higgins.context.store.contextStore, member
>> name=contextStore

>> Open context: extensionId=org.eclipse.higgins.context.user.context id=Other
>> Person

>> Open context: extensionId=org.eclipse.higgins.context.user.context id=<your
>> name here>

>> What do you see comparable to the above? This might help me understand
>> what's going wrong.

>> Also, this won't fix your problem, but I noticed that we omitted step #3
>> "Manually add the dependency...". It has now been added to this update wiki
>> page: http://spwiki.editme.com/RunningTheDemoApp

>> -Paul

>> "Pat" <pfelsted@novell.com> wrote in message
>> news:6b0d1c3c6f3f5209a3ff52a935960b08$1@www.eclipse.org...
>>>I am trying to run the demo applications. When I run the demo apps I get
>>>errors:
>>>
>>> Invalid Menu Extension (Path is invalid): org.eclipse.update.ui.updateMenu
>>> Invalid Menu Extension (Path is invalid):
>>> org.eclipse.update.ui.configManager
>>> Invalid Menu Extension (Path is invalid): org.eclipse.update.ui.newUpdates
>>> Invalid Menu Extension (Path is invalid):
>>> org.eclipse.ui.actions.showKeyAssistHandler
>>>
>>> I resolved this by removing the plugin org.eclipse.update.ui dependency,
>>> but either way I can not do the demo because on the step:
>>>
>>> On the first app click Context > New > ProfileShare - this will bring up
>>> the 'New Profile Share context' dialogue box:
>>> Under the New menu there is no menu items. So I can not make a
>>> ProfileShare.
>>>
>>> Any ideas? It may have to do with not having that plugin but I can not
>>> find where I get the plugin from.
>>>
>>> Pat
>>>
Re: Error running demo application [message #561289 is a reply to message #1213] Fri, 24 February 2006 00:13 Go to previous message
Paul Trevithick is currently offline Paul TrevithickFriend
Messages: 17
Registered: July 2009
Junior Member
Inline below

"Pat" <pfelsted@novell.com> wrote in message
news:94249bb6c66a96a7cfe388575b299fdb$1@www.eclipse.org...
> Here is what I am seeing:
>
> !MESSAGE Higgins starting
>
> !ENTRY org.eclipse.core.resources 2 10035 2006-02-23 15:15:28.338
> !MESSAGE A workspace crash was detected. The previous session did not exit
> normally.
> Processing xid=org.eclipse.higgins.context.user.context, member
> name=context
> Processing xid=org.eclipse.higgins.context.store.contextStore, member
> name=contextStore
> Open context: extensionId=org.eclipse.higgins.context.user.context
> id=Other Person
> Open context: extensionId=org.eclipse.higgins.context.user.context
> id=pfelsted
>
> looks pretty similar.

Actually there's a key difference, the first "Processing" line should be:
"Processing xid=org.eclipse.higgins.context.profileshare.context, member
name=context"
This line is missing from your console. On startup Higgins isn't seeing the
profileshare plug-in. When you click Run > Debug... the "Create, manage, and
run configurations" dialog appears. Under the "Plug-ins" tab there are three
radio buttons. The most conservative approach is to use "Launch with all
workspace and enabled external plug-ins". Try launching with that option.


>
> Any tips on how to "Manually add the dependency
> "org.eclipse.emf.ecore.sdo" to org.eclipse.ecf." ? I have been searching
> for the steps to do this but have not yet found it. Sorry Eclipse novice
> here :).

Hey, no problem. Try this: in the Package Explorer at the left open up the
org.eclipse.ecf project. Double click on "plugin.xml". This will bring up an
editor in the main window. At the bottom of the editor you'll see a set of
tabs: 'Overview', 'Dependencies', .etc. Click on 'Dependencies'. Click
'Add..' Type in "org.eclipse.emf.ecore.sdo" and click OK.

>
Re: Error running demo application [message #561305 is a reply to message #1238] Fri, 24 February 2006 00:15 Go to previous message
Paul Trevithick is currently offline Paul TrevithickFriend
Messages: 17
Registered: July 2009
Junior Member
"Pat" <pfelsted@novell.com> wrote in message
news:ad7423897deb13ad09828c124ba1e8bc$1@www.eclipse.org...
> Another possible issue - I decided to start from scratch today and I can
> not find a version 0.6.x of ECF anywhere on the eclipse downloads pages.
> So I am on 0.7.1. It is compiling and I am seeing the same behavior as
> before so I am assuming that this will not cause a conflict.
>

We've not tried it. It probably will work. If it does let me know and I'll
update http://www.eclipse.org/higgins/downloads.html

Paul
Re: Error running demo application [message #561344 is a reply to message #1263] Tue, 28 February 2006 19:02 Go to previous message
Pat Felsted is currently offline Pat FelstedFriend
Messages: 8
Registered: July 2009
Junior Member
Thanks Paul. I got the Demo to work. I will send you some patches for
document changes and I fixed a few warnings that I might send. So it does
work with ECF 0.7.1.

Pat

Paul Trevithick wrote:

> Inline below

> "Pat" <pfelsted@novell.com> wrote in message
> news:94249bb6c66a96a7cfe388575b299fdb$1@www.eclipse.org...
>> Here is what I am seeing:
>>
>> !MESSAGE Higgins starting
>>
>> !ENTRY org.eclipse.core.resources 2 10035 2006-02-23 15:15:28.338
>> !MESSAGE A workspace crash was detected. The previous session did not exit
>> normally.
>> Processing xid=org.eclipse.higgins.context.user.context, member
>> name=context
>> Processing xid=org.eclipse.higgins.context.store.contextStore, member
>> name=contextStore
>> Open context: extensionId=org.eclipse.higgins.context.user.context
>> id=Other Person
>> Open context: extensionId=org.eclipse.higgins.context.user.context
>> id=pfelsted
>>
>> looks pretty similar.

> Actually there's a key difference, the first "Processing" line should be:
> "Processing xid=org.eclipse.higgins.context.profileshare.context, member
> name=context"
> This line is missing from your console. On startup Higgins isn't seeing the
> profileshare plug-in. When you click Run > Debug... the "Create, manage, and
> run configurations" dialog appears. Under the "Plug-ins" tab there are three
> radio buttons. The most conservative approach is to use "Launch with all
> workspace and enabled external plug-ins". Try launching with that option.


>>
>> Any tips on how to "Manually add the dependency
>> "org.eclipse.emf.ecore.sdo" to org.eclipse.ecf." ? I have been searching
>> for the steps to do this but have not yet found it. Sorry Eclipse novice
>> here :).

> Hey, no problem. Try this: in the Package Explorer at the left open up the
> org.eclipse.ecf project. Double click on "plugin.xml". This will bring up an
> editor in the main window. At the bottom of the editor you'll see a set of
> tabs: 'Overview', 'Dependencies', .etc. Click on 'Dependencies'. Click
> 'Add..' Type in "org.eclipse.emf.ecore.sdo" and click OK.

>>
Thanks Paiul
Re: Error running demo application [message #561369 is a reply to message #2154] Wed, 01 March 2006 03:19 Go to previous message
Mary Ruddy is currently offline Mary RuddyFriend
Messages: 21
Registered: July 2009
Junior Member
Pat,

That is great news. We'll update our instructions to reference ECF 0.7.1
Previous Topic:Congratulations!
Next Topic:Need help setting up to run demo app
Goto Forum:
  


Current Time: Fri Mar 29 12:31:03 GMT 2024

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

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

Back to the top