Openfire 4.2.3 and Monitoring Service 1.6.2

Hello everyone!

i found a problem after update my Openfire from 4.0.1 to 4.2.3.
When I update the plugin Monitoring Service to 1.6.2, I can’t find any conversaton from Archiving.

“No conversations were found using the specified search criteria. Please modify your search criteria and try again.”

Did I something wrong?

You can try running reindexing on the settings page, wait a bit and then try searching again.

I think others have reported issues with the monitoring plugin not properly having its database schema updated during the upgrade process. Which database are you using? Can you check the database with the following SQL command?

SELECT * from ofVersion where name = 'monitoring';

Are you able to review the Openfire logs when you attempt to search?