[JIRA] [matrix-auth] (JENKINS-21791) NPE when trying to add/update credentials in configure global security

2014-02-13 Thread jgl...@cloudbees.com (JIRA)















































Jesse Glick
 resolved  JENKINS-21791 as Cannot Reproduce


NPE when trying to add/update credentials in configure global security
















I suspect corruption in the unpacked WAR, not jenkins.war itself. Where this gets unpacked to, or if it gets unpacked at all, depends on how you launch Jenkins: java -jar jenkins.war, from a Debian or RPM package, added to Tomcat, and so on.





Change By:


Jesse Glick
(13/Feb/14 12:48 PM)




Status:


Open
Resolved





Resolution:


CannotReproduce



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.


[JIRA] [matrix-auth] (JENKINS-21791) NPE when trying to add/update credentials in configure global security

2014-02-12 Thread ar...@hortonworks.com (JIRA)














































Arpit Gupta
 commented on  JENKINS-21791


NPE when trying to add/update credentials in configure global security















Here is the stack trace i see


javax.servlet.ServletException: java.lang.NullPointerException
	at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:778)
	at org.kohsuke.stapler.Stapler.invoke(Stapler.java:858)
	at org.kohsuke.stapler.MetaClass$12.dispatch(MetaClass.java:390)
	at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:728)
	at org.kohsuke.stapler.Stapler.invoke(Stapler.java:858)
	at org.kohsuke.stapler.Stapler.invoke(Stapler.java:631)
	at org.kohsuke.stapler.Stapler.service(Stapler.java:225)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:848)
	at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:686)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1494)
	at hudson.util.PluginServletFilter$1.doFilter(PluginServletFilter.java:96)
	at hudson.util.PluginServletFilter.doFilter(PluginServletFilter.java:88)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1482)
	at hudson.security.csrf.CrumbFilter.doFilter(CrumbFilter.java:48)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1482)
	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 org.acegisecurity.ui.basicauth.BasicProcessingFilter.doFilter(BasicProcessingFilter.java:174)
	at hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:87)
	at jenkins.security.ApiTokenFilter.doFilter(ApiTokenFilter.java:64)
	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:164)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1482)
	at org.kohsuke.stapler.compression.CompressionFilter.doFilter(CompressionFilter.java:46)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1482)
	at hudson.util.CharacterEncodingFilter.doFilter(CharacterEncodingFilter.java:81)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1474)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:499)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137)
	at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:533)
	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:231)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1086)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:428)
	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1020)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116)
	at org.eclipse.jetty.server.Server.handle(Server.java:370)
	at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:489)
	at 

[JIRA] [matrix-auth] (JENKINS-21791) NPE when trying to add/update credentials in configure global security

2014-02-12 Thread ar...@hortonworks.com (JIRA)














































Arpit Gupta
 created  JENKINS-21791


NPE when trying to add/update credentials in configure global security















Issue Type:


Bug



Affects Versions:


current



Assignee:


Jesse Glick



Components:


matrix-auth



Created:


12/Feb/14 9:41 PM



Description:


This was noticed on 1.546 and earlier version. Any time i try to add/update users in configure global security i get an NPE. We are using github auth plugin.




Project:


Jenkins



Priority:


Major



Reporter:


Arpit Gupta

























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.


[JIRA] [matrix-auth] (JENKINS-21791) NPE when trying to add/update credentials in configure global security

2014-02-12 Thread ar...@hortonworks.com (JIRA)














































Arpit Gupta
 updated  JENKINS-21791


NPE when trying to add/update credentials in configure global security
















Change By:


Arpit Gupta
(12/Feb/14 9:43 PM)




Description:


Thiswasnoticedon1.546andearlierversion.Anytimeitrytoadd/updateusersinconfigureglobalsecurityigetanNPE.Weareusinggithubauthplugin.
Weareusingtheprojectbasedmatrixauthorizationstrategy.



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.


[JIRA] [matrix-auth] (JENKINS-21791) NPE when trying to add/update credentials in configure global security

2014-02-12 Thread jgl...@cloudbees.com (JIRA)















































Jesse Glick
 assigned  JENKINS-21791 to Unassigned



NPE when trying to add/update credentials in configure global security
















Sounds like a corrupt unpacked WAR, perhaps. Unclear to me.





Change By:


Jesse Glick
(12/Feb/14 9:48 PM)




Assignee:


JesseGlick



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.


[JIRA] [matrix-auth] (JENKINS-21791) NPE when trying to add/update credentials in configure global security

2014-02-12 Thread ar...@hortonworks.com (JIRA)














































Arpit Gupta
 commented on  JENKINS-21791


NPE when trying to add/update credentials in configure global security















Last time around after restarting the jenkins process i was able to make changes.



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.


[JIRA] [matrix-auth] (JENKINS-21791) NPE when trying to add/update credentials in configure global security

2014-02-12 Thread ar...@hortonworks.com (JIRA)














































Arpit Gupta
 commented on  JENKINS-21791


NPE when trying to add/update credentials in configure global security















Interesting do you have any insight into how i can check the validity of the war file? BTW i am on centos 6 and using rpm's to bring up jenkins


[root@10 ~]# cat /etc/redhat-release
CentOS release 6.3 (Final)
[root@10 ~]#
[root@10 ~]#
[root@10 ~]# rpm -qa | grep jenkins
jenkins-1.546-1.1.noarch




























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.


[JIRA] [matrix-auth] (JENKINS-21791) NPE when trying to add/update credentials in configure global security

2014-02-12 Thread ar...@hortonworks.com (JIRA)














































Arpit Gupta
 commented on  JENKINS-21791


NPE when trying to add/update credentials in configure global security















Here is some info on the war file being used


[root@10 ~]# rpm -ql jenkins | less
[root@10 ~]# ls -latr /usr/lib/jenkins/jenkins.war
-rw-r--r--. 1 root root 66180961 Jan  6 09:46 /usr/lib/jenkins/jenkins.war
[root@10 ~]# md5sum /usr/lib/jenkins/jenkins.war
c404e7dfa19977bc22b0d790ea2ad74a  /usr/lib/jenkins/jenkins.war




























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.


[JIRA] [matrix-auth] (JENKINS-21791) NPE when trying to add/update credentials in configure global security

2014-02-12 Thread ar...@hortonworks.com (JIRA)














































Arpit Gupta
 commented on  JENKINS-21791


NPE when trying to add/update credentials in configure global security















Also at some point of time this was working. I upgraded to 1.546 and restart jenkins because i ran into the same problem and after restart i was able to update the users in the matrix (in jan 2014). However now i am running into the same issue on the same installed version.



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.


[JIRA] [matrix-auth] (JENKINS-21791) NPE when trying to add/update credentials in configure global security

2014-02-12 Thread ar...@hortonworks.com (JIRA)














































Arpit Gupta
 commented on  JENKINS-21791


NPE when trying to add/update credentials in configure global security















Ok i restarted the jenkins service and now i am able to update the settings again.



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.