OnPrem Edge 4.16.01 - edge-router: Not running (DEAD)

Not applicable

Hi,

I have on premise installation of Edge 4.16.01. One of my router is always dead where as Router on another node is working fine.

+ apigee-service edge-message-processor status
apigee-service: edge-message-processor: OK
+ apigee-service edge-postgres-server status
apigee-service: edge-postgres-server: OK
+ apigee-service edge-qpid-server status
apigee-service: edge-qpid-server: OK
+ apigee-service edge-router status
apigee-service: edge-router: Not running (DEAD)
apigee-all: Error: status failed on [edge-router]

From insllation log - it seems it is installed properly.

apigee-service: edge-router: edge-router is running
Checking for router on 127.0.0.1 port 8081  ..... OK
Checking for router uuid  2e32e3ca-eacb-4e30-8a12-09ce4b5c71d1
Checking if router is up .
Unable to connect to router on http://127.0.0.1:8081
Error: setup.sh: /opt/apigee/apigee-service/bin/apigee-service exited with unexpected status 1

please advise how to fix edge-router on this node. thanks.

Solved Solved
0 4 1,165
1 ACCEPTED SOLUTION

Not applicable

rm -f /opt/nginx/conf.d/*

/opt/apigee/apigee-service/bin/apigee-service edge-router restart

Executed above two commands and router issue got fixed. I got these from Apigee Support.

Thanks.

View solution in original post

4 REPLIES 4

Not applicable

Error found in error log..... not sure how to fix it.

2016-06-09 22:47:38,297  main ERROR KERNEL - MicroKernel.deployAll() : MicroKernel.deployAll() : Error in deploying the deployment : MessageProcessorManagementService
com.apigee.kernel.exceptions.spi.UncheckedException: Router not started because, Load Balancing could not be initialized
  at com.apigee.proxy.service.RouterServiceImpl.start(RouterServiceImpl.java:69) ~[message-router-proxy-1.0.0.jar:na]
  at com.apigee.kernel.service.deployment.ServiceDeployer.startService(ServiceDeployer.java:167) ~[microkernel-1.0.0.jar:na]
  at com.apigee.kernel.service.deployment.ServiceDeployer.deploy(ServiceDeployer.java:70) ~[microkernel-1.0.0.jar:na]
  at com.apigee.kernel.service.deployment.ServiceDeployer.deployDependantServices(ServiceDeployer.java:356) ~[microkernel-1.0.0.jar:na]
  at com.apigee.kernel.service.deployment.ServiceDeployer.deploy(ServiceDeployer.java:76) ~[microkernel-1.0.0.jar:na]
  at com.apigee.kernel.MicroKernel.deployAll(MicroKernel.java:178) [microkernel-1.0.0.jar:na]
  at com.apigee.kernel.MicroKernel.start(MicroKernel.java:139) [microkernel-1.0.0.jar:na]
  at com.apigee.kernel.MicroKernel.start(MicroKernel.java:135) [microkernel-1.0.0.jar:na]
  at com.apigee.kernel.MicroKernel.main(MicroKernel.java:84) [microkernel-1.0.0.jar:na]

Not applicable

rm -f /opt/nginx/conf.d/*

/opt/apigee/apigee-service/bin/apigee-service edge-router restart

Executed above two commands and router issue got fixed. I got these from Apigee Support.

Thanks.

Thanks for sharing this @Pravin

I have a similar issue with apigee-qpidd service and it is not starting. Actually, the files were missing in one server somehow. So, we copied them from another. But still, i do not see the service starting.