Register / Login  |  Desktop view  |  Jump to bottom of page

Beta Version » Invalid Log File Keep Count Causing Scheduler Crashes...

Author: Gary K. Griffey
8 years ago
Greetings James,

Just an FYI...in the current beta release, I reset the preference Log File "Keep Last" count down to a value of 1. After doing this and restarting my system, the QRecall scheduler would constantly crash, every 10 seconds or so, with the error "Invalid Log File Keep Count"...

I set it back to 3...and it appears to be ok now. I guess I would suggest that if a value of 1 causes this issue, you may want to remove this choice from the selection value option for this specific preference. Currently, you can select a value of 1 through 9.

Thanks,

Gary K. Griffey

Author: James Bucanek
8 years ago
Gary,

Thanks for the info. I found the problem, which was an off-by-one error. When you set the keep count to 1, it was actually getting set to 0 which freaked out the scheduler.

I've fixed it, but more importantly if the log rotation schedule is out of bounds the scheduler now simply logs it, picks a valid value, and keeps running. I have no idea what possessed me to make that a fatal error.

Author: Gary K. Griffey
8 years ago
Great...thanks for the info...

GKG




Register / Login  |  Desktop view  |  Jump to top of page