Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clean the state store file when we have an error to avoid recurring #362

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

rmendonca
Copy link

@rmendonca rmendonca commented Jan 21, 2025

Description:

Sometimes we have some errors when we try to execute certain calls to Okta and when the information's state at the storage becomes corrupted it's never cleaned and the error keeps recurring and makes the login completely impossible again.

Some stack errors:

[{"lineNumber":525, "file":"Authorization Exception.java","methodName":"by Encryption Exception", "class":"com.okta.pidc.util. AuthorizationException$EncryptionErrors"),
(" lineNumber":110, "file":"AuthAPI.java","methodName":"obtain NewConfiguration", "class" "com.okta.oidc.clients.AuthAPI"). ("lineNumber":80, "file":"SyncAuthClientImpl.java","method Name":"signin", "class":"com.okta.oidc.clients SyncAuthClientImpl").
("lineNumber":69, "file":"AuthClientImpl.java","methodName":"lambda$signin$2$com-okta-oidc-clients-AuthClientImpl","class":"com.okta.gidc.clients. AuthClientImpl"). ("lineNumber":8,"file": null, "methodName":"run","class":"com.okta.oidc.clients.AuthClientImpl$$ExternalSyntheticlambda5"},
("lineNumber":487, "file":"Executors.java","methodName":"call","class":"java.util.concurrent. Executors$RunnableAdapter"),
("lineNumber":264, "file": "Future Task.java","methodName":"run","class":"java.util.concurrent. Future Task"}, "lineNumber":1145, "file":"ThreadPoolExecutor.java", "methodName":"runWorker", "class":"java.util.concurrent.ThreadPoolExecutor"),
( ("lineNumber":644, "file":"ThreadPoolExecutor.java","methodName":"run", "class":"java.util.concurrent.ThreadPoolExecutor$Worker"), ("lineNumber":1012, "file":"Thread.java", "methodName":"run","class":"java.lang.Thread"}], "message":"Okta Qido error","code":"-600")

{[{"lineNumber":125, "file":"AuthAPI.java","methodName":"isVerificationFlow", "class":"com.okta.oidc.clients. AuthAPI").
"lineNumber":95, "file":"SyncAuthClientImpl.java","methodName":"signin", "class":"com.okta,oidc.clients. SyncAuthClientImpl"). (
"lineNumber":69,"file":"AuthClientImpl.java","methodName":"lambda$signin$2$com-okta-oidc-clients-AuthClientImpl","class":"com.okta.oidc.clients. AuthClientImpl"). (
(" lineNumber":8,"file":null,"methodName":"run","class" "com.okta.oidc.clients. AuthClientImpl$$ExternalSyntheticLambda5"), "lineNumber":487, "file":"Executors.java","methodName":"call","class":"java.util.concurrent.Executors$RunnableAdapter"}, (
"lineNumber":264, "file": "Future Task.java", "methodName":"run","class":"java.util.concurrent.FutureTask"}, ( lineNumber":1145, "file":"ThreadPoolExecutor.java","methodName":"runWorker","class":"java.util.concurrent.ThreadPoolExecutor"),
(" ("lineNumber":644, "file":"ThreadPoolExecutor.java", "methodName":"run","class":"java.util.concurrent.ThreadPoolExecutor$Worker"},
("lineNumber":1012, "file":"Thread.java", "methodName":"run","class":"java.lang.Thread"}], "message": "Okta Oido error","code":"-600")

Clean the state store file when we have an error to avoid recurring.

@rmendonca
Copy link
Author

Hi @rajdeepnanua-okta , can you check my PR or propose another fix ? Sometimes we have problems with the storage files and the users stay blocked. They need to clean the storage files to be able to log again in the application.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant