FIWARE Orion: no patterned entityId

Viewed 17

I get this error repeated every seconds on my instance of Orion:

time=Tuesday 26 Apr 13:21:47 2022.045Z | lvl=ERROR | corr=N/A | trans=N/A | from=N/A | srv=N/A | subsrv=N/A | comp=Orion | op=mongoSubCache.cpp[222]:mongoSubCacheItemInsert | msg=ERROR (no patterned entityId) - cleaning up

I suppose something is wrong with the ID of one of my entities in Mongo. But how to find which? I use v2.2.0 on Amazon ECS.

1 Answers

Seems like you have a subscription with zero elements in the subject::entities array. You might want to locate it and remove it.

Related