[JIRA] (JENKINS-58141) Jenkins Startup issues with jobConfigHistory

32 views
Skip to first unread message

groenator@gmail.com (JIRA)

unread,
Jun 21, 2019, 7:29:02 AM6/21/19
to jenkinsc...@googlegroups.com
Bogdan Grosu created an issue
 
Jenkins / Bug JENKINS-58141
Jenkins Startup issues with jobConfigHistory
Issue Type: Bug Bug
Assignee: Stefan Brausch
Components: jobconfighistory-plugin
Created: 2019-06-21 11:28
Priority: Minor Minor
Reporter: Bogdan Grosu

I have update Jenkins to the latest version - 2.176.1.

Now when I startup Jenkins I see this warning/error in the startup script. 

Jun 21, 2019 11:13:54 AM hudson.ExtensionFinder$GuiceFinder$FaultTolerantScope$1 errorJun 21, 2019 11:13:54 AM hudson.ExtensionFinder$GuiceFinder$FaultTolerantScope$1 errorWARNING: Failed to instantiate Key[type=jenkins.telemetry.Correlator, annotation=[none]]; skipping this componentcom.google.inject.ProvisionException: Unable to provision, see the following errors:
1) Tried proxying jenkins.telemetry.Correlator to support a circular dependency, but it is not an interface.
1 error at com.google.inject.internal.ProviderToInternalFactoryAdapter.get(ProviderToInternalFactoryAdapter.java:52) at com.google.inject.internal.SingletonScope$1.get(SingletonScope.java:145) at hudson.ExtensionFinder$GuiceFinder$FaultTolerantScope$1.get(ExtensionFinder.java:439) at com.google.inject.internal.InternalFactoryToProviderAdapter.get(InternalFactoryToProviderAdapter.java:41) at com.google.inject.internal.InjectorImpl$2$1.call(InjectorImpl.java:1016) at com.google.inject.internal.InjectorImpl.callInContext(InjectorImpl.java:1103) at com.google.inject.internal.InjectorImpl$2.get(InjectorImpl.java:1012) at hudson.ExtensionFinder$GuiceFinder._find(ExtensionFinder.java:401) at hudson.ExtensionFinder$GuiceFinder.find(ExtensionFinder.java:392) at hudson.ClassicPluginStrategy.findComponents(ClassicPluginStrategy.java:335) at hudson.ExtensionList.load(ExtensionList.java:381) at hudson.ExtensionList.ensureLoaded(ExtensionList.java:317) at hudson.ExtensionList.getComponents(ExtensionList.java:183) at hudson.DescriptorExtensionList.load(DescriptorExtensionList.java:193) at hudson.ExtensionList.ensureLoaded(ExtensionList.java:317) at hudson.ExtensionList.iterator(ExtensionList.java:172) at hudson.model.User.allocateDefaultPropertyInstancesAsNeeded(User.java:205) at hudson.model.User.load(User.java:194) at hudson.model.User.<init>(User.java:187) at hudson.model.User.getOrCreateById(User.java:519) at hudson.model.User.getById(User.java:615) at hudson.model.User.get(User.java:599) at hudson.plugins.jobConfigHistory.PluginUtils.getSystemHistoryDao(PluginUtils.java:132) at hudson.plugins.jobConfigHistory.JobConfigHistorySaveableListener.getHistoryDao(JobConfigHistorySaveableListener.java:92) at hudson.plugins.jobConfigHistory.JobConfigHistorySaveableListener.onChange(JobConfigHistorySaveableListener.java:56) at hudson.model.listeners.SaveableListener.fireOnChange(SaveableListener.java:81) at hudson.model.Descriptor.save(Descriptor.java:877) at jenkins.telemetry.Correlator.<init>(Correlator.java:52) at jenkins.telemetry.Correlator$$FastClassByGuice$$5678e8d6.newInstance(<generated>) at com.google.inject.internal.cglib.reflect.$FastConstructor.newInstance(FastConstructor.java:40) at com.google.inject.internal.DefaultConstructionProxyFactory$1.newInstance(DefaultConstructionProxyFactory.java:61) at com.google.inject.internal.ConstructorInjector.provision(ConstructorInjector.java:105) at com.google.inject.internal.ConstructorInjector.access$000(ConstructorInjector.java:32) at com.google.inject.internal.ConstructorInjector$1.call(ConstructorInjector.java:89) at com.google.inject.internal.ProvisionListenerStackCallback$Provision.provision(ProvisionListenerStackCallback.java:115) at hudson.ExtensionFinder$GuiceFinder$SezpozModule.onProvision(ExtensionFinder.java:566) at com.google.inject.internal.ProvisionListenerStackCallback$Provision.provision(ProvisionListenerStackCallback.java:126) at com.google.inject.internal.ProvisionListenerStackCallback.provision(ProvisionListenerStackCallback.java:68) at com.google.inject.internal.ConstructorInjector.construct(ConstructorInjector.java:87) at com.google.inject.internal.ConstructorBindingImpl$Factory.get(ConstructorBindingImpl.java:267) at com.google.inject.internal.ProviderToInternalFactoryAdapter$1.call(ProviderToInternalFactoryAdapter.java:46) at com.google.inject.internal.InjectorImpl.callInContext(InjectorImpl.java:1103) at com.google.inject.internal.ProviderToInternalFactoryAdapter.get(ProviderToInternalFactoryAdapter.java:40) at com.google.inject.internal.SingletonScope$1.get(SingletonScope.java:145) at hudson.ExtensionFinder$GuiceFinder$FaultTolerantScope$1.get(ExtensionFinder.java:439) at com.google.inject.internal.InternalFactoryToProviderAdapter.get(InternalFactoryToProviderAdapter.java:41) at com.google.inject.internal.InjectorImpl$2$1.call(InjectorImpl.java:1016) at com.google.inject.internal.InjectorImpl.callInContext(InjectorImpl.java:1092) at com.google.inject.internal.InjectorImpl$2.get(InjectorImpl.java:1012) at hudson.ExtensionFinder$GuiceFinder._find(ExtensionFinder.java:401) at hudson.ExtensionFinder$GuiceFinder.find(ExtensionFinder.java:392) at hudson.ClassicPluginStrategy.findComponents(ClassicPluginStrategy.java:335) at hudson.ExtensionList.load(ExtensionList.java:381) at hudson.ExtensionList.ensureLoaded(ExtensionList.java:317) at hudson.ExtensionList.iterator(ExtensionList.java:172) at jenkins.model.Jenkins.getDescriptorByType(Jenkins.java:1549) at hudson.plugins.git.GitSCM.onLoaded(GitSCM.java:1893) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at hudson.init.TaskMethodFinder.invoke(TaskMethodFinder.java:104) at hudson.init.TaskMethodFinder$TaskImpl.run(TaskMethodFinder.java:175) at org.jvnet.hudson.reactor.Reactor.runTask(Reactor.java:296) at jenkins.model.Jenkins$5.runTask(Jenkins.java:1091) at org.jvnet.hudson.reactor.Reactor$2.run(Reactor.java:214) at org.jvnet.hudson.reactor.Reactor$Node.run(Reactor.java:117) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748)
Jun 21, 2019 11:13:55 AM hudson.ExtensionFinder$GuiceFinder$FaultTolerantScope$1 errorINFO: Failed to instantiate optional component hudson.plugins.build_timeout.operations.AbortAndRestartOperation$DescriptorImpl; skippingJun 21, 2019 11:13:55 AM hudson.ExtensionFinder$GuiceFinder$FaultTolerantScope$1 errorINFO: Failed to instantiate optional component hudson.plugins.build_timeout.operations.AbortAndRestartOperation$DescriptorImpl; skippingJun 21, 2019 11:13:56 AM jenkins.InitReactorRunner$1 onAttainedINFO: Augmented all extensionsJun 21, 2019 11:13:56 AM jenkins.InitReactorRunner$1 onAttainedINFO: Loaded all jobsJun 21, 2019 11:13:56 AM jenkins.util.groovy.GroovyHookScript executeINFO: Executing /var/lib/jenkins/init.groovy.d/init.groovyJun 21, 2019 11:13:56 AM hudson.model.AsyncPeriodicWork$1 runINFO: Started Download metadataJun 21, 2019 11:13:56 AM hudson.util.Retrier startINFO: Attempt #1 to do the action check updates serverJun 21, 2019 11:13:57 AM com.cloudbees.plugins.credentials.CredentialsProvider saveAllINFO: Forced save credentials stores: Requested by SYSTEMJun 21, 2019 11:13:57 AM com.cloudbees.plugins.credentials.CredentialsProvider$3 runINFO: Forced save credentials stores: Processing JenkinsJun 21, 2019 11:13:57 AM com.cloudbees.plugins.credentials.CredentialsProvider$3 runINFO: Forced save credentials stores: Processing Items...Jun 21, 2019 11:13:57 AM org.springframework.context.support.AbstractApplicationContext prepareRefreshINFO: Refreshing org.springframework.web.context.support.StaticWebApplicationContext@49c8012c: display name [Root WebApplicationContext]; startup date [Fri Jun 21 11:13:57 UTC 2019]; root of context hierarchyJun 21, 2019 11:13:57 AM org.springframework.context.support.AbstractApplicationContext obtainFreshBeanFactoryINFO: Bean factory for application context [org.springframework.web.context.support.StaticWebApplicationContext@49c8012c]: org.springframework.beans.factory.support.DefaultListableBeanFactory@73885a42Jun 21, 2019 11:13:57 AM org.springframework.beans.factory.support.DefaultListableBeanFactory preInstantiateSingletonsINFO: Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@73885a42: defining beans [filter,legacy]; root of factory hierarchyJun 21, 2019 11:13:57 AM com.cloudbees.plugins.credentials.CredentialsProvider$3 runINFO: Forced save credentials stores: Processing Users...Jun 21, 2019 11:13:57 AM com.cloudbees.plugins.credentials.CredentialsProvider$3 runWARNING: Forced save credentials stores: Could not save com.cloudbees.plugins.credentials.UserCredentialsProvider$StoreImpl@2c555798ERROR: &quot;SYSTEM&quot; is prohibited as a username for security reasons. at hudson.util.FormValidation._errorWithMarkup(FormValidation.java:268) at hudson.util.FormValidation.errorWithMarkup(FormValidation.java:254) at hudson.util.FormValidation.error(FormValidation.java:145) at hudson.model.User.save(User.java:788) at com.cloudbees.plugins.credentials.UserCredentialsProvider$UserCredentialsProperty.save(UserCredentialsProvider.java:488) at com.cloudbees.plugins.credentials.UserCredentialsProvider$UserCredentialsProperty.access$1100(UserCredentialsProvider.java:196) at com.cloudbees.plugins.credentials.UserCredentialsProvider$StoreImpl.save(UserCredentialsProvider.java:805) at com.cloudbees.plugins.credentials.CredentialsProvider$3.run(CredentialsProvider.java:1707) at jenkins.security.ImpersonatingScheduledExecutorService$1.run(ImpersonatingScheduledExecutorService.java:58) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748)

Anyone can confirm what is the issue here?

 

Regards, 

 

Add Comment Add Comment
 
This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)

groenator@gmail.com (JIRA)

unread,
Jun 21, 2019, 7:30:03 AM6/21/19
to jenkinsc...@googlegroups.com
Bogdan Grosu updated an issue
Change By: Bogdan Grosu
I have update Jenkins to the latest version - 2.176.1.

Now when I startup Jenkins I see this warning/error in the startup script. 
{code:java}
{code}

Anyone can confirm what is the issue here?

 

Regards, 

 

stefan.brausch@1und1.de (JIRA)

unread,
Jun 24, 2019, 7:07:02 AM6/24/19
to jenkinsc...@googlegroups.com
Stefan Brausch commented on Bug JENKINS-58141
 
Re: Jenkins Startup issues with jobConfigHistory

Can't reproduce this issue with jenkins core 2.176.1 and JobConfigHistory 2.22

With version of JobConfigHistory do you use?

groenator@gmail.com (JIRA)

unread,
Jun 24, 2019, 10:04:02 AM6/24/19
to jenkinsc...@googlegroups.com
Bogdan Grosu edited a comment on Bug JENKINS-58141
I am running the same version as you tried. 

 

Is it possible to be some misconfiguration in the XML files?

Within my team, we are baking the Jenkins configurations via XML files and then we build the docker image and deploy it. 

Nothing is done manually, every config that we do is configured inside the XML file.

Let me know what kind of configuration files do you need so I can share with you? I might miss something and broke the XML files. 

 


Although this issue started since Jenkins was upgraded to the latest version. 

 

groenator@gmail.com (JIRA)

unread,
Jun 24, 2019, 10:04:03 AM6/24/19
to jenkinsc...@googlegroups.com
 
Re: Jenkins Startup issues with jobConfigHistory

I am running the same version as you tried. 

 

Is it possible to be some misconfiguration in the XML files?

Within my team, we are baking the Jenkins configurations via XML files and then we build the docker image and deploy it. 

Nothing is done manually, every config that we do is configured inside the XML file.

Let me know what kind of configuration files do you need so I can share with you? I might miss something and broke the XML files. 

 

jonas@init.se (JIRA)

unread,
Oct 7, 2019, 8:27:03 AM10/7/19
to jenkinsc...@googlegroups.com

We get this issue with 2.190.1 and jobConfigHistory 2.23.1 or 2.24. It's indeed just a WARNING but at the same type a ProvisionException. It's reproducible with this Dockerfile:

FROM jenkins/jenkins:2.190.1
RUN /usr/local/bin/install-plugins.sh jobConfigHistory:2.24

and this command line

docker build -t jenkins . && docker run --rm jenkins

Our log output for reference:

Sending build context to Docker daemon  2.048kB
Step 1/2 : FROM jenkins/jenkins:2.190.1
 ---> 5721a6cac43c
Step 2/2 : RUN /usr/local/bin/install-plugins.sh jobConfigHistory:2.24
 ---> Using cache
 ---> 5640d5ba0796
Successfully built 5640d5ba0796
Successfully tagged jenkins:latest
Running from: /usr/share/jenkins/jenkins.war
webroot: EnvVars.masterEnvVars.get("JENKINS_HOME")
2019-10-07 12:14:38.063+0000 [id=1]     INFO    org.eclipse.jetty.util.log.Log#initialized: Logging initialized @334ms to org.eclipse.jetty.util.log.JavaUtilLog
2019-10-07 12:14:38.170+0000 [id=1]     INFO    winstone.Logger#logInternal: Beginning extraction from war file
2019-10-07 12:14:39.228+0000 [id=1]     WARNING o.e.j.s.handler.ContextHandler#setContextPath: Empty contextPath
2019-10-07 12:14:39.280+0000 [id=1]     INFO    org.eclipse.jetty.server.Server#doStart: jetty-9.4.z-SNAPSHOT; built: 2019-05-02T00:04:53.875Z; git: e1bc35120a6617ee3df052294e433f3a25ce7097; jvm 1.8.0_222-b10
2019-10-07 12:14:39.549+0000 [id=1]     INFO    o.e.j.w.StandardDescriptorProcessor#visitServlet: NO JSP Support for /, did not find org.eclipse.jetty.jsp.JettyJspServlet
2019-10-07 12:14:39.594+0000 [id=1]     INFO    o.e.j.s.s.DefaultSessionIdManager#doStart: DefaultSessionIdManager workerName=node0
2019-10-07 12:14:39.594+0000 [id=1]     INFO    o.e.j.s.s.DefaultSessionIdManager#doStart: No SessionScavenger set, using defaults
2019-10-07 12:14:39.597+0000 [id=1]     INFO    o.e.j.server.session.HouseKeeper#startScavenging: node0 Scavenging every 600000ms
Jenkins home directory: /var/jenkins_home found at: EnvVars.masterEnvVars.get("JENKINS_HOME")
2019-10-07 12:14:39.986+0000 [id=1]     INFO    o.e.j.s.handler.ContextHandler#doStart: Started w.@53499d85{Jenkins v2.190.1,/,file:///var/jenkins_home/war/,AVAILABLE}{/var/jenkins_home/war}
2019-10-07 12:14:39.999+0000 [id=1]     INFO    o.e.j.server.AbstractConnector#doStart: Started ServerConnector@302c971f{HTTP/1.1,[http/1.1]}{0.0.0.0:8080}
2019-10-07 12:14:39.999+0000 [id=1]     INFO    org.eclipse.jetty.server.Server#doStart: Started @2269ms
2019-10-07 12:14:39.999+0000 [id=22]    INFO    winstone.Logger#logInternal: Winstone Servlet Engine v4.0 running: controlPort=disabled
2019-10-07 12:14:41.999+0000 [id=29]    INFO    jenkins.InitReactorRunner$1#onAttained: Started initialization
2019-10-07 12:14:42.176+0000 [id=36]    INFO    hudson.PluginManager#considerDetachedPlugin: Loading a detached plugin as a dependency: /var/jenkins_home/plugins/trilead-api.jpi
2019-10-07 12:14:42.214+0000 [id=35]    INFO    jenkins.InitReactorRunner$1#onAttained: Listed all plugins
2019-10-07 12:14:43.333+0000 [id=42]    INFO    jenkins.InitReactorRunner$1#onAttained: Prepared all plugins
2019-10-07 12:14:43.339+0000 [id=37]    INFO    jenkins.InitReactorRunner$1#onAttained: Started all plugins
2019-10-07 12:14:43.340+0000 [id=27]    INFO    jenkins.InitReactorRunner$1#onAttained: Augmented all extensions
2019-10-07 12:14:44.025+0000 [id=39]    WARNING h.ExtensionFinder$GuiceFinder$FaultTolerantScope$1#error: Failed to instantiate Key[type=jenkins.telemetry.Correlator, annotation=[none]]; skipping this component
com.google.inject.ProvisionException: Unable to provision, see the following errors:

1) Tried proxying jenkins.telemetry.Correlator to support a circular dependency, but it is not an interface.

1 error
        at com.google.inject.internal.ProviderToInternalFactoryAdapter.get(ProviderToInternalFactoryAdapter.java:52)
        at com.google.inject.internal.SingletonScope$1.get(SingletonScope.java:145)
        at hudson.ExtensionFinder$GuiceFinder$FaultTolerantScope$1.get(ExtensionFinder.java:439)
        at com.google.inject.internal.InternalFactoryToProviderAdapter.get(InternalFactoryToProviderAdapter.java:41)
        at com.google.inject.internal.InjectorImpl$2$1.call(InjectorImpl.java:1016)
        at com.google.inject.internal.InjectorImpl.callInContext(InjectorImpl.java:1103)
        at com.google.inject.internal.InjectorImpl$2.get(InjectorImpl.java:1012)
        at hudson.ExtensionFinder$GuiceFinder._find(ExtensionFinder.java:401)
        at hudson.ExtensionFinder$GuiceFinder.find(ExtensionFinder.java:392)
        at hudson.ClassicPluginStrategy.findComponents(ClassicPluginStrategy.java:344)
        at hudson.ExtensionList.load(ExtensionList.java:381)
        at hudson.ExtensionList.ensureLoaded(ExtensionList.java:317)
        at hudson.ExtensionList.getComponents(ExtensionList.java:183)
        at hudson.DescriptorExtensionList.load(DescriptorExtensionList.java:193)
        at hudson.ExtensionList.ensureLoaded(ExtensionList.java:317)
        at hudson.ExtensionList.iterator(ExtensionList.java:172)
        at hudson.model.User.allocateDefaultPropertyInstancesAsNeeded(User.java:205)
        at hudson.model.User.load(User.java:194)
        at hudson.model.User.<init>(User.java:187)
        at hudson.model.User.getOrCreateById(User.java:508)
        at hudson.model.User.getById(User.java:600)
        at hudson.model.User.get(User.java:585)
        at hudson.plugins.jobConfigHistory.PluginUtils.getSystemHistoryDao(PluginUtils.java:132)
        at hudson.plugins.jobConfigHistory.JobConfigHistorySaveableListener.getHistoryDao(JobConfigHistorySaveableListener.java:92)
        at hudson.plugins.jobConfigHistory.JobConfigHistorySaveableListener.onChange(JobConfigHistorySaveableListener.java:56)
        at hudson.model.listeners.SaveableListener.fireOnChange(SaveableListener.java:81)
        at hudson.model.Descriptor.save(Descriptor.java:877)
        at jenkins.telemetry.Correlator.<init>(Correlator.java:52)
        at jenkins.telemetry.Correlator$$FastClassByGuice$$5678e8d6.newInstance(<generated>)
        at com.google.inject.internal.cglib.reflect.$FastConstructor.newInstance(FastConstructor.java:40)
        at com.google.inject.internal.DefaultConstructionProxyFactory$1.newInstance(DefaultConstructionProxyFactory.java:61)
        at com.google.inject.internal.ConstructorInjector.provision(ConstructorInjector.java:105)
        at com.google.inject.internal.ConstructorInjector.access$000(ConstructorInjector.java:32)
        at com.google.inject.internal.ConstructorInjector$1.call(ConstructorInjector.java:89)
        at com.google.inject.internal.ProvisionListenerStackCallback$Provision.provision(ProvisionListenerStackCallback.java:115)
        at hudson.ExtensionFinder$GuiceFinder$SezpozModule.onProvision(ExtensionFinder.java:567)
        at com.google.inject.internal.ProvisionListenerStackCallback$Provision.provision(ProvisionListenerStackCallback.java:126)
        at com.google.inject.internal.ProvisionListenerStackCallback.provision(ProvisionListenerStackCallback.java:68)
        at com.google.inject.internal.ConstructorInjector.construct(ConstructorInjector.java:87)
        at com.google.inject.internal.ConstructorBindingImpl$Factory.get(ConstructorBindingImpl.java:267)
        at com.google.inject.internal.ProviderToInternalFactoryAdapter$1.call(ProviderToInternalFactoryAdapter.java:46)
        at com.google.inject.internal.InjectorImpl.callInContext(InjectorImpl.java:1103)
        at com.google.inject.internal.ProviderToInternalFactoryAdapter.get(ProviderToInternalFactoryAdapter.java:40)
        at com.google.inject.internal.SingletonScope$1.get(SingletonScope.java:145)
        at hudson.ExtensionFinder$GuiceFinder$FaultTolerantScope$1.get(ExtensionFinder.java:439)
        at com.google.inject.internal.InternalFactoryToProviderAdapter.get(InternalFactoryToProviderAdapter.java:41)
        at com.google.inject.internal.InjectorImpl$2$1.call(InjectorImpl.java:1016)
        at com.google.inject.internal.InjectorImpl.callInContext(InjectorImpl.java:1092)
        at com.google.inject.internal.InjectorImpl$2.get(InjectorImpl.java:1012)
        at hudson.ExtensionFinder$GuiceFinder._find(ExtensionFinder.java:401)
        at hudson.ExtensionFinder$GuiceFinder.find(ExtensionFinder.java:392)
        at hudson.ClassicPluginStrategy.findComponents(ClassicPluginStrategy.java:344)
        at hudson.ExtensionList.load(ExtensionList.java:381)
        at hudson.ExtensionList.ensureLoaded(ExtensionList.java:317)
        at hudson.ExtensionList.iterator(ExtensionList.java:172)
        at hudson.diagnosis.NullIdDescriptorMonitor.verify(NullIdDescriptorMonitor.java:72)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at hudson.init.TaskMethodFinder.invoke(TaskMethodFinder.java:104)
        at hudson.init.TaskMethodFinder$TaskImpl.run(TaskMethodFinder.java:175)
        at org.jvnet.hudson.reactor.Reactor.runTask(Reactor.java:296)
        at jenkins.model.Jenkins$5.runTask(Jenkins.java:1118)
        at org.jvnet.hudson.reactor.Reactor$2.run(Reactor.java:214)
        at org.jvnet.hudson.reactor.Reactor$Node.run(Reactor.java:117)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
        at java.lang.Thread.run(Thread.java:748)
2019-10-07 12:14:44.092+0000 [id=27]    INFO    jenkins.InitReactorRunner$1#onAttained: Loaded all jobs
2019-10-07 12:14:44.109+0000 [id=55]    INFO    hudson.model.AsyncPeriodicWork$1#run: Started Download metadata
2019-10-07 12:14:44.123+0000 [id=55]    INFO    hudson.util.Retrier#start: Attempt #1 to do the action check updates server
2019-10-07 12:14:44.876+0000 [id=37]    INFO    o.s.c.s.AbstractApplicationContext#prepareRefresh: Refreshing org.springframework.web.context.support.StaticWebApplicationContext@289fa48f: display name [Root
 WebApplicationContext]; startup date [Mon Oct 07 12:14:44 UTC 2019]; root of context hierarchy
2019-10-07 12:14:44.876+0000 [id=37]    INFO    o.s.c.s.AbstractApplicationContext#obtainFreshBeanFactory: Bean factory for application context [org.springframework.web.context.support.StaticWebApplicationC
ontext@289fa48f]: org.springframework.beans.factory.support.DefaultListableBeanFactory@535d191d
2019-10-07 12:14:44.884+0000 [id=37]    INFO    o.s.b.f.s.DefaultListableBeanFactory#preInstantiateSingletons: Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFa
ctory@535d191d: defining beans [authenticationManager]; root of factory hierarchy
2019-10-07 12:14:45.018+0000 [id=37]    INFO    o.s.c.s.AbstractApplicationContext#prepareRefresh: Refreshing org.springframework.web.context.support.StaticWebApplicationContext@63655e70: display name [Root
 WebApplicationContext]; startup date [Mon Oct 07 12:14:45 UTC 2019]; root of context hierarchy
