Skip to main content

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

Ok, so I went into the portion of the Plugins tab showing "Target
Platform".  I made sure that anything with "mylar" was unchecked in that
portion.

When I run that launch config, the only thing I see in the log is this:

!ENTRY org.eclipse.update.configurator 2006-12-04 22:20:19.940
!MESSAGE Duplicate feature found on site file:/C:/eclipse33m3/eclipse/ :
org.eclipse.mylar_feature

I also don't see the CNF that I was seeing before.  So that might be
good news.

I then tried to create a task repo, but it only gave me the choices of:

Bugzilla (supports uncustomized 2.18-2.22)
Mock Repository (for unit tests)

So I looked in the Update Manager for the launched config, and the
plugins for JIRA Connector, Trac Connector, and Focused UI had a red X.
I'm not sure what's wrong there.  I also see that the entry dialog for
the bugzilla repo doesn't have a section for the proxy settings anymore.
Was that expected?

When I tried to validate the bugzilla repo in my proxy, it failed to
find the url.  I tried running it under Wireshark, but the http requests
appeared to be corrupted somehow.

I'd like to figure out why I can't see the JIRA or Trac connectors, but
I guess I'm at a point where I can start setting breakpoints.
Unfortunately, I'm out of time for the evening.

> -----Original Message-----
> From: mylar-dev-bounces@xxxxxxxxxxx 
> [mailto:mylar-dev-bounces@xxxxxxxxxxx] On Behalf Of Mik Kersten
> Sent: Monday, December 04, 2006 9:55 PM
> To: 'Mylar developer discussions'
> Subject: RE: [mylar-dev] Need help setting 
> uptodebugmylar: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
> > >
> 
> _______________________________________________
> mylar-dev mailing list
> mylar-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/mylar-dev
> 


Back to the top