requires 'org.eclipse.mylyn.commons.workbench 0.0.0' but it could not be found
Platform Notice: Data Center Only - This article only applies to Atlassian products on the Data Center platform.
Note that this KB was created for the Data Center version of the product. Data Center KBs for non-Data-Center-specific features may also work for Server versions of the product, however they have not been tested. Support for Server* products ended on February 15th 2024. If you are running a Server product, you can visit the Atlassian Server end of support announcement to review your migration options.
*Except Fisheye and Crucible
Summary
Symptoms
When trying to install the Atlassian Connector for Eclipse, it fails with the following error message:
1
2
3
4
5
6
Cannot complete the install because one or more required items could not be found.
Software being installed: Atlassian Connector for Eclipse 3.2.2.v20130909 (com.atlassian.connector.eclipse.feature.group 3.2.2.v20130909)
Missing requirement: Atlassian DirectClickThrough Integration 3.2.2.v20130909 (com.atlassian.connector.eclipse.directclickthrough.feature.group 3.2.2.v20130909) requires 'org.eclipse.mylyn.commons.workbench 0.0.0' but it could not be found
Cannot satisfy dependency:
From: Atlassian Connector for Eclipse 3.2.2.v20130909 (com.atlassian.connector.eclipse.feature.group 3.2.2.v20130909)
To: com.atlassian.connector.eclipse.directclickthrough.feature.group [3.2.2.v20130909]
Diagnosis
The error message describes that installing the Connector requires the {{'org.eclipse.mylyn.commons.workbench 0.0.0'}} but that dependency could not be found.
*0.0.0* usually means that *any* version of the Mylyn Commons Workbench will work.
Cause
The Mylyn repository site has been removed from the list of update repos in Eclipse.
The local Mylyn repository is not updated.
Solution
Resolution
Check the list of update sites in Eclipse and ensure that they contain the Mylyn repository.
Was this helpful?