[JIRA] (JENKINS-59017) Blank page after login just after finishing Setup Wizard

158 views
Skip to first unread message

bogdan.sukonnov@gmail.com (JIRA)

unread,
Aug 21, 2019, 11:38:01 AM8/21/19
to jenkinsc...@googlegroups.com
Bogdan Sukonnov updated an issue
 
Jenkins / Bug JENKINS-59017
Blank page after login just after finishing Setup Wizard
Change By: Bogdan Sukonnov
Summary: Blank page after login just after finishing Setup Wizard
Add Comment Add Comment
 
This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)

bogdan.sukonnov@gmail.com (JIRA)

unread,
Aug 21, 2019, 11:47:02 AM8/21/19
to jenkinsc...@googlegroups.com
Bogdan Sukonnov updated an issue
Blank page after login from all browsers from every computer.

It's freshly installed Jenkins. Just after Setup Wizard with Install suggested plugins. Then in wizard dialogue user was created. And after that all attemts to login with this user lead to nothing.

 
----
*For those who just need
to fix it right now:*

You can restart Jenkins with this URL:

 
http://<jenkins.server>/restart
 or you can restart host, where Jenkins installed, or restart Jenkins in another way, depending of your installation. 

bogdan.sukonnov@gmail.com (JIRA)

unread,
Aug 21, 2019, 11:47:02 AM8/21/19
to jenkinsc...@googlegroups.com
Bogdan Sukonnov updated an issue
Blank page after login from all browsers from every computer.

It's freshly installed Jenkins. Just after Setup Wizard with Install suggested plugins. Then in wizard dialogue user was created. And after that all attemts to login with this user lead to nothing.

 
----
  *For those who just need fix it right now:*

You can restart Jenkins with this URL:

 
http://<jenkins.server>/restart
 
or you can restart host, where Jenkins installed, or restart Jenkins in another way, depending of your installation. 

bogdan.sukonnov@gmail.com (JIRA)

unread,
Aug 21, 2019, 11:48:04 AM8/21/19
to jenkinsc...@googlegroups.com
Bogdan Sukonnov updated an issue
Blank page after login from all browsers from every computer.

It's freshly installed Jenkins. Just after Setup Wizard with Install suggested plugins. Then in wizard dialogue user was created. And after that all attemts to login with this user lead to nothing.

 
----
*For those who just need to fix it right now:*


You can restart Jenkins with this URL:


 
{code:java}
http://<jenkins.server>/restart {code}
 or you can restart host, where Jenkins installed, or restart Jenkins in another way, depending of your installation. 

bogdan.sukonnov@gmail.com (JIRA)

unread,
Aug 21, 2019, 11:49:01 AM8/21/19
to jenkinsc...@googlegroups.com
Bogdan Sukonnov started work on Bug JENKINS-59017
 
Change By: Bogdan Sukonnov
Status: Open In Progress

bogdan.sukonnov@gmail.com (JIRA)

unread,
Aug 21, 2019, 3:43:02 PM8/21/19
to jenkinsc...@googlegroups.com
Bogdan Sukonnov commented on Bug JENKINS-59017
 
Re: Blank page after login just after finishing Setup Wizard

but Script Console

println(Jenkins.get().getSetupWizard().hasSetupWizardFilter());

prints false

bogdan.sukonnov@gmail.com (JIRA)

unread,
Aug 21, 2019, 3:46:02 PM8/21/19
to jenkinsc...@googlegroups.com
Bogdan Sukonnov edited a comment on Bug JENKINS-59017
but Script Console
{code:java}
println(Jenkins.get().getSetupWizard().hasSetupWizardFilter());{code}
prints _false_
 
{code:java}
println(Jenkins.get().getInstallState().isSetupComplete());{code}
 prints _true_

bogdan.sukonnov@gmail.com (JIRA)

unread,
Aug 21, 2019, 4:39:01 PM8/21/19
to jenkinsc...@googlegroups.com

The same blank page can be reached in any Jenkins by 
http://<jenkins.server>/setupWizard/

bogdan.sukonnov@gmail.com (JIRA)

unread,
Aug 21, 2019, 4:51:38 PM8/21/19
to jenkinsc...@googlegroups.com

So I see 3 problems here:

  1. SetupWizardFilter works in spite of isSetupComplete() == true
  2. SetupWizardFilter still in filters list when Setup Wizard is complete
  3. http://<jenkins.server>/setupWizard/   works on every Jenkins, but doesn't give user any information or interface with possible actions

bogdan.sukonnov@gmail.com (JIRA)

unread,
Aug 21, 2019, 4:55:02 PM8/21/19
to jenkinsc...@googlegroups.com
Bogdan Sukonnov edited a comment on Bug JENKINS-59017
So I see 3 problems here:
# SetupWizardFilter works still do filtering in spite of isSetupComplete() == true
# SetupWizardFilter
is still in filters list when Setup Wizard is complete - this can indicate general problems with deleting filters
# http://<jenkins.server>/setupWizard/   works on every Jenkins, but doesn't give user any information or interface with possible actions

bogdan.sukonnov@gmail.com (JIRA)

unread,
Aug 23, 2019, 2:06:03 AM8/23/19
to jenkinsc...@googlegroups.com

wfollonier@cloudbees.com (JIRA)

unread,
Sep 14, 2019, 5:52:03 AM9/14/19
to jenkinsc...@googlegroups.com
Wadeck Follonier resolved as Fixed
 
Change By: Wadeck Follonier
Status: In Progress Resolved
Resolution: Fixed
This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)
Atlassian logo

wfollonier@cloudbees.com (JIRA)

unread,
Sep 14, 2019, 5:52:03 AM9/14/19
to jenkinsc...@googlegroups.com

wfollonier@cloudbees.com (JIRA)

unread,
Sep 14, 2019, 5:53:02 AM9/14/19
to jenkinsc...@googlegroups.com
Wadeck Follonier commented on Bug JENKINS-59017
 
Re: Blank page after login just after finishing Setup Wizard

FYI I just put the release version a bit in advance, it will be released in 1-2 days with your PR.

dbeck@cloudbees.com (JIRA)

unread,
Nov 4, 2019, 5:23:02 AM11/4/19
to jenkinsc...@googlegroups.com

dbeck@cloudbees.com (JIRA)

unread,
Nov 4, 2019, 5:28:02 AM11/4/19
to jenkinsc...@googlegroups.com
Daniel Beck commented on Bug JENKINS-59017
 
Re: Blank page after login just after finishing Setup Wizard

Just encountered this in 2.190.1 and the following script (entered at /script because for some reason we never addressed the "wizard bypass") addressed it:

ExtensionList.lookupSingleton(jenkins.install.SetupWizard.class).onInstallStateUpdate(Jenkins.get().getInstallState()) 

Quicker than re-running the wizard I guess.

dbeck@cloudbees.com (JIRA)

unread,
Nov 22, 2019, 6:15:04 AM11/22/19
to jenkinsc...@googlegroups.com
Reply all
Reply to author
Forward
0 new messages