Agnibha Bose

Results 8 comments of Agnibha Bose

How to request other languages?

I can translate to Hindi/Bengali, If you want to add these to the list... @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