Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-60699

Cannot add bitbucket server

    XMLWordPrintable

Details

    • Bug
    • Status: Closed (View Workflow)
    • Blocker
    • Resolution: Fixed
    • None
    • 1.0.4

    Description

      See attached pic.  Clicking the button to `Add a Bitbucket Server Instance` does nothing.

      I have restarted Jenskins after installing the latest version of the plugin.  Attached a pic of any errors in JS console if useful – but they seem unrelated.

      Attachments

        Activity

          Having the same problem. Reinstalled plugin after configuration was invalid and broken (changed target Bitbucket server https port). No change after several reinstallations and deletion of plugin configurations in any possible combination.

          Clicking button does still nothing.

          pmascha Philipp Mascha added a comment - Having the same problem. Reinstalled plugin after configuration was invalid and broken (changed target Bitbucket server https port). No change after several reinstallations and deletion of plugin configurations in any possible combination. Clicking button does still nothing.
          butter1484 Brady Shober added a comment -

          Also having this problem, the following exceptions are produced in the Jenkins logs

           

          Failed to load com.atlassian.bitbucket.jenkins.internal.config.BitbucketServerConfiguration$DescriptorImpl
          java.lang.NullPointerException
          	at hudson.ExtensionFinder$GuiceFinder$SezpozModule.resolve(ExtensionFinder.java:504)
          Caused: java.lang.LinkageError: Failed to resolve interface com.atlassian.bitbucket.jenkins.internal.credentials.JenkinsToBitbucketCredentials
          	at hudson.ExtensionFinder$GuiceFinder$SezpozModule.resolve(ExtensionFinder.java:516)
          	at hudson.ExtensionFinder$GuiceFinder$SezpozModule.resolve(ExtensionFinder.java:510)
          	at hudson.ExtensionFinder$GuiceFinder$SezpozModule.resolve(ExtensionFinder.java:487)
          	at hudson.ExtensionFinder$GuiceFinder$SezpozModule.configure(ExtensionFinder.java:536)
          	at com.google.inject.AbstractModule.configure(AbstractModule.java:62)
          	at com.google.inject.spi.Elements$RecordingBinder.install(Elements.java:340)
          	at com.google.inject.spi.Elements.getElements(Elements.java:110)
          	at com.google.inject.internal.InjectorShell$Builder.build(InjectorShell.java:138)
          	at com.google.inject.internal.InternalInjectorCreator.build(InternalInjectorCreator.java:104)
          	at com.google.inject.Guice.createInjector(Guice.java:96)
          	at com.google.inject.Guice.createInjector(Guice.java:73)
          	at hudson.ExtensionFinder$GuiceFinder.<init>(ExtensionFinder.java:285)
          	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
          	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
          	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
          	at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
          	at java.lang.Class.newInstance(Class.java:442)
          	at net.java.sezpoz.IndexItem.instance(IndexItem.java:181)
          	at hudson.ExtensionFinder$Sezpoz._find(ExtensionFinder.java:714)
          	at hudson.ExtensionFinder$Sezpoz.find(ExtensionFinder.java:700)
          	at hudson.ClassicPluginStrategy.findComponents(ClassicPluginStrategy.java:344)
          	at hudson.ExtensionList.load(ExtensionList.java:381)
          	at hudson.ExtensionList.ensureLoaded(ExtensionList.java:317)
          	at hudson.ExtensionList.getComponents(ExtensionList.java:183)
          	at jenkins.model.Jenkins$6.onInitMilestoneAttained(Jenkins.java:1172)
          	at jenkins.InitReactorRunner$1.onAttained(InitReactorRunner.java:83)
          	at org.jvnet.hudson.reactor.ReactorListener$Aggregator.lambda$onAttained$3(ReactorListener.java:102)
          	at org.jvnet.hudson.reactor.ReactorListener$Aggregator.run(ReactorListener.java:109)
          	at org.jvnet.hudson.reactor.ReactorListener$Aggregator.onAttained(ReactorListener.java:102)
          	at org.jvnet.hudson.reactor.Reactor$1.run(Reactor.java:177)
          	at org.jvnet.hudson.reactor.Reactor$Node.run(Reactor.java:117)
          	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
          	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
          	at java.lang.Thread.run(Thread.java:748)
          
          Jan 09, 2020 8:40:27 PM WARNING hudson.ExtensionFinder$GuiceFinder$SezpozModule configureFailed to load com.atlassian.bitbucket.jenkins.internal.scm.BitbucketSCM$DescriptorImpl
          java.lang.NullPointerException
          	at hudson.ExtensionFinder$GuiceFinder$SezpozModule.resolve(ExtensionFinder.java:504)
          Caused: java.lang.LinkageError: Failed to resolve interface com.atlassian.bitbucket.jenkins.internal.credentials.JenkinsToBitbucketCredentials
          	at hudson.ExtensionFinder$GuiceFinder$SezpozModule.resolve(ExtensionFinder.java:516)
          	at hudson.ExtensionFinder$GuiceFinder$SezpozModule.resolve(ExtensionFinder.java:510)
          	at hudson.ExtensionFinder$GuiceFinder$SezpozModule.resolve(ExtensionFinder.java:487)
          	at hudson.ExtensionFinder$GuiceFinder$SezpozModule.configure(ExtensionFinder.java:536)
          	at com.google.inject.AbstractModule.configure(AbstractModule.java:62)
          	at com.google.inject.spi.Elements$RecordingBinder.install(Elements.java:340)
          	at com.google.inject.spi.Elements.getElements(Elements.java:110)
          	at com.google.inject.internal.InjectorShell$Builder.build(InjectorShell.java:138)
          	at com.google.inject.internal.InternalInjectorCreator.build(InternalInjectorCreator.java:104)
          	at com.google.inject.Guice.createInjector(Guice.java:96)
          	at com.google.inject.Guice.createInjector(Guice.java:73)
          	at hudson.ExtensionFinder$GuiceFinder.<init>(ExtensionFinder.java:285)
          	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
          	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
          	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
          	at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
          	at java.lang.Class.newInstance(Class.java:442)
          	at net.java.sezpoz.IndexItem.instance(IndexItem.java:181)
          	at hudson.ExtensionFinder$Sezpoz._find(ExtensionFinder.java:714)
          	at hudson.ExtensionFinder$Sezpoz.find(ExtensionFinder.java:700)
          	at hudson.ClassicPluginStrategy.findComponents(ClassicPluginStrategy.java:344)
          	at hudson.ExtensionList.load(ExtensionList.java:381)
          	at hudson.ExtensionList.ensureLoaded(ExtensionList.java:317)
          	at hudson.ExtensionList.getComponents(ExtensionList.java:183)
          	at jenkins.model.Jenkins$6.onInitMilestoneAttained(Jenkins.java:1172)
          	at jenkins.InitReactorRunner$1.onAttained(InitReactorRunner.java:83)
          	at org.jvnet.hudson.reactor.ReactorListener$Aggregator.lambda$onAttained$3(ReactorListener.java:102)
          	at org.jvnet.hudson.reactor.ReactorListener$Aggregator.run(ReactorListener.java:109)
          	at org.jvnet.hudson.reactor.ReactorListener$Aggregator.onAttained(ReactorListener.java:102)
          	at org.jvnet.hudson.reactor.Reactor$1.run(Reactor.java:177)
          	at org.jvnet.hudson.reactor.Reactor$Node.run(Reactor.java:117)
          	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
          	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
          	at java.lang.Thread.run(Thread.java:748)
          
          Jan 09, 2020 8:40:27 PM WARNING hudson.ExtensionFinder$GuiceFinder$SezpozModule configureFailed to load com.atlassian.bitbucket.jenkins.internal.scm.BitbucketSCMStep$DescriptorImpl
          java.lang.NullPointerException
          	at hudson.ExtensionFinder$GuiceFinder$SezpozModule.resolve(ExtensionFinder.java:504)
          Caused: java.lang.LinkageError: Failed to resolve interface com.atlassian.bitbucket.jenkins.internal.credentials.JenkinsToBitbucketCredentials
          	at hudson.ExtensionFinder$GuiceFinder$SezpozModule.resolve(ExtensionFinder.java:516)
          	at hudson.ExtensionFinder$GuiceFinder$SezpozModule.resolve(ExtensionFinder.java:510)
          	at hudson.ExtensionFinder$GuiceFinder$SezpozModule.resolve(ExtensionFinder.java:487)
          	at hudson.ExtensionFinder$GuiceFinder$SezpozModule.configure(ExtensionFinder.java:536)
          	at com.google.inject.AbstractModule.configure(AbstractModule.java:62)
          	at com.google.inject.spi.Elements$RecordingBinder.install(Elements.java:340)
          	at com.google.inject.spi.Elements.getElements(Elements.java:110)
          	at com.google.inject.internal.InjectorShell$Builder.build(InjectorShell.java:138)
          	at com.google.inject.internal.InternalInjectorCreator.build(InternalInjectorCreator.java:104)
          	at com.google.inject.Guice.createInjector(Guice.java:96)
          	at com.google.inject.Guice.createInjector(Guice.java:73)
          	at hudson.ExtensionFinder$GuiceFinder.<init>(ExtensionFinder.java:285)
          	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
          	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
          	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
          	at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
          	at java.lang.Class.newInstance(Class.java:442)
          	at net.java.sezpoz.IndexItem.instance(IndexItem.java:181)
          	at hudson.ExtensionFinder$Sezpoz._find(ExtensionFinder.java:714)
          	at hudson.ExtensionFinder$Sezpoz.find(ExtensionFinder.java:700)
          	at hudson.ClassicPluginStrategy.findComponents(ClassicPluginStrategy.java:344)
          	at hudson.ExtensionList.load(ExtensionList.java:381)
          	at hudson.ExtensionList.ensureLoaded(ExtensionList.java:317)
          	at hudson.ExtensionList.getComponents(ExtensionList.java:183)
          	at jenkins.model.Jenkins$6.onInitMilestoneAttained(Jenkins.java:1172)
          	at jenkins.InitReactorRunner$1.onAttained(InitReactorRunner.java:83)
          	at org.jvnet.hudson.reactor.ReactorListener$Aggregator.lambda$onAttained$3(ReactorListener.java:102)
          	at org.jvnet.hudson.reactor.ReactorListener$Aggregator.run(ReactorListener.java:109)
          	at org.jvnet.hudson.reactor.ReactorListener$Aggregator.onAttained(ReactorListener.java:102)
          	at org.jvnet.hudson.reactor.Reactor$1.run(Reactor.java:177)
          	at org.jvnet.hudson.reactor.Reactor$Node.run(Reactor.java:117)
          	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
          	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
          	at java.lang.Thread.run(Thread.java:748)
          
          Jan 09, 2020 8:40:27 PM WARNING hudson.ExtensionFinder$GuiceFinder$SezpozModule configureFailed to load com.atlassian.bitbucket.jenkins.internal.status.BitbucketPostBuildStatusListener
          java.lang.NullPointerException
          	at hudson.ExtensionFinder$GuiceFinder$SezpozModule.resolve(ExtensionFinder.java:504)
          Caused: java.lang.LinkageError: Failed to resolve interface com.atlassian.bitbucket.jenkins.internal.credentials.JenkinsToBitbucketCredentials
          	at hudson.ExtensionFinder$GuiceFinder$SezpozModule.resolve(ExtensionFinder.java:516)
          	at hudson.ExtensionFinder$GuiceFinder$SezpozModule.resolve(ExtensionFinder.java:510)
          	at hudson.ExtensionFinder$GuiceFinder$SezpozModule.resolve(ExtensionFinder.java:510)
          	at hudson.ExtensionFinder$GuiceFinder$SezpozModule.resolve(ExtensionFinder.java:487)
          	at hudson.ExtensionFinder$GuiceFinder$SezpozModule.configure(ExtensionFinder.java:536)
          	at com.google.inject.AbstractModule.configure(AbstractModule.java:62)
          	at com.google.inject.spi.Elements$RecordingBinder.install(Elements.java:340)
          	at com.google.inject.spi.Elements.getElements(Elements.java:110)
          	at com.google.inject.internal.InjectorShell$Builder.build(InjectorShell.java:138)
          	at com.google.inject.internal.InternalInjectorCreator.build(InternalInjectorCreator.java:104)
          	at com.google.inject.Guice.createInjector(Guice.java:96)
          	at com.google.inject.Guice.createInjector(Guice.java:73)
          	at hudson.ExtensionFinder$GuiceFinder.<init>(ExtensionFinder.java:285)
          	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
          	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
          	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
          	at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
          	at java.lang.Class.newInstance(Class.java:442)
          	at net.java.sezpoz.IndexItem.instance(IndexItem.java:181)
          	at hudson.ExtensionFinder$Sezpoz._find(ExtensionFinder.java:714)
          	at hudson.ExtensionFinder$Sezpoz.find(ExtensionFinder.java:700)
          	at hudson.ClassicPluginStrategy.findComponents(ClassicPluginStrategy.java:344)
          	at hudson.ExtensionList.load(ExtensionList.java:381)
          	at hudson.ExtensionList.ensureLoaded(ExtensionList.java:317)
          	at hudson.ExtensionList.getComponents(ExtensionList.java:183)
          	at jenkins.model.Jenkins$6.onInitMilestoneAttained(Jenkins.java:1172)
          	at jenkins.InitReactorRunner$1.onAttained(InitReactorRunner.java:83)
          	at org.jvnet.hudson.reactor.ReactorListener$Aggregator.lambda$onAttained$3(ReactorListener.java:102)
          	at org.jvnet.hudson.reactor.ReactorListener$Aggregator.run(ReactorListener.java:109)
          	at org.jvnet.hudson.reactor.ReactorListener$Aggregator.onAttained(ReactorListener.java:102)
          	at org.jvnet.hudson.reactor.Reactor$1.run(Reactor.java:177)
          	at org.jvnet.hudson.reactor.Reactor$Node.run(Reactor.java:117)
          	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
          	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
          	at java.lang.Thread.run(Thread.java:748)
          
          Jan 09, 2020 8:40:27 PM WARNING hudson.ExtensionFinder$GuiceFinder$SezpozModule configureFailed to load com.atlassian.bitbucket.jenkins.internal.trigger.BitbucketWebhookTriggerImpl$BitbucketWebhookTriggerDescriptor
          java.lang.NullPointerException
          	at hudson.ExtensionFinder$GuiceFinder$SezpozModule.resolve(ExtensionFinder.java:504)
          Caused: java.lang.LinkageError: Failed to resolve interface com.atlassian.bitbucket.jenkins.internal.provider.JenkinsProvider
          	at hudson.ExtensionFinder$GuiceFinder$SezpozModule.resolve(ExtensionFinder.java:516)
          	at hudson.ExtensionFinder$GuiceFinder$SezpozModule.resolve(ExtensionFinder.java:510)
          	at hudson.ExtensionFinder$GuiceFinder$SezpozModule.resolve(ExtensionFinder.java:487)
          	at hudson.ExtensionFinder$GuiceFinder$SezpozModule.configure(ExtensionFinder.java:536)
          	at com.google.inject.AbstractModule.configure(AbstractModule.java:62)
          	at com.google.inject.spi.Elements$RecordingBinder.install(Elements.java:340)
          	at com.google.inject.spi.Elements.getElements(Elements.java:110)
          	at com.google.inject.internal.InjectorShell$Builder.build(InjectorShell.java:138)
          	at com.google.inject.internal.InternalInjectorCreator.build(InternalInjectorCreator.java:104)
          	at com.google.inject.Guice.createInjector(Guice.java:96)
          	at com.google.inject.Guice.createInjector(Guice.java:73)
          	at hudson.ExtensionFinder$GuiceFinder.<init>(ExtensionFinder.java:285)
          	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
          	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
          	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
          	at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
          	at java.lang.Class.newInstance(Class.java:442)
          	at net.java.sezpoz.IndexItem.instance(IndexItem.java:181)
          	at hudson.ExtensionFinder$Sezpoz._find(ExtensionFinder.java:714)
          	at hudson.ExtensionFinder$Sezpoz.find(ExtensionFinder.java:700)
          	at hudson.ClassicPluginStrategy.findComponents(ClassicPluginStrategy.java:344)
          	at hudson.ExtensionList.load(ExtensionList.java:381)
          	at hudson.ExtensionList.ensureLoaded(ExtensionList.java:317)
          	at hudson.ExtensionList.getComponents(ExtensionList.java:183)
          	at jenkins.model.Jenkins$6.onInitMilestoneAttained(Jenkins.java:1172)
          	at jenkins.InitReactorRunner$1.onAttained(InitReactorRunner.java:83)
          	at org.jvnet.hudson.reactor.ReactorListener$Aggregator.lambda$onAttained$3(ReactorListener.java:102)
          	at org.jvnet.hudson.reactor.ReactorListener$Aggregator.run(ReactorListener.java:109)
          	at org.jvnet.hudson.reactor.ReactorListener$Aggregator.onAttained(ReactorListener.java:102)
          	at org.jvnet.hudson.reactor.Reactor$1.run(Reactor.java:177)
          	at org.jvnet.hudson.reactor.Reactor$Node.run(Reactor.java:117)
          	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
          	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
          	at java.lang.Thread.run(Thread.java:748)
          
          butter1484 Brady Shober added a comment - Also having this problem, the following exceptions are produced in the Jenkins logs   Failed to load com.atlassian.bitbucket.jenkins.internal.config.BitbucketServerConfiguration$DescriptorImpl java.lang.NullPointerException at hudson.ExtensionFinder$GuiceFinder$SezpozModule.resolve(ExtensionFinder.java:504) Caused: java.lang.LinkageError: Failed to resolve interface com.atlassian.bitbucket.jenkins.internal.credentials.JenkinsToBitbucketCredentials at hudson.ExtensionFinder$GuiceFinder$SezpozModule.resolve(ExtensionFinder.java:516) at hudson.ExtensionFinder$GuiceFinder$SezpozModule.resolve(ExtensionFinder.java:510) at hudson.ExtensionFinder$GuiceFinder$SezpozModule.resolve(ExtensionFinder.java:487) at hudson.ExtensionFinder$GuiceFinder$SezpozModule.configure(ExtensionFinder.java:536) at com.google.inject.AbstractModule.configure(AbstractModule.java:62) at com.google.inject.spi.Elements$RecordingBinder.install(Elements.java:340) at com.google.inject.spi.Elements.getElements(Elements.java:110) at com.google.inject.internal.InjectorShell$Builder.build(InjectorShell.java:138) at com.google.inject.internal.InternalInjectorCreator.build(InternalInjectorCreator.java:104) at com.google.inject.Guice.createInjector(Guice.java:96) at com.google.inject.Guice.createInjector(Guice.java:73) at hudson.ExtensionFinder$GuiceFinder.<init>(ExtensionFinder.java:285) at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.lang.reflect.Constructor.newInstance(Constructor.java:423) at java.lang. Class .newInstance( Class .java:442) at net.java.sezpoz.IndexItem.instance(IndexItem.java:181) at hudson.ExtensionFinder$Sezpoz._find(ExtensionFinder.java:714) at hudson.ExtensionFinder$Sezpoz.find(ExtensionFinder.java:700) at hudson.ClassicPluginStrategy.findComponents(ClassicPluginStrategy.java:344) at hudson.ExtensionList.load(ExtensionList.java:381) at hudson.ExtensionList.ensureLoaded(ExtensionList.java:317) at hudson.ExtensionList.getComponents(ExtensionList.java:183) at jenkins.model.Jenkins$6.onInitMilestoneAttained(Jenkins.java:1172) at jenkins.InitReactorRunner$1.onAttained(InitReactorRunner.java:83) at org.jvnet.hudson.reactor.ReactorListener$Aggregator.lambda$onAttained$3(ReactorListener.java:102) at org.jvnet.hudson.reactor.ReactorListener$Aggregator.run(ReactorListener.java:109) at org.jvnet.hudson.reactor.ReactorListener$Aggregator.onAttained(ReactorListener.java:102) at org.jvnet.hudson.reactor.Reactor$1.run(Reactor.java:177) at org.jvnet.hudson.reactor.Reactor$Node.run(Reactor.java:117) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang. Thread .run( Thread .java:748) Jan 09, 2020 8:40:27 PM WARNING hudson.ExtensionFinder$GuiceFinder$SezpozModule configureFailed to load com.atlassian.bitbucket.jenkins.internal.scm.BitbucketSCM$DescriptorImpl java.lang.NullPointerException at hudson.ExtensionFinder$GuiceFinder$SezpozModule.resolve(ExtensionFinder.java:504) Caused: java.lang.LinkageError: Failed to resolve interface com.atlassian.bitbucket.jenkins.internal.credentials.JenkinsToBitbucketCredentials at hudson.ExtensionFinder$GuiceFinder$SezpozModule.resolve(ExtensionFinder.java:516) at hudson.ExtensionFinder$GuiceFinder$SezpozModule.resolve(ExtensionFinder.java:510) at hudson.ExtensionFinder$GuiceFinder$SezpozModule.resolve(ExtensionFinder.java:487) at hudson.ExtensionFinder$GuiceFinder$SezpozModule.configure(ExtensionFinder.java:536) at com.google.inject.AbstractModule.configure(AbstractModule.java:62) at com.google.inject.spi.Elements$RecordingBinder.install(Elements.java:340) at com.google.inject.spi.Elements.getElements(Elements.java:110) at com.google.inject.internal.InjectorShell$Builder.build(InjectorShell.java:138) at com.google.inject.internal.InternalInjectorCreator.build(InternalInjectorCreator.java:104) at com.google.inject.Guice.createInjector(Guice.java:96) at com.google.inject.Guice.createInjector(Guice.java:73) at hudson.ExtensionFinder$GuiceFinder.<init>(ExtensionFinder.java:285) at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.lang.reflect.Constructor.newInstance(Constructor.java:423) at java.lang. Class .newInstance( Class .java:442) at net.java.sezpoz.IndexItem.instance(IndexItem.java:181) at hudson.ExtensionFinder$Sezpoz._find(ExtensionFinder.java:714) at hudson.ExtensionFinder$Sezpoz.find(ExtensionFinder.java:700) at hudson.ClassicPluginStrategy.findComponents(ClassicPluginStrategy.java:344) at hudson.ExtensionList.load(ExtensionList.java:381) at hudson.ExtensionList.ensureLoaded(ExtensionList.java:317) at hudson.ExtensionList.getComponents(ExtensionList.java:183) at jenkins.model.Jenkins$6.onInitMilestoneAttained(Jenkins.java:1172) at jenkins.InitReactorRunner$1.onAttained(InitReactorRunner.java:83) at org.jvnet.hudson.reactor.ReactorListener$Aggregator.lambda$onAttained$3(ReactorListener.java:102) at org.jvnet.hudson.reactor.ReactorListener$Aggregator.run(ReactorListener.java:109) at org.jvnet.hudson.reactor.ReactorListener$Aggregator.onAttained(ReactorListener.java:102) at org.jvnet.hudson.reactor.Reactor$1.run(Reactor.java:177) at org.jvnet.hudson.reactor.Reactor$Node.run(Reactor.java:117) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang. Thread .run( Thread .java:748) Jan 09, 2020 8:40:27 PM WARNING hudson.ExtensionFinder$GuiceFinder$SezpozModule configureFailed to load com.atlassian.bitbucket.jenkins.internal.scm.BitbucketSCMStep$DescriptorImpl java.lang.NullPointerException at hudson.ExtensionFinder$GuiceFinder$SezpozModule.resolve(ExtensionFinder.java:504) Caused: java.lang.LinkageError: Failed to resolve interface com.atlassian.bitbucket.jenkins.internal.credentials.JenkinsToBitbucketCredentials at hudson.ExtensionFinder$GuiceFinder$SezpozModule.resolve(ExtensionFinder.java:516) at hudson.ExtensionFinder$GuiceFinder$SezpozModule.resolve(ExtensionFinder.java:510) at hudson.ExtensionFinder$GuiceFinder$SezpozModule.resolve(ExtensionFinder.java:487) at hudson.ExtensionFinder$GuiceFinder$SezpozModule.configure(ExtensionFinder.java:536) at com.google.inject.AbstractModule.configure(AbstractModule.java:62) at com.google.inject.spi.Elements$RecordingBinder.install(Elements.java:340) at com.google.inject.spi.Elements.getElements(Elements.java:110) at com.google.inject.internal.InjectorShell$Builder.build(InjectorShell.java:138) at com.google.inject.internal.InternalInjectorCreator.build(InternalInjectorCreator.java:104) at com.google.inject.Guice.createInjector(Guice.java:96) at com.google.inject.Guice.createInjector(Guice.java:73) at hudson.ExtensionFinder$GuiceFinder.<init>(ExtensionFinder.java:285) at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.lang.reflect.Constructor.newInstance(Constructor.java:423) at java.lang. Class .newInstance( Class .java:442) at net.java.sezpoz.IndexItem.instance(IndexItem.java:181) at hudson.ExtensionFinder$Sezpoz._find(ExtensionFinder.java:714) at hudson.ExtensionFinder$Sezpoz.find(ExtensionFinder.java:700) at hudson.ClassicPluginStrategy.findComponents(ClassicPluginStrategy.java:344) at hudson.ExtensionList.load(ExtensionList.java:381) at hudson.ExtensionList.ensureLoaded(ExtensionList.java:317) at hudson.ExtensionList.getComponents(ExtensionList.java:183) at jenkins.model.Jenkins$6.onInitMilestoneAttained(Jenkins.java:1172) at jenkins.InitReactorRunner$1.onAttained(InitReactorRunner.java:83) at org.jvnet.hudson.reactor.ReactorListener$Aggregator.lambda$onAttained$3(ReactorListener.java:102) at org.jvnet.hudson.reactor.ReactorListener$Aggregator.run(ReactorListener.java:109) at org.jvnet.hudson.reactor.ReactorListener$Aggregator.onAttained(ReactorListener.java:102) at org.jvnet.hudson.reactor.Reactor$1.run(Reactor.java:177) at org.jvnet.hudson.reactor.Reactor$Node.run(Reactor.java:117) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang. Thread .run( Thread .java:748) Jan 09, 2020 8:40:27 PM WARNING hudson.ExtensionFinder$GuiceFinder$SezpozModule configureFailed to load com.atlassian.bitbucket.jenkins.internal.status.BitbucketPostBuildStatusListener java.lang.NullPointerException at hudson.ExtensionFinder$GuiceFinder$SezpozModule.resolve(ExtensionFinder.java:504) Caused: java.lang.LinkageError: Failed to resolve interface com.atlassian.bitbucket.jenkins.internal.credentials.JenkinsToBitbucketCredentials at hudson.ExtensionFinder$GuiceFinder$SezpozModule.resolve(ExtensionFinder.java:516) at hudson.ExtensionFinder$GuiceFinder$SezpozModule.resolve(ExtensionFinder.java:510) at hudson.ExtensionFinder$GuiceFinder$SezpozModule.resolve(ExtensionFinder.java:510) at hudson.ExtensionFinder$GuiceFinder$SezpozModule.resolve(ExtensionFinder.java:487) at hudson.ExtensionFinder$GuiceFinder$SezpozModule.configure(ExtensionFinder.java:536) at com.google.inject.AbstractModule.configure(AbstractModule.java:62) at com.google.inject.spi.Elements$RecordingBinder.install(Elements.java:340) at com.google.inject.spi.Elements.getElements(Elements.java:110) at com.google.inject.internal.InjectorShell$Builder.build(InjectorShell.java:138) at com.google.inject.internal.InternalInjectorCreator.build(InternalInjectorCreator.java:104) at com.google.inject.Guice.createInjector(Guice.java:96) at com.google.inject.Guice.createInjector(Guice.java:73) at hudson.ExtensionFinder$GuiceFinder.<init>(ExtensionFinder.java:285) at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.lang.reflect.Constructor.newInstance(Constructor.java:423) at java.lang. Class .newInstance( Class .java:442) at net.java.sezpoz.IndexItem.instance(IndexItem.java:181) at hudson.ExtensionFinder$Sezpoz._find(ExtensionFinder.java:714) at hudson.ExtensionFinder$Sezpoz.find(ExtensionFinder.java:700) at hudson.ClassicPluginStrategy.findComponents(ClassicPluginStrategy.java:344) at hudson.ExtensionList.load(ExtensionList.java:381) at hudson.ExtensionList.ensureLoaded(ExtensionList.java:317) at hudson.ExtensionList.getComponents(ExtensionList.java:183) at jenkins.model.Jenkins$6.onInitMilestoneAttained(Jenkins.java:1172) at jenkins.InitReactorRunner$1.onAttained(InitReactorRunner.java:83) at org.jvnet.hudson.reactor.ReactorListener$Aggregator.lambda$onAttained$3(ReactorListener.java:102) at org.jvnet.hudson.reactor.ReactorListener$Aggregator.run(ReactorListener.java:109) at org.jvnet.hudson.reactor.ReactorListener$Aggregator.onAttained(ReactorListener.java:102) at org.jvnet.hudson.reactor.Reactor$1.run(Reactor.java:177) at org.jvnet.hudson.reactor.Reactor$Node.run(Reactor.java:117) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang. Thread .run( Thread .java:748) Jan 09, 2020 8:40:27 PM WARNING hudson.ExtensionFinder$GuiceFinder$SezpozModule configureFailed to load com.atlassian.bitbucket.jenkins.internal.trigger.BitbucketWebhookTriggerImpl$BitbucketWebhookTriggerDescriptor java.lang.NullPointerException at hudson.ExtensionFinder$GuiceFinder$SezpozModule.resolve(ExtensionFinder.java:504) Caused: java.lang.LinkageError: Failed to resolve interface com.atlassian.bitbucket.jenkins.internal.provider.JenkinsProvider at hudson.ExtensionFinder$GuiceFinder$SezpozModule.resolve(ExtensionFinder.java:516) at hudson.ExtensionFinder$GuiceFinder$SezpozModule.resolve(ExtensionFinder.java:510) at hudson.ExtensionFinder$GuiceFinder$SezpozModule.resolve(ExtensionFinder.java:487) at hudson.ExtensionFinder$GuiceFinder$SezpozModule.configure(ExtensionFinder.java:536) at com.google.inject.AbstractModule.configure(AbstractModule.java:62) at com.google.inject.spi.Elements$RecordingBinder.install(Elements.java:340) at com.google.inject.spi.Elements.getElements(Elements.java:110) at com.google.inject.internal.InjectorShell$Builder.build(InjectorShell.java:138) at com.google.inject.internal.InternalInjectorCreator.build(InternalInjectorCreator.java:104) at com.google.inject.Guice.createInjector(Guice.java:96) at com.google.inject.Guice.createInjector(Guice.java:73) at hudson.ExtensionFinder$GuiceFinder.<init>(ExtensionFinder.java:285) at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.lang.reflect.Constructor.newInstance(Constructor.java:423) at java.lang. Class .newInstance( Class .java:442) at net.java.sezpoz.IndexItem.instance(IndexItem.java:181) at hudson.ExtensionFinder$Sezpoz._find(ExtensionFinder.java:714) at hudson.ExtensionFinder$Sezpoz.find(ExtensionFinder.java:700) at hudson.ClassicPluginStrategy.findComponents(ClassicPluginStrategy.java:344) at hudson.ExtensionList.load(ExtensionList.java:381) at hudson.ExtensionList.ensureLoaded(ExtensionList.java:317) at hudson.ExtensionList.getComponents(ExtensionList.java:183) at jenkins.model.Jenkins$6.onInitMilestoneAttained(Jenkins.java:1172) at jenkins.InitReactorRunner$1.onAttained(InitReactorRunner.java:83) at org.jvnet.hudson.reactor.ReactorListener$Aggregator.lambda$onAttained$3(ReactorListener.java:102) at org.jvnet.hudson.reactor.ReactorListener$Aggregator.run(ReactorListener.java:109) at org.jvnet.hudson.reactor.ReactorListener$Aggregator.onAttained(ReactorListener.java:102) at org.jvnet.hudson.reactor.Reactor$1.run(Reactor.java:177) at org.jvnet.hudson.reactor.Reactor$Node.run(Reactor.java:117) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang. Thread .run( Thread .java:748)

          Hi Davis,

          Thanks for reporting this issue. We're aware of it, and it appears to be linked to the version of Jenkins (2.213), but it needs further investigation. As of right now, we're not aware of a workaround for this issue.

          We're looking into a fix and will keep this issue updated on our progress.

          mhenschke_atlassian Martin Henschke added a comment - Hi Davis, Thanks for reporting this issue. We're aware of it, and it appears to be linked to the version of Jenkins (2.213), but it needs further investigation. As of right now, we're not aware of a workaround for this issue. We're looking into a fix and will keep this issue updated on our progress.
          paul_2020 Paul Russell added a comment -

          Also having this problem (on Jenkins 2.214 & 2.215 also) I have the same error logged by Brady above on Amazon Linux 2

          paul_2020 Paul Russell added a comment - Also having this problem (on Jenkins 2.214 & 2.215 also) I have the same error logged by Brady above on Amazon Linux 2
          mhenschke_atlassian Martin Henschke added a comment - - edited

          A quick update on this issue:

          This bug was related to https://issues.jenkins-ci.org/browse/JENKINS-60816 , which has been resolved in Jenkins version 2.217, so upgrading your instance to that version should resolve the issue.

          We have also created a fix for this issue, still affecting versions 2.212-2.215, that will appear in 1.04 of the plugin.

           

          mhenschke_atlassian Martin Henschke added a comment - - edited A quick update on this issue: This bug was related to https://issues.jenkins-ci.org/browse/JENKINS-60816 , which has been resolved in Jenkins version 2.217, so upgrading your instance to that version should resolve the issue. We have also created a fix for this issue, still affecting versions 2.212-2.215, that will appear in 1.04 of the plugin.  

          People

            mhenschke_atlassian Martin Henschke
            davisford Davis Ford
            Votes:
            4 Vote for this issue
            Watchers:
            7 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: