All in one node Setup | Edge management server start | Failed

Hi,

I am trying to install Apigee-Edge all in one setup(v4.17.05) in Redhat7 server.

The below is the command I ran to install "aio":

sh setup.sh -p aio -f /tmp/conf

During installation, i am getting below error while starting "edge-management-server"

Updating Keyspace: user_settings 
update KEYSPACE user_settings WITH placement_strategy = 'NetworkTopologyStrategy' AND strategy_options={dc-1:1}; 
apigee-service: edge-management-server: edge-management-server is not 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 
Checking for management-server on 127.0.0.1 port 8080 ... OK 
Checking for management-server uuid f2ef088f-86c1-465c-ad44-6fd619e0453e 
Checking if management-server is up ............................................................. 
management-server is not up. Error: setup.sh: /opt/apigee/apigee-service/bin/apigee-service exited with unexpected status 1



When i check in the log:


tail -100 /opt/apigee/var/log/edge-management-server/edge-management-server.log


07:09:24,705 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@63718b93 - Registering current configuration as safe fallback point Exception in thread "Timer-0" com.apigee.kernel.exceptions.spi.UncheckedException{ code = kernel.ServiceStopFailed, message = Stopping of Service ServerBindService failed unexpectedly, associated contexts = [Deployment {name=ServerBindService, type=service, deploymentPath=null}]} at com.apigee.kernel.service.deployment.ServiceDeployer.getUncheckedException(ServiceDeployer.java:193) at com.apigee.kernel.service.deployment.ServiceDeployer.stopService(ServiceDeployer.java:223) at com.apigee.kernel.service.deployment.ServiceDeployer.unDeploy(ServiceDeployer.java:207) at com.apigee.kernel.MicroKernel.unDeployAll(MicroKernel.java:344) at com.apigee.kernel.MicroKernel.stopInProcess(MicroKernel.java:312) at com.apigee.kernel.MicroKernel.stop(MicroKernel.java:303) at com.apigee.license.ScheduledLicenseValidator.run(ScheduledLicenseValidator.java:38) at java.util.TimerThread.mainLoop(Timer.java:555) at java.util.TimerThread.run(Timer.java:505) 
Caused by: java.lang.NullPointerException at com.apigee.servers.binding.ServerBindServiceImpl.stop(ServerBindServiceImpl.java:139) at com.apigee.kernel.service.deployment.ServiceDeployer.stopService(ServiceDeployer.java:214) ... 7 more



Can anyone please help me to get out from this issue?


Thanks,

Anand

0 2 322
2 REPLIES 2

yazinthufael
Participant II

Can you try checking for the license.txt file permissions and path. Do check if selinux is disabled or permissive.

Hi Abdulla,

Thanks for the reply.

The license file permission is 644.

Selinux is in permissive mode.

With the same license I am able to install v18.04 with no issues.

But i still see the issue only with v17.05.

Regards,

Anand