[JIRA] [_unsorted] (JENKINS-33860) Stack Trace at /jenkins/configureSecurity

5 views
Skip to first unread message

b.manas.88@gmail.com (JIRA)

unread,
Mar 29, 2016, 4:25:02 AM3/29/16
to jenkinsc...@googlegroups.com
manas bhatnagar created an issue
 
Jenkins / Bug JENKINS-33860
Stack Trace at /jenkins/configureSecurity
Issue Type: Bug Bug
Assignee: Oleg Nenashev
Attachments: jenkins.txt.xz
Components: _unsorted
Created: 2016/Mar/29 8:24 AM
Environment: os.arch amd64
os.name FreeBSD
os.version 10.2-RELEASE


Jenkins ver. 2.0-alpha-3

Jenkins2 installed from ports devel/jenkins2
Priority: Blocker Blocker
Reporter: manas bhatnagar

Skip to content
titletitle log in

search

Jenkins
Jenkins project
Bug tracker
Mailing Lists
Twitter: @jenkinsci
Oops!

A problem occurred while processing the request. Please check our bug tracker to see if a similar problem has already been reported. If it is already reported, please vote and put a comment on it to let us gauge the impact of the problem. If you think this is a new issue, please file a new issue. When you file an issue, make sure to add the entire stack trace, along with the version of Jenkins and relevant plugins. The users list might be also useful in understanding what has happened.

Stack trace

javax.servlet.ServletException: java.lang.NullPointerException
at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:796)
at org.kohsuke.stapler.Stapler.invoke(Stapler.java:876)
at org.kohsuke.stapler.Stapler.invoke(Stapler.java:649)
at org.kohsuke.stapler.Stapler.service(Stapler.java:238)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:790)
at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:812)
at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1669)
at hudson.util.PluginServletFilter$1.doFilter(PluginServletFilter.java:132)
at com.smartcodeltd.jenkinsci.plugin.assetbundler.filters.LessCSS.doFilter(LessCSS.java:47)
at hudson.util.PluginServletFilter$1.doFilter(PluginServletFilter.java:129)
at hudson.util.PluginServletFilter.doFilter(PluginServletFilter.java:123)
at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652)
at hudson.security.csrf.CrumbFilter.doFilter(CrumbFilter.java:92)
at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652)
at hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:84)
at hudson.security.UnwrapSecurityExceptionFilter.doFilter(UnwrapSecurityExceptionFilter.java:51)
at hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:87)
at jenkins.security.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:117)
at hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:87)
at org.acegisecurity.providers.anonymous.AnonymousProcessingFilter.doFilter(AnonymousProcessingFilter.java:125)
at hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:87)
at org.acegisecurity.ui.rememberme.RememberMeProcessingFilter.doFilter(RememberMeProcessingFilter.java:142)
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:76)
at hudson.security.HudsonFilter.doFilter(HudsonFilter.java:171)
at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652)
at org.kohsuke.stapler.compression.CompressionFilter.doFilter(CompressionFilter.java:49)
at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652)
at hudson.util.CharacterEncodingFilter.doFilter(CharacterEncodingFilter.java:81)
at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652)
at org.kohsuke.stapler.DiagnosticThreadNameFilter.doFilter(DiagnosticThreadNameFilter.java:30)
at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652)
at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:585)
at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:143)
at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:553)
at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:223)
at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1127)
at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:515)
at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1061)
at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:97)
at org.eclipse.jetty.server.Server.handle(Server.java:499)
at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:311)
at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:257)
at org.eclipse.jetty.io.AbstractConnection$2.run(AbstractConnection.java:544)
at winstone.BoundedExecutorService$1.run(BoundedExecutorService.java:77)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.NullPointerException
at jenkins.plugins.slack.webhook.WebhookEndpoint.getUrlName(WebhookEndpoint.java:51)
at jenkins.model.Jenkins.getDynamic(Jenkins.java:2946)
at sun.reflect.GeneratedMethodAccessor233.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.kohsuke.stapler.Function$InstanceFunction.invoke(Function.java:324)
at org.kohsuke.stapler.Function.bindAndInvoke(Function.java:167)
at org.kohsuke.stapler.MetaClass$11.dispatch(MetaClass.java:378)
at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:746)
... 56 more
Page generated: Mar 29, 2016 7:58:24 AM GMTREST APIJenkins ver. 2.0-alpha-3

