Troubleshooting Tip: Error 'ERR: NO MEM for USER_LOCAL_MSG' in wireless-controller debugs.
| Description | This article describes how to resolve the error 'ERR: NO MEM for USER_LOCAL_MSG' when FortiAP is not coming online. |
| Scope | FortiGate. |
| Solution | Execute the WTP debugs on the FortiGate to find at which point the FortiAP connection is failing, where x.x.x.x is the IP address of the FortiAP:
diagnose wireless-controller wlac wtp_filter <FAP_SerialNumber> 0-x.x.x.x:5246 2 diagnose debug application cw_acd 0x7ff diagnose debug console timestamp en diagnose debug enable
The following error message will be observed in the debugs:
If this error appears in the debugs, execute the following command to check if the cw_acd process is consuming high memory:
FGT-A # diagnose sys top 2 5 Run Time: 0 days, 19 hours and 17 minutes To recover the wireless-controller service:
fnsysctl killall cw_acd
diagnose sys process pidof cw_acd <----- To find the process-id. diagnose sys kill 11 <p_id> <----- p_id is output of above command
Related article: Technical Tip: High memory due to the cw_acd process and potential causes |
