Fixing FAILED_NOT_RESTARTABLE
rakha29101995 opened this issue · 2 comments
rakha29101995 commented
I have issue in weblogic, when server start I do force shutdown and then now the server cannot up and have message FAILED_NOT_RESTARTABLE. i've been try for restart service weblogic but still have some error. any advice?
rjeberhard commented
What version of the operator are you using? The liveness probe should be failing if the server is in FAILED_NOT_RESTARTABLE state. We have also recently updated the liveness probe to fail anytime that the server process is missing.
As a workaround, you can also always delete the pod for the server instance and that pod will be recreated.
robertpatrick commented
@rakha29101995 Is this still an issue?