[JIRA] (JENKINS-61819) Class jenkins.security.QueueItemAuthenticatorConfiguration was not found - Active Choice potentially not yet loaded

2020-04-07 Thread ba...@free.fr (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Basile Chandesris updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-61819  
 
 
  Class jenkins.security.QueueItemAuthenticatorConfiguration was not found - Active Choice potentially not yet loaded   
 

  
 
 
 
 

 
Change By: 
 Basile Chandesris  
 
 
Environment: 
 Redat 7, Java 8  442  242 , Jenkins LTS 2.222.1, Active Choice plugin 2.1 (not latest) unochoice  
 

  
 
 
 
 

 
 
 

 
 
 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.205669.1586158012000.7755.1586284680323%40Atlassian.JIRA.


[JIRA] (JENKINS-61819) Class jenkins.security.QueueItemAuthenticatorConfiguration was not found - Active Choice potentially not yet loaded

2020-04-06 Thread ba...@free.fr (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Basile Chandesris updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-61819  
 
 
  Class jenkins.security.QueueItemAuthenticatorConfiguration was not found - Active Choice potentially not yet loaded   
 

  
 
 
 
 

 
Change By: 
 Basile Chandesris  
 
 
Labels: 
 active-choices  freestyle-job  jenkins.security.QueueItemAuthenticatorConfiguration parameters  
 

  
 
 
 
 

 
 
 

 
 
 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.205669.1586158012000.6749.1586158140159%40Atlassian.JIRA.


[JIRA] (JENKINS-61819) Class jenkins.security.QueueItemAuthenticatorConfiguration was not found - Active Choice potentially not yet loaded

2020-04-06 Thread ba...@free.fr (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Basile Chandesris updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-61819  
 
 
  Class jenkins.security.QueueItemAuthenticatorConfiguration was not found - Active Choice potentially not yet loaded   
 

  
 
 
 
 

 
Change By: 
 Basile Chandesris  
 
 
Environment: 
 Redat 7, Java 8 442, Jenkins LTS 2.222.1, Active  Choise  Choice  plugin 2.1 (not latest) unochoice  
 

  
 
 
 
 

 
 
 

 
 
 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.205669.1586158012000.6747.1586158080126%40Atlassian.JIRA.


[JIRA] (JENKINS-61819) Class jenkins.security.QueueItemAuthenticatorConfiguration was not found - Active Choice potentially not yet loaded

2020-04-06 Thread ba...@free.fr (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Basile Chandesris created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-61819  
 
 
  Class jenkins.security.QueueItemAuthenticatorConfiguration was not found - Active Choice potentially not yet loaded   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Bruno P. Kinoshita  
 
 
Components: 
 active-choices-plugin  
 
 
Created: 
 2020-04-06 07:26  
 
 
Environment: 
 Redat 7, Java 8 442, Jenkins LTS 2.222.1, Active Choise plugin 2.1 (not latest) unochoice  
 
 
Labels: 
 jenkins.security.QueueItemAuthenticatorConfiguration active-choices parameters  
 
 
Priority: 
  Major  
 
 
Reporter: 
 Basile Chandesris  
 

  
 
 
 
 

 
 Parameters (active choice plugin 2.1) in a Freestyle Job does not show up, and a fast error appears and is cleared, but got something in the log: 

 

java.lang.IllegalStateException: The class jenkins.security.QueueItemAuthenticatorConfiguration was not found, potentially not yet loaded
 at hudson.ExtensionList.getInstance(ExtensionList.java:166)
 at jenkins.security.QueueItemAuthenticatorConfiguration.get(QueueItemAuthenticatorConfiguration.java:61)
 at jenkins.security.QueueItemAuthenticatorConfiguration$ProviderImpl.getAuthenticators(QueueItemAuthenticatorConfiguration.java:70)
 at jenkins.security.QueueItemAuthenticatorProvider$IteratorImpl.hasNext(QueueItemAuthenticatorProvider.java:44)
 at hudson.model.queue.Tasks.getAuthenticationOf(Tasks.java:106)
 at