Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

Getting below error while installing NiFi certificate authority Install. It belongs to local Repository but all local repositories are in place.

avatar

failure: repodata/repomd.xml from HDF-3.2-repo-1: [Errno 256] No more mirrors to try.

http://ufm.hdf03.com/repo/HDF/centos7/3.2.0.0-520/repodata/repomd.xml: [Errno -1] Error importing repomd.xml for HDF-3.2-repo-1: Damaged repomd.xml file
1 ACCEPTED SOLUTION

avatar
Master Mentor

@Muhammad Asghar

Your Local repository seems to be having a corrupted file "repomd.xml" or might not be accessible. Can you please check if you can access it and verify it's content?

# curl http://ufm.hdf03.com/repo/HDF/centos7/3.2.0.0-520/repodata/repomd.xml

.

The content of the above file some be matching as the one mentioned here:

# curl http://public-repo-1.hortonworks.com/HDF/amazonlinux2/3.x/updates/3.2.0.0/repodata/repomd.xml

.

View solution in original post

2 REPLIES 2

avatar
Master Mentor

@Muhammad Asghar

Your Local repository seems to be having a corrupted file "repomd.xml" or might not be accessible. Can you please check if you can access it and verify it's content?

# curl http://ufm.hdf03.com/repo/HDF/centos7/3.2.0.0-520/repodata/repomd.xml

.

The content of the above file some be matching as the one mentioned here:

# curl http://public-repo-1.hortonworks.com/HDF/amazonlinux2/3.x/updates/3.2.0.0/repodata/repomd.xml

.

avatar

@Jay Kumar SenSharma

I have checked the local repository. The file "repomd.xml" is accessible. can you please confirm, what else permissions should be changed to resolve issue?