using startup script and java 11
[root@dev-jenk01 init.d]$ ./jenkins start
Starting Jenkins WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by com.google.inject.internal.cglib.core.$ReflectUtils$2 (file:/var/cache/jenkins/war/WEB-INF/lib/guice-4.0.jar) to method java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain)
WARNING: Please consider reporting this to the maintainers of com.google.inject.internal.cglib.core.$ReflectUtils$2
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
with java 8 there is no error in log file
Running from: /usr/lib/jenkins/jenkins.war
2022-01-19 17:59:19.527+0000 [id=1] WARNING winstone.Logger#logInternal: Parameter handlerCountMax is now deprecated
2022-01-19 17:59:19.566+0000 [id=1] WARNING winstone.Logger#logInternal: Parameter handlerCountMaxIdle is now deprecated
2022-01-19 17:59:19.582+0000 [id=1] INFO org.eclipse.jetty.util.log.Log#initialized: Logging initialized @516ms to org.eclipse.jetty.util.log.JavaUtilLog
2022-01-19 17:59:19.638+0000 [id=1] INFO winstone.Logger#logInternal: Beginning extraction from war file
2022-01-19 17:59:19.660+0000 [id=1] WARNING o.e.j.s.handler.ContextHandler#setContextPath: Empty contextPath
2022-01-19 17:59:19.735+0000 [id=1] INFO winstone.Logger#logInternal: Exclude Ciphers [^.*_(MD5|SHA|SHA1)$, ^TLS_RSA_.*$, ^SSL_.*$, ^.*_NULL_.*$, ^.*_anon_.*$]
2022-01-19 17:59:19.766+0000 [id=1] INFO org.eclipse.jetty.server.Server#doStart: jetty-9.4.43.v20210629; built: 2021-06-30T11:07:22.254Z; git: 526006ecfa3af7f1a27ef3a288e2bef7ea9dd7e8; jvm 11.0.
13+8-LTS
2022-01-19 17:59:20.114+0000 [id=1] INFO o.e.j.w.StandardDescriptorProcessor#visitServlet: NO JSP Support for /, did not find org.eclipse.jetty.jsp.JettyJspServlet
2022-01-19 17:59:20.158+0000 [id=1] INFO o.e.j.s.s.DefaultSessionIdManager#doStart: DefaultSessionIdManager workerName=node0
2022-01-19 17:59:20.158+0000 [id=1] INFO o.e.j.s.s.DefaultSessionIdManager#doStart: No SessionScavenger set, using defaults
2022-01-19 17:59:20.159+0000 [id=1] INFO o.e.j.server.session.HouseKeeper#startScavenging: node0 Scavenging every 600000ms
2022-01-19 17:59:20.727+0000 [id=1] INFO hudson.WebAppMain#contextInitialized: Jenkins home directory: /var/lib/jenkins found at: SystemProperties.getProperty("JENKINS_HOME")
2022-01-19 17:59:20.932+0000 [id=1] INFO o.e.j.s.handler.ContextHandler#doStart: Started w.@7f811d00{Jenkins v2.319.2,/,file:///var/cache/jenkins/war/,AVAILABLE}
{/var/cache/jenkins/war}
2022-01-19 17:59:20.941+0000 [id=1] INFO o.e.j.util.ssl.SslContextFactory#load: x509=X509@54107f42(root,h=[*********** infrastructure root ca],a=[],w=[]) for Server@6cea706c[provider=null
,keyStore=null,trustStore=null]
2022-01-19 17:59:20.942+0000 [id=1] INFO o.e.j.util.ssl.SslContextFactory#load: x509=X509@3bd7f8dc(jenkins,h=[inf-jenk01.*****, ********],a=[],w=[]) for Server@6cea706c[provider=null
,keyStore=null,trustStore=null]
2022-01-19 17:59:21.227+0000 [id=1] INFO o.e.j.server.AbstractConnector#doStart: Started ServerConnector@71d15f18{SSL, (ssl, http/1.1)}
{0.0.0.0:8443}
2022-01-19 17:59:21.227+0000 [id=1] INFO org.eclipse.jetty.server.Server#doStart: Started @2161ms
2022-01-19 17:59:21.227+0000 [id=25] INFO winstone.Logger#logInternal: Winstone Servlet Engine running: controlPort=disabled
2022-01-19 17:59:21.448+0000 [id=29] INFO jenkins.InitReactorRunner$1#onAttained: Started initialization
2022-01-19 17:59:21.875+0000 [id=31] INFO jenkins.InitReactorRunner$1#onAttained: Listed all plugins
2022-01-19 17:59:22.265+0000 [id=31] INFO o.j.h.p.backup.BackupPluginImpl#loadConfiguration: Loading configuration...
2022-01-19 17:59:28.318+0000 [id=31] INFO jenkins.InitReactorRunner$1#onAttained: Prepared all plugins
2022-01-19 17:59:28.357+0000 [id=30] INFO jenkins.InitReactorRunner$1#onAttained: Started all plugins
2022-01-19 17:59:29.547+0000 [id=28] INFO jenkins.InitReactorRunner$1#onAttained: Augmented all extensions
2022-01-19 17:59:30.077+0000 [id=29] WARNING o.j.p.d.DockerBuilder$DescriptorImpl#<init>: Docker URL is not set, docker client won't be initialized
2022-01-19 17:59:30.972+0000 [id=29] INFO jenkins.InitReactorRunner$1#onAttained: System config loaded
2022-01-19 17:59:31.637+0000 [id=29] INFO jenkins.InitReactorRunner$1#onAttained: System config adapted
2022-01-19 17:59:31.647+0000 [id=30] INFO jenkins.InitReactorRunner$1#onAttained: Loaded all jobs
2022-01-19 17:59:31.655+0000 [id=31] INFO jenkins.InitReactorRunner$1#onAttained: Configuration for all jobs updated
2022-01-19 17:59:31.739+0000 [id=28] INFO o.s.s.l.DefaultSpringSecurityContextSource#<init>: URL 'ldaps://ldap.****/dc=****', root DN is 'dc=***,dc=***'
2022-01-19 17:59:31.770+0000 [id=55] INFO hudson.model.AsyncPeriodicWork#lambda$doRun$1: Started Download metadata
2022-01-19 17:59:31.796+0000 [id=55] INFO hudson.model.AsyncPeriodicWork#lambda$doRun$1: Finished Download metadata. 7 ms
2022-01-19 17:59:31.930+0000 [id=28] INFO jenkins.InitReactorRunner$1#onAttained: Completed initialization
2022-01-19 17:59:31.954+0000 [id=22] INFO hudson.WebAppMain$3#run: Jenkins is fully up and running
using startup script and java 11
[root@dev-jenk01 init.d]$ ./jenkins start
Starting Jenkins WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by com.google.inject.internal.cglib.core.$ReflectUtils$2 (file:/var/cache/jenkins/war/WEB-INF/lib/guice-4.0.jar) to method java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain)
WARNING: Please consider reporting this to the maintainers of com.google.inject.internal.cglib.core.$ReflectUtils$2
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
with java 8 there is no error in log file
Running from: /usr/lib/jenkins/jenkins.war
{/var/cache/jenkins/war}2022-01-19 17:59:19.527+0000 [id=1] WARNING winstone.Logger#logInternal: Parameter handlerCountMax is now deprecated
2022-01-19 17:59:19.566+0000 [id=1] WARNING winstone.Logger#logInternal: Parameter handlerCountMaxIdle is now deprecated
2022-01-19 17:59:19.582+0000 [id=1] INFO org.eclipse.jetty.util.log.Log#initialized: Logging initialized @516ms to org.eclipse.jetty.util.log.JavaUtilLog
2022-01-19 17:59:19.638+0000 [id=1] INFO winstone.Logger#logInternal: Beginning extraction from war file
2022-01-19 17:59:19.660+0000 [id=1] WARNING o.e.j.s.handler.ContextHandler#setContextPath: Empty contextPath
2022-01-19 17:59:19.735+0000 [id=1] INFO winstone.Logger#logInternal: Exclude Ciphers [^.*_(MD5|SHA|SHA1)$, ^TLS_RSA_.*$, ^SSL_.*$, ^.*_NULL_.*$, ^.*_anon_.*$]
2022-01-19 17:59:19.766+0000 [id=1] INFO org.eclipse.jetty.server.Server#doStart: jetty-9.4.43.v20210629; built: 2021-06-30T11:07:22.254Z; git: 526006ecfa3af7f1a27ef3a288e2bef7ea9dd7e8; jvm 11.0.
13+8-LTS
2022-01-19 17:59:20.114+0000 [id=1] INFO o.e.j.w.StandardDescriptorProcessor#visitServlet: NO JSP Support for /, did not find org.eclipse.jetty.jsp.JettyJspServlet
2022-01-19 17:59:20.158+0000 [id=1] INFO o.e.j.s.s.DefaultSessionIdManager#doStart: DefaultSessionIdManager workerName=node0
2022-01-19 17:59:20.158+0000 [id=1] INFO o.e.j.s.s.DefaultSessionIdManager#doStart: No SessionScavenger set, using defaults
2022-01-19 17:59:20.159+0000 [id=1] INFO o.e.j.server.session.HouseKeeper#startScavenging: node0 Scavenging every 600000ms
2022-01-19 17:59:20.727+0000 [id=1] INFO hudson.WebAppMain#contextInitialized: Jenkins home directory: /var/lib/jenkins found at: SystemProperties.getProperty("JENKINS_HOME")
2022-01-19 17:59:20.932+0000 [id=1] INFO o.e.j.s.handler.ContextHandler#doStart: Started w.@7f811d00{Jenkins v2.319.2,/,file:///var/cache/jenkins/war/,AVAILABLE}
2022-01-19 17:59:20.941+0000 [id=1] INFO o.e.j.util.ssl.SslContextFactory#load: x509=X509@54107f42(root,h=[*********** infrastructure root ca],a=[],w=[]) for Server@6cea706c[provider=null
{0.0.0.0:8443},keyStore=null,trustStore=null]
2022-01-19 17:59:20.942+0000 [id=1] INFO o.e.j.util.ssl.SslContextFactory#load: x509=X509@3bd7f8dc(jenkins,h=[inf-jenk01.*****, ********],a=[],w=[]) for Server@6cea706c[provider=null
,keyStore=null,trustStore=null]
2022-01-19 17:59:21.227+0000 [id=1] INFO o.e.j.server.AbstractConnector#doStart: Started ServerConnector@71d15f18{SSL, (ssl, http/1.1)}
2022-01-19 17:59:21.227+0000 [id=1] INFO org.eclipse.jetty.server.Server#doStart: Started @2161ms
2022-01-19 17:59:21.227+0000 [id=25] INFO winstone.Logger#logInternal: Winstone Servlet Engine running: controlPort=disabled
2022-01-19 17:59:21.448+0000 [id=29] INFO jenkins.InitReactorRunner$1#onAttained: Started initialization
2022-01-19 17:59:21.875+0000 [id=31] INFO jenkins.InitReactorRunner$1#onAttained: Listed all plugins
2022-01-19 17:59:22.265+0000 [id=31] INFO o.j.h.p.backup.BackupPluginImpl#loadConfiguration: Loading configuration...
2022-01-19 17:59:28.318+0000 [id=31] INFO jenkins.InitReactorRunner$1#onAttained: Prepared all plugins
2022-01-19 17:59:28.357+0000 [id=30] INFO jenkins.InitReactorRunner$1#onAttained: Started all plugins
2022-01-19 17:59:29.547+0000 [id=28] INFO jenkins.InitReactorRunner$1#onAttained: Augmented all extensions
2022-01-19 17:59:30.077+0000 [id=29] WARNING o.j.p.d.DockerBuilder$DescriptorImpl#<init>: Docker URL is not set, docker client won't be initialized
2022-01-19 17:59:30.972+0000 [id=29] INFO jenkins.InitReactorRunner$1#onAttained: System config loaded
2022-01-19 17:59:31.637+0000 [id=29] INFO jenkins.InitReactorRunner$1#onAttained: System config adapted
2022-01-19 17:59:31.647+0000 [id=30] INFO jenkins.InitReactorRunner$1#onAttained: Loaded all jobs
2022-01-19 17:59:31.655+0000 [id=31] INFO jenkins.InitReactorRunner$1#onAttained: Configuration for all jobs updated
2022-01-19 17:59:31.739+0000 [id=28] INFO o.s.s.l.DefaultSpringSecurityContextSource#<init>: URL 'ldaps://ldap.****/dc=****', root DN is 'dc=***,dc=***'
2022-01-19 17:59:31.770+0000 [id=55] INFO hudson.model.AsyncPeriodicWork#lambda$doRun$1: Started Download metadata
2022-01-19 17:59:31.796+0000 [id=55] INFO hudson.model.AsyncPeriodicWork#lambda$doRun$1: Finished Download metadata. 7 ms
2022-01-19 17:59:31.930+0000 [id=28] INFO jenkins.InitReactorRunner$1#onAttained: Completed initialization
2022-01-19 17:59:31.954+0000 [id=22] INFO hudson.WebAppMain$3#run: Jenkins is fully up and running