[JIRA] [safe-restart] (JENKINS-33702) safeRestart fails with Authentication exception

2016-03-22 Thread daniel.m...@gfs.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Daniel Mish commented on  JENKINS-33702 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: safeRestart fails with Authentication exception  
 
 
 
 
 
 
 
 
 
 
Upgraded to Major, since it seems that the process gets stuck, never shuts down and requires a kill -9 to restart. This affects all restarts within the application, including the Restart Safely plugin. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

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





-- 
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/d/optout.


[JIRA] [safe-restart] (JENKINS-33702) safeRestart fails with Authentication exception

2016-03-22 Thread daniel.m...@gfs.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Daniel Mish updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-33702 
 
 
 
  safeRestart fails with Authentication exception  
 
 
 
 
 
 
 
 
 

Change By:
 
 Daniel Mish 
 
 
 

Priority:
 
 Minor Major 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

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





-- 
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/d/optout.


[JIRA] [safe-restart] (JENKINS-33702) safeRestart fails with Authentication exception

2016-03-21 Thread arogo...@cisco.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 alik rogotner commented on  JENKINS-33702 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: safeRestart fails with Authentication exception  
 
 
 
 
 
 
 
 
 
 
i seem to get it after an exception from the LDAP plugin 
Mar 21, 2016 9:07:52 PM org.acegisecurity.providers.ldap.authenticator.BindAuthenticator2 handleBindException WARNING: Failed to bind to LDAP: userDnCN=,OU=**,OU=***,DC=**,DC=*** username= javax.naming.AuthenticationException: [LDAP: error code 49 - 80090308: LdapErr: DSID-0C0903A8, comment: AcceptSecurityContext error, data 52e, v1db1] at com.sun.jndi.ldap.LdapCtx.mapErrorCode(LdapCtx.java:3135) at com.sun.jndi.ldap.LdapCtx.processReturnCode(LdapCtx.java:3081) at com.sun.jndi.ldap.LdapCtx.processReturnCode(LdapCtx.java:2883) at com.sun.jndi.ldap.LdapCtx.connect(LdapCtx.java:2797) at com.sun.jndi.ldap.LdapCtx.(LdapCtx.java:319) at com.sun.jndi.ldap.LdapCtxFactory.getUsingURL(LdapCtxFactory.java:192) at com.sun.jndi.ldap.LdapCtxFactory.getUsingURLs(LdapCtxFactory.java:210) at com.sun.jndi.ldap.LdapCtxFactory.getLdapCtxInstance(LdapCtxFactory.java:153) at com.sun.jndi.ldap.LdapCtxFactory.getInitialContext(LdapCtxFactory.java:83) at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:684) at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:313) at javax.naming.InitialContext.init(InitialContext.java:244) at javax.naming.InitialContext.(InitialContext.java:216) at javax.naming.directory.InitialDirContext.(InitialDirContext.java:101) at org.acegisecurity.ldap.DefaultInitialDirContextFactory.connect(DefaultInitialDirContextFactory.java:180) at org.acegisecurity.ldap.DefaultInitialDirContextFactory.newInitialDirContext(DefaultInitialDirContextFactory.java:261) at org.acegisecurity.ldap.LdapTemplate.execute(LdapTemplate.java:123) at org.acegisecurity.ldap.LdapTemplate.retrieveEntry(LdapTemplate.java:165) at org.acegisecurity.providers.ldap.authenticator.BindAuthenticator.bindWithDn(BindAuthenticator.java:87) at org.acegisecurity.providers.ldap.authenticator.BindAuthenticator.authenticate(BindAuthenticator.java:72) at org.acegisecurity.providers.ldap.authenticator.BindAuthenticator2.authenticate(BindAuthenticator2.java:49) at org.acegisecurity.providers.ldap.LdapAuthenticationProvider.retrieveUser(LdapAuthenticationProvider.java:233) at org.acegisecurity.providers.dao.AbstractUserDetailsAuthenticationProvider.authenticate(AbstractUserDetailsAuthenticationProvider.java:122) at org.acegisecurity.providers.ProviderManager.doAuthentication(ProviderManager.java:200) at org.acegisecurity.AbstractAuthenticationManager.authenticate(AbstractAuthenticationManager.java:47) at hudson.security.LDAPSecurityRealm$LDAPAuthenticationManager.authenticate(LDAPSecurityRealm.java:786) at org.acegisecurity.ui.webapp.AuthenticationProcessingFilter.attemptAuthentication(AuthenticationProcessingFilter.java:74) at org.acegisecurity.ui.AbstractProcessingFilter.doFilter(AbstractProcessingFilter.java:252) 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:1482) at org.kohsuke.stapler.compression.CompressionFilter.doFilter(CompressionFilter.java:49) at 

[JIRA] [safe-restart] (JENKINS-33702) safeRestart fails with Authentication exception

2016-03-21 Thread daniel.m...@gfs.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Daniel Mish commented on  JENKINS-33702 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: safeRestart fails with Authentication exception  
 
 
 
 
 
 
 
 
 
 
SystemInfo: 

 

System Properties

Name  ↓
Value   
awt.toolkit	sun.awt.X11.XToolkit
executable-war	/lcl/dev/data/builds/scmProductAcquisition/jenkins.war
file.encoding	UTF-8
file.encoding.pkg	sun.io
file.separator	/
hudson.diyChunking	true
hudson.model.DirectoryBrowserSupport.CSP	default-src 'none'; img-src 'self'; style-src 'self' 'unsafe-inline'; script-src 'self' 'unsafe-inline' 'unsafe-eval'; child-src 'self'; connect-src *.gfs.com
java.awt.graphicsenv	sun.awt.X11GraphicsEnvironment
java.awt.headless	true
java.awt.printerjob	sun.print.PSPrinterJob
java.class.path	/lcl/dev/data/builds/scmProductAcquisition/jenkins.war
java.class.version	51.0
java.endorsed.dirs	/lcl/apps/java/oracle/jdk1.7.0_80/jre/lib/endorsed
java.ext.dirs	/lcl/apps/java/oracle/jdk1.7.0_80/jre/lib/ext:/usr/java/packages/lib/ext
java.home	/lcl/apps/java/oracle/jdk1.7.0_80/jre
java.io.tmpdir	/tmp
java.library.path	/usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib
java.runtime.name	Java(TM) SE Runtime Environment
java.runtime.version	1.7.0_80-b15
java.specification.name	Java Platform API Specification
java.specification.vendor	Oracle Corporation
java.specification.version	1.7
java.vendor	Oracle Corporation
java.vendor.url	http://java.oracle.com/
java.vendor.url.bug	http://bugreport.sun.com/bugreport/
java.version	1.7.0_80
java.vm.info	mixed mode
java.vm.name	Java HotSpot(TM) 64-Bit Server VM
java.vm.specification.name	Java Virtual Machine Specification
java.vm.specification.vendor	Oracle Corporation
java.vm.specification.version	1.7
java.vm.vendor	Oracle Corporation
java.vm.version	24.80-b11
jenkins.udp	11403
jna.loaded	true
jna.platform.library.path	/usr/lib64:/lib64:/usr/lib:/lib:/usr/lib/vmware-tools/lib64/libvmGuestLibJava.so:/usr/lib/vmware-tools/lib32/libvmGuestLibJava.so:/usr/lib/vmware-tools/lib64/libvmGuestLib.so:/usr/lib/vmware-tools/lib32/libvmGuestLib.so:/usr/lib64/dyninst:/usr/lib64/qt-3.3/lib:/usr/lib64/mysql:/usr/lib/vmware-tools/lib64/libDeployPkg.so:/usr/lib/vmware-tools/lib32/libDeployPkg.so
jnidispatch.path	/tmp/jna-94094958/jna5657623128511445445.tmp
line.separator	
mail.smtp.sendpartial	true
mail.smtps.sendpartial	true
os.arch	amd64
os.name	Linux
os.version	3.10.0-327.4.5.el7.x86_64
path.separator	:
sun.arch.data.model	64
sun.boot.class.path	/lcl/apps/java/oracle/jdk1.7.0_80/jre/lib/resources.jar:/lcl/apps/java/oracle/jdk1.7.0_80/jre/lib/rt.jar:/lcl/apps/java/oracle/jdk1.7.0_80/jre/lib/sunrsasign.jar:/lcl/apps/java/oracle/jdk1.7.0_80/jre/lib/jsse.jar:/lcl/apps/java/oracle/jdk1.7.0_80/jre/lib/jce.jar:/lcl/apps/java/oracle/jdk1.7.0_80/jre/lib/charsets.jar:/lcl/apps/java/oracle/jdk1.7.0_80/jre/lib/jfr.jar:/lcl/apps/java/oracle/jdk1.7.0_80/jre/classes
sun.boot.library.path	/lcl/apps/java/oracle/jdk1.7.0_80/jre/lib/amd64
sun.cpu.endian	little
sun.cpu.isalist	
sun.font.fontmanager	sun.awt.X11FontManager
sun.io.unicode.encoding	UnicodeLittle
sun.java.command	/lcl/dev/data/builds/scmProductAcquisition/jenkins.war --httpPort=11403 --httpListenAddress=0.0.0.0 --ajp13Port=-1 --prefix=/scmProductAcquisition --logfile=/lcl/dev/data/builds/scmProductAcquisition/logs/jenkins.log --javaHome=/lcl/apps/java/default -Djava.io.tmpdir=/lcl/dev/data/builds/scmProductAcquisition/temp
sun.java.launcher	SUN_STANDARD
sun.jnu.encoding	UTF-8
sun.management.compiler	HotSpot 64-Bit Tiered Compilers
sun.os.patch.level	unknown
svnkit.http.methods	Digest,Basic,NTLM,Negotiate
svnkit.ssh2.persistent	false
user.country	US
user.dir	/lcl/dev/data/builds/scmProductAcquisition
user.home	/gfs/home/build
user.language	en
user.name	build
user.timezone	America/Detroit
Environment Variables

