-
Notifications
You must be signed in to change notification settings - Fork 15
503 error #48
Comments
What version of the app are your running? Also, can you confirm if this is the full version or Mini? Generally failed to connect to db means the db is no longer running. Additionally, no longer running means it ran out of memory and was killed by the kernel. The app has relatively verbose logs for each component, including the db. You can collect them via an app-techsupport. Also, it may be useful on each APIC to check dmesg for any oom messages |
@agccie App version 2.1, full version. I will look into logs and try to find out something related to this failure. |
@agccie maybe you could give me advice on what I should look for and in which files, because there's so many of them. Here I found little info from APIC-3
I've also checked dmesg and didn't found anything suspicious. |
You can also look at the logs on the APIC directly. You need to determine which APIC the app is running. In the example below, you can see that all services are running on apic1. Go to /data2/logs/Cisco_EnhancedEndpointTracker and all the logs will be there.
|
By some reason I get no output at all when executing
|
I'm not sure what version the appstatus details were added, it may not be there in 4.0.3. However, you found the logs so you are good to go :-) From the manager logs you provided, we can see that it restarted because it also failed to connect to mongo:
The corresponding traceback is expected. Either mongo was crashed/restarted because of an error or memory was exhausted and kernel killed the container. Can you check the latest mongo logs:
You would need to check the latest in mongos, cfg, sh0, sh1, and sh2 |
On all three controllers this folder is empty. |
I probably will wait for the time when app hang again with this error and will try to collect logs. |
Hello! I'm getting this quite often.
The only way to return to normal operation is to disable application and enable again.
APIC 4.0.3d
The text was updated successfully, but these errors were encountered: