There are recent reports of customers getting Unparseable time errors.
The first cause was introduced by changes in Java 11 and higher. This affects SU33. The condition can be addressed by adding java override options to the lax.nl.java.option.additional in the respective lax files.
The second cause is trying to use a 24 hour format in the ignore window. Most versions only support a 12 hour setting with AM/PM designation. As an example, 05:00 PM. Recent updates added support for a 24 hour clock so 17:00 could be used instead.
SU33.x with Java 11 | -Djava.locale.providers=COMPAT,CLDR required in atpcons/lax, atpnode.lax. atpnames.lax | 5:00 PM Supported |
SU34.5.3 / 11.1.x | no environment variables required | 5:00 PM Supported |
SU34.6 / 11.2.x | no environment variables required |
5:00 PM Supported 17:00 Supported |