Cron Scheduler not working for Specific Time in Java
I was trying to implement a simple cron scheduler which gets called at a particular time. It was working perfectly with 1 second or any other delay implementations with the end point. But if I try executing it for a particular time it is failing, and giving me java exception like the below. I am using Java play framework, which also has some parts written in Springboot