We upgraded the Jenkins standalone instance from V2.303.3 to v2.426.3, the jenkins UI is not up, but the same steps in preprod works fine. Below is the error we received.
“Starting jenkins exception in thread “main” java.lang.IllegalArgumentException: Unrecognized option: --daemon”
Can anyone help us to understand how to resolve this issue
Remove --daemon from your startup script. it should be under /etc/rc.d/init.d/jenkins… if you dont see it here you can get it from sudo systemctl show jenkins