[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.technology.higgins] Re: Error running demo application

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@xxxxxxxxxx> wrote in message news:6b0d1c3c6f3f5209a3ff52a935960b08$1@xxxxxxxxxxxxxxxxxx
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