Add Comment Add Comment
 
This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265)
Atlassian logo

b.manas.88@gmail.com (JIRA)

unread,
Mar 29, 2016, 4:26:02 AM3/29/16
to jenkinsc...@googlegroups.com

b.manas.88@gmail.com (JIRA)

unread,
Mar 29, 2016, 4:29:02 AM3/29/16
to jenkinsc...@googlegroups.com

b.manas.88@gmail.com (JIRA)

unread,
Mar 29, 2016, 4:41:01 AM3/29/16
to jenkinsc...@googlegroups.com
manas bhatnagar closed an issue as Fixed
 

Reboot fixes issue, ignore.

Change By: manas bhatnagar
Status: Open Closed
Resolution: Fixed

b.manas.88@gmail.com (JIRA)

unread,
Mar 29, 2016, 4:41:01 AM3/29/16
to jenkinsc...@googlegroups.com

o.v.nenashev@gmail.com (JIRA)

unread,
Mar 29, 2016, 6:19:01 AM3/29/16
to jenkinsc...@googlegroups.com
Oleg Nenashev updated an issue
Change By: Oleg Nenashev
Component/s: slack-plugin
Component/s: _unsorted
Priority: Blocker Critical

o.v.nenashev@gmail.com (JIRA)

unread,
Mar 29, 2016, 6:19:01 AM3/29/16
to jenkinsc...@googlegroups.com
Oleg Nenashev reopened an issue
 

Anyway, it should not happen.
I'll redirect this issue to the Slack plugin component and decrease the priority a bit.

Change By: Oleg Nenashev
Resolution: Fixed
Status: Closed Reopened

o.v.nenashev@gmail.com (JIRA)

unread,
Mar 29, 2016, 6:23:01 AM3/29/16
to jenkinsc...@googlegroups.com

I don't feel it is somehow related to Jenkins 2.0, because there is an obvious bug in Slack plugin, which must handle the missing configuration somehow. , I've CCed Daniel Beck, who may have more context about 2.0 changes

o.v.nenashev@gmail.com (JIRA)

unread,
Mar 29, 2016, 6:23:02 AM3/29/16
to jenkinsc...@googlegroups.com
Oleg Nenashev assigned an issue to Kurt Madel
Change By: Oleg Nenashev
Assignee: Oleg Nenashev Kurt Madel

dbeck@cloudbees.com (JIRA)

unread,
Mar 29, 2016, 6:28:02 AM3/29/16
to jenkinsc...@googlegroups.com

Not a 2.0 issue, we even removed Slack from the list of plugins in setup because 2.0.x is so unstable.

https://github.com/jenkinsci/slack-plugin/issues/199

moser.valentin@gmail.com (JIRA)

unread,
May 17, 2016, 7:02:02 AM5/17/16
to jenkinsc...@googlegroups.com

Same problem here with new instance of jenkins 2.3 and the newest Slack Plugin to date available.
It blocks a lot of things like security, global tool config, login of users with the same nullpointer (though my account, which has set up the jenkins seems fine. matrix user rights activated), ..

setting or deleting a webhook did not change anything. so we deactivated the plugin.

timjacomb1@gmail.com (JIRA)

unread,
Nov 30, 2018, 5:20:04 AM11/30/18
to jenkinsc...@googlegroups.com
Change By: Tim Jacomb
Status: Reopened Fixed but Unreleased
Resolution: Fixed
Released As: 2.4
This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)

timjacomb1@gmail.com (JIRA)

unread,
Nov 30, 2018, 5:20:04 AM11/30/18
to jenkinsc...@googlegroups.com
Change By: Tim Jacomb
Status: Fixed but Unreleased Resolved
Reply all
Reply to author
Forward
0 new messages