Name  ↓
Value   
_	

[JIRA] [safe-restart] (JENKINS-33702) safeRestart fails with Authentication exception

2016-03-21 Thread daniel.m...@gfs.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Daniel Mish updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-33702 
 
 
 
  safeRestart fails with Authentication exception  
 
 
 
 
 
 
 
 
 

Change By:
 
 Daniel Mish 
 
 
 

Attachment:
 
 jenkins.log 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

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





-- 
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/d/optout.


[JIRA] [safe-restart] (JENKINS-33702) safeRestart fails with Authentication exception

2016-03-21 Thread daniel.m...@gfs.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Daniel Mish created an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-33702 
 
 
 
  safeRestart fails with Authentication exception  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Bug 
 
 
 

Assignee:
 

 Unassigned 
 
 
 

Components:
 

 safe-restart 
 
 
 

Created:
 

 2016/Mar/21 5:32 PM 
 
 
 

Environment:
 

 Jenkins ver. 1.653  Linux 3.10.0-327.4.5.el7.x86_64 #1 SMP Thu Jan 21 04:10:29 EST 2016 x86_64 x86_64 x86_64 GNU/Linux  java version "1.7.0_80"  Java(TM) SE Runtime Environment (build 1.7.0_80-b15)  Java HotSpot(TM) 64-Bit Server VM (build 24.80-b11, mixed mode)  EXT_JENKINS_MEMORY="-Xms256m -Xmx1024m -XX:PermSize=512m -XX:MaxPermSize=512m"  Running Jenkins directly  No reverse proxy  No slave nodes  Browser not involved in issue 
 
 
 

Priority:
 
  Minor 
 
 
 

Reporter:
 
 Daniel Mish 
 
 
 
 
 
 
 
 
 
 
Jenkins hangs with "Please wait while Jenkins is restarting..." after a restart from the GUI. 
This seems to occur with any restart from the Jenkins GUI. I experienced the same issue when disabling plugins and selecting "Restart Once No Jobs are Running" or selecting the "Restart Safely" plugin. 
The following error shows in the log:  

 

SEVERE: Failed to stop filters
java.lang.UnsupportedOperationException
	at