2021-01-19 23:49:02.587] uaa - 15 [https-jsse-nio-8443-exec-8] .... ERROR --- UaaTokenEndpoint: Handling error: ClassCastException, null java.lang.ClassCastException: null
This indicates a type casting bug where if you set the expiry date too far into the future, it has to try and cast a long into an int, which then causes UAA to crash.