[JIRA] (JENKINS-60867) Blank page after SetupWizard: root cause

2020-02-10 Thread o.v.nenas...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Oleg Nenashev updated  JENKINS-60867  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 It was released in Jenkins 2.220  
 

  
 
 
 
 

 
 Jenkins /  JENKINS-60867  
 
 
  Blank page after SetupWizard: root cause   
 

  
 
 
 
 

 
Change By: 
 Oleg Nenashev  
 
 
Status: 
 In Review Resolved  
 
 
Resolution: 
 Fixed  
 
 
Released As: 
 Jenkins 2.220  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the 

[JIRA] (JENKINS-60867) Blank page after SetupWizard: root cause

2020-01-25 Thread wfollon...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Wadeck Follonier updated  JENKINS-60867  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-60867  
 
 
  Blank page after SetupWizard: root cause   
 

  
 
 
 
 

 
Change By: 
 Wadeck Follonier  
 
 
Status: 
 In  Progress  Review  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-60867) Blank page after SetupWizard: root cause

2020-01-25 Thread wfollon...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Wadeck Follonier assigned an issue to Wadeck Follonier  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-60867  
 
 
  Blank page after SetupWizard: root cause   
 

  
 
 
 
 

 
Change By: 
 Wadeck Follonier  
 
 
Assignee: 
 Wadeck Follonier  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-60867) Blank page after SetupWizard: root cause

2020-01-25 Thread wfollon...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Wadeck Follonier started work on  JENKINS-60867  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
Change By: 
 Wadeck Follonier  
 
 
Status: 
 Open In Progress  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





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


[JIRA] (JENKINS-60867) Blank page after SetupWizard: root cause

2020-01-25 Thread wfollon...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Wadeck Follonier created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-60867  
 
 
  Blank page after SetupWizard: root cause   
 

  
 
 
 
 

 
Issue Type: 
  Improvement  
 
 
Assignee: 
 Unassigned  
 
 
Components: 
 core  
 
 
Created: 
 2020-01-25 22:54  
 
 
Priority: 
  Minor  
 
 
Reporter: 
 Wadeck Follonier  
 

  
 
 
 
 

 
 Follow-up of JENKINS-59017. Root cause "understood". The SetupWizard is an extension. But during Jenkins (the class) startup, a new instance is created and linked with Jenkins. The extension (SW1) is instantiated after EXTENSIONS_AUGMENTED and the new instance (SW2) is called when COMPLETED is attained. To reproduce the case in a deterministic way: 1) On first run, the SW1 is loaded but the installState is UNKNOWN and thus, does not add the filter. Then, the SW2 is created and added to the filter list. At the end of the wizard, the SW2 (linked with Jenkins) is called to remove its filter. The situation is fine. 2) On a run (after restart) after the first one, when the wizard was not completed. The SW1 is loaded and its filter is added. Then the SW2 is created and its filter also added (two filters at this time). When the wizard is done, the SW2 is asked to remove its filter, but the SW1 is never called by the Jenkins instance to remove the filter. Thus after the wizard there is still a SetupWizard's filter activated. After JENKINS-59017, the filter has no longer the "blank page" effect thx to the correction but this was only removing the symptom, not the root cause.