[JIRA] (JENKINS-56843) Active Directory Health Status non-functional, NPE in logs

2020-05-07 Thread 'mdb...@terberg.nl (JIRA)' via Jenkins Issues
Title: Message Title


 
 
 
 

 
 
 

 
   
 M de Bont commented on  JENKINS-56843  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Active Directory Health Status non-functional, NPE in logs   
 

  
 
 
 
 

 
 Also problem with Jenkins 2.178 and AD version 2.16 on Windows  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.198503.1554160728000.23159.1588856040230%40Atlassian.JIRA.


[JIRA] (JENKINS-56843) Active Directory Health Status non-functional, NPE in logs

2019-04-01 Thread achit...@mercenarytechnology.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 A C created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-56843  
 
 
  Active Directory Health Status non-functional, NPE in logs   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Félix Belzunce Arcos  
 
 
Components: 
 active-directory-plugin  
 
 
Created: 
 2019-04-01 23:18  
 
 
Environment: 
 Jenkins 2.164.1  Active Directory plugin 2.13  Windows Server 2016 x64  Server JRE 1.8u202 x64  
 
 
Priority: 
  Major  
 
 
Reporter: 
 A C  
 

  
 
 
 
 

 
 Fresh Jenkins install, default Active Directory configuration.  The Active Directory plugin is basically functional: it does successfully authenticate users against their domain credentials. However, the Health Status page at /ad-health/ does not list a server, Submit Query does nothing, and no information is available in either table.  The following exception is seen in jenkins.err.log: 

 

Apr 01, 2019 4:10:32 PM jenkins.util.ProgressiveRendering$1 run
WARNING: failed to compute /ad-health/
java.lang.NullPointerException
	at hudson.plugins.active_directory.ActiveDirectoryStatus$1.compute(ActiveDirectoryStatus.java:101)
	at jenkins.util.ProgressiveRendering$1.run(ProgressiveRendering.java:122)
	at jenkins.security.ImpersonatingScheduledExecutorService$1.run(ImpersonatingScheduledExecutorService.java:58)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
	at