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

Nullpointer Exception on build in version 1.576 can't see output and fails

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Critical Critical
    • core
    • None

      I have a strange Problem after upgrading to 1.576.

      After that i get a Nullpointer exception if i click on "deploy". You can't see the output under "Console output". The output on this page is the following you can see in the screenshot.

      Log
      FATAL: null
      java.lang.NullPointerException
      

      In the Background the build is working and he do it but you can't see and the output and it failes.

      I tried to find some issues in the Logs. But the only thing was:

      Log
      Aug 19, 2014 12:05:00 PM WARNUNG hudson.model.Run getEnvironment
      deprecated call to Run.getEnvironment
      	at hudson.plugins.git.GitSCM.compareRemoteRevisionWithImpl(GitSCM.java:483)
      Aug 19, 2014 12:05:00 PM WARNUNG hudson.model.Run getEnvironment
      deprecated call to Run.getEnvironment
      	at hudson.plugins.git.GitSCM.compareRemoteRevisionWithImpl(GitSCM.java:483)
      Aug 19, 2014 12:05:00 PM WARNUNG hudson.plugins.git.GitTool$DescriptorImpl getInstallation
      invalid gitTool selection Default
      Aug 19, 2014 12:05:00 PM WARNUNG hudson.model.Run getEnvironment
      deprecated call to Run.getEnvironment
      	at hudson.plugins.git.GitSCM.getParamExpandedRepos(GitSCM.java:355)
      Aug 19, 2014 12:05:00 PM WARNUNG hudson.plugins.git.GitTool$DescriptorImpl getInstallation
      invalid gitTool selection Default
      Aug 19, 2014 12:05:00 PM WARNUNG hudson.model.Run getEnvironment
      deprecated call to Run.getEnvironment
      	at hudson.plugins.git.GitSCM.getParamExpandedRepos(GitSCM.java:355)
      

          [JENKINS-24317] Nullpointer Exception on build in version 1.576 can't see output and fails

          Code changed in jenkins
          User: Daniel Beck
          Path:
          changelog.html
          http://jenkins-ci.org/commit/jenkins/4c0cfe40c9ebbea81bf2b8a6931cda3513be1bfe
          Log:
          Noting RC merge of JENKINS-24316, JENKINS-24317

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: Daniel Beck Path: changelog.html http://jenkins-ci.org/commit/jenkins/4c0cfe40c9ebbea81bf2b8a6931cda3513be1bfe Log: Noting RC merge of JENKINS-24316 , JENKINS-24317

          Daniel Beck added a comment -

          The fix will be in 1.577, scheduled to be released this weekend or so.

          Daniel Beck added a comment - The fix will be in 1.577, scheduled to be released this weekend or so.

          dogfood added a comment -

          Integrated in jenkins_main_trunk #3646
          [FIXED JENKINS-24317] Corrected user dir migration code from JENKINS-23872. (Revision bce92ec53ddefb7d5105f3f82af96ee954467bdd)

          Result = SUCCESS
          Jesse Glick : bce92ec53ddefb7d5105f3f82af96ee954467bdd
          Files :

          • core/src/main/java/hudson/model/User.java
          • test/src/test/java/hudson/model/UserTest.java
          • changelog.html
          • test/src/test/resources/hudson/model/UserTest/migration.zip

          dogfood added a comment - Integrated in jenkins_main_trunk #3646 [FIXED JENKINS-24317] Corrected user dir migration code from JENKINS-23872 . (Revision bce92ec53ddefb7d5105f3f82af96ee954467bdd) Result = SUCCESS Jesse Glick : bce92ec53ddefb7d5105f3f82af96ee954467bdd Files : core/src/main/java/hudson/model/User.java test/src/test/java/hudson/model/UserTest.java changelog.html test/src/test/resources/hudson/model/UserTest/migration.zip

          Code changed in jenkins
          User: tfennelly
          Path:
          test/src/test/java/hudson/model/UserTest.java
          http://jenkins-ci.org/commit/jenkins/80f78d573267b69a0bf3e7cbb2f7b4741974d94d
          Log:
          Fixing dir listing in test to not be case sensitive (related to JENKINS-24317)

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: tfennelly Path: test/src/test/java/hudson/model/UserTest.java http://jenkins-ci.org/commit/jenkins/80f78d573267b69a0bf3e7cbb2f7b4741974d94d Log: Fixing dir listing in test to not be case sensitive (related to JENKINS-24317 )

          Code changed in jenkins
          User: Jesse Glick
          Path:
          test/src/test/java/hudson/model/UserTest.java
          http://jenkins-ci.org/commit/jenkins/bdc91654f68145759c1331ab3875b4311386fde8
          Log:
          JENKINS-24317 Amending 80f78d573267b69a0bf3e7cbb2f7b4741974d94d.
          If we are running on a case-insensitive FS, the test makes no sense because migration would never even be attempted to begin with.

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: Jesse Glick Path: test/src/test/java/hudson/model/UserTest.java http://jenkins-ci.org/commit/jenkins/bdc91654f68145759c1331ab3875b4311386fde8 Log: JENKINS-24317 Amending 80f78d573267b69a0bf3e7cbb2f7b4741974d94d. If we are running on a case-insensitive FS, the test makes no sense because migration would never even be attempted to begin with.

          dogfood added a comment -

          Integrated in jenkins_main_trunk #3656
          JENKINS-24317 Amending 80f78d573267b69a0bf3e7cbb2f7b4741974d94d. (Revision bdc91654f68145759c1331ab3875b4311386fde8)

          Result = SUCCESS
          Jesse Glick : bdc91654f68145759c1331ab3875b4311386fde8
          Files :

          • test/src/test/java/hudson/model/UserTest.java

          dogfood added a comment - Integrated in jenkins_main_trunk #3656 JENKINS-24317 Amending 80f78d573267b69a0bf3e7cbb2f7b4741974d94d. (Revision bdc91654f68145759c1331ab3875b4311386fde8) Result = SUCCESS Jesse Glick : bdc91654f68145759c1331ab3875b4311386fde8 Files : test/src/test/java/hudson/model/UserTest.java

          Doron Shai added a comment -

          Issue is reoccurring when working with
          Jenkins 2.19.4 / 2.19.1 / 2.7.1
          Assembla Auth Plugin 1.11
          Credentials Plugin 2.1.10
          Ubuntu 16.04 LTS

          Doron Shai added a comment - Issue is reoccurring when working with Jenkins 2.19.4 / 2.19.1 / 2.7.1 Assembla Auth Plugin 1.11 Credentials Plugin 2.1.10 Ubuntu 16.04 LTS

          Daniel Beck added a comment -

          doronshai What exactly is reoccurring? A bit more information please if you're reopening an issue that was resolved more than a hundred releases ago.

          Daniel Beck added a comment - doronshai What exactly is reoccurring? A bit more information please if you're reopening an issue that was resolved more than a hundred releases ago.

          Doron Shai added a comment -

          when using api/xml for build url, i get IOException: Failed to write author ERROR with this log
          java.io.IOException: Failed to write author
          at org.kohsuke.stapler.export.Property.safeGetValue(Property.java:151)
          at org.kohsuke.stapler.export.Property.writeTo(Property.java:126)
          at org.kohsuke.stapler.export.Model.writeNestedObjectTo(Model.java:227)
          at org.kohsuke.stapler.export.Property.writeValue(Property.java:279)
          at org.kohsuke.stapler.export.Property.writeValue(Property.java:206)
          at org.kohsuke.stapler.export.Property.writeValue(Property.java:168)
          at org.kohsuke.stapler.export.Property.writeTo(Property.java:139)
          at org.kohsuke.stapler.export.Model.writeNestedObjectTo(Model.java:227)
          at org.kohsuke.stapler.export.Model.writeNestedObjectTo(Model.java:223)
          at org.kohsuke.stapler.export.Property.writeValue(Property.java:279)
          at org.kohsuke.stapler.export.Property.writeValue(Property.java:168)
          at org.kohsuke.stapler.export.Property.writeTo(Property.java:139)
          at org.kohsuke.stapler.export.Model.writeNestedObjectTo(Model.java:227)
          at org.kohsuke.stapler.export.Model.writeNestedObjectTo(Model.java:223)
          at org.kohsuke.stapler.export.Model.writeTo(Model.java:198)
          at org.kohsuke.stapler.ResponseImpl.writeOne(ResponseImpl.java:285)
          at org.kohsuke.stapler.ResponseImpl.serveExposedBean(ResponseImpl.java:276)
          at hudson.model.Api.doXml(Api.java:100)
          at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
          at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
          at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
          at java.lang.reflect.Method.invoke(Method.java:498)
          at org.kohsuke.stapler.Function$InstanceFunction.invoke(Function.java:324)
          at org.kohsuke.stapler.Function.bindAndInvoke(Function.java:167)
          at org.kohsuke.stapler.Function.bindAndInvokeAndServeResponse(Function.java:100)
          at org.kohsuke.stapler.MetaClass$1.doDispatch(MetaClass.java:124)
          at org.kohsuke.stapler.NameBasedDispatcher.dispatch(NameBasedDispatcher.java:58)
          at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:746)
          at org.kohsuke.stapler.Stapler.invoke(Stapler.java:876)
          at org.kohsuke.stapler.MetaClass$3.doDispatch(MetaClass.java:196)
          at org.kohsuke.stapler.NameBasedDispatcher.dispatch(NameBasedDispatcher.java:58)
          at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:746)
          at org.kohsuke.stapler.Stapler.invoke(Stapler.java:876)
          at org.kohsuke.stapler.MetaClass$11.dispatch(MetaClass.java:380)
          at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:746)
          at org.kohsuke.stapler.Stapler.invoke(Stapler.java:876)
          at org.kohsuke.stapler.MetaClass$5.doDispatch(MetaClass.java:233)
          at org.kohsuke.stapler.NameBasedDispatcher.dispatch(NameBasedDispatcher.java:58)
          at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:746)
          at org.kohsuke.stapler.Stapler.invoke(Stapler.java:876)
          at org.kohsuke.stapler.Stapler.invoke(Stapler.java:649)
          at org.kohsuke.stapler.Stapler.service(Stapler.java:238)
          at javax.servlet.http.HttpServlet.service(HttpServlet.java:790)
          at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:812)
          at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1669)
          at hudson.util.PluginServletFilter$1.doFilter(PluginServletFilter.java:135)
          at org.jenkinsci.plugins.ssegateway.Endpoint$SSEListenChannelFilter.doFilter(Endpoint.java:206)
          at hudson.util.PluginServletFilter$1.doFilter(PluginServletFilter.java:132)
          at jenkins.metrics.impl.MetricsFilter.doFilter(MetricsFilter.java:125)
          at hudson.util.PluginServletFilter$1.doFilter(PluginServletFilter.java:132)
          at hudson.plugins.greenballs.GreenBallFilter.doFilter(GreenBallFilter.java:59)
          at hudson.util.PluginServletFilter$1.doFilter(PluginServletFilter.java:132)
          at hudson.util.PluginServletFilter.doFilter(PluginServletFilter.java:126)
          at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652)
          at hudson.security.csrf.CrumbFilter.doFilter(CrumbFilter.java:86)
          at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652)
          at hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:84)
          at hudson.security.UnwrapSecurityExceptionFilter.doFilter(UnwrapSecurityExceptionFilter.java:51)
          at hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:87)
          at jenkins.security.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:117)
          at hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:87)
          at org.acegisecurity.providers.anonymous.AnonymousProcessingFilter.doFilter(AnonymousProcessingFilter.java:125)
          at hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:87)
          at org.acegisecurity.ui.rememberme.RememberMeProcessingFilter.doFilter(RememberMeProcessingFilter.java:142)
          at hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:87)
          at org.acegisecurity.ui.AbstractProcessingFilter.doFilter(AbstractProcessingFilter.java:271)
          at hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:87)
          at jenkins.security.BasicHeaderProcessor.doFilter(BasicHeaderProcessor.java:93)
          at hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:87)
          at org.acegisecurity.context.HttpSessionContextIntegrationFilter.doFilter(HttpSessionContextIntegrationFilter.java:249)
          at hudson.security.HttpSessionContextIntegrationFilter2.doFilter(HttpSessionContextIntegrationFilter2.java:67)
          at hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:87)
          at hudson.security.ChainedServletFilter.doFilter(ChainedServletFilter.java:76)
          at hudson.security.HudsonFilter.doFilter(HudsonFilter.java:171)
          at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652)
          at org.kohsuke.stapler.compression.CompressionFilter.doFilter(CompressionFilter.java:49)
          at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652)
          at hudson.util.CharacterEncodingFilter.doFilter(CharacterEncodingFilter.java:82)
          at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652)
          at org.kohsuke.stapler.DiagnosticThreadNameFilter.doFilter(DiagnosticThreadNameFilter.java:30)
          at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652)
          at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:585)
          at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:143)
          at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:553)
          at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:223)
          at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1127)
          at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:515)
          at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
          at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1061)
          at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
          at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:97)
          at org.eclipse.jetty.server.Server.handle(Server.java:499)
          at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:311)
          at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:257)
          at org.eclipse.jetty.io.AbstractConnection$2.run(AbstractConnection.java:544)
          at winstone.BoundedExecutorService$1.run(BoundedExecutorService.java:77)
          at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
          at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
          at java.lang.Thread.run(Thread.java:745)
          Caused by: java.lang.reflect.InvocationTargetException
          at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
          at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
          at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
          at java.lang.reflect.Method.invoke(Method.java:498)
          at org.kohsuke.stapler.export.MethodProperty.getValue(MethodProperty.java:66)
          at org.kohsuke.stapler.export.Property.safeGetValue(Property.java:145)
          ... 98 more
          Caused by: java.lang.NullPointerException
          at com.assembla.jenkinsci.plugin.AssemblaAuthenticationToken.getUserByUsername(AssemblaAuthenticationToken.java:86)
          at com.assembla.jenkinsci.plugin.AssemblaSecurityRealm.loadUserByUsername(AssemblaSecurityRealm.java:352)
          at hudson.model.User$UserIDCanonicalIdResolver.resolveCanonicalId(User.java:1050)
          at hudson.model.User.get(User.java:395)
          at hudson.model.User.get(User.java:364)
          at hudson.plugins.git.GitChangeSet.findOrCreateUser(GitChangeSet.java:379)
          at hudson.plugins.git.GitChangeSet.getAuthor(GitChangeSet.java:448)
          ... 104 more

          Doron Shai added a comment - when using api/xml for build url, i get IOException: Failed to write author ERROR with this log java.io.IOException: Failed to write author at org.kohsuke.stapler.export.Property.safeGetValue(Property.java:151) at org.kohsuke.stapler.export.Property.writeTo(Property.java:126) at org.kohsuke.stapler.export.Model.writeNestedObjectTo(Model.java:227) at org.kohsuke.stapler.export.Property.writeValue(Property.java:279) at org.kohsuke.stapler.export.Property.writeValue(Property.java:206) at org.kohsuke.stapler.export.Property.writeValue(Property.java:168) at org.kohsuke.stapler.export.Property.writeTo(Property.java:139) at org.kohsuke.stapler.export.Model.writeNestedObjectTo(Model.java:227) at org.kohsuke.stapler.export.Model.writeNestedObjectTo(Model.java:223) at org.kohsuke.stapler.export.Property.writeValue(Property.java:279) at org.kohsuke.stapler.export.Property.writeValue(Property.java:168) at org.kohsuke.stapler.export.Property.writeTo(Property.java:139) at org.kohsuke.stapler.export.Model.writeNestedObjectTo(Model.java:227) at org.kohsuke.stapler.export.Model.writeNestedObjectTo(Model.java:223) at org.kohsuke.stapler.export.Model.writeTo(Model.java:198) at org.kohsuke.stapler.ResponseImpl.writeOne(ResponseImpl.java:285) at org.kohsuke.stapler.ResponseImpl.serveExposedBean(ResponseImpl.java:276) at hudson.model.Api.doXml(Api.java:100) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.kohsuke.stapler.Function$InstanceFunction.invoke(Function.java:324) at org.kohsuke.stapler.Function.bindAndInvoke(Function.java:167) at org.kohsuke.stapler.Function.bindAndInvokeAndServeResponse(Function.java:100) at org.kohsuke.stapler.MetaClass$1.doDispatch(MetaClass.java:124) at org.kohsuke.stapler.NameBasedDispatcher.dispatch(NameBasedDispatcher.java:58) at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:746) at org.kohsuke.stapler.Stapler.invoke(Stapler.java:876) at org.kohsuke.stapler.MetaClass$3.doDispatch(MetaClass.java:196) at org.kohsuke.stapler.NameBasedDispatcher.dispatch(NameBasedDispatcher.java:58) at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:746) at org.kohsuke.stapler.Stapler.invoke(Stapler.java:876) at org.kohsuke.stapler.MetaClass$11.dispatch(MetaClass.java:380) at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:746) at org.kohsuke.stapler.Stapler.invoke(Stapler.java:876) at org.kohsuke.stapler.MetaClass$5.doDispatch(MetaClass.java:233) at org.kohsuke.stapler.NameBasedDispatcher.dispatch(NameBasedDispatcher.java:58) at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:746) at org.kohsuke.stapler.Stapler.invoke(Stapler.java:876) at org.kohsuke.stapler.Stapler.invoke(Stapler.java:649) at org.kohsuke.stapler.Stapler.service(Stapler.java:238) at javax.servlet.http.HttpServlet.service(HttpServlet.java:790) at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:812) at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1669) at hudson.util.PluginServletFilter$1.doFilter(PluginServletFilter.java:135) at org.jenkinsci.plugins.ssegateway.Endpoint$SSEListenChannelFilter.doFilter(Endpoint.java:206) at hudson.util.PluginServletFilter$1.doFilter(PluginServletFilter.java:132) at jenkins.metrics.impl.MetricsFilter.doFilter(MetricsFilter.java:125) at hudson.util.PluginServletFilter$1.doFilter(PluginServletFilter.java:132) at hudson.plugins.greenballs.GreenBallFilter.doFilter(GreenBallFilter.java:59) at hudson.util.PluginServletFilter$1.doFilter(PluginServletFilter.java:132) at hudson.util.PluginServletFilter.doFilter(PluginServletFilter.java:126) at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652) at hudson.security.csrf.CrumbFilter.doFilter(CrumbFilter.java:86) at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652) at hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:84) at hudson.security.UnwrapSecurityExceptionFilter.doFilter(UnwrapSecurityExceptionFilter.java:51) at hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:87) at jenkins.security.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:117) at hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:87) at org.acegisecurity.providers.anonymous.AnonymousProcessingFilter.doFilter(AnonymousProcessingFilter.java:125) at hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:87) at org.acegisecurity.ui.rememberme.RememberMeProcessingFilter.doFilter(RememberMeProcessingFilter.java:142) at hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:87) at org.acegisecurity.ui.AbstractProcessingFilter.doFilter(AbstractProcessingFilter.java:271) at hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:87) at jenkins.security.BasicHeaderProcessor.doFilter(BasicHeaderProcessor.java:93) at hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:87) at org.acegisecurity.context.HttpSessionContextIntegrationFilter.doFilter(HttpSessionContextIntegrationFilter.java:249) at hudson.security.HttpSessionContextIntegrationFilter2.doFilter(HttpSessionContextIntegrationFilter2.java:67) at hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:87) at hudson.security.ChainedServletFilter.doFilter(ChainedServletFilter.java:76) at hudson.security.HudsonFilter.doFilter(HudsonFilter.java:171) at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652) at org.kohsuke.stapler.compression.CompressionFilter.doFilter(CompressionFilter.java:49) at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652) at hudson.util.CharacterEncodingFilter.doFilter(CharacterEncodingFilter.java:82) at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652) at org.kohsuke.stapler.DiagnosticThreadNameFilter.doFilter(DiagnosticThreadNameFilter.java:30) at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652) at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:585) at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:143) at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:553) at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:223) at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1127) at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:515) at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185) at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1061) at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:97) at org.eclipse.jetty.server.Server.handle(Server.java:499) at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:311) at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:257) at org.eclipse.jetty.io.AbstractConnection$2.run(AbstractConnection.java:544) at winstone.BoundedExecutorService$1.run(BoundedExecutorService.java:77) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) at java.lang.Thread.run(Thread.java:745) Caused by: java.lang.reflect.InvocationTargetException at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.kohsuke.stapler.export.MethodProperty.getValue(MethodProperty.java:66) at org.kohsuke.stapler.export.Property.safeGetValue(Property.java:145) ... 98 more Caused by: java.lang.NullPointerException at com.assembla.jenkinsci.plugin.AssemblaAuthenticationToken.getUserByUsername(AssemblaAuthenticationToken.java:86) at com.assembla.jenkinsci.plugin.AssemblaSecurityRealm.loadUserByUsername(AssemblaSecurityRealm.java:352) at hudson.model.User$UserIDCanonicalIdResolver.resolveCanonicalId(User.java:1050) at hudson.model.User.get(User.java:395) at hudson.model.User.get(User.java:364) at hudson.plugins.git.GitChangeSet.findOrCreateUser(GitChangeSet.java:379) at hudson.plugins.git.GitChangeSet.getAuthor(GitChangeSet.java:448) ... 104 more

          Daniel Beck added a comment -

          Entirely different issue specific to assembla-auth plugin (as is to be expected after two years without other negative feedback).

          https://app.assembla.com/spaces/assembla-oss/git/source/master/src/main/java/com/assembla/jenkinsci/plugin/AssemblaAuthenticationToken.java

          Looks to me like the users property in this class is never actually set and therefore always null.

          Daniel Beck added a comment - Entirely different issue specific to assembla-auth plugin (as is to be expected after two years without other negative feedback). https://app.assembla.com/spaces/assembla-oss/git/source/master/src/main/java/com/assembla/jenkinsci/plugin/AssemblaAuthenticationToken.java Looks to me like the users property in this class is never actually set and therefore always null.

            jglick Jesse Glick
            stony R. H.
            Votes:
            11 Vote for this issue
            Watchers:
            22 Start watching this issue

              Created:
              Updated:
              Resolved: