Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Mylyn » Debugging Generic Web Connector
Debugging Generic Web Connector [message #33553] Fri, 19 October 2007 13:13 Go to next message
Jason Chown is currently offline Jason ChownFriend
Messages: 3
Registered: July 2009
Junior Member
Hi,

I'm trying to attach Mylyn to our internal (Sourceforge EE based, but
heavily customised) server, but have having problems. I *think* I have
everything set up, but my first attempt at a query responds "Unable to
parse resource. Check query regexp".

Now, as I have had to add a custom login to cope with our authentication
mechanism I have no idea what part of the query will have gone wrong
(Login failed? Fetching page for query failed? Query wrong?). Sniffing the
traffic is not possible as it is over HTTPS.

Is there any logging I can enable to view what part of the equation I have
wrong? Should I be trying it inside an Eclipse debugging session?

Any help gratefully received!


Jason Chown
Technical Director
SCEE Studio Liverpool
Re: Debugging Generic Web Connector [message #33621 is a reply to message #33553] Fri, 19 October 2007 16:38 Go to previous messageGo to next message
Eugene Kuleshov is currently offline Eugene KuleshovFriend
Messages: 504
Registered: July 2009
Senior Member
Jason Chown wrote:
> I'm trying to attach Mylyn to our internal (Sourceforge EE based, but
> heavily customised) server, but have having problems. I *think* I have
> everything set up, but my first attempt at a query responds "Unable to
> parse resource. Check query regexp".
>
> Now, as I have had to add a custom login to cope with our
> authentication mechanism I have no idea what part of the query will
> have gone wrong (Login failed? Fetching page for query failed? Query
> wrong?). Sniffing the traffic is not possible as it is over HTTPS.
>
> Is there any logging I can enable to view what part of the equation I
> have wrong? Should I be trying it inside an Eclipse debugging session?
Jason, currently there is no logging provided by the web connector.
Though you could use some tricks as described on this wiki page:

http://wiki.eclipse.org/Mylyn_FAQ#Why_can.27t_I_connect_usin g_one_of_the_existing_templates.3F

You can certainly step trough the code in debugger. See
WebRepositoryConnector.performQuery() method.

Also see the following bug report:

195658: [web connector] query configuration 'preview' should show web page
https://bugs.eclipse.org/bugs/show_bug.cgi?id=195658

regards,
Eugene

PS: by the way, if you a SFEE customer you may want to check with
CollabNet if they already have Mylyn connector for SFEE.
Re: Debugging Generic Web Connector [message #33820 is a reply to message #33553] Fri, 19 October 2007 19:23 Go to previous messageGo to next message
Mark Phippard is currently offline Mark PhippardFriend
Messages: 129
Registered: July 2009
Senior Member
On 2007-10-19 09:13:27 -0400, jason_chown@scee.net (Jason Chown) said:

> Hi,
>
> I'm trying to attach Mylyn to our internal (Sourceforge EE based, but
> heavily customised) server, but have having problems. I *think* I have
> everything set up, but my first attempt at a query responds "Unable to
> parse resource. Check query regexp".
>
> Now, as I have had to add a custom login to cope with our
> authentication mechanism I have no idea what part of the query will
> have gone wrong (Login failed? Fetching page for query failed? Query
> wrong?). Sniffing the traffic is not possible as it is over HTTPS.
>
> Is there any logging I can enable to view what part of the equation I
> have wrong? Should I be trying it inside an Eclipse debugging session?
>
> Any help gratefully received!

We are working on a Mylyn connector for SFEE. It will be part of the
CollabNet Desktop - Eclipse Edition and should be available sometime in
November.

http://eclipse.open.collab.net/

It will require SFEE 4.4.

I got the generic connector working for SFEE 4.3 and 4.4. I will see
if I can find my settings and email them to you.

