The message "Request with id <UUID> failed with null" is logged periodically.
search cancel

The message "Request with id <UUID> failed with null" is logged periodically.

book

Article ID: 415527

calendar_today

Updated On:

Products

VMware NSX

Issue/Introduction

  • You see the following messages at /var/log/syslog of NSX Manager.
<timestamp> <hostname> NSX 5205 - [nsx@6876 comp="nsx-manager" errorCode="MP4069" level="ERROR" subcomp="manager"] Request with id <uuid> failed with null
  • Checking the NSX Manager's "/var/log/proton/nsxapi.log" indicates that the attempt to retrieve information from the "central config" failed due to a timeout.
<timestamp>  WARN EdgeTNRpcRequestRouter3 EdgeTNUtils 5205 FABRIC [nsx@6876 comp="nsx-manager" level="WARNING" subcomp="manager"] Exception in getting value of central config for edge node <edge-uuid>, exception java.util.concurrent.TimeoutException: Error sending platform management request to client id: <uuid>

<timestamp>  INFO RpcManagerRequestCleanupTimer RpcManager 5205 SYSTEM [nsx@6876 comp="nsx-manager" level="INFO" subcomp="manager"] Rpc response not received for application PlatformManagement request com.vmware.nsx.platform_management.CentralApi$CentralApiRequestMsg from client <uuid> with correlation id <uuid> in 30000 msec.

Environment

VMware NSX

Cause

  • NSX Manager periodically executes "GET /api/v1/node/central-config" against NSX Edge nodes.
  • If no response is received from the NSX Edge node within 30 seconds, the process times out and the subject message is logged.

Resolution

Information retrieval may occasionally fail, but this will not affect functionality.

Additional Information

For details on "GET /api/v1/node/central-config", please refer to the documentation NSX-T Data Center REST API