I have implemented quartz scheduler in my application. And its working upto a certain point. After that its giving exception. When i check the logs in loggers they are also not generated. Its perfectly running on my local server but not on the server where the application is deployed. Please suggest. Thanks in advance.
I have implemented quartz scheduler in my application. And its working upto a certain
Share
Are log variables null?
If so, try to declare them static final, such as:
Quartz can serialize the classes you use, so you run into serialization/deserialization issues. However, if it is the case, can’t be determined as long you don’t provide code and configuration samples.