I was testing out my new changes to my plugin. Did update all on all plugins.
Did systemctl restart jenkins.
2021-04-26 16:08:28.416+0000 [id=86] INFO hudson.model.AsyncPeriodicWork#lambda$doRun$0: Finished Download metadata. 461 ms
2021-04-26 16:08:28.941+0000 [id=34] INFO jenkins.InitReactorRunner$1#onAttained: Completed initialization
2021-04-26 16:08:29.077+0000 [id=22] SEVERE hudson.util.BootFailure#publish: Failed to initialize Jenkins
java.net.SocketException: Permission denied
at sun.nio.ch.Net.bind0(Native Method)
at sun.nio.ch.Net.bind(Net.java:444)
at sun.nio.ch.Net.bind(Net.java:436)
at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:225)
at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:74)
at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:67)
at hudson.TcpSlaveAgentListener.<init>(TcpSlaveAgentListener.java:100)
at jenkins.model.Jenkins.launchTcpSlaveAgentListener(Jenkins.java:1298)
at jenkins.model.Jenkins.<init>(Jenkins.java:985)
at hudson.model.Hudson.<init>(Hudson.java:85)
at hudson.model.Hudson.<init>(Hudson.java:81)
at hudson.WebAppMain$3.run(WebAppMain.java:295)
Caused: hudson.util.HudsonFailedToLoad
at hudson.WebAppMain$3.run(WebAppMain.java:312)
2021-04-26 16:08:29.169+0000 [id=22] INFO jenkins.model.Jenkins#cleanUp: Stopping Jenkins
Tried disabling the plugin in question, disabling all nodes, copying over the jenkins.war file sync'ing the plugin directory from a working setup....
The other two servers I have using the same setup works fine so I'm assuming some file got corrupted somewhere.