Mark
Re: Debugging Generic Web Connector [message #33881 is a reply to message #33820] Fri, 19 October 2007 22:05 Go to previous message
Eugene Kuleshov is currently offline Eugene KuleshovFriend
Messages: 504
Registered: July 2009
Senior Member
Mark Phippard wrote:
> We are working on a Mylyn connector for SFEE. It will be part of the
> CollabNet Desktop - Eclipse Edition and should be available sometime
> in November.
>
> http://eclipse.open.collab.net/
>
> It will require SFEE 4.4.
>
> I got the generic connector working for SFEE 4.3 and 4.4. I will see
> if I can find my settings and email them to you.
Mark, can you please add web connector instructions for SFEE to Mylyn
wiki at
http://wiki.eclipse.org/Mylyn_User_Guide#Generic_Web_Reposit ory_Connector

Maybe we should add SFEE configuration into the templates packaged
with the web connector.

regards,
Eugene
Re: Debugging Generic Web Connector [message #583628 is a reply to message #33553] Fri, 19 October 2007 16:38 Go to previous message
Eugene Kuleshov is currently offline Eugene KuleshovFriend
Messages: 504
Registered: July 2009
Senior Member
Jason Chown wrote:
> I'm trying to attach Mylyn to our internal (Sourceforge EE based, but
> heavily customised) server, but have having problems. I *think* I have
> everything set up, but my first attempt at a query responds "Unable to
> parse resource. Check query regexp".
>
> Now, as I have had to add a custom login to cope with our
> authentication mechanism I have no idea what part of the query will
> have gone wrong (Login failed? Fetching page for query failed? Query
> wrong?). Sniffing the traffic is not possible as it is over HTTPS.
>
> Is there any logging I can enable to view what part of the equation I
> have wrong? Should I be trying it inside an Eclipse debugging session?
Jason, currently there is no logging provided by the web connector.
Though you could use some tricks as described on this wiki page:

http://wiki.eclipse.org/Mylyn_FAQ#Why_can.27t_I_connect_usin g_one_of_the_existing_templates.3F

You can certainly step trough the code in debugger. See
WebRepositoryConnector.performQuery() method.

Also see the following bug report:

195658: [web connector] query configuration 'preview' should show web page
https://bugs.eclipse.org/bugs/show_bug.cgi?id=195658

regards,
Eugene

PS: by the way, if you a SFEE customer you may want to check with
CollabNet if they already have Mylyn connector for SFEE.
Re: Debugging Generic Web Connector [message #583711 is a reply to message #33553] Fri, 19 October 2007 19:23 Go to previous message
Mark Phippard is currently offline Mark PhippardFriend
Messages: 129
Registered: July 2009
Senior Member
On 2007-10-19 09:13:27 -0400, jason_chown@scee.net (Jason Chown) said:

> Hi,
>
> I'm trying to attach Mylyn to our internal (Sourceforge EE based, but
> heavily customised) server, but have having problems. I *think* I have
> everything set up, but my first attempt at a query responds "Unable to
> parse resource. Check query regexp".
>
> Now, as I have had to add a custom login to cope with our
> authentication mechanism I have no idea what part of the query will
> have gone wrong (Login failed? Fetching page for query failed? Query
> wrong?). Sniffing the traffic is not possible as it is over HTTPS.
>
> Is there any logging I can enable to view what part of the equation I
> have wrong? Should I be trying it inside an Eclipse debugging session?
>
> Any help gratefully received!

We are working on a Mylyn connector for SFEE. It will be part of the
CollabNet Desktop - Eclipse Edition and should be available sometime in
November.

http://eclipse.open.collab.net/

It will require SFEE 4.4.

I got the generic connector working for SFEE 4.3 and 4.4. I will see
if I can find my settings and email them to you.

Mark
Re: Debugging Generic Web Connector [message #583732 is a reply to message #33820] Fri, 19 October 2007 22:05 Go to previous message
Eugene Kuleshov is currently offline Eugene KuleshovFriend
Messages: 504
Registered: July 2009
Senior Member
Mark Phippard wrote:
> We are working on a Mylyn connector for SFEE. It will be part of the
> CollabNet Desktop - Eclipse Edition and should be available sometime
> in November.
>
> http://eclipse.open.collab.net/
>
> It will require SFEE 4.4.
>
> I got the generic connector working for SFEE 4.3 and 4.4. I will see
> if I can find my settings and email them to you.
Mark, can you please add web connector instructions for SFEE to Mylyn
wiki at
http://wiki.eclipse.org/Mylyn_User_Guide#Generic_Web_Reposit ory_Connector

Maybe we should add SFEE configuration into the templates packaged
with the web connector.

regards,
Eugene
Previous Topic:Mylyn as a datasource (for BIRT)?
Next Topic:some negative comments about Mylyn on InfoQ
Goto Forum:
  


Current Time: Wed Feb 05 17:06:08 GMT 2025

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

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

Back to the top