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

Inline below

"Pat" <pfelsted@xxxxxxxxxx> wrote in message 
news:94249bb6c66a96a7cfe388575b299fdb$1@xxxxxxxxxxxxxxxxxx
> 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.

>