Permission denied sounds like your either using a port that is already used, or using below 1024. I don't think either are plugin related per say.
On Mon, Apr 26, 2021 at 9:14 AM Michael Carter <[email protected]> wrote: > I was testing out my new changes to my plugin. Did update all on all > plugins. > > Did systemctl restart jenkins. > > Now starting I get: > > 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.... > > how do I track down the main cause? > > The other two servers I have using the same setup works fine so I'm > assuming some file got corrupted somewhere. > > -- > You received this message because you are subscribed to the Google Groups > "Jenkins Developers" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/jenkinsci-dev/cca3a6f8-ca9f-4d2a-86be-06c9cb075ea3n%40googlegroups.com > <https://groups.google.com/d/msgid/jenkinsci-dev/cca3a6f8-ca9f-4d2a-86be-06c9cb075ea3n%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-dev/CAG%3D_DuvmqaOO%2Bu6Y1Uha2SSOOEdNMWBoHsuBuMgv2x_D%3D_Javw%40mail.gmail.com.
