Unable to get uuid for management-server

Error: setup.sh: /opt/apigee/apigee-service/bin/apigee-service exited with unexpected status 1

I have been trying to perform an all in one install for evaluation of apigee on premises and the install cannot get past the management-server component.

apigee-service: edge-management-server: edge-management-server isnot running
apigee-configutil: edge-management-server:# OK
apigee-service: edge-management-server:Not running (NO_LOCKFILE)
apigee-service: edge-management-server: status=2, continuing
apigee-service: edge-management-server: OK
apigee-service: edge-management-server: edge-management-server is running
Checkingfor management-server on 127.0.0.1 port 8080....... OK
Checkingfor management-server uuid .............................................................................................................................................................................................................................................................................................................Unable to get uuid for management-server.Error: setup.sh:/opt/apigee/apigee-service/bin/apigee-service exited with unexpected status 1


I followed the below links on community

1.https://community.apigee.com/questions/60973/unable-to-get-uuid-for-management-server.html

2.https://community.apigee.com/questions/49100/edge-management-server-installation-failedunable-t.html


But still cant find a solution

If anyone has any thoughts I would appreciate them.
0 2 732
2 REPLIES 2

Not applicable

This issue I have faced earlier. In my case there was internet connection using web proxy, so it was trying to search in internet. So, was not finding the UUID. Then we stopped the web proxy enabled and it started searching in the management server and got the UUID immediately.

You can check the same in your management server.

Also check the command in management server as

curl -v http://msip:8080/v1/servers/self -u sysadminusername: password

You should get the management server UUID. If not getting then need to restart and try again, check the management server log analysis.

Hello Priyadarshi Ajitav Jena I'm a newbie to OPDK .sorry this could sound silly but how to disable webproxy on a VM on gcloud instance ..but if it is $http_proxy= ..thein i tried it did not work