OpenID SSO

I am having a trouble to set SSO login. It is giving “*ServletException occurred.” error after parsing JwtClaim. Did I miss any settings?

Below is the error log:

2021-01-26 17:42:57,771 [http-nio-8080-exec-8] DEBUG sso.type: oic
2021-01-26 17:42:57,772 [http-nio-8080-exec-8] DEBUG Logging in with OpenID Connect Authenticator
2021-01-26 17:42:57,773 [http-nio-8080-exec-8] DEBUG code: 7ffd1d32-5b45-4c97-acb6-.-b73b-4729-936b-.85442a5e-0c3a-43db-9f5e-67fe6e3999c0, state(request): 8513ecef60439a120017, state(session): 8513ecef60439a120017
2021-01-26 17:42:57,800 [http-nio-8080-exec-8] DEBUG jwtHeader: {“alg”:“RS256”,“typ” : “JWT”,“kid” : “”}
2021-01-26 17:42:57,802 [http-nio-8080-exec-8] DEBUG jwtClaim: {“exp”:1611652054,“iat”:1611651754,“auth_time”:1611651524,“jti”:“6c8b9282-0e3c-4a70-a6fe-eb683eed063d”,“iss”:“https://XXX.XXX.XXX.XXX/auth/realms/YYYY",“aud”:“client”,“sub”:“4b67d3b0-bed2-4e67-8bef-a7f85635bd55”,“typ”:“ID”,“azp”:“client”,“session_state”:"-b73b-4729-936b-",“at_hash”:“l8mp_Mv7TGp7S4yW”,“acr”:“0”,“email_verified”:false,“name”:"XXXXX XXXXX”,“preferred_username”:“XXXXX”,“given_name”:“XXXXX”,“family_name”:“XXXXX”}
2021-01-26 17:42:57,802 [http-nio-8080-exec-8] DEBUG jwtSigniture: ս���Dh~khUa�n�|I’)�G�Կ%��7f�PſO"4m �S��p�G���~/b�%I[��B�9���l%w�-]
Y����:�I��;�$��s�?�����J۾�.�8���O=�]����G�
�D��J7����m���n�6n�
���Zv6�8�a�7�Yn���@H��~���Ag���Y����Kun��|%�F�٠��t�=�B��ː��%ae�qxeH��s�(G��CQ���}��
2021-01-26 17:42:57,803 [http-nio-8080-exec-8] DEBUG attribute: {expire=300, accesstoken=TW1PPtGAuiVhCcz9crF8vIs7IkeKYsu-L7a1U9Kb1WYPisdTqA0WwmWQ6woI9tXfLRv12RyJqzEnEXiCxzAiJ95_vxkVfhtHTWrTp54S74EQ, jwtsign=ս���Dh~khUa�n�|I’)�G�Կ%��7f�PſO"4m �S��p�G���~/b�%I[��B�9���l%w�-]
Y����:�I��;�$��s�?�����J۾�.�8���O=�]����G�
�D��J7����m�
��n�6n�
���Zv6�8�a�7�Yn���@H��~���Ag���Y����Kun��|%�F�٠��t�=�B��ː��%ae�qxeH��s�(G��CQ���}��, refreshtoken=i00NzI5LTkzNmItMjdlZWMwNTQ3ZDg2Iiwic2NvcGUiOiJvcGVuaWQgcHJvZmlsZSBlbWFpbCJ9.0r0-Cf2qJdFudvSk6t3RHJcMyWY3gJS47Pa4aOd2CwY, jwtclaim={“exp”:1611652054,“iat”:1611651754,“auth_time”:1611651524,“jti”:“6c8b9282-a6fe-eb683eed063d”,“iss”:“https://XXX.XXX.XXX.XXX/auth/realms/YYYY",“aud”:“client”,“sub”:“4b67d3b0-bed2-4e67-8bef-a7f85635bd55”,“typ”:“ID”,“azp”:“client”,“session_state”:"-b73b-4729-936b-",“at_hash”:“l8mp_Mv7TGp7S4yW”,“acr”:“0”,“email_verified”:false,“name”:"XXXXX XXXXX”,“preferred_username”:“XXXXX”,“given_name”:“XXXXX”,“family_name”:“XXXXX”}, jwtheader={“alg”:“RS256”,“typ” : “JWT”,“kid” : “0AXLytoYxV8ZrcuKAYf4DoMx0jMHBOlxNqy5QNmFEuk”}, tokentype=Bearer}
2021-01-26 17:42:57,804 [http-nio-8080-exec-8] DEBUG …Regenerating session ID for security
2021-01-26 17:42:57,805 [http-nio-8080-exec-8] DEBUG …Saving login info to session
2021-01-26 17:42:57,810 [http-nio-8080-exec-8] DEBUG Rollback transaction: [FormatId=4360, GlobalId=1611650496975/16, BranchId=]
2021-01-26 17:42:57,811 [http-nio-8080-exec-8] DEBUG #flow …Calling back #finally with failure for SsoAction
2021-01-26 17:42:57,810 [pool-3-thread-1] DEBUG #flow #async …Running asynchronous call as secondary@76e2bb3d
2021-01-26 17:42:57,813 [http-nio-8080-exec-8] DEBUG *ServletException occurred.
/= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =: /sso/
requestClass=org.apache.catalina.connector.RequestFacade ; sessionId=110B563A6BBCB17DE79F8FF3CC4526B6
; url=http://localhost:8080/sso/?state=8513ecef60439a120017&session_state=-b73b-4729-936b-&code=7ffd1d32-5b45-4c97-acb6-.-b73b-4729-936b-.85442a5e-0c3a-43db-9f5e-67fe6e3999c0
; method=GET ; protocol=HTTP/1.1 ; scheme=http ; secure=false ; remoteAddr=127.0.0.1 ; remoteHost=127.0.0.1
; characterEncoding=UTF-8 ; contentLength=-1 ; contentType=null ; locale=en_US ; locales=en_US,en

What did you set values in system.properties?

Sorry for a late responce
Settings in system.properties are:

sso.type=oic
oic.redirect.url=https://www.example.com:8080/sso/
oic.client.secret=xxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx
oic.client.id=fess
oic.token.server.url=https://www.example.com/auth/realms/TEST/protocol/openid-connect/token
oic.auth.server.url=https://www.example.com/auth/realms/TEST/protocol/openid-connect/auth

What is the stack trace of ServletException?