2024-04-05 06:21:24.284+0000 [id=1]	INFO	winstone.Logger#logInternal: Beginning extraction from war file
2024-04-05 06:21:24.358+0000 [id=1]	WARNING	o.e.j.s.handler.ContextHandler#setContextPath: Empty contextPath
2024-04-05 06:21:24.418+0000 [id=1]	INFO	org.eclipse.jetty.server.Server#doStart: jetty-10.0.20; built: 2024-01-29T20:46:45.278Z; git: 3a745c71c23682146f262b99f4ddc4c1bc41630c; jvm 17.0.10+7-Ubuntu-1
2024-04-05 06:21:24.647+0000 [id=1]	INFO	o.e.j.w.StandardDescriptorProcessor#visitServlet: NO JSP Support for /, did not find org.eclipse.jetty.jsp.JettyJspServlet
2024-04-05 06:21:24.691+0000 [id=1]	INFO	o.e.j.s.s.DefaultSessionIdManager#doStart: Session workerName=node0
2024-04-05 06:21:25.113+0000 [id=1]	INFO	hudson.WebAppMain#contextInitialized: Jenkins home directory: /var/lib/jenkins found at: EnvVars.masterEnvVars.get("JENKINS_HOME")
2024-04-05 06:21:25.205+0000 [id=1]	INFO	o.e.j.s.handler.ContextHandler#doStart: Started w.@8ab78bc{Jenkins v2.440.2,/,file:///var/cache/jenkins/war/,AVAILABLE}{/var/cache/jenkins/war}
2024-04-05 06:21:25.219+0000 [id=1]	INFO	o.e.j.server.AbstractConnector#doStart: Started ServerConnector@3ffcd140{HTTP/1.1, (http/1.1)}{0.0.0.0:8080}
2024-04-05 06:21:25.226+0000 [id=1]	INFO	org.eclipse.jetty.server.Server#doStart: Started Server@51b7e5df{STARTING}[10.0.20,sto=0] @1318ms
2024-04-05 06:21:25.227+0000 [id=37]	INFO	winstone.Logger#logInternal: Winstone Servlet Engine running: controlPort=disabled
2024-04-05 06:21:25.472+0000 [id=44]	INFO	jenkins.InitReactorRunner$1#onAttained: Started initialization
2024-04-05 06:21:25.476+0000 [id=65]	INFO	jenkins.InitReactorRunner$1#onAttained: Listed all plugins
2024-04-05 06:21:26.286+0000 [id=74]	INFO	jenkins.InitReactorRunner$1#onAttained: Prepared all plugins
2024-04-05 06:21:26.290+0000 [id=45]	INFO	jenkins.InitReactorRunner$1#onAttained: Started all plugins
2024-04-05 06:21:26.295+0000 [id=54]	INFO	jenkins.InitReactorRunner$1#onAttained: Augmented all extensions
2024-04-05 06:21:26.524+0000 [id=55]	INFO	jenkins.InitReactorRunner$1#onAttained: System config loaded
2024-04-05 06:21:26.525+0000 [id=55]	INFO	jenkins.InitReactorRunner$1#onAttained: System config adapted
2024-04-05 06:21:26.526+0000 [id=55]	INFO	jenkins.InitReactorRunner$1#onAttained: Loaded all jobs
2024-04-05 06:21:26.527+0000 [id=55]	INFO	jenkins.InitReactorRunner$1#onAttained: Configuration for all jobs updated
2024-04-05 06:21:26.558+0000 [id=89]	INFO	hudson.util.Retrier#start: Attempt #1 to do the action check updates server
2024-04-05 06:21:26.584+0000 [id=74]	INFO	jenkins.install.SetupWizard#init: 

*************************************************************
*************************************************************
*************************************************************

Jenkins initial setup is required. An admin user has been created and a password generated.
Please use the following password to proceed to installation:

1796e1dffa8b417f919be6cd41f45cce

This may also be found at: /var/lib/jenkins/secrets/initialAdminPassword

*************************************************************
*************************************************************
*************************************************************

