PI Log issue Error=601

Hi,

How can resolve issue in PI logs?

The issue is – time by time we found entrees in PI log file:

[2022-09-30 16:01:44,679][977][139972769453824][INFO][privacyidea.lib.tokens.pushtoken:707] The following error occurred during the signature check: “ResourceNotFoundError(description=‘The requested token could not be found.’, id=601)”

[2022-09-30 16:01:47,249][977][139972769453824][INFO][privacyidea.lib.tokens.pushtoken:707] The following error occurred during the signature check: “ResourceNotFoundError(description=‘The requested token could not be found.’, id=601)”

[2022-09-30 16:01:50,008][977][139972769453824][INFO][privacyidea.lib.tokens.pushtoken:707] The following error occurred during the signature check: “ResourceNotFoundError(description=‘The requested token could not be found.’, id=601)”

[2022-09-30 16:01:52,789][977][139972769453824][INFO][privacyidea.lib.tokens.pushtoken:707] The following error occurred during the signature check: “ResourceNotFoundError(description=‘The requested token could not be found.’, id=601)”

  • 70 same records
    [……]

In this moment no one user trying to be authenticated.

Its seems like this record appeared from nowhere.

How fix it?

P.S. PI works as expected – all user going through authenticated procedure correctly.

Regards

I do not know.
There seems to be some problem with a push token.
It could be, that you are referencing one somewhere, but the token would not exist anymore.

I recommend turning on debug log to check where this originates from.

Hint: The number in the bracktes [977][139972769453824] are the process ID and the thread ID. Thus you can filter to log to find debug messages that belong to the corresponding request.