Description

This article describes the meaning of the log message: rmopd[269]: pconn_server_dispatch_common: Unexpected message type 65280 in cRPD environment.

Symptoms

In the cRPD environment, a series of unexpected log messages were recorded in rapid succession, all occurring within a fraction of a second. The specific log entries are as follows:

  • Jul 19 09:55:29: rmopd[269]: pconn_server_dispatch_common: Unexpected message type 0.
  • Jul 19 09:55:29: rmopd[269]: pconn_server_dispatch_common: Unexpected message type 21332.
  • Jul 19 09:55:29: rmopd[269]: pconn_server_dispatch_common: Unexpected message type 2.
  • Jul 19 09:55:29: rmopd[269]: pconn_server_dispatch_common: Unexpected message type 4609.

These messages indicate that the rmopd process encountered multiple unexpected message types during the same timestamp, suggesting a potential issue with message handling or communication protocols in the system.

Solution

RMOPD is opening IPC channels over TCP that are reserved for PICs used for offloading measurements in cRPD images. This is incorrect, as there are no such PICs in cRPD images. This issue has been resolved in later releases. Please consult JTAC to verify the fix.


 

Modification History

2024-08-21 : Article Created