Not Able To Install Jenkins By Using Jenkinsci/jenkins Chart · Issue #104
Có thể bạn quan tâm
- Notifications You must be signed in to change notification settings
- Fork 923
- Star 648
- Code
- Issues 138
- Pull requests 17
- Actions
- Projects
- Security 0
- Insights
Description
[vagrant@kmaster ~]$ helm version --short v3.3.4+ga61ce56 [vagrant@kmaster ~]$
[vagrant@kmaster ~]$ kubectl version --short Client Version: v1.19.3 Server Version: v1.19.3 [vagrant@kmaster ~]$
when i tryrough to install jenkins through helm3 i am seeing the below "connect refused" errors , the pods are getting restarted quiet often !!! is there any fix for this ?
Error:
[2020-10-22 06:14:30] Working on configmap jenkins/jenkins-jenkins-jcasc-config [2020-10-22 06:14:30] File in configmap jcasc-default-config.yaml ADDED [2020-10-22 06:14:30] Contents of jcasc-default-config.yaml haven't changed. Not overwriting existing file 2020-10-22 06:14:30,218 WARNING Retrying (Retry(total=4, connect=9, read=5, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7ff6e05ef110>: Failed to establish a new connection: [Errno 111] Connection refused')': /reload-configuration-as-code/?casc-reload-token=jenkins-c5854f8bf-r8g5h 2020-10-22 06:14:30,621 WARNING Retrying (Retry(total=3, connect=8, read=5, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7ff6e05ef790>: Failed to establish a new connection: [Errno 111] Connection refused')': /reload-configuration-as-code/?casc-reload-token=jenkins-c5854f8bf-r8g5h 2020-10-22 06:14:31,422 WARNING Retrying (Retry(total=2, connect=7, read=5, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7ff6e05efcd0>: Failed to establish a new connection: [Errno 111] Connection refused')': /reload-configuration-as-code/?casc-reload-token=jenkins-c5854f8bf-r8g5h 2020-10-22 06:14:33,026 WARNING Retrying (Retry(total=1, connect=6, read=5, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7ff6e05f4250>: Failed to establish a new connection: [Errno 111] Connection refused')': /reload-configuration-as-code/?casc-reload-token=jenkins-c5854f8bf-r8g5h 2020-10-22 06:14:36,232 WARNING Retrying (Retry(total=0, connect=5, read=5, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7ff6e05f4790>: Failed to establish a new connection: [Errno 111] Connection refused')': /reload-configuration-as-code/?casc-reload-token=jenkins-c5854f8bf-r8g5h [2020-10-22 06:14:46] POST request sent to http://localhost:8080/reload-configuration-as-code/?casc-reload-token=jenkins-c5854f8bf-r8g5h. Response: 500 Server Error <title>Error 500</title>
Status Code: 500Exception: class hudson.security.csrf.DefaultCrumbIssuer is missing its descriptorStacktrace: java.lang.AssertionError: class hudson.security.csrf.DefaultCrumbIssuer is missing its descriptor at jenkins.model.Jenkins.getDescriptorOrDie(Jenkins.java:1600) at hudson.security.csrf.CrumbIssuer.getDescriptor(CrumbIssuer.java:152) at hudson.security.csrf.CrumbFilter.doFilter(CrumbFilter.java:131) at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1618) at hudson.security.HudsonFilter.doFilter(HudsonFilter.java:169) at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1618) at org.kohsuke.stapler.compression.CompressionFilter.doFilter(CompressionFilter.java:51) at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1618) at hudson.util.CharacterEncodingFilter.doFilter(CharacterEncodingFilter.java:82) at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1618) at org.kohsuke.stapler.DiagnosticThreadNameFilter.doFilter(DiagnosticThreadNameFilter.java:30) at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1618) at jenkins.security.SuspiciousRequestFilter.doFilter(SuspiciousRequestFilter.java:36) at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1618) at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:549) at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:143) at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:578) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127) at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:235) at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1610) at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233) at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1369) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188) at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:489) at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1580) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186) at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1284) at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127) at org.eclipse.jetty.server.Server.handle(Server.java:501) at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383) at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556) at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375) at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:272) at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311) at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103) at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938) at java.lang.Thread.run(Thread.java:748) Generated by Stapler at Thu Oct 22 06:14:45 UTC 2020 [vagrant@kmaster ~]$Metadata
Metadata
Assignees
No one assignedLabels
Something isn't workingDenotes an issue or PR has remained open with no activity and has become stale.Type
No typeProjects
No projectsMilestone
No milestoneRelationships
None yetDevelopment
No branches or pull requestsIssue actions
You can’t perform that action at this time.Từ khóa » Hudson.util.exception Slave Jvm Has Terminated. Exit Code=127
-
Jenkins SSH Slave Configuration - Stack Overflow
-
[#INFRA-11796] Beam[1-3] Jenkins Executors Failing To Start
-
[JENKINS-30561] Unable To Launch Agent Using SSH
-
moting.RequestAbortedException: .IOException ...
-
Containers Are Terminated With Exit Codes: {jnlp-slave=127} #50
-
Jvm Exit Code 143
-
[FIXED] What May Cause The Kubernetes Jenkins Slave Pod ...
-
1573648 – Jenkins Slave Does Not Respect No_proxy - Bugzilla | Redhat
-
Bug List - Bugs - Eclipse
-
Blackboard - Bountysource
-
“no Valid Crumb Was Included In The Request” Code Answer's
-
Common CHANGES.txt - Cloudera Documentation
-
Release Notes - Java Bug System - OpenJDK