2024-04-05 06:36:23.896+0000 [id=38]	INFO	winstone.Logger#logInternal: JVM is terminating. Shutting down Jetty
2024-04-05 06:36:23.898+0000 [id=38]	INFO	org.eclipse.jetty.server.Server#doStop: Stopped Server@51b7e5df{STOPPING}[10.0.20,sto=0]
2024-04-05 06:36:23.903+0000 [id=38]	INFO	o.e.j.server.AbstractConnector#doStop: Stopped ServerConnector@3ffcd140{HTTP/1.1, (http/1.1)}{0.0.0.0:8080}
2024-04-05 06:36:23.906+0000 [id=38]	INFO	hudson.lifecycle.Lifecycle#onStatusUpdate: Stopping Jenkins
2024-04-05 06:36:23.913+0000 [id=38]	INFO	jenkins.model.Jenkins$16#onAttained: Started termination
2024-04-05 06:36:23.922+0000 [id=38]	INFO	jenkins.model.Jenkins$16#onAttained: Completed termination
2024-04-05 06:36:23.922+0000 [id=38]	INFO	jenkins.model.Jenkins#_cleanUpDisconnectComputers: Starting node disconnection
2024-04-05 06:36:23.927+0000 [id=38]	INFO	jenkins.model.Jenkins#_cleanUpShutdownPluginManager: Stopping plugin manager
2024-04-05 06:36:23.927+0000 [id=38]	INFO	jenkins.model.Jenkins#_cleanUpPersistQueue: Persisting build queue
2024-04-05 06:36:23.938+0000 [id=38]	INFO	jenkins.model.Jenkins#_cleanUpAwaitDisconnects: Waiting for node disconnection completion
2024-04-05 06:36:23.938+0000 [id=38]	INFO	hudson.lifecycle.Lifecycle#onStatusUpdate: Jenkins stopped
2024-04-05 06:36:23.939+0000 [id=38]	INFO	hudson.WebAppMain#contextDestroyed: Shutting down a Jenkins instance that was still starting up
java.lang.Throwable: reason
	at hudson.WebAppMain.contextDestroyed(WebAppMain.java:407)
	at org.eclipse.jetty.server.handler.ContextHandler.callContextDestroyed(ContextHandler.java:1059)
	at org.eclipse.jetty.servlet.ServletContextHandler.callContextDestroyed(ServletContextHandler.java:636)
	at org.eclipse.jetty.server.handler.ContextHandler.contextDestroyed(ContextHandler.java:1016)
	at org.eclipse.jetty.servlet.ServletHandler.doStop(ServletHandler.java:306)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.stop(AbstractLifeCycle.java:132)
	at org.eclipse.jetty.util.component.ContainerLifeCycle.stop(ContainerLifeCycle.java:182)
	at org.eclipse.jetty.util.component.ContainerLifeCycle.doStop(ContainerLifeCycle.java:205)
	at org.eclipse.jetty.server.handler.AbstractHandler.doStop(AbstractHandler.java:97)
	at org.eclipse.jetty.security.SecurityHandler.doStop(SecurityHandler.java:412)
	at org.eclipse.jetty.security.ConstraintSecurityHandler.doStop(ConstraintSecurityHandler.java:413)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.stop(AbstractLifeCycle.java:132)
	at org.eclipse.jetty.util.component.ContainerLifeCycle.stop(ContainerLifeCycle.java:182)
	at org.eclipse.jetty.util.component.ContainerLifeCycle.doStop(ContainerLifeCycle.java:205)
	at org.eclipse.jetty.server.handler.AbstractHandler.doStop(AbstractHandler.java:97)
	at org.eclipse.jetty.server.session.SessionHandler.doStop(SessionHandler.java:497)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.stop(AbstractLifeCycle.java:132)
	at org.eclipse.jetty.util.component.ContainerLifeCycle.stop(ContainerLifeCycle.java:182)
	at org.eclipse.jetty.util.component.ContainerLifeCycle.doStop(ContainerLifeCycle.java:205)
	at org.eclipse.jetty.server.handler.AbstractHandler.doStop(AbstractHandler.java:97)
	at org.eclipse.jetty.server.handler.ContextHandler.stopContext(ContextHandler.java:1039)
	at org.eclipse.jetty.servlet.ServletContextHandler.stopContext(ServletContextHandler.java:399)
	at org.eclipse.jetty.webapp.WebAppContext.stopContext(WebAppContext.java:1311)
	at org.eclipse.jetty.server.handler.ContextHandler.doStop(ContextHandler.java:1087)
	at org.eclipse.jetty.servlet.ServletContextHandler.doStop(ServletContextHandler.java:312)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.stop(AbstractLifeCycle.java:132)
	at org.eclipse.jetty.util.component.ContainerLifeCycle.stop(ContainerLifeCycle.java:182)
	at org.eclipse.jetty.util.component.ContainerLifeCycle.doStop(ContainerLifeCycle.java:205)
	at org.eclipse.jetty.server.handler.AbstractHandler.doStop(AbstractHandler.java:97)
	at org.eclipse.jetty.server.Server.doStop(Server.java:517)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.stop(AbstractLifeCycle.java:132)
	at winstone.Launcher.shutdown(Launcher.java:442)
	at winstone.ShutdownHook.run(ShutdownHook.java:28)
2024-04-05 06:36:23.941+0000 [id=38]	INFO	o.e.j.s.handler.ContextHandler#doStop: Stopped w.@8ab78bc{Jenkins v2.440.2,/,null,STOPPED}{/var/cache/jenkins/war}
2024-04-05 06:36:23.943+0000 [id=34]	SEVERE	h.i.i.InstallUncaughtExceptionHandler$DefaultUncaughtExceptionHandler#uncaughtException: A thread (Jenkins initialization thread/34) died unexpectedly due to an uncaught exception. This may leave your server corrupted and usually indicates a software bug.
java.lang.ClassNotFoundException: hudson.util.HudsonFailedToLoad
	at java.base/java.net.URLClassLoader.findClass(URLClassLoader.java:445)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:592)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:525)
	at org.eclipse.jetty.webapp.WebAppClassLoader.loadClass(WebAppClassLoader.java:511)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:525)
Caused: java.lang.NoClassDefFoundError: hudson/util/HudsonFailedToLoad
	at hudson.WebAppMain$3.run(WebAppMain.java:276)
2024-04-05 06:36:25.127+0000 [id=1]	INFO	winstone.Logger#logInternal: Beginning extraction from war file
2024-04-05 06:36:25.220+0000 [id=1]	WARNING	o.e.j.s.handler.ContextHandler#setContextPath: Empty contextPath
2024-04-05 06:36:25.290+0000 [id=1]	INFO	org.eclipse.jetty.server.Server#doStart: jetty-10.0.20; built: 2024-01-29T20:46:45.278Z; git: 3a745c71c23682146f262b99f4ddc4c1bc41630c; jvm 17.0.10+7-Ubuntu-1
2024-04-05 06:36:25.581+0000 [id=1]	INFO	o.e.j.w.StandardDescriptorProcessor#visitServlet: NO JSP Support for /, did not find org.eclipse.jetty.jsp.JettyJspServlet
2024-04-05 06:36:25.637+0000 [id=1]	INFO	o.e.j.s.s.DefaultSessionIdManager#doStart: Session workerName=node0
2024-04-05 06:36:26.093+0000 [id=1]	INFO	hudson.WebAppMain#contextInitialized: Jenkins home directory: /var/lib/jenkins found at: EnvVars.masterEnvVars.get("JENKINS_HOME")
2024-04-05 06:36:26.195+0000 [id=1]	INFO	o.e.j.s.handler.ContextHandler#doStart: Started w.@8ab78bc{Jenkins v2.440.2,/,file:///var/cache/jenkins/war/,AVAILABLE}{/var/cache/jenkins/war}
2024-04-05 06:36:26.221+0000 [id=1]	INFO	o.e.j.server.AbstractConnector#doStart: Started ServerConnector@3ffcd140{HTTP/1.1, (http/1.1)}{0.0.0.0:8080}
2024-04-05 06:36:26.231+0000 [id=1]	INFO	org.eclipse.jetty.server.Server#doStart: Started Server@51b7e5df{STARTING}[10.0.20,sto=0] @1537ms
2024-04-05 06:36:26.232+0000 [id=37]	INFO	winstone.Logger#logInternal: Winstone Servlet Engine running: controlPort=disabled
2024-04-05 06:36:26.509+0000 [id=44]	INFO	jenkins.InitReactorRunner$1#onAttained: Started initialization
2024-04-05 06:36:26.516+0000 [id=66]	INFO	jenkins.InitReactorRunner$1#onAttained: Listed all plugins
2024-04-05 06:36:27.367+0000 [id=75]	INFO	jenkins.InitReactorRunner$1#onAttained: Prepared all plugins
2024-04-05 06:36:27.372+0000 [id=75]	INFO	jenkins.InitReactorRunner$1#onAttained: Started all plugins
2024-04-05 06:36:27.378+0000 [id=56]	INFO	jenkins.InitReactorRunner$1#onAttained: Augmented all extensions
2024-04-05 06:36:27.605+0000 [id=56]	INFO	jenkins.InitReactorRunner$1#onAttained: System config loaded
2024-04-05 06:36:27.606+0000 [id=56]	INFO	jenkins.InitReactorRunner$1#onAttained: System config adapted
2024-04-05 06:36:27.606+0000 [id=56]	INFO	jenkins.InitReactorRunner$1#onAttained: Loaded all jobs
2024-04-05 06:36:27.607+0000 [id=56]	INFO	jenkins.InitReactorRunner$1#onAttained: Configuration for all jobs updated
2024-04-05 06:36:27.629+0000 [id=89]	INFO	hudson.util.Retrier#start: Attempt #1 to do the action check updates server
2024-04-05 06:36:27.648+0000 [id=45]	INFO	jenkins.install.SetupWizard#init: 

*************************************************************
*************************************************************
*************************************************************

Jenkins initial setup is required. An admin user has been created and a password generated.
Please use the following password to proceed to installation:

1796e1dffa8b417f919be6cd41f45cce

This may also be found at: /var/lib/jenkins/secrets/initialAdminPassword

*************************************************************
*************************************************************
*************************************************************

2024-04-05 06:45:32.749+0000 [id=38]	INFO	winstone.Logger#logInternal: JVM is terminating. Shutting down Jetty
2024-04-05 06:45:32.750+0000 [id=38]	INFO	org.eclipse.jetty.server.Server#doStop: Stopped Server@51b7e5df{STOPPING}[10.0.20,sto=0]
2024-04-05 06:45:32.754+0000 [id=38]	INFO	o.e.j.server.AbstractConnector#doStop: Stopped ServerConnector@3ffcd140{HTTP/1.1, (http/1.1)}{0.0.0.0:8080}
2024-04-05 06:45:32.756+0000 [id=38]	INFO	hudson.lifecycle.Lifecycle#onStatusUpdate: Stopping Jenkins
2024-04-05 06:45:32.760+0000 [id=38]	INFO	jenkins.model.Jenkins$16#onAttained: Started termination
2024-04-05 06:45:32.766+0000 [id=38]	INFO	jenkins.model.Jenkins$16#onAttained: Completed termination
2024-04-05 06:45:32.766+0000 [id=38]	INFO	jenkins.model.Jenkins#_cleanUpDisconnectComputers: Starting node disconnection
2024-04-05 06:45:32.770+0000 [id=38]	INFO	jenkins.model.Jenkins#_cleanUpShutdownPluginManager: Stopping plugin manager
2024-04-05 06:45:32.770+0000 [id=38]	INFO	jenkins.model.Jenkins#_cleanUpPersistQueue: Persisting build queue
2024-04-05 06:45:32.784+0000 [id=38]	INFO	jenkins.model.Jenkins#_cleanUpAwaitDisconnects: Waiting for node disconnection completion
2024-04-05 06:45:32.784+0000 [id=38]	INFO	hudson.lifecycle.Lifecycle#onStatusUpdate: Jenkins stopped
2024-04-05 06:45:32.784+0000 [id=38]	INFO	hudson.WebAppMain#contextDestroyed: Shutting down a Jenkins instance that was still starting up
java.lang.Throwable: reason
	at hudson.WebAppMain.contextDestroyed(WebAppMain.java:407)
	at org.eclipse.jetty.server.handler.ContextHandler.callContextDestroyed(ContextHandler.java:1059)
	at org.eclipse.jetty.servlet.ServletContextHandler.callContextDestroyed(ServletContextHandler.java:636)
	at org.eclipse.jetty.server.handler.ContextHandler.contextDestroyed(ContextHandler.java:1016)
	at org.eclipse.jetty.servlet.ServletHandler.doStop(ServletHandler.java:306)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.stop(AbstractLifeCycle.java:132)
	at org.eclipse.jetty.util.component.ContainerLifeCycle.stop(ContainerLifeCycle.java:182)
	at org.eclipse.jetty.util.component.ContainerLifeCycle.doStop(ContainerLifeCycle.java:205)
	at org.eclipse.jetty.server.handler.AbstractHandler.doStop(AbstractHandler.java:97)
	at org.eclipse.jetty.security.SecurityHandler.doStop(SecurityHandler.java:412)
	at org.eclipse.jetty.security.ConstraintSecurityHandler.doStop(ConstraintSecurityHandler.java:413)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.stop(AbstractLifeCycle.java:132)
	at org.eclipse.jetty.util.component.ContainerLifeCycle.stop(ContainerLifeCycle.java:182)
	at org.eclipse.jetty.util.component.ContainerLifeCycle.doStop(ContainerLifeCycle.java:205)
	at org.eclipse.jetty.server.handler.AbstractHandler.doStop(AbstractHandler.java:97)
	at org.eclipse.jetty.server.session.SessionHandler.doStop(SessionHandler.java:497)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.stop(AbstractLifeCycle.java:132)
	at org.eclipse.jetty.util.component.ContainerLifeCycle.stop(ContainerLifeCycle.java:182)
	at org.eclipse.jetty.util.component.ContainerLifeCycle.doStop(ContainerLifeCycle.java:205)
	at org.eclipse.jetty.server.handler.AbstractHandler.doStop(AbstractHandler.java:97)
	at org.eclipse.jetty.server.handler.ContextHandler.stopContext(ContextHandler.java:1039)
	at org.eclipse.jetty.servlet.ServletContextHandler.stopContext(ServletContextHandler.java:399)
	at org.eclipse.jetty.webapp.WebAppContext.stopContext(WebAppContext.java:1311)
	at org.eclipse.jetty.server.handler.ContextHandler.doStop(ContextHandler.java:1087)
	at org.eclipse.jetty.servlet.ServletContextHandler.doStop(ServletContextHandler.java:312)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.stop(AbstractLifeCycle.java:132)
	at org.eclipse.jetty.util.component.ContainerLifeCycle.stop(ContainerLifeCycle.java:182)
	at org.eclipse.jetty.util.component.ContainerLifeCycle.doStop(ContainerLifeCycle.java:205)
	at org.eclipse.jetty.server.handler.AbstractHandler.doStop(AbstractHandler.java:97)
	at org.eclipse.jetty.server.Server.doStop(Server.java:517)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.stop(AbstractLifeCycle.java:132)
	at winstone.Launcher.shutdown(Launcher.java:442)
	at winstone.ShutdownHook.run(ShutdownHook.java:28)
