Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [mylar-dev] Need help setting up todebugmylar:CNFon TaskRepositoriesView

If you are running purely from HEAD then there shouldn't be anything trying
to load this class because it has been renamed to
AbstractContextStructureBridge.  Perhaps you are launching with both an
installed version of Mylar and the checked out version of Mylar, hence the
conflict.  You could disable the installed version by ensuring that the
corresponding plug-ins are disabled from Target Platform.  If this is the
problem please consider adding a note to the Contributor Tips.

Mik 

> -----Original Message-----
> From: mylar-dev-bounces@xxxxxxxxxxx [mailto:mylar-dev-bounces@xxxxxxxxxxx]
> On Behalf Of Karr, David
> Sent: Monday, December 04, 2006 9:37 PM
> To: Mylar developer discussions
> Subject: RE: [mylar-dev] Need help setting up todebugmylar:CNFon
> TaskRepositoriesView
> 
> Ok, the following 558 line attachment is an excerpt from my .log file,
> after startup, and ending when I executed the launch config.
> 
> The first exception has a causedBy of:
> 
> Caused by: java.lang.NoClassDefFoundError:
> org/eclipse/mylar/context/core/IMylarStructureBridge
> 
> That class is in org.eclipse.mylar.context.core, which is loaded.  The
> "Validate plugin set" doesn't complain about anything.
> 
> Any ideas would be appreciated.
> 
> > -----Original Message-----
> > From: mylar-dev-bounces@xxxxxxxxxxx
> > [mailto:mylar-dev-bounces@xxxxxxxxxxx] On Behalf Of Mik Kersten
> > Sent: Monday, December 04, 2006 8:48 AM
> > To: 'Mylar developer discussions'
> > Subject: RE: [mylar-dev] Need help setting up to
> > debugmylar:CNFon TaskRepositoriesView
> >
> > CNF exceptions at startup are often the result of a plug-in
> > failing during it's activation, and hence not being entirely
> > loaded.  I just put some instructions on debugging them here,
> > along with Eugene's tip on validating the configuration:
> >
> > http://wiki.eclipse.org/index.php/Mylar_Contributor_Reference#
> > Debugging
> >
> > Let us know if that helps you identify the problem David.  If
> > anyone comes across other tips for debugging of this sort,
> > please add them there.
> >
> > Mik
> >
> > > -----Original Message-----
> > > From: mylar-dev-bounces@xxxxxxxxxxx
> > > [mailto:mylar-dev-bounces@xxxxxxxxxxx]
> > > On Behalf Of Karr, David
> > > Sent: Monday, December 04, 2006 6:23 AM
> > > To: Mylar developer discussions
> > > Subject: RE: [mylar-dev] Need help setting up to debug mylar:CNFon
> > > TaskRepositoriesView
> > >
> > > > -----Original Message-----
> > > > From: mylar-dev-bounces@xxxxxxxxxxx
> > > > [mailto:mylar-dev-bounces@xxxxxxxxxxx] On Behalf Of
> > Eugene Kuleshov
> > > > Sent: Sunday, December 03, 2006 10:15 PM
> > > > To: Mylar developer discussions
> > > > Subject: Re: [mylar-dev] Need help setting up to debug mylar:
> > > > CNFon TaskRepositoriesView
> > > >
> > > > David,
> > > >
> > > >   There is a "validate plugin set" button on the plugin tab in
> > > > launch configuration. It should help you to identify what
> > is wrong.
> > >
> > > Nope, that didn't help.  It said there were no problems.
> > >
> > > >
> > > >   On the other hand you may as well choose to launch with all
> > > > workspace (first option there) that would take everything
> > you have...
> > >
> > > That also didn't help.  No difference.
> >
> >
> > _______________________________________________
> > mylar-dev mailing list
> > mylar-dev@xxxxxxxxxxx
> > https://dev.eclipse.org/mailman/listinfo/mylar-dev
> >



Back to the top