tigerjack
tigerjack

Reputation: 1178

eclipse - Unexpected error while loading repository template extensions

As the title, I'm getting this error at startup.

Unexpected error while loading repository template extensions
  Could not load repository template extension contributed by 'org.springsource.ide.eclipse.dashboard.ui' with connectorKind 'jira'
  Could not load repository template extension contributed by 'org.springsource.ide.eclipse.dashboard.ui' with connectorKind 'jira'

Upvotes: 1

Views: 3552

Answers (1)

frankie
frankie

Reputation: 111

This happens because your eclispe version does not have the Atlassian JIRA connector installed. Here is the Atlassian JIRA documentation.

Installing JIRA in eclipse:

  1. Open the Eclipse software updates manager via 'Help', 'Install New Software'.
  2. Click 'Add'. The 'Add Site' window will display.
  3. Add this update site http://update.atlassian.com/atlassian-eclipse-plugin/rest/e3.7 and click 'OK'.
  4. The 'Available Software' screen will appear again. Select 'All Available Sites' in the 'Work with' dropdown list.
  5. Select both 'Atlassian Connector' categories.
  6. Click next and install.

Upvotes: 3

Related Questions