Management server starts then becomes dead in few seconds

edge-management.txt

Log Error --

ERROR KERNEL.DEPLOYMENT - ServiceDeployer.startService() : ServiceDeployer.deploy() : Got a life cycle exception while starting service [ServerRegistrationService, Server already exists in region default. Now trying to register in region
dc-1]

Installation profile - "aio"

Solved Solved
0 3 580
1 ACCEPTED SOLUTION

Not applicable

By the error it looks like you have been attempting the installation on the same machine multiple times without performing proper clean up.

If this is a new installation, execute the following commands to completely remove the software:

/opt/apigee/apigee-service/bin/apigee-all stop
yum clean all
rpm -e $(rpm -qa | egrep "(apigee-|edge-|baas-)")
rm -rf /opt/apigee
rm -rf /opt/nginx

View solution in original post

3 REPLIES 3

Not applicable

By the error it looks like you have been attempting the installation on the same machine multiple times without performing proper clean up.

If this is a new installation, execute the following commands to completely remove the software:

/opt/apigee/apigee-service/bin/apigee-all stop
yum clean all
rpm -e $(rpm -qa | egrep "(apigee-|edge-|baas-)")
rm -rf /opt/apigee
rm -rf /opt/nginx

Thanks.
Started installing with 4.16 then switched to 4.17 but didn't clean up properly.

Not applicable

You should also review the response files used to execute:

/opt/apigee/apigee-setup/bin/setup.sh -p aio -f <response-file>