2024-04-05 06:45:32.786+0000 [id=34]	SEVERE	hudson.util.BootFailure#publish: Failed to initialize Jenkins
java.lang.InterruptedException
	at java.base/java.lang.Object.wait(Native Method)
	at java.base/java.lang.Object.wait(Object.java:338)
	at org.jvnet.hudson.reactor.Reactor.execute(Reactor.java:288)
	at jenkins.InitReactorRunner.run(InitReactorRunner.java:49)
	at jenkins.model.Jenkins.executeReactor(Jenkins.java:1205)
	at jenkins.model.Jenkins.<init>(Jenkins.java:992)
	at hudson.model.Hudson.<init>(Hudson.java:86)
	at hudson.model.Hudson.<init>(Hudson.java:82)
	at hudson.WebAppMain$3.run(WebAppMain.java:248)
Caused: hudson.util.HudsonFailedToLoad
	at hudson.WebAppMain$3.run(WebAppMain.java:276)
2024-04-05 06:45:32.787+0000 [id=38]	INFO	o.e.j.s.handler.ContextHandler#doStop: Stopped w.@8ab78bc{Jenkins v2.440.2,/,null,STOPPED}{/var/cache/jenkins/war}
2024-04-05 06:45:32.788+0000 [id=34]	SEVERE	h.i.i.InstallUncaughtExceptionHandler$DefaultUncaughtExceptionHandler#uncaughtException: A thread (Jenkins initialization thread/34) died unexpectedly due to an uncaught exception. This may leave your server corrupted and usually indicates a software bug.
java.lang.ClassNotFoundException: groovy.lang.ExpandoMetaClassCreationHandle
	at java.base/java.net.URLClassLoader.findClass(URLClassLoader.java:445)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:592)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:525)
	at org.eclipse.jetty.webapp.WebAppClassLoader.loadClass(WebAppClassLoader.java:511)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:525)
Caused: java.lang.NoClassDefFoundError: groovy/lang/ExpandoMetaClassCreationHandle
	at org.codehaus.groovy.reflection.ClassInfo.isValidWeakMetaClass(ClassInfo.java:309)
	at org.codehaus.groovy.reflection.ClassInfo.isValidWeakMetaClass(ClassInfo.java:300)
	at org.codehaus.groovy.reflection.ClassInfo.getMetaClassForClass(ClassInfo.java:270)
	at org.codehaus.groovy.reflection.ClassInfo.getMetaClass(ClassInfo.java:326)
	at org.codehaus.groovy.runtime.metaclass.MetaClassRegistryImpl.getMetaClass(MetaClassRegistryImpl.java:277)
	at org.codehaus.groovy.runtime.InvokerHelper.getMetaClass(InvokerHelper.java:905)
	at groovy.lang.GroovyObjectSupport.getDefaultMetaClass(GroovyObjectSupport.java:61)
	at groovy.lang.GroovyObjectSupport.<init>(GroovyObjectSupport.java:34)
	at groovy.lang.Binding.<init>(Binding.java:35)
	at jenkins.util.groovy.GroovyHookScript.<init>(GroovyHookScript.java:47)
	at hudson.util.BootFailure.publish(BootFailure.java:48)
	at hudson.WebAppMain$3.run(WebAppMain.java:276)
2024-04-05 06:45:33.584+0000 [id=1]	INFO	winstone.Logger#logInternal: Beginning extraction from war file
2024-04-05 06:45:33.670+0000 [id=1]	WARNING	o.e.j.s.handler.ContextHandler#setContextPath: Empty contextPath
2024-04-05 06:45:33.735+0000 [id=1]	INFO	org.eclipse.jetty.server.Server#doStart: jetty-10.0.20; built: 2024-01-29T20:46:45.278Z; git: 3a745c71c23682146f262b99f4ddc4c1bc41630c; jvm 17.0.10+7-Ubuntu-1
2024-04-05 06:45:33.977+0000 [id=1]	INFO	o.e.j.w.StandardDescriptorProcessor#visitServlet: NO JSP Support for /, did not find org.eclipse.jetty.jsp.JettyJspServlet
2024-04-05 06:45:34.024+0000 [id=1]	INFO	o.e.j.s.s.DefaultSessionIdManager#doStart: Session workerName=node0
2024-04-05 06:45:34.441+0000 [id=1]	INFO	hudson.WebAppMain#contextInitialized: Jenkins home directory: /var/lib/jenkins found at: EnvVars.masterEnvVars.get("JENKINS_HOME")
2024-04-05 06:45:34.538+0000 [id=1]	INFO	o.e.j.s.handler.ContextHandler#doStart: Started w.@8ab78bc{Jenkins v2.440.2,/,file:///var/cache/jenkins/war/,AVAILABLE}{/var/cache/jenkins/war}
2024-04-05 06:45:34.554+0000 [id=1]	INFO	o.e.j.server.AbstractConnector#doStart: Started ServerConnector@3ffcd140{HTTP/1.1, (http/1.1)}{0.0.0.0:8080}
2024-04-05 06:45:34.563+0000 [id=1]	INFO	org.eclipse.jetty.server.Server#doStart: Started Server@51b7e5df{STARTING}[10.0.20,sto=0] @1388ms
2024-04-05 06:45:34.563+0000 [id=37]	INFO	winstone.Logger#logInternal: Winstone Servlet Engine running: controlPort=disabled
2024-04-05 06:45:34.797+0000 [id=44]	INFO	jenkins.InitReactorRunner$1#onAttained: Started initialization
2024-04-05 06:45:34.804+0000 [id=66]	INFO	jenkins.InitReactorRunner$1#onAttained: Listed all plugins
2024-04-05 06:45:35.617+0000 [id=75]	INFO	jenkins.InitReactorRunner$1#onAttained: Prepared all plugins
2024-04-05 06:45:35.621+0000 [id=42]	INFO	jenkins.InitReactorRunner$1#onAttained: Started all plugins
2024-04-05 06:45:35.626+0000 [id=59]	INFO	jenkins.InitReactorRunner$1#onAttained: Augmented all extensions
2024-04-05 06:45:35.826+0000 [id=71]	INFO	jenkins.InitReactorRunner$1#onAttained: System config loaded
2024-04-05 06:45:35.827+0000 [id=60]	INFO	jenkins.InitReactorRunner$1#onAttained: System config adapted
2024-04-05 06:45:35.827+0000 [id=47]	INFO	jenkins.InitReactorRunner$1#onAttained: Loaded all jobs
2024-04-05 06:45:35.829+0000 [id=47]	INFO	jenkins.InitReactorRunner$1#onAttained: Configuration for all jobs updated
2024-04-05 06:45:35.846+0000 [id=89]	INFO	hudson.util.Retrier#start: Attempt #1 to do the action check updates server
2024-04-05 06:45:35.862+0000 [id=56]	INFO	jenkins.install.SetupWizard#init: 

*************************************************************
*************************************************************
*************************************************************

Jenkins initial setup is required. An admin user has been created and a password generated.
Please use the following password to proceed to installation:

1796e1dffa8b417f919be6cd41f45cce

This may also be found at: /var/lib/jenkins/secrets/initialAdminPassword

*************************************************************
*************************************************************
*************************************************************

2024-04-05 07:00:33.146+0000 [id=38]	INFO	winstone.Logger#logInternal: JVM is terminating. Shutting down Jetty
2024-04-05 07:00:33.149+0000 [id=38]	INFO	org.eclipse.jetty.server.Server#doStop: Stopped Server@51b7e5df{STOPPING}[10.0.20,sto=0]
2024-04-05 07:00:33.155+0000 [id=38]	INFO	o.e.j.server.AbstractConnector#doStop: Stopped ServerConnector@3ffcd140{HTTP/1.1, (http/1.1)}{0.0.0.0:8080}
2024-04-05 07:00:33.159+0000 [id=38]	INFO	hudson.lifecycle.Lifecycle#onStatusUpdate: Stopping Jenkins
2024-04-05 07:00:33.167+0000 [id=38]	INFO	jenkins.model.Jenkins$16#onAttained: Started termination
2024-04-05 07:00:33.175+0000 [id=38]	INFO	jenkins.model.Jenkins$16#onAttained: Completed termination
2024-04-05 07:00:33.175+0000 [id=38]	INFO	jenkins.model.Jenkins#_cleanUpDisconnectComputers: Starting node disconnection
2024-04-05 07:00:33.181+0000 [id=38]	INFO	jenkins.model.Jenkins#_cleanUpShutdownPluginManager: Stopping plugin manager
2024-04-05 07:00:33.181+0000 [id=38]	INFO	jenkins.model.Jenkins#_cleanUpPersistQueue: Persisting build queue
2024-04-05 07:00:33.190+0000 [id=38]	INFO	jenkins.model.Jenkins#_cleanUpAwaitDisconnects: Waiting for node disconnection completion
2024-04-05 07:00:33.191+0000 [id=38]	INFO	hudson.lifecycle.Lifecycle#onStatusUpdate: Jenkins stopped
2024-04-05 07:00:33.191+0000 [id=38]	INFO	hudson.WebAppMain#contextDestroyed: Shutting down a Jenkins instance that was still starting up
java.lang.Throwable: reason
	at hudson.WebAppMain.contextDestroyed(WebAppMain.java:407)
	at org.eclipse.jetty.server.handler.ContextHandler.callContextDestroyed(ContextHandler.java:1059)
	at org.eclipse.jetty.servlet.ServletContextHandler.callContextDestroyed(ServletContextHandler.java:636)
	at org.eclipse.jetty.server.handler.ContextHandler.contextDestroyed(ContextHandler.java:1016)
	at org.eclipse.jetty.servlet.ServletHandler.doStop(ServletHandler.java:306)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.stop(AbstractLifeCycle.java:132)
	at org.eclipse.jetty.util.component.ContainerLifeCycle.stop(ContainerLifeCycle.java:182)
	at org.eclipse.jetty.util.component.ContainerLifeCycle.doStop(ContainerLifeCycle.java:205)
	at org.eclipse.jetty.server.handler.AbstractHandler.doStop(AbstractHandler.java:97)
	at org.eclipse.jetty.security.SecurityHandler.doStop(SecurityHandler.java:412)
	at org.eclipse.jetty.security.ConstraintSecurityHandler.doStop(ConstraintSecurityHandler.java:413)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.stop(AbstractLifeCycle.java:132)
	at org.eclipse.jetty.util.component.ContainerLifeCycle.stop(ContainerLifeCycle.java:182)
	at org.eclipse.jetty.util.component.ContainerLifeCycle.doStop(ContainerLifeCycle.java:205)
	at org.eclipse.jetty.server.handler.AbstractHandler.doStop(AbstractHandler.java:97)
	at org.eclipse.jetty.server.session.SessionHandler.doStop(SessionHandler.java:497)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.stop(AbstractLifeCycle.java:132)
	at org.eclipse.jetty.util.component.ContainerLifeCycle.stop(ContainerLifeCycle.java:182)
	at org.eclipse.jetty.util.component.ContainerLifeCycle.doStop(ContainerLifeCycle.java:205)
	at org.eclipse.jetty.server.handler.AbstractHandler.doStop(AbstractHandler.java:97)
	at org.eclipse.jetty.server.handler.ContextHandler.stopContext(ContextHandler.java:1039)
	at org.eclipse.jetty.servlet.ServletContextHandler.stopContext(ServletContextHandler.java:399)
	at org.eclipse.jetty.webapp.WebAppContext.stopContext(WebAppContext.java:1311)
	at org.eclipse.jetty.server.handler.ContextHandler.doStop(ContextHandler.java:1087)
	at org.eclipse.jetty.servlet.ServletContextHandler.doStop(ServletContextHandler.java:312)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.stop(AbstractLifeCycle.java:132)
	at org.eclipse.jetty.util.component.ContainerLifeCycle.stop(ContainerLifeCycle.java:182)
	at org.eclipse.jetty.util.component.ContainerLifeCycle.doStop(ContainerLifeCycle.java:205)
	at org.eclipse.jetty.server.handler.AbstractHandler.doStop(AbstractHandler.java:97)
	at org.eclipse.jetty.server.Server.doStop(Server.java:517)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.stop(AbstractLifeCycle.java:132)
	at winstone.Launcher.shutdown(Launcher.java:442)
	at winstone.ShutdownHook.run(ShutdownHook.java:28)
