• Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • all-changes-plugin
    • None

      After upgrading to 1.471 from 1.465 I get the following error in the web. I have tried ever permissions combination I can imagine... I am using the "jenkins" daemon user as configured by the new installer. How do I see the "..13 more" in the stack trace - is it in a log file somewhere?

      My environment is Lion Server 10.7.4

      org.jvnet.hudson.reactor.ReactorException: java.lang.Error: java.lang.reflect.InvocationTargetException
      at org.jvnet.hudson.reactor.Reactor.execute(Reactor.java:246)
      at jenkins.InitReactorRunner.run(InitReactorRunner.java:43)
      at jenkins.model.Jenkins.executeReactor(Jenkins.java:885)
      at jenkins.model.Jenkins.<init>(Jenkins.java:790)
      at hudson.model.Hudson.<init>(Hudson.java:81)
      at hudson.model.Hudson.<init>(Hudson.java:77)
      at hudson.WebAppMain$2.run(WebAppMain.java:217)
      Caused by: java.lang.Error: java.lang.reflect.InvocationTargetException
      at hudson.init.InitializerFinder.invoke(InitializerFinder.java:124)
      at hudson.init.InitializerFinder$TaskImpl.run(InitializerFinder.java:184)
      at org.jvnet.hudson.reactor.Reactor.runTask(Reactor.java:259)
      at jenkins.model.Jenkins$7.runTask(Jenkins.java:874)
      at org.jvnet.hudson.reactor.Reactor$2.run(Reactor.java:187)
      at org.jvnet.hudson.reactor.Reactor$Node.run(Reactor.java:94)
      at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
      at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
      at java.lang.Thread.run(Thread.java:680)
      Caused by: java.lang.reflect.InvocationTargetException
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
      at java.lang.reflect.Method.invoke(Method.java:597)
      at hudson.init.InitializerFinder.invoke(InitializerFinder.java:120)
      ... 8 more
      Caused by: java.lang.NullPointerException
      at org.jenkinsci.main.modules.sshd.SSHD.init(SSHD.java:144)
      ... 13 more

          [JENKINS-14184] Jenkins no longer starts after upgrade to 1.471

          Ryan Moore added a comment -

          Also, this issue may have started after a OSX update was applied - when I think back, I had tried the upgrade to 1.471 because it already was broken after the OSX update

          Ryan Moore added a comment - Also, this issue may have started after a OSX update was applied - when I think back, I had tried the upgrade to 1.471 because it already was broken after the OSX update

          Hendy Irawan added a comment -

          For me, upgrading from Jenkins 1.475 to Jenkins 1.495 solved the problem

          My environment:

          • Linux Mint 14 KDE (based on Ubuntu quantal 12.10), 64-bit

          ceefour@annafi:~$ uname -a
          Linux annafi.dev 3.5.0-21-generic #32-Ubuntu SMP Tue Dec 11 18:51:59 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux
          ceefour@annafi:~$ java -version
          java version "1.7.0_09"
          OpenJDK Runtime Environment (IcedTea7 2.3.3) (7u9-2.3.3-0ubuntu1~12.10.1)
          OpenJDK 64-Bit Server VM (build 23.2-b09, mixed mode)

          Hendy Irawan added a comment - For me, upgrading from Jenkins 1.475 to Jenkins 1.495 solved the problem My environment: Linux Mint 14 KDE (based on Ubuntu quantal 12.10), 64-bit ceefour@annafi:~$ uname -a Linux annafi.dev 3.5.0-21-generic #32-Ubuntu SMP Tue Dec 11 18:51:59 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux ceefour@annafi:~$ java -version java version "1.7.0_09" OpenJDK Runtime Environment (IcedTea7 2.3.3) (7u9-2.3.3-0ubuntu1~12.10.1) OpenJDK 64-Bit Server VM (build 23.2-b09, mixed mode)

          See my comment in JENKINS-12355. Fixed since 1.492.

          Kohsuke Kawaguchi added a comment - See my comment in JENKINS-12355 . Fixed since 1.492.

            wolfs Stefan Wolf
            rymoore99 Ryan Moore
            Votes:
            1 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: