Advertisement
jimklimov

stack trace for JENKINS-62604

Jun 10th, 2020
166
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 95.55 KB | None | 0 0
  1. 2020-06-09 18:08:32.048+0000 [id=78] INFO jenkins.InitReactorRunner$1#onAttained: Prepared all plugins
  2. 2020-06-09 18:08:32.993+0000 [id=113] WARNING h.util.RobustReflectionConverter#doUnmarshal: There was a problem reporting unmarshalling field errors
  3. java.lang.StackOverflowError
  4. at java.io.UnixFileSystem.resolve(UnixFileSystem.java:102)
  5. at java.io.File.<init>(File.java:367)
  6. at sun.misc.URLClassPath$FileLoader.getResource(URLClassPath.java:1279)
  7. at sun.misc.URLClassPath$FileLoader.findResource(URLClassPath.java:1249)
  8. at sun.misc.URLClassPath.findResource(URLClassPath.java:215)
  9. at java.net.URLClassLoader$2.run(URLClassLoader.java:569)
  10. at java.net.URLClassLoader$2.run(URLClassLoader.java:567)
  11. at java.security.AccessController.doPrivileged(Native Method)
  12. at java.net.URLClassLoader.findResource(URLClassLoader.java:566)
  13. at org.eclipse.jetty.webapp.WebAppClassLoader.loadAsResource(WebAppClassLoader.java:617)
  14. at org.eclipse.jetty.webapp.WebAppClassLoader.loadClass(WebAppClassLoader.java:534)
  15. at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
  16. at hudson.diagnosis.OldDataMonitor.referTo(OldDataMonitor.java:398)
  17. at hudson.diagnosis.OldDataMonitor.report(OldDataMonitor.java:224)
  18. at hudson.util.RobustReflectionConverter.doUnmarshal(RobustReflectionConverter.java:375)
  19. at hudson.util.RobustReflectionConverter.unmarshal(RobustReflectionConverter.java:269)
  20. at com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:72)
  21. at com.thoughtworks.xstream.core.AbstractReferenceUnmarshaller.convert(AbstractReferenceUnmarshaller.java:65)
  22. at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:66)
  23. at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:50)
  24. at com.thoughtworks.xstream.core.TreeUnmarshaller.start(TreeUnmarshaller.java:134)
  25. at com.thoughtworks.xstream.core.AbstractTreeMarshallingStrategy.unmarshal(AbstractTreeMarshallingStrategy.java:32)
  26. at com.thoughtworks.xstream.XStream.unmarshal(XStream.java:1189)
  27. at hudson.util.XStream2.unmarshal(XStream2.java:161)
  28. at hudson.util.XStream2.unmarshal(XStream2.java:132)
  29. at com.thoughtworks.xstream.XStream.unmarshal(XStream.java:1173)
  30. at hudson.XmlFile.unmarshal(XmlFile.java:180)
  31. at hudson.XmlFile.unmarshal(XmlFile.java:163)
  32. at hudson.model.Descriptor.load(Descriptor.java:913)
  33. at sun.reflect.GeneratedMethodAccessor72.invoke(Unknown Source)
  34. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  35. at java.lang.reflect.Method.invoke(Method.java:498)
  36. at hudson.ExtensionFinder$GuiceFinder$SezpozModule.onProvision(ExtensionFinder.java:596)
  37. at com.google.inject.internal.ProvisionListenerStackCallback$Provision.provision(ProvisionListenerStackCallback.java:126)
  38. at com.google.inject.internal.ProvisionListenerStackCallback.provision(ProvisionListenerStackCallback.java:68)
  39. at com.google.inject.internal.ConstructorInjector.construct(ConstructorInjector.java:87)
  40. at com.google.inject.internal.ConstructorBindingImpl$Factory.get(ConstructorBindingImpl.java:267)
  41. at com.google.inject.internal.ProviderToInternalFactoryAdapter$1.call(ProviderToInternalFactoryAdapter.java:46)
  42. at com.google.inject.internal.InjectorImpl.callInContext(InjectorImpl.java:1103)
  43. at com.google.inject.internal.ProviderToInternalFactoryAdapter.get(ProviderToInternalFactoryAdapter.java:40)
  44. at com.google.inject.internal.SingletonScope$1.get(SingletonScope.java:145)
  45. at hudson.ExtensionFinder$GuiceFinder$FaultTolerantScope$1.get(ExtensionFinder.java:440)
  46. at com.google.inject.internal.InternalFactoryToProviderAdapter.get(InternalFactoryToProviderAdapter.java:41)
  47. at com.google.inject.internal.InjectorImpl$2$1.call(InjectorImpl.java:1016)
  48. at com.google.inject.internal.InjectorImpl.callInContext(InjectorImpl.java:1103)
  49. at com.google.inject.internal.InjectorImpl$2.get(InjectorImpl.java:1012)
  50. at hudson.ExtensionFinder$GuiceFinder._find(ExtensionFinder.java:402)
  51. at hudson.ExtensionFinder$GuiceFinder.find(ExtensionFinder.java:393)
  52. at hudson.ClassicPluginStrategy.findComponents(ClassicPluginStrategy.java:346)
  53. at hudson.ExtensionList.load(ExtensionList.java:381)
  54. at hudson.ExtensionList.ensureLoaded(ExtensionList.java:317)
  55. at hudson.ExtensionList.getComponents(ExtensionList.java:183)
  56. at hudson.DescriptorExtensionList.load(DescriptorExtensionList.java:213)
  57. at hudson.ExtensionList.ensureLoaded(ExtensionList.java:317)
  58. at hudson.ExtensionList.iterator(ExtensionList.java:172)
  59. at hudson.ExtensionList.getInstance(ExtensionList.java:162)
  60. at jenkins.security.QueueItemAuthenticatorConfiguration.get(QueueItemAuthenticatorConfiguration.java:61)
  61. at org.jenkinsci.plugins.authorizeproject.ProjectQueueItemAuthenticator.getConfigured(ProjectQueueItemAuthenticator.java:178)
  62. at org.jenkinsci.plugins.authorizeproject.ProjectQueueItemAuthenticator.isConfigured(ProjectQueueItemAuthenticator.java:190)
  63. at org.jenkinsci.plugins.authorizeproject.AuthorizeProjectStrategy.checkUnsecuredConfiguration(AuthorizeProjectStrategy.java:186)
  64. at org.jenkinsci.plugins.authorizeproject.AuthorizeProjectStrategy.readResolve(AuthorizeProjectStrategy.java:176)
  65. at sun.reflect.GeneratedMethodAccessor74.invoke(Unknown Source)
  66. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  67. at java.lang.reflect.Method.invoke(Method.java:498)
  68. at com.thoughtworks.xstream.converters.reflection.SerializationMethodInvoker.callReadResolve(SerializationMethodInvoker.java:66)
  69. at hudson.util.RobustReflectionConverter.unmarshal(RobustReflectionConverter.java:270)
  70. at com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:72)
  71. at com.thoughtworks.xstream.core.AbstractReferenceUnmarshaller.convert(AbstractReferenceUnmarshaller.java:65)
  72. at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:66)
  73. at hudson.util.RobustReflectionConverter.unmarshalField(RobustReflectionConverter.java:408)
  74. at hudson.util.RobustReflectionConverter.doUnmarshal(RobustReflectionConverter.java:330)
  75. at hudson.util.RobustReflectionConverter.unmarshal(RobustReflectionConverter.java:269)
  76. at com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:72)
  77. at com.thoughtworks.xstream.core.AbstractReferenceUnmarshaller.convert(AbstractReferenceUnmarshaller.java:65)
  78. at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:66)
  79. at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:50)
  80. at com.thoughtworks.xstream.converters.collections.AbstractCollectionConverter.readItem(AbstractCollectionConverter.java:71)
  81. at hudson.util.CopyOnWriteList$ConverterImpl.unmarshal(CopyOnWriteList.java:197)
  82. at hudson.util.DescribableList$ConverterImpl.unmarshal(DescribableList.java:275)
  83. at com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:72)
  84. at com.thoughtworks.xstream.core.AbstractReferenceUnmarshaller.convert(AbstractReferenceUnmarshaller.java:65)
  85. at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:66)
  86. at hudson.util.RobustReflectionConverter.unmarshalField(RobustReflectionConverter.java:408)
  87. at hudson.util.RobustReflectionConverter.doUnmarshal(RobustReflectionConverter.java:330)
  88. at hudson.util.RobustReflectionConverter.unmarshal(RobustReflectionConverter.java:269)
  89. at com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:72)
  90. at com.thoughtworks.xstream.core.AbstractReferenceUnmarshaller.convert(AbstractReferenceUnmarshaller.java:65)
  91. at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:66)
  92. at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:50)
  93. at com.thoughtworks.xstream.core.TreeUnmarshaller.start(TreeUnmarshaller.java:134)
  94. at com.thoughtworks.xstream.core.AbstractTreeMarshallingStrategy.unmarshal(AbstractTreeMarshallingStrategy.java:32)
  95. at com.thoughtworks.xstream.XStream.unmarshal(XStream.java:1189)
  96. at hudson.util.XStream2.unmarshal(XStream2.java:161)
  97. at hudson.util.XStream2.unmarshal(XStream2.java:132)
  98. at com.thoughtworks.xstream.XStream.unmarshal(XStream.java:1173)
  99. at hudson.XmlFile.unmarshal(XmlFile.java:180)
  100. at hudson.XmlFile.unmarshal(XmlFile.java:163)
  101. at hudson.model.Descriptor.load(Descriptor.java:913)
  102. at sun.reflect.GeneratedMethodAccessor72.invoke(Unknown Source)
  103. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  104. at java.lang.reflect.Method.invoke(Method.java:498)
  105. at hudson.ExtensionFinder$GuiceFinder$SezpozModule.onProvision(ExtensionFinder.java:596)
  106. at com.google.inject.internal.ProvisionListenerStackCallback$Provision.provision(ProvisionListenerStackCallback.java:126)
  107. at com.google.inject.internal.ProvisionListenerStackCallback.provision(ProvisionListenerStackCallback.java:68)
  108. at com.google.inject.internal.ConstructorInjector.construct(ConstructorInjector.java:87)
  109. at com.google.inject.internal.ConstructorBindingImpl$Factory.get(ConstructorBindingImpl.java:267)
  110. at com.google.inject.internal.ProviderToInternalFactoryAdapter$1.call(ProviderToInternalFactoryAdapter.java:46)
  111. at com.google.inject.internal.InjectorImpl.callInContext(InjectorImpl.java:1103)
  112. at com.google.inject.internal.ProviderToInternalFactoryAdapter.get(ProviderToInternalFactoryAdapter.java:40)
  113. at com.google.inject.internal.SingletonScope$1.get(SingletonScope.java:145)
  114. at hudson.ExtensionFinder$GuiceFinder$FaultTolerantScope$1.get(ExtensionFinder.java:440)
  115. at com.google.inject.internal.InternalFactoryToProviderAdapter.get(InternalFactoryToProviderAdapter.java:41)
  116. at com.google.inject.internal.InjectorImpl$2$1.call(InjectorImpl.java:1016)
  117. at com.google.inject.internal.InjectorImpl.callInContext(InjectorImpl.java:1103)
  118. at com.google.inject.internal.InjectorImpl$2.get(InjectorImpl.java:1012)
  119. at hudson.ExtensionFinder$GuiceFinder._find(ExtensionFinder.java:402)
  120. at hudson.ExtensionFinder$GuiceFinder.find(ExtensionFinder.java:393)
  121. at hudson.ClassicPluginStrategy.findComponents(ClassicPluginStrategy.java:346)
  122. at hudson.ExtensionList.load(ExtensionList.java:381)
  123. at hudson.ExtensionList.ensureLoaded(ExtensionList.java:317)
  124. at hudson.ExtensionList.getComponents(ExtensionList.java:183)
  125. at hudson.DescriptorExtensionList.load(DescriptorExtensionList.java:213)
  126. at hudson.ExtensionList.ensureLoaded(ExtensionList.java:317)
  127. at hudson.ExtensionList.iterator(ExtensionList.java:172)
  128. at hudson.ExtensionList.getInstance(ExtensionList.java:162)
  129. at jenkins.security.QueueItemAuthenticatorConfiguration.get(QueueItemAuthenticatorConfiguration.java:61)
  130. at org.jenkinsci.plugins.authorizeproject.ProjectQueueItemAuthenticator.getConfigured(ProjectQueueItemAuthenticator.java:178)
  131. at org.jenkinsci.plugins.authorizeproject.ProjectQueueItemAuthenticator.isConfigured(ProjectQueueItemAuthenticator.java:190)
  132. at org.jenkinsci.plugins.authorizeproject.AuthorizeProjectStrategy.checkUnsecuredConfiguration(AuthorizeProjectStrategy.java:186)
  133. at org.jenkinsci.plugins.authorizeproject.AuthorizeProjectStrategy.readResolve(AuthorizeProjectStrategy.java:176)
  134. at sun.reflect.GeneratedMethodAccessor74.invoke(Unknown Source)
  135. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  136. at java.lang.reflect.Method.invoke(Method.java:498)
  137. at com.thoughtworks.xstream.converters.reflection.SerializationMethodInvoker.callReadResolve(SerializationMethodInvoker.java:66)
  138. at hudson.util.RobustReflectionConverter.unmarshal(RobustReflectionConverter.java:270)
  139. at com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:72)
  140. at com.thoughtworks.xstream.core.AbstractReferenceUnmarshaller.convert(AbstractReferenceUnmarshaller.java:65)
  141. at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:66)
  142. at hudson.util.RobustReflectionConverter.unmarshalField(RobustReflectionConverter.java:408)
  143. at hudson.util.RobustReflectionConverter.doUnmarshal(RobustReflectionConverter.java:330)
  144. at hudson.util.RobustReflectionConverter.unmarshal(RobustReflectionConverter.java:269)
  145. at com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:72)
  146. at com.thoughtworks.xstream.core.AbstractReferenceUnmarshaller.convert(AbstractReferenceUnmarshaller.java:65)
  147. at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:66)
  148. at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:50)
  149. at com.thoughtworks.xstream.converters.collections.AbstractCollectionConverter.readItem(AbstractCollectionConverter.java:71)
  150. at hudson.util.CopyOnWriteList$ConverterImpl.unmarshal(CopyOnWriteList.java:197)
  151. at hudson.util.DescribableList$ConverterImpl.unmarshal(DescribableList.java:275)
  152. at com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:72)
  153. at com.thoughtworks.xstream.core.AbstractReferenceUnmarshaller.convert(AbstractReferenceUnmarshaller.java:65)
  154. at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:66)
  155. at hudson.util.RobustReflectionConverter.unmarshalField(RobustReflectionConverter.java:408)
  156. at hudson.util.RobustReflectionConverter.doUnmarshal(RobustReflectionConverter.java:330)
  157. at hudson.util.RobustReflectionConverter.unmarshal(RobustReflectionConverter.java:269)
  158. at com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:72)
  159. at com.thoughtworks.xstream.core.AbstractReferenceUnmarshaller.convert(AbstractReferenceUnmarshaller.java:65)
  160. at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:66)
  161. at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:50)
  162. at com.thoughtworks.xstream.core.TreeUnmarshaller.start(TreeUnmarshaller.java:134)
  163. at com.thoughtworks.xstream.core.AbstractTreeMarshallingStrategy.unmarshal(AbstractTreeMarshallingStrategy.java:32)
  164. at com.thoughtworks.xstream.XStream.unmarshal(XStream.java:1189)
  165. at hudson.util.XStream2.unmarshal(XStream2.java:161)
  166. at hudson.util.XStream2.unmarshal(XStream2.java:132)
  167. at com.thoughtworks.xstream.XStream.unmarshal(XStream.java:1173)
  168. at hudson.XmlFile.unmarshal(XmlFile.java:180)
  169. at hudson.XmlFile.unmarshal(XmlFile.java:163)
  170. at hudson.model.Descriptor.load(Descriptor.java:913)
  171. at sun.reflect.GeneratedMethodAccessor72.invoke(Unknown Source)
  172. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  173. at java.lang.reflect.Method.invoke(Method.java:498)
  174. at hudson.ExtensionFinder$GuiceFinder$SezpozModule.onProvision(ExtensionFinder.java:596)
  175. at com.google.inject.internal.ProvisionListenerStackCallback$Provision.provision(ProvisionListenerStackCallback.java:126)
  176. at com.google.inject.internal.ProvisionListenerStackCallback.provision(ProvisionListenerStackCallback.java:68)
  177. at com.google.inject.internal.ConstructorInjector.construct(ConstructorInjector.java:87)
  178. at com.google.inject.internal.ConstructorBindingImpl$Factory.get(ConstructorBindingImpl.java:267)
  179. at com.google.inject.internal.ProviderToInternalFactoryAdapter$1.call(ProviderToInternalFactoryAdapter.java:46)
  180. at com.google.inject.internal.InjectorImpl.callInContext(InjectorImpl.java:1103)
  181. at com.google.inject.internal.ProviderToInternalFactoryAdapter.get(ProviderToInternalFactoryAdapter.java:40)
  182. at com.google.inject.internal.SingletonScope$1.get(SingletonScope.java:145)
  183. at hudson.ExtensionFinder$GuiceFinder$FaultTolerantScope$1.get(ExtensionFinder.java:440)
  184. at com.google.inject.internal.InternalFactoryToProviderAdapter.get(InternalFactoryToProviderAdapter.java:41)
  185. at com.google.inject.internal.InjectorImpl$2$1.call(InjectorImpl.java:1016)
  186. at com.google.inject.internal.InjectorImpl.callInContext(InjectorImpl.java:1103)
  187. at com.google.inject.internal.InjectorImpl$2.get(InjectorImpl.java:1012)
  188. at hudson.ExtensionFinder$GuiceFinder._find(ExtensionFinder.java:402)
  189. at hudson.ExtensionFinder$GuiceFinder.find(ExtensionFinder.java:393)
  190. at hudson.ClassicPluginStrategy.findComponents(ClassicPluginStrategy.java:346)
  191. at hudson.ExtensionList.load(ExtensionList.java:381)
  192. at hudson.ExtensionList.ensureLoaded(ExtensionList.java:317)
  193. at hudson.ExtensionList.getComponents(ExtensionList.java:183)
  194. at hudson.DescriptorExtensionList.load(DescriptorExtensionList.java:213)
  195. at hudson.ExtensionList.ensureLoaded(ExtensionList.java:317)
  196. at hudson.ExtensionList.iterator(ExtensionList.java:172)
  197. at hudson.ExtensionList.getInstance(ExtensionList.java:162)
  198. at jenkins.security.QueueItemAuthenticatorConfiguration.get(QueueItemAuthenticatorConfiguration.java:61)
  199. at org.jenkinsci.plugins.authorizeproject.ProjectQueueItemAuthenticator.getConfigured(ProjectQueueItemAuthenticator.java:178)
  200. at org.jenkinsci.plugins.authorizeproject.ProjectQueueItemAuthenticator.isConfigured(ProjectQueueItemAuthenticator.java:190)
  201. at org.jenkinsci.plugins.authorizeproject.AuthorizeProjectStrategy.checkUnsecuredConfiguration(AuthorizeProjectStrategy.java:186)
  202. at org.jenkinsci.plugins.authorizeproject.AuthorizeProjectStrategy.readResolve(AuthorizeProjectStrategy.java:176)
  203. at sun.reflect.GeneratedMethodAccessor74.invoke(Unknown Source)
  204. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  205. at java.lang.reflect.Method.invoke(Method.java:498)
  206. at com.thoughtworks.xstream.converters.reflection.SerializationMethodInvoker.callReadResolve(SerializationMethodInvoker.java:66)
  207. at hudson.util.RobustReflectionConverter.unmarshal(RobustReflectionConverter.java:270)
  208. at com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:72)
  209. at com.thoughtworks.xstream.core.AbstractReferenceUnmarshaller.convert(AbstractReferenceUnmarshaller.java:65)
  210. at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:66)
  211. at hudson.util.RobustReflectionConverter.unmarshalField(RobustReflectionConverter.java:408)
  212. at hudson.util.RobustReflectionConverter.doUnmarshal(RobustReflectionConverter.java:330)
  213. at hudson.util.RobustReflectionConverter.unmarshal(RobustReflectionConverter.java:269)
  214. at com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:72)
  215. at com.thoughtworks.xstream.core.AbstractReferenceUnmarshaller.convert(AbstractReferenceUnmarshaller.java:65)
  216. at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:66)
  217. at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:50)
  218. at com.thoughtworks.xstream.converters.collections.AbstractCollectionConverter.readItem(AbstractCollectionConverter.java:71)
  219. at hudson.util.CopyOnWriteList$ConverterImpl.unmarshal(CopyOnWriteList.java:197)
  220. at hudson.util.DescribableList$ConverterImpl.unmarshal(DescribableList.java:275)
  221. at com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:72)
  222. at com.thoughtworks.xstream.core.AbstractReferenceUnmarshaller.convert(AbstractReferenceUnmarshaller.java:65)
  223. at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:66)
  224. at hudson.util.RobustReflectionConverter.unmarshalField(RobustReflectionConverter.java:408)
  225. at hudson.util.RobustReflectionConverter.doUnmarshal(RobustReflectionConverter.java:330)
  226. at hudson.util.RobustReflectionConverter.unmarshal(RobustReflectionConverter.java:269)
  227. at com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:72)
  228. at com.thoughtworks.xstream.core.AbstractReferenceUnmarshaller.convert(AbstractReferenceUnmarshaller.java:65)
  229. at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:66)
  230. at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:50)
  231. at com.thoughtworks.xstream.core.TreeUnmarshaller.start(TreeUnmarshaller.java:134)
  232. at com.thoughtworks.xstream.core.AbstractTreeMarshallingStrategy.unmarshal(AbstractTreeMarshallingStrategy.java:32)
  233. at com.thoughtworks.xstream.XStream.unmarshal(XStream.java:1189)
  234. at hudson.util.XStream2.unmarshal(XStream2.java:161)
  235. at hudson.util.XStream2.unmarshal(XStream2.java:132)
  236. at com.thoughtworks.xstream.XStream.unmarshal(XStream.java:1173)
  237. at hudson.XmlFile.unmarshal(XmlFile.java:180)
  238. at hudson.XmlFile.unmarshal(XmlFile.java:163)
  239. at hudson.model.Descriptor.load(Descriptor.java:913)
  240. at sun.reflect.GeneratedMethodAccessor72.invoke(Unknown Source)
  241. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  242. at java.lang.reflect.Method.invoke(Method.java:498)
  243. at hudson.ExtensionFinder$GuiceFinder$SezpozModule.onProvision(ExtensionFinder.java:596)
  244. at com.google.inject.internal.ProvisionListenerStackCallback$Provision.provision(ProvisionListenerStackCallback.java:126)
  245. at com.google.inject.internal.ProvisionListenerStackCallback.provision(ProvisionListenerStackCallback.java:68)
  246. at com.google.inject.internal.ConstructorInjector.construct(ConstructorInjector.java:87)
  247. at com.google.inject.internal.ConstructorBindingImpl$Factory.get(ConstructorBindingImpl.java:267)
  248. at com.google.inject.internal.ProviderToInternalFactoryAdapter$1.call(ProviderToInternalFactoryAdapter.java:46)
  249. at com.google.inject.internal.InjectorImpl.callInContext(InjectorImpl.java:1103)
  250. at com.google.inject.internal.ProviderToInternalFactoryAdapter.get(ProviderToInternalFactoryAdapter.java:40)
  251. at com.google.inject.internal.SingletonScope$1.get(SingletonScope.java:145)
  252. at hudson.ExtensionFinder$GuiceFinder$FaultTolerantScope$1.get(ExtensionFinder.java:440)
  253. at com.google.inject.internal.InternalFactoryToProviderAdapter.get(InternalFactoryToProviderAdapter.java:41)
  254. at com.google.inject.internal.InjectorImpl$2$1.call(InjectorImpl.java:1016)
  255. at com.google.inject.internal.InjectorImpl.callInContext(InjectorImpl.java:1103)
  256. at com.google.inject.internal.InjectorImpl$2.get(InjectorImpl.java:1012)
  257. at hudson.ExtensionFinder$GuiceFinder._find(ExtensionFinder.java:402)
  258. at hudson.ExtensionFinder$GuiceFinder.find(ExtensionFinder.java:393)
  259. at hudson.ClassicPluginStrategy.findComponents(ClassicPluginStrategy.java:346)
  260. at hudson.ExtensionList.load(ExtensionList.java:381)
  261. at hudson.ExtensionList.ensureLoaded(ExtensionList.java:317)
  262. at hudson.ExtensionList.getComponents(ExtensionList.java:183)
  263. at hudson.DescriptorExtensionList.load(DescriptorExtensionList.java:213)
  264. at hudson.ExtensionList.ensureLoaded(ExtensionList.java:317)
  265. at hudson.ExtensionList.iterator(ExtensionList.java:172)
  266. at hudson.ExtensionList.getInstance(ExtensionList.java:162)
  267. at jenkins.security.QueueItemAuthenticatorConfiguration.get(QueueItemAuthenticatorConfiguration.java:61)
  268. at org.jenkinsci.plugins.authorizeproject.ProjectQueueItemAuthenticator.getConfigured(ProjectQueueItemAuthenticator.java:178)
  269. at org.jenkinsci.plugins.authorizeproject.ProjectQueueItemAuthenticator.isConfigured(ProjectQueueItemAuthenticator.java:190)
  270. at org.jenkinsci.plugins.authorizeproject.AuthorizeProjectStrategy.checkUnsecuredConfiguration(AuthorizeProjectStrategy.java:186)
  271. at org.jenkinsci.plugins.authorizeproject.AuthorizeProjectStrategy.readResolve(AuthorizeProjectStrategy.java:176)
  272. at sun.reflect.GeneratedMethodAccessor74.invoke(Unknown Source)
  273. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  274. at java.lang.reflect.Method.invoke(Method.java:498)
  275. at com.thoughtworks.xstream.converters.reflection.SerializationMethodInvoker.callReadResolve(SerializationMethodInvoker.java:66)
  276. at hudson.util.RobustReflectionConverter.unmarshal(RobustReflectionConverter.java:270)
  277. at com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:72)
  278. at com.thoughtworks.xstream.core.AbstractReferenceUnmarshaller.convert(AbstractReferenceUnmarshaller.java:65)
  279. at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:66)
  280. at hudson.util.RobustReflectionConverter.unmarshalField(RobustReflectionConverter.java:408)
  281. at hudson.util.RobustReflectionConverter.doUnmarshal(RobustReflectionConverter.java:330)
  282. at hudson.util.RobustReflectionConverter.unmarshal(RobustReflectionConverter.java:269)
  283. at com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:72)
  284. at com.thoughtworks.xstream.core.AbstractReferenceUnmarshaller.convert(AbstractReferenceUnmarshaller.java:65)
  285. at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:66)
  286. at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:50)
  287. at com.thoughtworks.xstream.converters.collections.AbstractCollectionConverter.readItem(AbstractCollectionConverter.java:71)
  288. at hudson.util.CopyOnWriteList$ConverterImpl.unmarshal(CopyOnWriteList.java:197)
  289. at hudson.util.DescribableList$ConverterImpl.unmarshal(DescribableList.java:275)
  290. at com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:72)
  291. at com.thoughtworks.xstream.core.AbstractReferenceUnmarshaller.convert(AbstractReferenceUnmarshaller.java:65)
  292. at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:66)
  293. at hudson.util.RobustReflectionConverter.unmarshalField(RobustReflectionConverter.java:408)
  294. at hudson.util.RobustReflectionConverter.doUnmarshal(RobustReflectionConverter.java:330)
  295. at hudson.util.RobustReflectionConverter.unmarshal(RobustReflectionConverter.java:269)
  296. at com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:72)
  297. at com.thoughtworks.xstream.core.AbstractReferenceUnmarshaller.convert(AbstractReferenceUnmarshaller.java:65)
  298. at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:66)
  299. at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:50)
  300. at com.thoughtworks.xstream.core.TreeUnmarshaller.start(TreeUnmarshaller.java:134)
  301. at com.thoughtworks.xstream.core.AbstractTreeMarshallingStrategy.unmarshal(AbstractTreeMarshallingStrategy.java:32)
  302. at com.thoughtworks.xstream.XStream.unmarshal(XStream.java:1189)
  303. at hudson.util.XStream2.unmarshal(XStream2.java:161)
  304. at hudson.util.XStream2.unmarshal(XStream2.java:132)
  305. at com.thoughtworks.xstream.XStream.unmarshal(XStream.java:1173)
  306. at hudson.XmlFile.unmarshal(XmlFile.java:180)
  307. at hudson.XmlFile.unmarshal(XmlFile.java:163)
  308. at hudson.model.Descriptor.load(Descriptor.java:913)
  309. at sun.reflect.GeneratedMethodAccessor72.invoke(Unknown Source)
  310. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  311. at java.lang.reflect.Method.invoke(Method.java:498)
  312. at hudson.ExtensionFinder$GuiceFinder$SezpozModule.onProvision(ExtensionFinder.java:596)
  313. at com.google.inject.internal.ProvisionListenerStackCallback$Provision.provision(ProvisionListenerStackCallback.java:126)
  314. at com.google.inject.internal.ProvisionListenerStackCallback.provision(ProvisionListenerStackCallback.java:68)
  315. at com.google.inject.internal.ConstructorInjector.construct(ConstructorInjector.java:87)
  316. at com.google.inject.internal.ConstructorBindingImpl$Factory.get(ConstructorBindingImpl.java:267)
  317. at com.google.inject.internal.ProviderToInternalFactoryAdapter$1.call(ProviderToInternalFactoryAdapter.java:46)
  318. at com.google.inject.internal.InjectorImpl.callInContext(InjectorImpl.java:1103)
  319. at com.google.inject.internal.ProviderToInternalFactoryAdapter.get(ProviderToInternalFactoryAdapter.java:40)
  320. at com.google.inject.internal.SingletonScope$1.get(SingletonScope.java:145)
  321. at hudson.ExtensionFinder$GuiceFinder$FaultTolerantScope$1.get(ExtensionFinder.java:440)
  322. at com.google.inject.internal.InternalFactoryToProviderAdapter.get(InternalFactoryToProviderAdapter.java:41)
  323. at com.google.inject.internal.InjectorImpl$2$1.call(InjectorImpl.java:1016)
  324. at com.google.inject.internal.InjectorImpl.callInContext(InjectorImpl.java:1103)
  325. at com.google.inject.internal.InjectorImpl$2.get(InjectorImpl.java:1012)
  326. at hudson.ExtensionFinder$GuiceFinder._find(ExtensionFinder.java:402)
  327. at hudson.ExtensionFinder$GuiceFinder.find(ExtensionFinder.java:393)
  328. at hudson.ClassicPluginStrategy.findComponents(ClassicPluginStrategy.java:346)
  329. at hudson.ExtensionList.load(ExtensionList.java:381)
  330. at hudson.ExtensionList.ensureLoaded(ExtensionList.java:317)
  331. at hudson.ExtensionList.getComponents(ExtensionList.java:183)
  332. at hudson.DescriptorExtensionList.load(DescriptorExtensionList.java:213)
  333. at hudson.ExtensionList.ensureLoaded(ExtensionList.java:317)
  334. at hudson.ExtensionList.iterator(ExtensionList.java:172)
  335. at hudson.ExtensionList.getInstance(ExtensionList.java:162)
  336. at jenkins.security.QueueItemAuthenticatorConfiguration.get(QueueItemAuthenticatorConfiguration.java:61)
  337. at org.jenkinsci.plugins.authorizeproject.ProjectQueueItemAuthenticator.getConfigured(ProjectQueueItemAuthenticator.java:178)
  338. at org.jenkinsci.plugins.authorizeproject.ProjectQueueItemAuthenticator.isConfigured(ProjectQueueItemAuthenticator.java:190)
  339. at org.jenkinsci.plugins.authorizeproject.AuthorizeProjectStrategy.checkUnsecuredConfiguration(AuthorizeProjectStrategy.java:186)
  340. at org.jenkinsci.plugins.authorizeproject.AuthorizeProjectStrategy.readResolve(AuthorizeProjectStrategy.java:176)
  341. at sun.reflect.GeneratedMethodAccessor74.invoke(Unknown Source)
  342. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  343. at java.lang.reflect.Method.invoke(Method.java:498)
  344. at com.thoughtworks.xstream.converters.reflection.SerializationMethodInvoker.callReadResolve(SerializationMethodInvoker.java:66)
  345. at hudson.util.RobustReflectionConverter.unmarshal(RobustReflectionConverter.java:270)
  346. at com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:72)
  347. at com.thoughtworks.xstream.core.AbstractReferenceUnmarshaller.convert(AbstractReferenceUnmarshaller.java:65)
  348. at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:66)
  349. at hudson.util.RobustReflectionConverter.unmarshalField(RobustReflectionConverter.java:408)
  350. at hudson.util.RobustReflectionConverter.doUnmarshal(RobustReflectionConverter.java:330)
  351. at hudson.util.RobustReflectionConverter.unmarshal(RobustReflectionConverter.java:269)
  352. at com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:72)
  353. at com.thoughtworks.xstream.core.AbstractReferenceUnmarshaller.convert(AbstractReferenceUnmarshaller.java:65)
  354. at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:66)
  355. at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:50)
  356. at com.thoughtworks.xstream.converters.collections.AbstractCollectionConverter.readItem(AbstractCollectionConverter.java:71)
  357. at hudson.util.CopyOnWriteList$ConverterImpl.unmarshal(CopyOnWriteList.java:197)
  358. at hudson.util.DescribableList$ConverterImpl.unmarshal(DescribableList.java:275)
  359. at com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:72)
  360. at com.thoughtworks.xstream.core.AbstractReferenceUnmarshaller.convert(AbstractReferenceUnmarshaller.java:65)
  361. at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:66)
  362. at hudson.util.RobustReflectionConverter.unmarshalField(RobustReflectionConverter.java:408)
  363. at hudson.util.RobustReflectionConverter.doUnmarshal(RobustReflectionConverter.java:330)
  364. at hudson.util.RobustReflectionConverter.unmarshal(RobustReflectionConverter.java:269)
  365. at com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:72)
  366. at com.thoughtworks.xstream.core.AbstractReferenceUnmarshaller.convert(AbstractReferenceUnmarshaller.java:65)
  367. at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:66)
  368. at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:50)
  369. at com.thoughtworks.xstream.core.TreeUnmarshaller.start(TreeUnmarshaller.java:134)
  370. at com.thoughtworks.xstream.core.AbstractTreeMarshallingStrategy.unmarshal(AbstractTreeMarshallingStrategy.java:32)
  371. at com.thoughtworks.xstream.XStream.unmarshal(XStream.java:1189)
  372. at hudson.util.XStream2.unmarshal(XStream2.java:161)
  373. at hudson.util.XStream2.unmarshal(XStream2.java:132)
  374. at com.thoughtworks.xstream.XStream.unmarshal(XStream.java:1173)
  375. at hudson.XmlFile.unmarshal(XmlFile.java:180)
  376. at hudson.XmlFile.unmarshal(XmlFile.java:163)
  377. at hudson.model.Descriptor.load(Descriptor.java:913)
  378. at sun.reflect.GeneratedMethodAccessor72.invoke(Unknown Source)
  379. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  380. at java.lang.reflect.Method.invoke(Method.java:498)
  381. at hudson.ExtensionFinder$GuiceFinder$SezpozModule.onProvision(ExtensionFinder.java:596)
  382. at com.google.inject.internal.ProvisionListenerStackCallback$Provision.provision(ProvisionListenerStackCallback.java:126)
  383. at com.google.inject.internal.ProvisionListenerStackCallback.provision(ProvisionListenerStackCallback.java:68)
  384. at com.google.inject.internal.ConstructorInjector.construct(ConstructorInjector.java:87)
  385. at com.google.inject.internal.ConstructorBindingImpl$Factory.get(ConstructorBindingImpl.java:267)
  386. at com.google.inject.internal.ProviderToInternalFactoryAdapter$1.call(ProviderToInternalFactoryAdapter.java:46)
  387. at com.google.inject.internal.InjectorImpl.callInContext(InjectorImpl.java:1103)
  388. at com.google.inject.internal.ProviderToInternalFactoryAdapter.get(ProviderToInternalFactoryAdapter.java:40)
  389. at com.google.inject.internal.SingletonScope$1.get(SingletonScope.java:145)
  390. at hudson.ExtensionFinder$GuiceFinder$FaultTolerantScope$1.get(ExtensionFinder.java:440)
  391. at com.google.inject.internal.InternalFactoryToProviderAdapter.get(InternalFactoryToProviderAdapter.java:41)
  392. at com.google.inject.internal.InjectorImpl$2$1.call(InjectorImpl.java:1016)
  393. at com.google.inject.internal.InjectorImpl.callInContext(InjectorImpl.java:1103)
  394. at com.google.inject.internal.InjectorImpl$2.get(InjectorImpl.java:1012)
  395. at hudson.ExtensionFinder$GuiceFinder._find(ExtensionFinder.java:402)
  396. at hudson.ExtensionFinder$GuiceFinder.find(ExtensionFinder.java:393)
  397. at hudson.ClassicPluginStrategy.findComponents(ClassicPluginStrategy.java:346)
  398. at hudson.ExtensionList.load(ExtensionList.java:381)
  399. at hudson.ExtensionList.ensureLoaded(ExtensionList.java:317)
  400. at hudson.ExtensionList.getComponents(ExtensionList.java:183)
  401. at hudson.DescriptorExtensionList.load(DescriptorExtensionList.java:213)
  402. at hudson.ExtensionList.ensureLoaded(ExtensionList.java:317)
  403. at hudson.ExtensionList.iterator(ExtensionList.java:172)
  404. at hudson.ExtensionList.getInstance(ExtensionList.java:162)
  405. at jenkins.security.QueueItemAuthenticatorConfiguration.get(QueueItemAuthenticatorConfiguration.java:61)
  406. at org.jenkinsci.plugins.authorizeproject.ProjectQueueItemAuthenticator.getConfigured(ProjectQueueItemAuthenticator.java:178)
  407. at org.jenkinsci.plugins.authorizeproject.ProjectQueueItemAuthenticator.isConfigured(ProjectQueueItemAuthenticator.java:190)
  408. at org.jenkinsci.plugins.authorizeproject.AuthorizeProjectStrategy.checkUnsecuredConfiguration(AuthorizeProjectStrategy.java:186)
  409. at org.jenkinsci.plugins.authorizeproject.AuthorizeProjectStrategy.readResolve(AuthorizeProjectStrategy.java:176)
  410. at sun.reflect.GeneratedMethodAccessor74.invoke(Unknown Source)
  411. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  412. at java.lang.reflect.Method.invoke(Method.java:498)
  413. at com.thoughtworks.xstream.converters.reflection.SerializationMethodInvoker.callReadResolve(SerializationMethodInvoker.java:66)
  414. at hudson.util.RobustReflectionConverter.unmarshal(RobustReflectionConverter.java:270)
  415. at com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:72)
  416. at com.thoughtworks.xstream.core.AbstractReferenceUnmarshaller.convert(AbstractReferenceUnmarshaller.java:65)
  417. at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:66)
  418. at hudson.util.RobustReflectionConverter.unmarshalField(RobustReflectionConverter.java:408)
  419. at hudson.util.RobustReflectionConverter.doUnmarshal(RobustReflectionConverter.java:330)
  420. at hudson.util.RobustReflectionConverter.unmarshal(RobustReflectionConverter.java:269)
  421. at com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:72)
  422. at com.thoughtworks.xstream.core.AbstractReferenceUnmarshaller.convert(AbstractReferenceUnmarshaller.java:65)
  423. at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:66)
  424. at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:50)
  425. at com.thoughtworks.xstream.converters.collections.AbstractCollectionConverter.readItem(AbstractCollectionConverter.java:71)
  426. at hudson.util.CopyOnWriteList$ConverterImpl.unmarshal(CopyOnWriteList.java:197)
  427. at hudson.util.DescribableList$ConverterImpl.unmarshal(DescribableList.java:275)
  428. at com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:72)
  429. at com.thoughtworks.xstream.core.AbstractReferenceUnmarshaller.convert(AbstractReferenceUnmarshaller.java:65)
  430. at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:66)
  431. at hudson.util.RobustReflectionConverter.unmarshalField(RobustReflectionConverter.java:408)
  432. at hudson.util.RobustReflectionConverter.doUnmarshal(RobustReflectionConverter.java:330)
  433. at hudson.util.RobustReflectionConverter.unmarshal(RobustReflectionConverter.java:269)
  434. at com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:72)
  435. at com.thoughtworks.xstream.core.AbstractReferenceUnmarshaller.convert(AbstractReferenceUnmarshaller.java:65)
  436. at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:66)
  437. at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:50)
  438. at com.thoughtworks.xstream.core.TreeUnmarshaller.start(TreeUnmarshaller.java:134)
  439. at com.thoughtworks.xstream.core.AbstractTreeMarshallingStrategy.unmarshal(AbstractTreeMarshallingStrategy.java:32)
  440. at com.thoughtworks.xstream.XStream.unmarshal(XStream.java:1189)
  441. at hudson.util.XStream2.unmarshal(XStream2.java:161)
  442. at hudson.util.XStream2.unmarshal(XStream2.java:132)
  443. at com.thoughtworks.xstream.XStream.unmarshal(XStream.java:1173)
  444. at hudson.XmlFile.unmarshal(XmlFile.java:180)
  445. at hudson.XmlFile.unmarshal(XmlFile.java:163)
  446. at hudson.model.Descriptor.load(Descriptor.java:913)
  447. at sun.reflect.GeneratedMethodAccessor72.invoke(Unknown Source)
  448. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  449. at java.lang.reflect.Method.invoke(Method.java:498)
  450. at hudson.ExtensionFinder$GuiceFinder$SezpozModule.onProvision(ExtensionFinder.java:596)
  451. at com.google.inject.internal.ProvisionListenerStackCallback$Provision.provision(ProvisionListenerStackCallback.java:126)
  452. at com.google.inject.internal.ProvisionListenerStackCallback.provision(ProvisionListenerStackCallback.java:68)
  453. at com.google.inject.internal.ConstructorInjector.construct(ConstructorInjector.java:87)
  454. at com.google.inject.internal.ConstructorBindingImpl$Factory.get(ConstructorBindingImpl.java:267)
  455. at com.google.inject.internal.ProviderToInternalFactoryAdapter$1.call(ProviderToInternalFactoryAdapter.java:46)
  456. at com.google.inject.internal.InjectorImpl.callInContext(InjectorImpl.java:1103)
  457. at com.google.inject.internal.ProviderToInternalFactoryAdapter.get(ProviderToInternalFactoryAdapter.java:40)
  458. at com.google.inject.internal.SingletonScope$1.get(SingletonScope.java:145)
  459. at hudson.ExtensionFinder$GuiceFinder$FaultTolerantScope$1.get(ExtensionFinder.java:440)
  460. at com.google.inject.internal.InternalFactoryToProviderAdapter.get(InternalFactoryToProviderAdapter.java:41)
  461. at com.google.inject.internal.InjectorImpl$2$1.call(InjectorImpl.java:1016)
  462. at com.google.inject.internal.InjectorImpl.callInContext(InjectorImpl.java:1103)
  463. at com.google.inject.internal.InjectorImpl$2.get(InjectorImpl.java:1012)
  464. at hudson.ExtensionFinder$GuiceFinder._find(ExtensionFinder.java:402)
  465. at hudson.ExtensionFinder$GuiceFinder.find(ExtensionFinder.java:393)
  466. at hudson.ClassicPluginStrategy.findComponents(ClassicPluginStrategy.java:346)
  467. at hudson.ExtensionList.load(ExtensionList.java:381)
  468. at hudson.ExtensionList.ensureLoaded(ExtensionList.java:317)
  469. at hudson.ExtensionList.getComponents(ExtensionList.java:183)
  470. at hudson.DescriptorExtensionList.load(DescriptorExtensionList.java:213)
  471. at hudson.ExtensionList.ensureLoaded(ExtensionList.java:317)
  472. at hudson.ExtensionList.iterator(ExtensionList.java:172)
  473. at hudson.ExtensionList.getInstance(ExtensionList.java:162)
  474. at jenkins.security.QueueItemAuthenticatorConfiguration.get(QueueItemAuthenticatorConfiguration.java:61)
  475. at org.jenkinsci.plugins.authorizeproject.ProjectQueueItemAuthenticator.getConfigured(ProjectQueueItemAuthenticator.java:178)
  476. at org.jenkinsci.plugins.authorizeproject.ProjectQueueItemAuthenticator.isConfigured(ProjectQueueItemAuthenticator.java:190)
  477. at org.jenkinsci.plugins.authorizeproject.AuthorizeProjectStrategy.checkUnsecuredConfiguration(AuthorizeProjectStrategy.java:186)
  478. at org.jenkinsci.plugins.authorizeproject.AuthorizeProjectStrategy.readResolve(AuthorizeProjectStrategy.java:176)
  479. at sun.reflect.GeneratedMethodAccessor74.invoke(Unknown Source)
  480. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  481. at java.lang.reflect.Method.invoke(Method.java:498)
  482. at com.thoughtworks.xstream.converters.reflection.SerializationMethodInvoker.callReadResolve(SerializationMethodInvoker.java:66)
  483. at hudson.util.RobustReflectionConverter.unmarshal(RobustReflectionConverter.java:270)
  484. at com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:72)
  485. at com.thoughtworks.xstream.core.AbstractReferenceUnmarshaller.convert(AbstractReferenceUnmarshaller.java:65)
  486. at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:66)
  487. at hudson.util.RobustReflectionConverter.unmarshalField(RobustReflectionConverter.java:408)
  488. at hudson.util.RobustReflectionConverter.doUnmarshal(RobustReflectionConverter.java:330)
  489. at hudson.util.RobustReflectionConverter.unmarshal(RobustReflectionConverter.java:269)
  490. at com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:72)
  491. at com.thoughtworks.xstream.core.AbstractReferenceUnmarshaller.convert(AbstractReferenceUnmarshaller.java:65)
  492. at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:66)
  493. at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:50)
  494. at com.thoughtworks.xstream.converters.collections.AbstractCollectionConverter.readItem(AbstractCollectionConverter.java:71)
  495. at hudson.util.CopyOnWriteList$ConverterImpl.unmarshal(CopyOnWriteList.java:197)
  496. at hudson.util.DescribableList$ConverterImpl.unmarshal(DescribableList.java:275)
  497. at com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:72)
  498. at com.thoughtworks.xstream.core.AbstractReferenceUnmarshaller.convert(AbstractReferenceUnmarshaller.java:65)
  499. at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:66)
  500. at hudson.util.RobustReflectionConverter.unmarshalField(RobustReflectionConverter.java:408)
  501. at hudson.util.RobustReflectionConverter.doUnmarshal(RobustReflectionConverter.java:330)
  502. at hudson.util.RobustReflectionConverter.unmarshal(RobustReflectionConverter.java:269)
  503. at com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:72)
  504. at com.thoughtworks.xstream.core.AbstractReferenceUnmarshaller.convert(AbstractReferenceUnmarshaller.java:65)
  505. at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:66)
  506. at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:50)
  507. at com.thoughtworks.xstream.core.TreeUnmarshaller.start(TreeUnmarshaller.java:134)
  508. at com.thoughtworks.xstream.core.AbstractTreeMarshallingStrategy.unmarshal(AbstractTreeMarshallingStrategy.java:32)
  509. at com.thoughtworks.xstream.XStream.unmarshal(XStream.java:1189)
  510. at hudson.util.XStream2.unmarshal(XStream2.java:161)
  511. at hudson.util.XStream2.unmarshal(XStream2.java:132)
  512. at com.thoughtworks.xstream.XStream.unmarshal(XStream.java:1173)
  513. at hudson.XmlFile.unmarshal(XmlFile.java:180)
  514. at hudson.XmlFile.unmarshal(XmlFile.java:163)
  515. at hudson.model.Descriptor.load(Descriptor.java:913)
  516. at sun.reflect.GeneratedMethodAccessor72.invoke(Unknown Source)
  517. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  518. at java.lang.reflect.Method.invoke(Method.java:498)
  519. at hudson.ExtensionFinder$GuiceFinder$SezpozModule.onProvision(ExtensionFinder.java:596)
  520. at com.google.inject.internal.ProvisionListenerStackCallback$Provision.provision(ProvisionListenerStackCallback.java:126)
  521. at com.google.inject.internal.ProvisionListenerStackCallback.provision(ProvisionListenerStackCallback.java:68)
  522. at com.google.inject.internal.ConstructorInjector.construct(ConstructorInjector.java:87)
  523. at com.google.inject.internal.ConstructorBindingImpl$Factory.get(ConstructorBindingImpl.java:267)
  524. at com.google.inject.internal.ProviderToInternalFactoryAdapter$1.call(ProviderToInternalFactoryAdapter.java:46)
  525. at com.google.inject.internal.InjectorImpl.callInContext(InjectorImpl.java:1103)
  526. at com.google.inject.internal.ProviderToInternalFactoryAdapter.get(ProviderToInternalFactoryAdapter.java:40)
  527. at com.google.inject.internal.SingletonScope$1.get(SingletonScope.java:145)
  528. at hudson.ExtensionFinder$GuiceFinder$FaultTolerantScope$1.get(ExtensionFinder.java:440)
  529. at com.google.inject.internal.InternalFactoryToProviderAdapter.get(InternalFactoryToProviderAdapter.java:41)
  530. at com.google.inject.internal.InjectorImpl$2$1.call(InjectorImpl.java:1016)
  531. at com.google.inject.internal.InjectorImpl.callInContext(InjectorImpl.java:1103)
  532. at com.google.inject.internal.InjectorImpl$2.get(InjectorImpl.java:1012)
  533. at hudson.ExtensionFinder$GuiceFinder._find(ExtensionFinder.java:402)
  534. at hudson.ExtensionFinder$GuiceFinder.find(ExtensionFinder.java:393)
  535. at hudson.ClassicPluginStrategy.findComponents(ClassicPluginStrategy.java:346)
  536. at hudson.ExtensionList.load(ExtensionList.java:381)
  537. at hudson.ExtensionList.ensureLoaded(ExtensionList.java:317)
  538. at hudson.ExtensionList.getComponents(ExtensionList.java:183)
  539. at hudson.DescriptorExtensionList.load(DescriptorExtensionList.java:213)
  540. at hudson.ExtensionList.ensureLoaded(ExtensionList.java:317)
  541. at hudson.ExtensionList.iterator(ExtensionList.java:172)
  542. at hudson.ExtensionList.getInstance(ExtensionList.java:162)
  543. at jenkins.security.QueueItemAuthenticatorConfiguration.get(QueueItemAuthenticatorConfiguration.java:61)
  544. at org.jenkinsci.plugins.authorizeproject.ProjectQueueItemAuthenticator.getConfigured(ProjectQueueItemAuthenticator.java:178)
  545. at org.jenkinsci.plugins.authorizeproject.ProjectQueueItemAuthenticator.isConfigured(ProjectQueueItemAuthenticator.java:190)
  546. at org.jenkinsci.plugins.authorizeproject.AuthorizeProjectStrategy.checkUnsecuredConfiguration(AuthorizeProjectStrategy.java:186)
  547. at org.jenkinsci.plugins.authorizeproject.AuthorizeProjectStrategy.readResolve(AuthorizeProjectStrategy.java:176)
  548. at sun.reflect.GeneratedMethodAccessor74.invoke(Unknown Source)
  549. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  550. at java.lang.reflect.Method.invoke(Method.java:498)
  551. at com.thoughtworks.xstream.converters.reflection.SerializationMethodInvoker.callReadResolve(SerializationMethodInvoker.java:66)
  552. at hudson.util.RobustReflectionConverter.unmarshal(RobustReflectionConverter.java:270)
  553. at com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:72)
  554. at com.thoughtworks.xstream.core.AbstractReferenceUnmarshaller.convert(AbstractReferenceUnmarshaller.java:65)
  555. at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:66)
  556. at hudson.util.RobustReflectionConverter.unmarshalField(RobustReflectionConverter.java:408)
  557. at hudson.util.RobustReflectionConverter.doUnmarshal(RobustReflectionConverter.java:330)
  558. at hudson.util.RobustReflectionConverter.unmarshal(RobustReflectionConverter.java:269)
  559. at com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:72)
  560. at com.thoughtworks.xstream.core.AbstractReferenceUnmarshaller.convert(AbstractReferenceUnmarshaller.java:65)
  561. at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:66)
  562. at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:50)
  563. at com.thoughtworks.xstream.converters.collections.AbstractCollectionConverter.readItem(AbstractCollectionConverter.java:71)
  564. at hudson.util.CopyOnWriteList$ConverterImpl.unmarshal(CopyOnWriteList.java:197)
  565. at hudson.util.DescribableList$ConverterImpl.unmarshal(DescribableList.java:275)
  566. at com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:72)
  567. at com.thoughtworks.xstream.core.AbstractReferenceUnmarshaller.convert(AbstractReferenceUnmarshaller.java:65)
  568. at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:66)
  569. at hudson.util.RobustReflectionConverter.unmarshalField(RobustReflectionConverter.java:408)
  570. at hudson.util.RobustReflectionConverter.doUnmarshal(RobustReflectionConverter.java:330)
  571. at hudson.util.RobustReflectionConverter.unmarshal(RobustReflectionConverter.java:269)
  572. at com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:72)
  573. at com.thoughtworks.xstream.core.AbstractReferenceUnmarshaller.convert(AbstractReferenceUnmarshaller.java:65)
  574. at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:66)
  575. at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:50)
  576. at com.thoughtworks.xstream.core.TreeUnmarshaller.start(TreeUnmarshaller.java:134)
  577. at com.thoughtworks.xstream.core.AbstractTreeMarshallingStrategy.unmarshal(AbstractTreeMarshallingStrategy.java:32)
  578. at com.thoughtworks.xstream.XStream.unmarshal(XStream.java:1189)
  579. at hudson.util.XStream2.unmarshal(XStream2.java:161)
  580. at hudson.util.XStream2.unmarshal(XStream2.java:132)
  581. at com.thoughtworks.xstream.XStream.unmarshal(XStream.java:1173)
  582. at hudson.XmlFile.unmarshal(XmlFile.java:180)
  583. at hudson.XmlFile.unmarshal(XmlFile.java:163)
  584. at hudson.model.Descriptor.load(Descriptor.java:913)
  585. at sun.reflect.GeneratedMethodAccessor72.invoke(Unknown Source)
  586. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  587. at java.lang.reflect.Method.invoke(Method.java:498)
  588. at hudson.ExtensionFinder$GuiceFinder$SezpozModule.onProvision(ExtensionFinder.java:596)
  589. at com.google.inject.internal.ProvisionListenerStackCallback$Provision.provision(ProvisionListenerStackCallback.java:126)
  590. at com.google.inject.internal.ProvisionListenerStackCallback.provision(ProvisionListenerStackCallback.java:68)
  591. at com.google.inject.internal.ConstructorInjector.construct(ConstructorInjector.java:87)
  592. at com.google.inject.internal.ConstructorBindingImpl$Factory.get(ConstructorBindingImpl.java:267)
  593. at com.google.inject.internal.ProviderToInternalFactoryAdapter$1.call(ProviderToInternalFactoryAdapter.java:46)
  594. at com.google.inject.internal.InjectorImpl.callInContext(InjectorImpl.java:1103)
  595. at com.google.inject.internal.ProviderToInternalFactoryAdapter.get(ProviderToInternalFactoryAdapter.java:40)
  596. at com.google.inject.internal.SingletonScope$1.get(SingletonScope.java:145)
  597. at hudson.ExtensionFinder$GuiceFinder$FaultTolerantScope$1.get(ExtensionFinder.java:440)
  598. at com.google.inject.internal.InternalFactoryToProviderAdapter.get(InternalFactoryToProviderAdapter.java:41)
  599. at com.google.inject.internal.InjectorImpl$2$1.call(InjectorImpl.java:1016)
  600. at com.google.inject.internal.InjectorImpl.callInContext(InjectorImpl.java:1103)
  601. at com.google.inject.internal.InjectorImpl$2.get(InjectorImpl.java:1012)
  602. at hudson.ExtensionFinder$GuiceFinder._find(ExtensionFinder.java:402)
  603. at hudson.ExtensionFinder$GuiceFinder.find(ExtensionFinder.java:393)
  604. at hudson.ClassicPluginStrategy.findComponents(ClassicPluginStrategy.java:346)
  605. at hudson.ExtensionList.load(ExtensionList.java:381)
  606. at hudson.ExtensionList.ensureLoaded(ExtensionList.java:317)
  607. at hudson.ExtensionList.getComponents(ExtensionList.java:183)
  608. at hudson.DescriptorExtensionList.load(DescriptorExtensionList.java:213)
  609. at hudson.ExtensionList.ensureLoaded(ExtensionList.java:317)
  610. at hudson.ExtensionList.iterator(ExtensionList.java:172)
  611. at hudson.ExtensionList.getInstance(ExtensionList.java:162)
  612. at jenkins.security.QueueItemAuthenticatorConfiguration.get(QueueItemAuthenticatorConfiguration.java:61)
  613. at org.jenkinsci.plugins.authorizeproject.ProjectQueueItemAuthenticator.getConfigured(ProjectQueueItemAuthenticator.java:178)
  614. at org.jenkinsci.plugins.authorizeproject.ProjectQueueItemAuthenticator.isConfigured(ProjectQueueItemAuthenticator.java:190)
  615. at org.jenkinsci.plugins.authorizeproject.AuthorizeProjectStrategy.checkUnsecuredConfiguration(AuthorizeProjectStrategy.java:186)
  616. at org.jenkinsci.plugins.authorizeproject.AuthorizeProjectStrategy.readResolve(AuthorizeProjectStrategy.java:176)
  617. at sun.reflect.GeneratedMethodAccessor74.invoke(Unknown Source)
  618. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  619. at java.lang.reflect.Method.invoke(Method.java:498)
  620. at com.thoughtworks.xstream.converters.reflection.SerializationMethodInvoker.callReadResolve(SerializationMethodInvoker.java:66)
  621. at hudson.util.RobustReflectionConverter.unmarshal(RobustReflectionConverter.java:270)
  622. at com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:72)
  623. at com.thoughtworks.xstream.core.AbstractReferenceUnmarshaller.convert(AbstractReferenceUnmarshaller.java:65)
  624. at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:66)
  625. at hudson.util.RobustReflectionConverter.unmarshalField(RobustReflectionConverter.java:408)
  626. at hudson.util.RobustReflectionConverter.doUnmarshal(RobustReflectionConverter.java:330)
  627. at hudson.util.RobustReflectionConverter.unmarshal(RobustReflectionConverter.java:269)
  628. at com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:72)
  629. at com.thoughtworks.xstream.core.AbstractReferenceUnmarshaller.convert(AbstractReferenceUnmarshaller.java:65)
  630. at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:66)
  631. at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:50)
  632. at com.thoughtworks.xstream.converters.collections.AbstractCollectionConverter.readItem(AbstractCollectionConverter.java:71)
  633. at hudson.util.CopyOnWriteList$ConverterImpl.unmarshal(CopyOnWriteList.java:197)
  634. at hudson.util.DescribableList$ConverterImpl.unmarshal(DescribableList.java:275)
  635. at com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:72)
  636. at com.thoughtworks.xstream.core.AbstractReferenceUnmarshaller.convert(AbstractReferenceUnmarshaller.java:65)
  637. at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:66)
  638. at hudson.util.RobustReflectionConverter.unmarshalField(RobustReflectionConverter.java:408)
  639. at hudson.util.RobustReflectionConverter.doUnmarshal(RobustReflectionConverter.java:330)
  640. at hudson.util.RobustReflectionConverter.unmarshal(RobustReflectionConverter.java:269)
  641. at com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:72)
  642. at com.thoughtworks.xstream.core.AbstractReferenceUnmarshaller.convert(AbstractReferenceUnmarshaller.java:65)
  643. at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:66)
  644. at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:50)
  645. at com.thoughtworks.xstream.core.TreeUnmarshaller.start(TreeUnmarshaller.java:134)
  646. at com.thoughtworks.xstream.core.AbstractTreeMarshallingStrategy.unmarshal(AbstractTreeMarshallingStrategy.java:32)
  647. at com.thoughtworks.xstream.XStream.unmarshal(XStream.java:1189)
  648. at hudson.util.XStream2.unmarshal(XStream2.java:161)
  649. at hudson.util.XStream2.unmarshal(XStream2.java:132)
  650. at com.thoughtworks.xstream.XStream.unmarshal(XStream.java:1173)
  651. at hudson.XmlFile.unmarshal(XmlFile.java:180)
  652. at hudson.XmlFile.unmarshal(XmlFile.java:163)
  653. at hudson.model.Descriptor.load(Descriptor.java:913)
  654. at sun.reflect.GeneratedMethodAccessor72.invoke(Unknown Source)
  655. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  656. at java.lang.reflect.Method.invoke(Method.java:498)
  657. at hudson.ExtensionFinder$GuiceFinder$SezpozModule.onProvision(ExtensionFinder.java:596)
  658. at com.google.inject.internal.ProvisionListenerStackCallback$Provision.provision(ProvisionListenerStackCallback.java:126)
  659. at com.google.inject.internal.ProvisionListenerStackCallback.provision(ProvisionListenerStackCallback.java:68)
  660. at com.google.inject.internal.ConstructorInjector.construct(ConstructorInjector.java:87)
  661. at com.google.inject.internal.ConstructorBindingImpl$Factory.get(ConstructorBindingImpl.java:267)
  662. at com.google.inject.internal.ProviderToInternalFactoryAdapter$1.call(ProviderToInternalFactoryAdapter.java:46)
  663. at com.google.inject.internal.InjectorImpl.callInContext(InjectorImpl.java:1103)
  664. at com.google.inject.internal.ProviderToInternalFactoryAdapter.get(ProviderToInternalFactoryAdapter.java:40)
  665. at com.google.inject.internal.SingletonScope$1.get(SingletonScope.java:145)
  666. at hudson.ExtensionFinder$GuiceFinder$FaultTolerantScope$1.get(ExtensionFinder.java:440)
  667. at com.google.inject.internal.InternalFactoryToProviderAdapter.get(InternalFactoryToProviderAdapter.java:41)
  668. at com.google.inject.internal.InjectorImpl$2$1.call(InjectorImpl.java:1016)
  669. at com.google.inject.internal.InjectorImpl.callInContext(InjectorImpl.java:1103)
  670. at com.google.inject.internal.InjectorImpl$2.get(InjectorImpl.java:1012)
  671. at hudson.ExtensionFinder$GuiceFinder._find(ExtensionFinder.java:402)
  672. at hudson.ExtensionFinder$GuiceFinder.find(ExtensionFinder.java:393)
  673. at hudson.ClassicPluginStrategy.findComponents(ClassicPluginStrategy.java:346)
  674. at hudson.ExtensionList.load(ExtensionList.java:381)
  675. at hudson.ExtensionList.ensureLoaded(ExtensionList.java:317)
  676. at hudson.ExtensionList.getComponents(ExtensionList.java:183)
  677. at hudson.DescriptorExtensionList.load(DescriptorExtensionList.java:213)
  678. at hudson.ExtensionList.ensureLoaded(ExtensionList.java:317)
  679. at hudson.ExtensionList.iterator(ExtensionList.java:172)
  680. at hudson.ExtensionList.getInstance(ExtensionList.java:162)
  681. at jenkins.security.QueueItemAuthenticatorConfiguration.get(QueueItemAuthenticatorConfiguration.java:61)
  682. at org.jenkinsci.plugins.authorizeproject.ProjectQueueItemAuthenticator.getConfigured(ProjectQueueItemAuthenticator.java:178)
  683. at org.jenkinsci.plugins.authorizeproject.ProjectQueueItemAuthenticator.isConfigured(ProjectQueueItemAuthenticator.java:190)
  684. at org.jenkinsci.plugins.authorizeproject.AuthorizeProjectStrategy.checkUnsecuredConfiguration(AuthorizeProjectStrategy.java:186)
  685. at org.jenkinsci.plugins.authorizeproject.AuthorizeProjectStrategy.readResolve(AuthorizeProjectStrategy.java:176)
  686. at sun.reflect.GeneratedMethodAccessor74.invoke(Unknown Source)
  687. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  688. at java.lang.reflect.Method.invoke(Method.java:498)
  689. at com.thoughtworks.xstream.converters.reflection.SerializationMethodInvoker.callReadResolve(SerializationMethodInvoker.java:66)
  690. at hudson.util.RobustReflectionConverter.unmarshal(RobustReflectionConverter.java:270)
  691. at com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:72)
  692. at com.thoughtworks.xstream.core.AbstractReferenceUnmarshaller.convert(AbstractReferenceUnmarshaller.java:65)
  693. at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:66)
  694. at hudson.util.RobustReflectionConverter.unmarshalField(RobustReflectionConverter.java:408)
  695. at hudson.util.RobustReflectionConverter.doUnmarshal(RobustReflectionConverter.java:330)
  696. at hudson.util.RobustReflectionConverter.unmarshal(RobustReflectionConverter.java:269)
  697. at com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:72)
  698. at com.thoughtworks.xstream.core.AbstractReferenceUnmarshaller.convert(AbstractReferenceUnmarshaller.java:65)
  699. at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:66)
  700. at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:50)
  701. at com.thoughtworks.xstream.converters.collections.AbstractCollectionConverter.readItem(AbstractCollectionConverter.java:71)
  702. at hudson.util.CopyOnWriteList$ConverterImpl.unmarshal(CopyOnWriteList.java:197)
  703. at hudson.util.DescribableList$ConverterImpl.unmarshal(DescribableList.java:275)
  704. at com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:72)
  705. at com.thoughtworks.xstream.core.AbstractReferenceUnmarshaller.convert(AbstractReferenceUnmarshaller.java:65)
  706. at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:66)
  707. at hudson.util.RobustReflectionConverter.unmarshalField(RobustReflectionConverter.java:408)
  708. at hudson.util.RobustReflectionConverter.doUnmarshal(RobustReflectionConverter.java:330)
  709. at hudson.util.RobustReflectionConverter.unmarshal(RobustReflectionConverter.java:269)
  710. at com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:72)
  711. at com.thoughtworks.xstream.core.AbstractReferenceUnmarshaller.convert(AbstractReferenceUnmarshaller.java:65)
  712. at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:66)
  713. at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:50)
  714. at com.thoughtworks.xstream.core.TreeUnmarshaller.start(TreeUnmarshaller.java:134)
  715. at com.thoughtworks.xstream.core.AbstractTreeMarshallingStrategy.unmarshal(AbstractTreeMarshallingStrategy.java:32)
  716. at com.thoughtworks.xstream.XStream.unmarshal(XStream.java:1189)
  717. at hudson.util.XStream2.unmarshal(XStream2.java:161)
  718. at hudson.util.XStream2.unmarshal(XStream2.java:132)
  719. at com.thoughtworks.xstream.XStream.unmarshal(XStream.java:1173)
  720. at hudson.XmlFile.unmarshal(XmlFile.java:180)
  721. at hudson.XmlFile.unmarshal(XmlFile.java:163)
  722. at hudson.model.Descriptor.load(Descriptor.java:913)
  723. at sun.reflect.GeneratedMethodAccessor72.invoke(Unknown Source)
  724. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  725. at java.lang.reflect.Method.invoke(Method.java:498)
  726. at hudson.ExtensionFinder$GuiceFinder$SezpozModule.onProvision(ExtensionFinder.java:596)
  727. at com.google.inject.internal.ProvisionListenerStackCallback$Provision.provision(ProvisionListenerStackCallback.java:126)
  728. at com.google.inject.internal.ProvisionListenerStackCallback.provision(ProvisionListenerStackCallback.java:68)
  729. at com.google.inject.internal.ConstructorInjector.construct(ConstructorInjector.java:87)
  730. at com.google.inject.internal.ConstructorBindingImpl$Factory.get(ConstructorBindingImpl.java:267)
  731. at com.google.inject.internal.ProviderToInternalFactoryAdapter$1.call(ProviderToInternalFactoryAdapter.java:46)
  732. at com.google.inject.internal.InjectorImpl.callInContext(InjectorImpl.java:1103)
  733. at com.google.inject.internal.ProviderToInternalFactoryAdapter.get(ProviderToInternalFactoryAdapter.java:40)
  734. at com.google.inject.internal.SingletonScope$1.get(SingletonScope.java:145)
  735. at hudson.ExtensionFinder$GuiceFinder$FaultTolerantScope$1.get(ExtensionFinder.java:440)
  736. at com.google.inject.internal.InternalFactoryToProviderAdapter.get(InternalFactoryToProviderAdapter.java:41)
  737. at com.google.inject.internal.InjectorImpl$2$1.call(InjectorImpl.java:1016)
  738. at com.google.inject.internal.InjectorImpl.callInContext(InjectorImpl.java:1103)
  739. at com.google.inject.internal.InjectorImpl$2.get(InjectorImpl.java:1012)
  740. at hudson.ExtensionFinder$GuiceFinder._find(ExtensionFinder.java:402)
  741. at hudson.ExtensionFinder$GuiceFinder.find(ExtensionFinder.java:393)
  742. at hudson.ClassicPluginStrategy.findComponents(ClassicPluginStrategy.java:346)
  743. at hudson.ExtensionList.load(ExtensionList.java:381)
  744. at hudson.ExtensionList.ensureLoaded(ExtensionList.java:317)
  745. at hudson.ExtensionList.getComponents(ExtensionList.java:183)
  746. at hudson.DescriptorExtensionList.load(DescriptorExtensionList.java:213)
  747. at hudson.ExtensionList.ensureLoaded(ExtensionList.java:317)
  748. at hudson.ExtensionList.iterator(ExtensionList.java:172)
  749. at hudson.ExtensionList.getInstance(ExtensionList.java:162)
  750. at jenkins.security.QueueItemAuthenticatorConfiguration.get(QueueItemAuthenticatorConfiguration.java:61)
  751. at org.jenkinsci.plugins.authorizeproject.ProjectQueueItemAuthenticator.getConfigured(ProjectQueueItemAuthenticator.java:178)
  752. at org.jenkinsci.plugins.authorizeproject.ProjectQueueItemAuthenticator.isConfigured(ProjectQueueItemAuthenticator.java:190)
  753. at org.jenkinsci.plugins.authorizeproject.AuthorizeProjectStrategy.checkUnsecuredConfiguration(AuthorizeProjectStrategy.java:186)
  754. at org.jenkinsci.plugins.authorizeproject.AuthorizeProjectStrategy.readResolve(AuthorizeProjectStrategy.java:176)
  755. at sun.reflect.GeneratedMethodAccessor74.invoke(Unknown Source)
  756. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  757. at java.lang.reflect.Method.invoke(Method.java:498)
  758. at com.thoughtworks.xstream.converters.reflection.SerializationMethodInvoker.callReadResolve(SerializationMethodInvoker.java:66)
  759. at hudson.util.RobustReflectionConverter.unmarshal(RobustReflectionConverter.java:270)
  760. at com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:72)
  761. at com.thoughtworks.xstream.core.AbstractReferenceUnmarshaller.convert(AbstractReferenceUnmarshaller.java:65)
  762. at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:66)
  763. at hudson.util.RobustReflectionConverter.unmarshalField(RobustReflectionConverter.java:408)
  764. at hudson.util.RobustReflectionConverter.doUnmarshal(RobustReflectionConverter.java:330)
  765. at hudson.util.RobustReflectionConverter.unmarshal(RobustReflectionConverter.java:269)
  766. at com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:72)
  767. at com.thoughtworks.xstream.core.AbstractReferenceUnmarshaller.convert(AbstractReferenceUnmarshaller.java:65)
  768. at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:66)
  769. at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:50)
  770. at com.thoughtworks.xstream.converters.collections.AbstractCollectionConverter.readItem(AbstractCollectionConverter.java:71)
  771. at hudson.util.CopyOnWriteList$ConverterImpl.unmarshal(CopyOnWriteList.java:197)
  772. at hudson.util.DescribableList$ConverterImpl.unmarshal(DescribableList.java:275)
  773. at com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:72)
  774. at com.thoughtworks.xstream.core.AbstractReferenceUnmarshaller.convert(AbstractReferenceUnmarshaller.java:65)
  775. at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:66)
  776. at hudson.util.RobustReflectionConverter.unmarshalField(RobustReflectionConverter.java:408)
  777. at hudson.util.RobustReflectionConverter.doUnmarshal(RobustReflectionConverter.java:330)
  778. at hudson.util.RobustReflectionConverter.unmarshal(RobustReflectionConverter.java:269)
  779. at com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:72)
  780. at com.thoughtworks.xstream.core.AbstractReferenceUnmarshaller.convert(AbstractReferenceUnmarshaller.java:65)
  781. at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:66)
  782. at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:50)
  783. at com.thoughtworks.xstream.core.TreeUnmarshaller.start(TreeUnmarshaller.java:134)
  784. at com.thoughtworks.xstream.core.AbstractTreeMarshallingStrategy.unmarshal(AbstractTreeMarshallingStrategy.java:32)
  785. at com.thoughtworks.xstream.XStream.unmarshal(XStream.java:1189)
  786. at hudson.util.XStream2.unmarshal(XStream2.java:161)
  787. at hudson.util.XStream2.unmarshal(XStream2.java:132)
  788. at com.thoughtworks.xstream.XStream.unmarshal(XStream.java:1173)
  789. at hudson.XmlFile.unmarshal(XmlFile.java:180)
  790. at hudson.XmlFile.unmarshal(XmlFile.java:163)
  791. at hudson.model.Descriptor.load(Descriptor.java:913)
  792. at sun.reflect.GeneratedMethodAccessor72.invoke(Unknown Source)
  793. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  794. at java.lang.reflect.Method.invoke(Method.java:498)
  795. at hudson.ExtensionFinder$GuiceFinder$SezpozModule.onProvision(ExtensionFinder.java:596)
  796. at com.google.inject.internal.ProvisionListenerStackCallback$Provision.provision(ProvisionListenerStackCallback.java:126)
  797. at com.google.inject.internal.ProvisionListenerStackCallback.provision(ProvisionListenerStackCallback.java:68)
  798. at com.google.inject.internal.ConstructorInjector.construct(ConstructorInjector.java:87)
  799. at com.google.inject.internal.ConstructorBindingImpl$Factory.get(ConstructorBindingImpl.java:267)
  800. at com.google.inject.internal.ProviderToInternalFactoryAdapter$1.call(ProviderToInternalFactoryAdapter.java:46)
  801. at com.google.inject.internal.InjectorImpl.callInContext(InjectorImpl.java:1103)
  802. at com.google.inject.internal.ProviderToInternalFactoryAdapter.get(ProviderToInternalFactoryAdapter.java:40)
  803. at com.google.inject.internal.SingletonScope$1.get(SingletonScope.java:145)
  804. at hudson.ExtensionFinder$GuiceFinder$FaultTolerantScope$1.get(ExtensionFinder.java:440)
  805. at com.google.inject.internal.InternalFactoryToProviderAdapter.get(InternalFactoryToProviderAdapter.java:41)
  806. at com.google.inject.internal.InjectorImpl$2$1.call(InjectorImpl.java:1016)
  807. at com.google.inject.internal.InjectorImpl.callInContext(InjectorImpl.java:1103)
  808. at com.google.inject.internal.InjectorImpl$2.get(InjectorImpl.java:1012)
  809. at hudson.ExtensionFinder$GuiceFinder._find(ExtensionFinder.java:402)
  810. at hudson.ExtensionFinder$GuiceFinder.find(ExtensionFinder.java:393)
  811. at hudson.ClassicPluginStrategy.findComponents(ClassicPluginStrategy.java:346)
  812. at hudson.ExtensionList.load(ExtensionList.java:381)
  813. at hudson.ExtensionList.ensureLoaded(ExtensionList.java:317)
  814. at hudson.ExtensionList.getComponents(ExtensionList.java:183)
  815. at hudson.DescriptorExtensionList.load(DescriptorExtensionList.java:213)
  816. at hudson.ExtensionList.ensureLoaded(ExtensionList.java:317)
  817. at hudson.ExtensionList.iterator(ExtensionList.java:172)
  818. at hudson.ExtensionList.getInstance(ExtensionList.java:162)
  819. at jenkins.security.QueueItemAuthenticatorConfiguration.get(QueueItemAuthenticatorConfiguration.java:61)
  820. at org.jenkinsci.plugins.authorizeproject.ProjectQueueItemAuthenticator.getConfigured(ProjectQueueItemAuthenticator.java:178)
  821. at org.jenkinsci.plugins.authorizeproject.ProjectQueueItemAuthenticator.isConfigured(ProjectQueueItemAuthenticator.java:190)
  822. at org.jenkinsci.plugins.authorizeproject.AuthorizeProjectStrategy.checkUnsecuredConfiguration(AuthorizeProjectStrategy.java:186)
  823. at org.jenkinsci.plugins.authorizeproject.AuthorizeProjectStrategy.readResolve(AuthorizeProjectStrategy.java:176)
  824. at sun.reflect.GeneratedMethodAccessor74.invoke(Unknown Source)
  825. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  826. at java.lang.reflect.Method.invoke(Method.java:498)
  827. at com.thoughtworks.xstream.converters.reflection.SerializationMethodInvoker.callReadResolve(SerializationMethodInvoker.java:66)
  828. at hudson.util.RobustReflectionConverter.unmarshal(RobustReflectionConverter.java:270)
  829. at com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:72)
  830. at com.thoughtworks.xstream.core.AbstractReferenceUnmarshaller.convert(AbstractReferenceUnmarshaller.java:65)
  831. at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:66)
  832. at hudson.util.RobustReflectionConverter.unmarshalField(RobustReflectionConverter.java:408)
  833. at hudson.util.RobustReflectionConverter.doUnmarshal(RobustReflectionConverter.java:330)
  834. at hudson.util.RobustReflectionConverter.unmarshal(RobustReflectionConverter.java:269)
  835. at com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:72)
  836. at com.thoughtworks.xstream.core.AbstractReferenceUnmarshaller.convert(AbstractReferenceUnmarshaller.java:65)
  837. at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:66)
  838. at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:50)
  839. at com.thoughtworks.xstream.converters.collections.AbstractCollectionConverter.readItem(AbstractCollectionConverter.java:71)
  840. at hudson.util.CopyOnWriteList$ConverterImpl.unmarshal(CopyOnWriteList.java:197)
  841. at hudson.util.DescribableList$ConverterImpl.unmarshal(DescribableList.java:275)
  842. at com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:72)
  843. at com.thoughtworks.xstream.core.AbstractReferenceUnmarshaller.convert(AbstractReferenceUnmarshaller.java:65)
  844. at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:66)
  845. at hudson.util.RobustReflectionConverter.unmarshalField(RobustReflectionConverter.java:408)
  846. at hudson.util.RobustReflectionConverter.doUnmarshal(RobustReflectionConverter.java:330)
  847. at hudson.util.RobustReflectionConverter.unmarshal(RobustReflectionConverter.java:269)
  848. at com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:72)
  849. at com.thoughtworks.xstream.core.AbstractReferenceUnmarshaller.convert(AbstractReferenceUnmarshaller.java:65)
  850. at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:66)
  851. at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:50)
  852. at com.thoughtworks.xstream.core.TreeUnmarshaller.start(TreeUnmarshaller.java:134)
  853. at com.thoughtworks.xstream.core.AbstractTreeMarshallingStrategy.unmarshal(AbstractTreeMarshallingStrategy.java:32)
  854. at com.thoughtworks.xstream.XStream.unmarshal(XStream.java:1189)
  855. at hudson.util.XStream2.unmarshal(XStream2.java:161)
  856. at hudson.util.XStream2.unmarshal(XStream2.java:132)
  857. at com.thoughtworks.xstream.XStream.unmarshal(XStream.java:1173)
  858. at hudson.XmlFile.unmarshal(XmlFile.java:180)
  859. at hudson.XmlFile.unmarshal(XmlFile.java:163)
  860. at hudson.model.Descriptor.load(Descriptor.java:913)
  861. at sun.reflect.GeneratedMethodAccessor72.invoke(Unknown Source)
  862. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  863. at java.lang.reflect.Method.invoke(Method.java:498)
  864. at hudson.ExtensionFinder$GuiceFinder$SezpozModule.onProvision(ExtensionFinder.java:596)
  865. at com.google.inject.internal.ProvisionListenerStackCallback$Provision.provision(ProvisionListenerStackCallback.java:126)
  866. at com.google.inject.internal.ProvisionListenerStackCallback.provision(ProvisionListenerStackCallback.java:68)
  867. at com.google.inject.internal.ConstructorInjector.construct(ConstructorInjector.java:87)
  868. at com.google.inject.internal.ConstructorBindingImpl$Factory.get(ConstructorBindingImpl.java:267)
  869. at com.google.inject.internal.ProviderToInternalFactoryAdapter$1.call(ProviderToInternalFactoryAdapter.java:46)
  870. at com.google.inject.internal.InjectorImpl.callInContext(InjectorImpl.java:1103)
  871. at com.google.inject.internal.ProviderToInternalFactoryAdapter.get(ProviderToInternalFactoryAdapter.java:40)
  872. at com.google.inject.internal.SingletonScope$1.get(SingletonScope.java:145)
  873. at hudson.ExtensionFinder$GuiceFinder$FaultTolerantScope$1.get(ExtensionFinder.java:440)
  874. at com.google.inject.internal.InternalFactoryToProviderAdapter.get(InternalFactoryToProviderAdapter.java:41)
  875. at com.google.inject.internal.InjectorImpl$2$1.call(InjectorImpl.java:1016)
  876. at com.google.inject.internal.InjectorImpl.callInContext(InjectorImpl.java:1103)
  877. at com.google.inject.internal.InjectorImpl$2.get(InjectorImpl.java:1012)
  878. at hudson.ExtensionFinder$GuiceFinder._find(ExtensionFinder.java:402)
  879. at hudson.ExtensionFinder$GuiceFinder.find(ExtensionFinder.java:393)
  880. at hudson.ClassicPluginStrategy.findComponents(ClassicPluginStrategy.java:346)
  881. at hudson.ExtensionList.load(ExtensionList.java:381)
  882. at hudson.ExtensionList.ensureLoaded(ExtensionList.java:317)
  883. at hudson.ExtensionList.getComponents(ExtensionList.java:183)
  884. at hudson.DescriptorExtensionList.load(DescriptorExtensionList.java:213)
  885. at hudson.ExtensionList.ensureLoaded(ExtensionList.java:317)
  886. at hudson.ExtensionList.iterator(ExtensionList.java:172)
  887. at hudson.ExtensionList.getInstance(ExtensionList.java:162)
  888. at jenkins.security.QueueItemAuthenticatorConfiguration.get(QueueItemAuthenticatorConfiguration.java:61)
  889. at org.jenkinsci.plugins.authorizeproject.ProjectQueueItemAuthenticator.getConfigured(ProjectQueueItemAuthenticator.java:178)
  890. at org.jenkinsci.plugins.authorizeproject.ProjectQueueItemAuthenticator.isConfigured(ProjectQueueItemAuthenticator.java:190)
  891. at org.jenkinsci.plugins.authorizeproject.AuthorizeProjectStrategy.checkUnsecuredConfiguration(AuthorizeProjectStrategy.java:186)
  892. at org.jenkinsci.plugins.authorizeproject.AuthorizeProjectStrategy.readResolve(AuthorizeProjectStrategy.java:176)
  893. at sun.reflect.GeneratedMethodAccessor74.invoke(Unknown Source)
  894. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  895. at java.lang.reflect.Method.invoke(Method.java:498)
  896. at com.thoughtworks.xstream.converters.reflection.SerializationMethodInvoker.callReadResolve(SerializationMethodInvoker.java:66)
  897. at hudson.util.RobustReflectionConverter.unmarshal(RobustReflectionConverter.java:270)
  898. at com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:72)
  899. at com.thoughtworks.xstream.core.AbstractReferenceUnmarshaller.convert(AbstractReferenceUnmarshaller.java:65)
  900. at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:66)
  901. at hudson.util.RobustReflectionConverter.unmarshalField(RobustReflectionConverter.java:408)
  902. at hudson.util.RobustReflectionConverter.doUnmarshal(RobustReflectionConverter.java:330)
  903. at hudson.util.RobustReflectionConverter.unmarshal(RobustReflectionConverter.java:269)
  904. at com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:72)
  905. at com.thoughtworks.xstream.core.AbstractReferenceUnmarshaller.convert(AbstractReferenceUnmarshaller.java:65)
  906. at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:66)
  907. at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:50)
  908. at com.thoughtworks.xstream.converters.collections.AbstractCollectionConverter.readItem(AbstractCollectionConverter.java:71)
  909. at hudson.util.CopyOnWriteList$ConverterImpl.unmarshal(CopyOnWriteList.java:197)
  910. at hudson.util.DescribableList$ConverterImpl.unmarshal(DescribableList.java:275)
  911. at com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:72)
  912. at com.thoughtworks.xstream.core.AbstractReferenceUnmarshaller.convert(AbstractReferenceUnmarshaller.java:65)
  913. at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:66)
  914. at hudson.util.RobustReflectionConverter.unmarshalField(RobustReflectionConverter.java:408)
  915. at hudson.util.RobustReflectionConverter.doUnmarshal(RobustReflectionConverter.java:330)
  916. at hudson.util.RobustReflectionConverter.unmarshal(RobustReflectionConverter.java:269)
  917. at com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:72)
  918. at com.thoughtworks.xstream.core.AbstractReferenceUnmarshaller.convert(AbstractReferenceUnmarshaller.java:65)
  919. at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:66)
  920. at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:50)
  921. at com.thoughtworks.xstream.core.TreeUnmarshaller.start(TreeUnmarshaller.java:134)
  922. at com.thoughtworks.xstream.core.AbstractTreeMarshallingStrategy.unmarshal(AbstractTreeMarshallingStrategy.java:32)
  923. at com.thoughtworks.xstream.XStream.unmarshal(XStream.java:1189)
  924. at hudson.util.XStream2.unmarshal(XStream2.java:161)
  925. at hudson.util.XStream2.unmarshal(XStream2.java:132)
  926. at com.thoughtworks.xstream.XStream.unmarshal(XStream.java:1173)
  927. at hudson.XmlFile.unmarshal(XmlFile.java:180)
  928. at hudson.XmlFile.unmarshal(XmlFile.java:163)
  929. at hudson.model.Descriptor.load(Descriptor.java:913)
  930. at sun.reflect.GeneratedMethodAccessor72.invoke(Unknown Source)
  931. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  932. at java.lang.reflect.Method.invoke(Method.java:498)
  933. at hudson.ExtensionFinder$GuiceFinder$SezpozModule.onProvision(ExtensionFinder.java:596)
  934. at com.google.inject.internal.ProvisionListenerStackCallback$Provision.provision(ProvisionListenerStackCallback.java:126)
  935. at com.google.inject.internal.ProvisionListenerStackCallback.provision(ProvisionListenerStackCallback.java:68)
  936. at com.google.inject.internal.ConstructorInjector.construct(ConstructorInjector.java:87)
  937. at com.google.inject.internal.ConstructorBindingImpl$Factory.get(ConstructorBindingImpl.java:267)
  938. at com.google.inject.internal.ProviderToInternalFactoryAdapter$1.call(ProviderToInternalFactoryAdapter.java:46)
  939. at com.google.inject.internal.InjectorImpl.callInContext(InjectorImpl.java:1103)
  940. at com.google.inject.internal.ProviderToInternalFactoryAdapter.get(ProviderToInternalFactoryAdapter.java:40)
  941. at com.google.inject.internal.SingletonScope$1.get(SingletonScope.java:145)
  942. at hudson.ExtensionFinder$GuiceFinder$FaultTolerantScope$1.get(ExtensionFinder.java:440)
  943. at com.google.inject.internal.InternalFactoryToProviderAdapter.get(InternalFactoryToProviderAdapter.java:41)
  944. at com.google.inject.internal.InjectorImpl$2$1.call(InjectorImpl.java:1016)
  945. at com.google.inject.internal.InjectorImpl.callInContext(InjectorImpl.java:1103)
  946. at com.google.inject.internal.InjectorImpl$2.get(InjectorImpl.java:1012)
  947. at hudson.ExtensionFinder$GuiceFinder._find(ExtensionFinder.java:402)
  948. at hudson.ExtensionFinder$GuiceFinder.find(ExtensionFinder.java:393)
  949. at hudson.ClassicPluginStrategy.findComponents(ClassicPluginStrategy.java:346)
  950. at hudson.ExtensionList.load(ExtensionList.java:381)
  951. at hudson.ExtensionList.ensureLoaded(ExtensionList.java:317)
  952. at hudson.ExtensionList.getComponents(ExtensionList.java:183)
  953. at hudson.DescriptorExtensionList.load(DescriptorExtensionList.java:213)
  954. at hudson.ExtensionList.ensureLoaded(ExtensionList.java:317)
  955. at hudson.ExtensionList.iterator(ExtensionList.java:172)
  956. at hudson.ExtensionList.getInstance(ExtensionList.java:162)
  957. at jenkins.security.QueueItemAuthenticatorConfiguration.get(QueueItemAuthenticatorConfiguration.java:61)
  958. at org.jenkinsci.plugins.authorizeproject.ProjectQueueItemAuthenticator.getConfigured(ProjectQueueItemAuthenticator.java:178)
  959. at org.jenkinsci.plugins.authorizeproject.ProjectQueueItemAuthenticator.isConfigured(ProjectQueueItemAuthenticator.java:190)
  960. at org.jenkinsci.plugins.authorizeproject.AuthorizeProjectStrategy.checkUnsecuredConfiguration(AuthorizeProjectStrategy.java:186)
  961. at org.jenkinsci.plugins.authorizeproject.AuthorizeProjectStrategy.readResolve(AuthorizeProjectStrategy.java:176)
  962. at sun.reflect.GeneratedMethodAccessor74.invoke(Unknown Source)
  963. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  964. at java.lang.reflect.Method.invoke(Method.java:498)
  965. at com.thoughtworks.xstream.converters.reflection.SerializationMethodInvoker.callReadResolve(SerializationMethodInvoker.java:66)
  966. at hudson.util.RobustReflectionConverter.unmarshal(RobustReflectionConverter.java:270)
  967. at com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:72)
  968. at com.thoughtworks.xstream.core.AbstractReferenceUnmarshaller.convert(AbstractReferenceUnmarshaller.java:65)
  969. at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:66)
  970. at hudson.util.RobustReflectionConverter.unmarshalField(RobustReflectionConverter.java:408)
  971. at hudson.util.RobustReflectionConverter.doUnmarshal(RobustReflectionConverter.java:330)
  972. at hudson.util.RobustReflectionConverter.unmarshal(RobustReflectionConverter.java:269)
  973. at com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:72)
  974. at com.thoughtworks.xstream.core.AbstractReferenceUnmarshaller.convert(AbstractReferenceUnmarshaller.java:65)
  975. at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:66)
  976. at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:50)
  977. at com.thoughtworks.xstream.converters.collections.AbstractCollectionConverter.readItem(AbstractCollectionConverter.java:71)
  978. at hudson.util.CopyOnWriteList$ConverterImpl.unmarshal(CopyOnWriteList.java:197)
  979. at hudson.util.DescribableList$ConverterImpl.unmarshal(DescribableList.java:275)
  980. at com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:72)
  981. at com.thoughtworks.xstream.core.AbstractReferenceUnmarshaller.convert(AbstractReferenceUnmarshaller.java:65)
  982. at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:66)
  983. at hudson.util.RobustReflectionConverter.unmarshalField(RobustReflectionConverter.java:408)
  984. at hudson.util.RobustReflectionConverter.doUnmarshal(RobustReflectionConverter.java:330)
  985. at hudson.util.RobustReflectionConverter.unmarshal(RobustReflectionConverter.java:269)
  986. at com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:72)
  987. at com.thoughtworks.xstream.core.AbstractReferenceUnmarshaller.convert(AbstractReferenceUnmarshaller.java:65)
  988. at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:66)
  989. at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:50)
  990. at com.thoughtworks.xstream.core.TreeUnmarshaller.start(TreeUnmarshaller.java:134)
  991. at com.thoughtworks.xstream.core.AbstractTreeMarshallingStrategy.unmarshal(AbstractTreeMarshallingStrategy.java:32)
  992. at com.thoughtworks.xstream.XStream.unmarshal(XStream.java:1189)
  993. at hudson.util.XStream2.unmarshal(XStream2.java:161)
  994. at hudson.util.XStream2.unmarshal(XStream2.java:132)
  995. at com.thoughtworks.xstream.XStream.unmarshal(XStream.java:1173)
  996. at hudson.XmlFile.unmarshal(XmlFile.java:180)
  997. at hudson.XmlFile.unmarshal(XmlFile.java:163)
  998. at hudson.model.Descriptor.load(Descriptor.java:913)
  999. at sun.reflect.GeneratedMethodAccessor72.invoke(Unknown Source)
  1000. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  1001. at java.lang.reflect.Method.invoke(Method.java:498)
  1002. at hudson.ExtensionFinder$GuiceFinder$SezpozModule.onProvision(ExtensionFinder.java:596)
  1003. at com.google.inject.internal.ProvisionListenerStackCallback$Provision.provision(ProvisionListenerStackCallback.java:126)
  1004. at com.google.inject.internal.ProvisionListenerStackCallback.provision(ProvisionListenerStackCallback.java:68)
  1005. at com.google.inject.internal.ConstructorInjector.construct(ConstructorInjector.java:87)
  1006. at com.google.inject.internal.ConstructorBindingImpl$Factory.get(ConstructorBindingImpl.java:267)
  1007. at com.google.inject.internal.ProviderToInternalFactoryAdapter$1.call(ProviderToInternalFactoryAdapter.java:46)
  1008. at com.google.inject.internal.InjectorImpl.callInContext(InjectorImpl.java:1103)
  1009. at com.google.inject.internal.ProviderToInternalFactoryAdapter.get(ProviderToInternalFactoryAdapter.java:40)
  1010. at com.google.inject.internal.SingletonScope$1.get(SingletonScope.java:145)
  1011. at hudson.ExtensionFinder$GuiceFinder$FaultTolerantScope$1.get(ExtensionFinder.java:440)
  1012. at com.google.inject.internal.InternalFactoryToProviderAdapter.get(InternalFactoryToProviderAdapter.java:41)
  1013. at com.google.inject.internal.InjectorImpl$2$1.call(InjectorImpl.java:1016)
  1014. at com.google.inject.internal.InjectorImpl.callInContext(InjectorImpl.java:1103)
  1015. at com.google.inject.internal.InjectorImpl$2.get(InjectorImpl.java:1012)
  1016. at hudson.ExtensionFinder$GuiceFinder._find(ExtensionFinder.java:402)
  1017. at hudson.ExtensionFinder$GuiceFinder.find(ExtensionFinder.java:393)
  1018. at hudson.ClassicPluginStrategy.findComponents(ClassicPluginStrategy.java:346)
  1019. at hudson.ExtensionList.load(ExtensionList.java:381)
  1020. at hudson.ExtensionList.ensureLoaded(ExtensionList.java:317)
  1021. at hudson.ExtensionList.getComponents(ExtensionList.java:183)
  1022. at hudson.DescriptorExtensionList.load(DescriptorExtensionList.java:213)
  1023. at hudson.ExtensionList.ensureLoaded(ExtensionList.java:317)
  1024. at hudson.ExtensionList.iterator(ExtensionList.java:172)
  1025. at hudson.ExtensionList.getInstance(ExtensionList.java:162)
  1026. at jenkins.security.QueueItemAuthenticatorConfiguration.get(QueueItemAuthenticatorConfiguration.java:61)
  1027. at org.jenkinsci.plugins.authorizeproject.ProjectQueueItemAuthenticator.getConfigured(ProjectQueueItemAuthenticator.java:178)
  1028.  
  1029. 2020-06-09 18:08:33.044+0000 [id=113] WARNING h.ExtensionFinder$GuiceFinder$FaultTolerantScope$1#error: Failed to instantiate Key[type=jenkins.security.QueueItemAuth
  1030. enticatorConfiguration, annotation=[none]]; skipping this component
  1031. java.lang.IllegalStateException: Singleton is called recursively returning different results
  1032. at com.google.common.base.Preconditions.checkState(Preconditions.java:145)
  1033. at com.google.inject.internal.SingletonScope$1.get(SingletonScope.java:165)
  1034. at hudson.ExtensionFinder$GuiceFinder$FaultTolerantScope$1.get(ExtensionFinder.java:440)
  1035. at com.google.inject.internal.InternalFactoryToProviderAdapter.get(InternalFactoryToProviderAdapter.java:41)
  1036. at com.google.inject.internal.InjectorImpl$2$1.call(InjectorImpl.java:1016)
  1037. at com.google.inject.internal.InjectorImpl.callInContext(InjectorImpl.java:1103)
  1038. at com.google.inject.internal.InjectorImpl$2.get(InjectorImpl.java:1012)
  1039. at hudson.ExtensionFinder$GuiceFinder._find(ExtensionFinder.java:402)
  1040. at hudson.ExtensionFinder$GuiceFinder.find(ExtensionFinder.java:393)
  1041. ...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement