Status of all services, initially (these are all dead now, when I attempted to restart these)
<strong>[root@fqdn]# apigee-all status
+ apigee-service edge-message-processor status
apigee-service: edge-message-processor: OK
+ apigee-service edge-router status
apigee-service: edge-router: OK<br></strong>
System.log NOT available:
[root@fqdn]# tail -100f /opt/apigee/var/log/edge-message-processor/logs/system.log
tail: cannot open ‘/opt/apigee/var/log/edge-message-processor/logs/system.log’ for reading: No such file or directory
tail: no files remaining
[root@fqdn]#<br><strong></strong>
Checked status of one of the API-Proxy, using following GET:
http://<FQDN_OF_MS_NODE>:8080/v1/organizations//apis//deployments
Reponse body:
{
"environment": [
{
"name": "test",
"revision": [
{
"configuration": {
"basePath": "/",
"steps": []
},
"name": "1",
"server": [
{
"error": "com.apigee.kernel.exceptions.spi.UncheckedException{ code = application.bootstrap.FailedToConfigure, message = Configuration failed, associated contexts = []}",
"status": "error",
"type": [
"message-processor"
],
"uUID": "a0a990a3-9fa9-433f-b5e1-ef7b1f39ea08"
},
{
"error": "com.apigee.kernel.exceptions.spi.UncheckedException{ code = application.bootstrap.FailedToConfigure, message = Configuration failed, associated contexts = []}",
"status": "error",
"type": [
"message-processor"
],
"uUID": "a0f0ed01-23a2-4086-a666-b5e257a05ac6"
},
{
"error": "com.apigee.kernel.exceptions.spi.UncheckedException{ code = application.bootstrap.FailedToConfigure, message = Configuration failed, associated contexts = []}",
"status": "error",
"type": [
"message-processor"
],
"uUID": "40404ec0-d6db-49ee-978f-11db1127c1c1"
},
{
"error": "com.apigee.kernel.exceptions.spi.UncheckedException{ code = application.bootstrap.FailedToConfigure, message = Configuration failed, associated contexts = []}",
"status": "error",
"type": [
"message-processor"
],
"uUID": "b5e87c96-b9de-4322-aa15-f565324bfc14"
},
{
"status": "deployed",
"type": [
"router"
],
"uUID": "2b24dc59-1694-4c5f-8b9f-9b4400bdb102"
},
{
"status": "deployed",
"type": [
"router"
],
"uUID": "17f14f58-960a-45ed-9112-91d9d9fdc38c"
},
{
"status": "deployed",
"type": [
"router"
],
"uUID": "aa12b78c-fff6-4e8a-90c9-e26a9464ffaf"
},
{
"status": "deployed",
"type": [
"router"
],
"uUID": "1baf718b-eff1-47e8-b73d-85daa82d83aa"
}
],
"state": "error"
}
]
}
],
"name": "legacy_api-v1-CurrentUser",
"organization": "org-name"
}<br>