Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Error installing atlas-sdk via yum

Nikolay Chernov
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
December 15, 2015

This question is in reference to Atlassian Developer Documentation: Install the Atlassian SDK on a Linux or Mac system

Hi! I'm using this doc to install atlas-sdk in Linux System (Amazon Linux instance)

I follow the instructions described in https://developer.atlassian.com/docs/getting-started/set-up-the-atlassian-plugin-sdk-and-build-a-project/install-the-atlassian-sdk-on-a-linux-or-mac-system

and when i issue command

sudo yum install atlassian-plugin-sdk

I get an error:  [Errno 256] No more mirrors to try

Here is the log below.

Downloading packages:
http://sdkrepo.atlassian.com/rpm-stable/sdk-installer-5.1.9.rpm: [Errno 14] PYCURL ERROR 22 - "The requested URL returned error: 404 Not Found"
Trying other mirror.


Error downloading packages:
atlassian-plugin-sdk-5.1.9-1.noarch: failure: sdk-installer-5.1.9.rpm from atlassian-sdk-stable: [Errno 256] No more mirrors to try.

My question is: are the instructions still actual? Have you changed some repositories URLs recently? Thank you!

5 answers

2 votes
chrstn
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
January 11, 2016

I tried to install a different version directly and it worked for me. SDK is available on my system. Here's the command: sudo yum install https://sdkrepo.atlassian.com/rpm-stable/atlassian-plugin-sdk-6.2.2.noarch.rpm

Nikolay Chernov January 12, 2016

Finally I used such combination working for me (particular required version of sdk): wget https://sdkrepo.atlassian.com/rpm-stable/atlassian-plugin-sdk-5.0.13.noarch.rpm yum install atlassian-plugin-sdk-5.0.13.noarch.rpm

0 votes
Travis Smith
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
January 4, 2016

I think it would be best to open an issue with the Atlassian SDK project at https://ecosystem.atlassian.net/secure/CreateIssue!default.jspa?selectedProjectId=10393

0 votes
Samuel Levy
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
December 29, 2015

I'm also experiencing this issue. Downloading Packages: [MIRROR] sdk-installer-5.1.9.rpm: Status code: 404 for http://sdkrepo.atlassian.com/rpm-stable/sdk-installer-5.1.9.rpm [FAILED] sdk-installer-5.1.9.rpm: No more mirrors to try - All mirrors were already tried without success

0 votes
Nikolay Chernov December 17, 2015

@Travis Smith -- Yes, I updated my repo configs first. So the cd /etc/yum.repos.d/ sudo wget http://sdkrepo.atlassian.com/atlassian-sdk-stable.repo steps were issued before sudo yum install atlassian-plugin-sdk call

0 votes
Travis Smith
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
December 16, 2015

Just to be clear, you executed {code} cd /etc/yum.repos.d/ sudo wget http://sdkrepo.atlassian.com/atlassian-sdk-stable.repo {code} prior to {{sudo yum install atlassian-plugin-sdk}}?

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events