2019-10-07 12:14:45.019+0000 [id=37]    INFO    o.s.c.s.AbstractApplicationContext#obtainFreshBeanFactory: Bean factory for application context [org.springframework.web.context.support.StaticWebApplicationC
ontext@63655e70]: org.springframework.beans.factory.support.DefaultListableBeanFactory@219ed01c
2019-10-07 12:14:45.019+0000 [id=37]    INFO    o.s.b.f.s.DefaultListableBeanFactory#preInstantiateSingletons: Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFa
ctory@219ed01c: defining beans [filter,legacy]; root of factory hierarchy
2019-10-07 12:14:45.313+0000 [id=37]    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:

7fa434e77664471e8fc125252448a47e

This may also be found at: /var/jenkins_home/secrets/initialAdminPassword

*************************************************************
*************************************************************
*************************************************************
This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)
Atlassian logo

robin.richard.schulz@gmail.com (JIRA)

unread,
Dec 20, 2019, 6:40:02 AM12/20/19
to jenkinsc...@googlegroups.com

This should be resolved with the next release.

rene.scheibe@gmail.com (JIRA)

unread,
Feb 22, 2020, 4:56:02 PM2/22/20
to jenkinsc...@googlegroups.com

Robin Schulz could you link the respective change / pull request here?
I am asking because I see the "Tried proxying jenkins.telemetry.Correlator to support a circular dependency, but it is not an interface." still logged when running the tests on the master branch.

groenator@gmail.com (JIRA)

unread,
Feb 22, 2020, 5:08:22 PM2/22/20
to jenkinsc...@googlegroups.com

I manage to fix the issue by creating jenkins.telemetry.Correlator.xml and setting a correlation ID.

<?xml version='1.1' encoding='UTF-8'?>
<jenkins.telemetry.Correlator>
<correlationId>c5559de3-c8c6-4d93-83af-cb0e21934899</correlationId>
</jenkins.telemetry.Correlator>

groenator@gmail.com (JIRA)

unread,
Feb 22, 2020, 5:09:03 PM2/22/20
to jenkinsc...@googlegroups.com
Bogdan Grosu edited a comment on Bug JENKINS-58141
I manage to fix the issue by creating jenkins.telemetry.Correlator.xml and setting a correlation ID.

<?xml version='1.1' encoding='UTF-8'?>
<jenkins.telemetry.Correlator>
<correlationId> c5559de3 c5578de3 - c8c6 c8v6 -4d93-83af- cb0e21934899 cb0e74534456 </correlationId>
</jenkins.telemetry.Correlator>


 

You can set any ID you want!

rene.scheibe@gmail.com (JIRA)

unread,
Feb 22, 2020, 5:56:03 PM2/22/20
to jenkinsc...@googlegroups.com
René Scheibe edited a comment on Bug JENKINS-58141
[~robinschulz] could you link the respective change / pull request here?
I am asking because I see the "Tried proxying jenkins.telemetry.Correlator to support a circular dependency, but it is not an interface."
still again logged when running the tests on the _master_ in my feature branch.

aburdajewicz@cloudbees.com (JIRA)

unread,
Mar 13, 2020, 12:14:03 AM3/13/20
to jenkinsc...@googlegroups.com

I believe that this is fixed by https://github.com/jenkinsci/jobConfigHistory-plugin/pull/112. But unreleased at the moment. Stefan Brausch Do you plan for a release any soon ?

This message was sent by Atlassian Jira (v7.13.12#713012-sha1:6e07c38)
Atlassian logo

stefanbrausch@protonmail.ch (JIRA)

unread,
Mar 13, 2020, 12:49:03 PM3/13/20
to jenkinsc...@googlegroups.com

The new plugin version is released now.

 

Sorry for the delay.

stefanbrausch@protonmail.ch (JIRA)

unread,
Mar 14, 2020, 8:03:06 AM3/14/20
to jenkinsc...@googlegroups.com
Change By: Stefan Brausch
Status: Open Fixed but Unreleased
Resolution: Fixed

stefanbrausch@protonmail.ch (JIRA)

unread,
Mar 14, 2020, 8:03:07 AM3/14/20
to jenkinsc...@googlegroups.com
 

Fixed in version 2.25. Available now.

Change By: Stefan Brausch
Status: Fixed but Unreleased Resolved

aburdajewicz@cloudbees.com (JIRA)

unread,
Mar 15, 2020, 8:25:02 PM3/15/20
to jenkinsc...@googlegroups.com
Reply all
Reply to author
Forward
0 new messages