2024-04-05 07:00:33.194+0000 [id=38]	INFO	o.e.j.s.handler.ContextHandler#doStop: Stopped w.@8ab78bc{Jenkins v2.440.2,/,null,STOPPED}{/var/cache/jenkins/war}
2024-04-05 07:00:33.195+0000 [id=34]	SEVERE	h.i.i.InstallUncaughtExceptionHandler$DefaultUncaughtExceptionHandler#uncaughtException: A thread (Jenkins initialization thread/34) died unexpectedly due to an uncaught exception. This may leave your server corrupted and usually indicates a software bug.
java.lang.ClassNotFoundException: hudson.util.HudsonFailedToLoad
	at java.base/java.net.URLClassLoader.findClass(URLClassLoader.java:445)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:592)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:525)
	at org.eclipse.jetty.webapp.WebAppClassLoader.loadClass(WebAppClassLoader.java:511)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:525)
Caused: java.lang.NoClassDefFoundError: hudson/util/HudsonFailedToLoad
	at hudson.WebAppMain$3.run(WebAppMain.java:276)
2024-04-05 07:00:34.103+0000 [id=1]	INFO	winstone.Logger#logInternal: Beginning extraction from war file
2024-04-05 07:00:34.184+0000 [id=1]	WARNING	o.e.j.s.handler.ContextHandler#setContextPath: Empty contextPath
2024-04-05 07:00:34.249+0000 [id=1]	INFO	org.eclipse.jetty.server.Server#doStart: jetty-10.0.20; built: 2024-01-29T20:46:45.278Z; git: 3a745c71c23682146f262b99f4ddc4c1bc41630c; jvm 17.0.10+7-Ubuntu-1
2024-04-05 07:00:34.514+0000 [id=1]	INFO	o.e.j.w.StandardDescriptorProcessor#visitServlet: NO JSP Support for /, did not find org.eclipse.jetty.jsp.JettyJspServlet
2024-04-05 07:00:34.561+0000 [id=1]	INFO	o.e.j.s.s.DefaultSessionIdManager#doStart: Session workerName=node0
2024-04-05 07:00:34.976+0000 [id=1]	INFO	hudson.WebAppMain#contextInitialized: Jenkins home directory: /var/lib/jenkins found at: EnvVars.masterEnvVars.get("JENKINS_HOME")
2024-04-05 07:00:35.072+0000 [id=1]	INFO	o.e.j.s.handler.ContextHandler#doStart: Started w.@8ab78bc{Jenkins v2.440.2,/,file:///var/cache/jenkins/war/,AVAILABLE}{/var/cache/jenkins/war}
2024-04-05 07:00:35.084+0000 [id=1]	INFO	o.e.j.server.AbstractConnector#doStart: Started ServerConnector@3ffcd140{HTTP/1.1, (http/1.1)}{0.0.0.0:8080}
2024-04-05 07:00:35.092+0000 [id=1]	INFO	org.eclipse.jetty.server.Server#doStart: Started Server@51b7e5df{STARTING}[10.0.20,sto=0] @1411ms
2024-04-05 07:00:35.093+0000 [id=37]	INFO	winstone.Logger#logInternal: Winstone Servlet Engine running: controlPort=disabled
2024-04-05 07:00:35.350+0000 [id=44]	INFO	jenkins.InitReactorRunner$1#onAttained: Started initialization
2024-04-05 07:00:35.355+0000 [id=66]	INFO	jenkins.InitReactorRunner$1#onAttained: Listed all plugins
2024-04-05 07:00:36.178+0000 [id=74]	INFO	jenkins.InitReactorRunner$1#onAttained: Prepared all plugins
2024-04-05 07:00:36.183+0000 [id=74]	INFO	jenkins.InitReactorRunner$1#onAttained: Started all plugins
2024-04-05 07:00:36.187+0000 [id=64]	INFO	jenkins.InitReactorRunner$1#onAttained: Augmented all extensions
2024-04-05 07:00:36.449+0000 [id=64]	INFO	jenkins.InitReactorRunner$1#onAttained: System config loaded
2024-04-05 07:00:36.450+0000 [id=72]	INFO	jenkins.InitReactorRunner$1#onAttained: System config adapted
2024-04-05 07:00:36.451+0000 [id=72]	INFO	jenkins.InitReactorRunner$1#onAttained: Loaded all jobs
2024-04-05 07:00:36.452+0000 [id=72]	INFO	jenkins.InitReactorRunner$1#onAttained: Configuration for all jobs updated
2024-04-05 07:00:36.471+0000 [id=89]	INFO	hudson.util.Retrier#start: Attempt #1 to do the action check updates server
2024-04-05 07:00:36.489+0000 [id=73]	INFO	jenkins.install.SetupWizard#init: 

*************************************************************
*************************************************************
*************************************************************

Jenkins initial setup is required. An admin user has been created and a password generated.
Please use the following password to proceed to installation:

1796e1dffa8b417f919be6cd41f45cce

This may also be found at: /var/lib/jenkins/secrets/initialAdminPassword

*************************************************************
*************************************************************
*************************************************************