Error while installing APIGEE on a single node via APIGEE setup utility on private cloud

I am trying to install APIGEE on private cloud for a single node but i am facing the below error.

Cannot open: https://uname:password@software.apigee.com//apigee-repo.rpm. Skipping. Error: Nothing to do bootstrap_4.17.09.sh: Error: Repo configuration failed

Also i went through the below URL:

https://docs.apigee.com/private-cloud/v4.17.09/install-edge-apigee-setup-utility#installedgeapigeese...

and faced the issue at step 8:

Install the Edge apigee-service utility and dependencies:

> sudo bash /tmp/bootstrap_4.17.09.sh apigeeuser=uName apigeepassword=pWord

SO please help me on how to remove the error

1 3 485
3 REPLIES 3

Hi Pratyush Singh

Could you please check below

- try login to software.apigee.com (http/ftp) to verify credentials

- If your credentials are correct . then it could be with extra '/' in the url https://uname:password@software.apigee.com//apigee-repo.rpm, noticed this while installing 17.01. Below workaround has worked with 17.01 install

- vi bootstrap.sh

- at line number 748, which says

yum install -y "$REPO_URL_BASE/$APIGEE_RH_REPO" \

- removed '/' between $REPO_URL_BASE and $APIGEE_RH_REPO, which is

yum install -y "$REPO_URL_BASE$APIGEE_RH_REPO" \

- executed step 8 as per docs

Thanks,

Thanks for your answer. I tried running the below command and got the error:

[root@localhost ~]# curl https://uNmae:password@software.apigee.com/apigee-repo.rpm <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <html><head> <title>401 Authorization Required</title> </head><body> <h1>Authorization Required</h1> <p>This server could not verify that you are authorized to access the document requested. Either you supplied the wrong credentials (e.g., bad password), or your browser doesn't understand how to supply the credentials required.</p> </body></html>

So it seems my credentials are not correct ?

Also i tried to open https://software.apigee.com and i got a html page stating : Apigee Software Repository . Also its not asking any credentials so i checked with curl only.

Please confirm whether my password is wrong ?

Thanks

Pratyush

Correct, its issue with the credentials you are using to connect to apigee repo. You can know more info on Apigee License here.

Thanks,