Good afternoon!
I manage a few different AppVol environments and most seem to have an issue where clicking on the Jobs tab under Activity in the AppVolumes management interface results in a "Server Error". In the System Messages tab, we see an entry of "Unhandled request exception: undefined method 'titleize' for nil:nilClass".
After poking around the SQL database, I think I see the problem but wanted to see if anyone has dealt with this before.
SQL Table in Question: dbo.job_logs
Working System: Row id matches the 'id' column. In AppVol 2.18, we have 21 rows/jobs- last job is id 21.
Angry System: Row 21 has an 'id' of 22 and the second-to-last job is id 20 (21 is not present).
Because opening support cases is almost as much fun as a trip to the dentist, I'm thinking about backing up the database and changing the out-of-sequence ID to see if that resolves the issue. I'm wondering if anyone else has experienced the same thing and if this may be a course of action that resolves it.
Thanks!