Agnibha Bose
Agnibha Bose
How to request other languages?
I can translate to Hindi/Bengali, If you want to add these to the list... @boltgolt
Thanks @boltgolt
Probably this is necessary.
This specifically happens if you have symbols in your trigger and job name...
Yes but it fails for other special characters too... Like +
@jlinn I am Getting this issue again if I set org.quartz.scheduler.instanceId to AUTO and My InetAddress.getLocalHost().getHostName() contains special characters.
``` public static String getUniqueIdentifier(String schedName, String schedInstId) { return schedName + "_$_" + schedInstId; } ``` This is the method in quartz that generates unique identifier