java - CronTrigger Validity -


i have task scheduler codes:

    crontrigger trigger = new crontrigger("0 07 01 ? * thul");     scheduledfuture<ordercheckjob> scedulefuture = scheduler.schedule(checkjob,     trigger); 

i ran exception appeared:

java.lang.numberformatexception: input string: "4l" @ java.lang.numberformatexception.forinputstring(numberformatexception.java:65) 

i ran through cronmaker: legit cron.

any ideas how did happen? or 1 of limits of crontrigger?

thanks,
jet


Comments

Popular posts from this blog

android - Get AccessToken using signpost OAuth without opening a browser (Two legged Oauth) -

org.mockito.exceptions.misusing.InvalidUseOfMatchersException: mockito -

google shop client API returns 400 bad request error while adding an item -