[JIRA] (JENKINS-60454) Jenkins.instance is missing after restart

46 views
Skip to first unread message

chuntak@qti.qualcomm.com (JIRA)

unread,
Dec 11, 2019, 10:32:03 PM12/11/19
to jenkinsc...@googlegroups.com
Chun-Ta Kung created an issue
 
Jenkins / Bug JENKINS-60454
Jenkins.instance is missing after restart
Issue Type: Bug Bug
Assignee: Unassigned
Components: core, p4-plugin
Created: 2019-12-12 03:31
Environment: Linux
Priority: Major Major
Reporter: Chun-Ta Kung

I choose to install p4-plugin and check the box that would restart once it clears the jobs in the queue. And it restarted but spent one or two hours showing "please wait while jenkins is restarting ...", and eventually showed error with stack trace below. 

 

Stack Trace

java.lang.IllegalStateException: Jenkins.instance is missing. Read the documentation of Jenkins.getInstanceOrNull to see what you are doing wrong.
at jenkins.model.Jenkins.get(Jenkins.java:772)
at hudson.security.TokenBasedRememberMeServices2.autoLogin(TokenBasedRememberMeServices2.java:164)
at org.acegisecurity.ui.rememberme.RememberMeProcessingFilter.doFilter(RememberMeProcessingFilter.java:104)
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:90)
at hudson.security.HudsonFilter.doFilter(HudsonFilter.java:171)
at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1610)
at org.kohsuke.stapler.compression.CompressionFilter.doFilter(CompressionFilter.java:49)
at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1610)
at hudson.util.CharacterEncodingFilter.doFilter(CharacterEncodingFilter.java:82)
at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1610)
at org.kohsuke.stapler.DiagnosticThreadNameFilter.doFilter(DiagnosticThreadNameFilter.java:30)
at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1610)
at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:540)
at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:146)
at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:524)
at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132)
at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:257)
at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1700)
at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:255)
at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1345)
at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:203)
at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:480)
at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1667)
at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:201)
at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1247)
at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:144)
at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132)
at org.eclipse.jetty.server.Server.handle(Server.java:505)
at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:370)
at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:267)
at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:305)
at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:117)
at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:333)
at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:310)
at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:168)
at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:126)
at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:366)
at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:698)
at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:804)
at java.lang.Thread.run(Thread.java:745)

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

kwirth@perforce.com (JIRA)

unread,
Dec 12, 2019, 3:54:03 AM12/12/19
to jenkinsc...@googlegroups.com
Karl Wirth commented on Bug JENKINS-60454
 
Re: Jenkins.instance is missing after restart

Hi Chun-Ta Kung - This looks like it could be a known open bug in Jenkins caused by the restart not the plugin itself. Please see:

  JENKINS-55070

So that we can add to the bug report please let us know what version of Jenkins you are using and which OS it's on.

kwirth@perforce.com (JIRA)

unread,
Dec 12, 2019, 3:55:02 AM12/12/19
to jenkinsc...@googlegroups.com
Karl Wirth updated an issue
 
Change By: Karl Wirth
Labels: P4_SUPPORT

chuntak@qti.qualcomm.com (JIRA)

unread,
Dec 12, 2019, 1:25:02 PM12/12/19
to jenkinsc...@googlegroups.com
Chun-Ta Kung commented on Bug JENKINS-60454
 
Re: Jenkins.instance is missing after restart

Thanks. I will put information here later. In the meantime, any way to recover the server ? manually start and stop ? 

kwirth@perforce.com (JIRA)

unread,
Dec 13, 2019, 4:05:05 AM12/13/19
to jenkinsc...@googlegroups.com

Hi Chun-Ta Kung - I dont have much experience with this but I would recommend restarting the server to see if it solves the problem.

chuntak@qti.qualcomm.com (JIRA)

unread,
Dec 13, 2019, 6:16:03 PM12/13/19
to jenkinsc...@googlegroups.com

I see. Will try. Below is the os-release information. 

NAME="Ubuntu"
VERSION="14.04.6 LTS, Trusty Tahr"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 14.04.6 LTS"
VERSION_ID="14.04"

kwirth@perforce.com (JIRA)

unread,
Dec 19, 2019, 10:47:02 AM12/19/19
to jenkinsc...@googlegroups.com

kwirth@perforce.com (JIRA)

unread,
Dec 19, 2019, 10:47:05 AM12/19/19
to jenkinsc...@googlegroups.com
Karl Wirth updated an issue
Change By: Karl Wirth
Component/s: p4-plugin

wfollonier@cloudbees.com (JIRA)

unread,
Feb 25, 2020, 8:12:10 AM2/25/20
to jenkinsc...@googlegroups.com

wfollonier@cloudbees.com (JIRA)

unread,
Feb 25, 2020, 8:12:10 AM2/25/20
to jenkinsc...@googlegroups.com
Wadeck Follonier started work on Bug JENKINS-60454
 
Change By: Wadeck Follonier
Status: Open In Progress

wfollonier@cloudbees.com (JIRA)

unread,
Feb 25, 2020, 8:12:10 AM2/25/20
to jenkinsc...@googlegroups.com

wfollonier@cloudbees.com (JIRA)

unread,
Feb 25, 2020, 8:12:13 AM2/25/20
to jenkinsc...@googlegroups.com

wfollonier@cloudbees.com (JIRA)

unread,
Mar 30, 2020, 7:04:02 AM3/30/20
to jenkinsc...@googlegroups.com
Change By: Wadeck Follonier
Status: In Review Resolved
Resolution: Fixed
Released As: 2.223
This message was sent by Atlassian Jira (v7.13.12#713012-sha1:6e07c38)
Atlassian logo

gmc-devel@br-automation.com (JIRA)

unread,
Mar 30, 2020, 8:52:05 AM3/30/20
to jenkinsc...@googlegroups.com

ogondza@gmail.com (JIRA)

unread,
Apr 3, 2020, 4:41:02 AM4/3/20
to jenkinsc...@googlegroups.com
Oliver Gondža updated an issue
Change By: Oliver Gondža
Labels: lts 2.222.2 - candidate fixed
Reply all
Reply to author
Forward
0 new messages