[jbosstools-issues] [JBoss JIRA] (JBIDE-23833) Could not load repository template extension contributed by 'org.jboss.tools.common.mylyn' with connectorKind 'jira'

Nick Boldt (JIRA) issues at jboss.org
Wed Feb 1 11:56:03 EST 2017


    [ https://issues.jboss.org/browse/JBIDE-23833?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13356878#comment-13356878 ] 

Nick Boldt commented on JBIDE-23833:
------------------------------------

I believe this is caused by the stuff in JBoss Tools which assumes you have the Atlassian JIRA connector installed. But we removed that because it's incompatible with the RH SCL devstudio RPM (it has a Require-Bundle on javax.servlet, and javax.servlet-api is included in Fedora/RHEL7, causing use constraint violations). https://issues.jboss.org/browse/JBDS-4191

So, I guess we need to fix the stuff in JBT (org.jboss.tools.common.mylyn) that depends on Atlassian too, or else fork the code and maintain our own version of the connector.

https://github.com/jbosstools/jbosstools-base/blob/master/common/plugins/org.jboss.tools.common.mylyn/plugin.xml#L10-L17
https://github.com/jbosstools/jbosstools-base/blob/master/common/plugins/org.jboss.tools.common.mylyn/plugin.xml#L19-L51

Thoughts, [~akazakov] [~jeffmaury] ?

Or we leave it in, and just allow this benign warning to appear unless a user manually installs the Atlassian JIRA connector from their site (or Eclipse Marketplace).

> Could not load repository template extension contributed by 'org.jboss.tools.common.mylyn' with connectorKind 'jira'
> --------------------------------------------------------------------------------------------------------------------
>
>                 Key: JBIDE-23833
>                 URL: https://issues.jboss.org/browse/JBIDE-23833
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>            Reporter: Mat Booth
>
> Doing a smoke test for the release of 4.4.3.AM2 when I saw this error:
> {noformat}
> !ENTRY org.eclipse.mylyn.tasks.core 4 0 2017-02-01 16:23:23.127
> !MESSAGE Unexpected error while loading repository template extensions
> !SUBENTRY 1 org.eclipse.mylyn.tasks.core 4 0 2017-02-01 16:23:23.127
> !MESSAGE Could not load repository template extension contributed by 'org.jboss.tools.common.mylyn' with connectorKind 'jira'
> {noformat}
> I saw this in the log after performing the following:
> 0. Downloaded Neon.2 (I happened to choose the C/C++ distribution)
> 1. Install Abridged category from http://download.jboss.org/jbosstools/neon/development/updates/
> 2. Open Central Software/Updates tab, enable Early Access select and install everything



--
This message was sent by Atlassian JIRA
(v7.2.3#72005)


More information about the jbosstools-issues mailing list