[JIRA] (JENKINS-51285) Active Directory plugin does not work with scandic usernames

7 views
Skip to first unread message

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

unread,
May 14, 2018, 4:00:02 AM5/14/18
to jenkinsc...@googlegroups.com
Oleg Nenashev updated an issue
 
Jenkins / Bug JENKINS-51285
Active Directory plugin does not work with scandic usernames
Change By: Oleg Nenashev
Component/s: git-plugin
Add Comment Add Comment
 
This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)
Atlassian logo

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

unread,
May 14, 2018, 4:00:02 AM5/14/18
to jenkinsc...@googlegroups.com
Oleg Nenashev updated an issue
Change By: Oleg Nenashev
Summary: Git Active Directory plugin does not work with scandic usernames

milkiwaysabe@gmail.com (JIRA)

unread,
Jun 21, 2018, 8:31:02 PM6/21/18
to jenkinsc...@googlegroups.com
jang hyemi started work on Bug JENKINS-51285
 
Change By: jang hyemi
Status: Open In Progress

ronny.borchert@muehlbauer.de (JIRA)

unread,
Jan 15, 2020, 7:29:08 AM1/15/20
to jenkinsc...@googlegroups.com
Ronny Borchert commented on Bug JENKINS-51285
 
Re: Active Directory plugin does not work with scandic usernames

With TFS plugin and latest of all version I got this too, seems a connection issue.

FATAL: hudson.plugins.active_directory.CacheAuthenticationException: Authentication failed because there was a problem caching user DOMAIN\NAME; nested exception is java.util.concurrent.ExecutionException: javax.naming.CommunicationException: url.url.url.com:3268 [Root exception is java.net.ConnectException: Connection timed out: connect]FATAL: hudson.plugins.active_directory.CacheAuthenticationException: Authentication failed because there was a problem caching user DOMAIN\NAME; nested exception is java.util.concurrent.ExecutionException: javax.naming.CommunicationException: url.url.url.com:3268 [Root exception is java.net.ConnectException: Connection timed out: connect]java.net.ConnectException: Connection timed out: connect at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method) at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:85) at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350) at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206) at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188) at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:172) at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) at java.net.Socket.connect(Socket.java:589) at sun.reflect.GeneratedMethodAccessor644.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at com.sun.jndi.ldap.Connection.createSocket(Connection.java:350) at com.sun.jndi.ldap.Connection.<init>(Connection.java:203)Caused: javax.naming.CommunicationException: url.url.url.com:3268 [Root exception is java.net.ConnectException: Connection timed out: connect] at com.sun.jndi.ldap.Connection.<init>(Connection.java:216) at com.sun.jndi.ldap.LdapClient.<init>(LdapClient.java:137) at com.sun.jndi.ldap.LdapClient.getInstance(LdapClient.java:1615) at com.sun.jndi.ldap.LdapCtx.connect(LdapCtx.java:2749) at com.sun.jndi.ldap.LdapCtx.<init>(LdapCtx.java:319) at com.sun.jndi.ldap.LdapCtxFactory.getUsingURL(LdapCtxFactory.java:192) at com.sun.jndi.ldap.LdapCtxFactory.getLdapCtxInstance(LdapCtxFactory.java:151) at hudson.plugins.active_directory.ActiveDirectorySecurityRealm$DescriptorImpl.bind(ActiveDirectorySecurityRealm.java:668) at hudson.plugins.active_directory.ActiveDirectorySecurityRealm$DescriptorImpl.bind(ActiveDirectorySecurityRealm.java:599) at hudson.plugins.active_directory.ActiveDirectoryUnixAuthenticationProvider$1.call(ActiveDirectoryUnixAuthenticationProvider.java:370) at hudson.plugins.active_directory.ActiveDirectoryUnixAuthenticationProvider$1.call(ActiveDirectoryUnixAuthenticationProvider.java:340) at com.google.common.cache.LocalCache$LocalManualCache$1.load(LocalCache.java:4767) at com.google.common.cache.LocalCache$LoadingValueReference.loadFuture(LocalCache.java:3568) at com.google.common.cache.LocalCache$Segment.loadSync(LocalCache.java:2350)Caused: java.util.concurrent.ExecutionException at com.google.common.util.concurrent.AbstractFuture$Sync.getValue(AbstractFuture.java:289) at com.google.common.util.concurrent.AbstractFuture$Sync.get(AbstractFuture.java:276) at com.google.common.util.concurrent.AbstractFuture.get(AbstractFuture.java:111) at com.google.common.util.concurrent.Uninterruptibles.getUninterruptibly(Uninterruptibles.java:132) at com.google.common.cache.LocalCache$Segment.getAndRecordStats(LocalCache.java:2381) at com.google.common.cache.LocalCache$Segment.loadSync(LocalCache.java:2351) at com.google.common.cache.LocalCache$Segment.lockedGetOrLoad(LocalCache.java:2313) at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2228) at com.google.common.cache.LocalCache.get(LocalCache.java:3965) at com.google.common.cache.LocalCache$LocalManualCache.get(LocalCache.java:4764) at hudson.plugins.active_directory.ActiveDirectoryUnixAuthenticationProvider.retrieveUser(ActiveDirectoryUnixAuthenticationProvider.java:340)Caused: hudson.plugins.active_directory.CacheAuthenticationException: Authentication failed because there was a problem caching user DOMAIN\NAME; nested exception is java.util.concurrent.ExecutionException: javax.naming.CommunicationException: url.url.url.com:3268 [Root exception is java.net.ConnectException: Connection timed out: connect] at hudson.plugins.active_directory.ActiveDirectoryUnixAuthenticationProvider.retrieveUser(ActiveDirectoryUnixAuthenticationProvider.java:502) at hudson.plugins.active_directory.ActiveDirectoryUnixAuthenticationProvider.retrieveUser(ActiveDirectoryUnixAuthenticationProvider.java:303) at hudson.plugins.active_directory.ActiveDirectoryUnixAuthenticationProvider.retrieveUser(ActiveDirectoryUnixAuthenticationProvider.java:225) at hudson.plugins.active_directory.AbstractActiveDirectoryAuthenticationProvider.loadUserByUsername(AbstractActiveDirectoryAuthenticationProvider.java:55) at hudson.plugins.active_directory.ActiveDirectorySecurityRealm.loadUserByUsername(ActiveDirectorySecurityRealm.java:866) at jenkins.security.UserDetailsCache$Retriever.call(UserDetailsCache.java:172) at jenkins.security.UserDetailsCache$Retriever.call(UserDetailsCache.java:161) at com.google.common.cache.LocalCache$LocalManualCache$1.load(LocalCache.java:4767) at com.google.common.cache.LocalCache$LoadingValueReference.loadFuture(LocalCache.java:3568) at com.google.common.cache.LocalCache$Segment.loadSync(LocalCache.java:2350) at com.google.common.cache.LocalCache$Segment.lockedGetOrLoad(LocalCache.java:2313) at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2228)Caused: com.google.common.util.concurrent.UncheckedExecutionException at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2234) at com.google.common.cache.LocalCache.get(LocalCache.java:3965) at com.google.common.cache.LocalCache$LocalManualCache.get(LocalCache.java:4764) at jenkins.security.UserDetailsCache.loadUserByUsername(UserDetailsCache.java:127) at hudson.model.User$UserIDCanonicalIdResolver.resolveCanonicalId(User.java:1218) at hudson.model.User$CanonicalIdResolver.resolve(User.java:1159) at hudson.model.User.get(User.java:496) at hudson.model.User.getOrCreateByIdOrFullName(User.java:559) at hudson.model.User.get(User.java:540) at hudson.plugins.tfs.model.TfsUserLookup.find(TfsUserLookup.java:38) at hudson.plugins.tfs.model.Project.convertServerChangeset(Project.java:60) at hudson.plugins.tfs.model.Project.getVCCHistory(Project.java:101) at hudson.plugins.tfs.model.Project.getDetailedHistoryWithoutCloakedPaths(Project.java:225) at hudson.plugins.tfs.actions.CheckoutAction.checkout(CheckoutAction.java:66) at hudson.plugins.tfs.TeamFoundationServerScm.checkout(TeamFoundationServerScm.java:352) at hudson.scm.SCM.checkout(SCM.java:505) at hudson.model.AbstractProject.checkout(AbstractProject.java:1205) at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:574) at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86) at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499) at com.tikal.jenkins.plugins.multijob.MultiJobBuild$MultiJobRunnerImpl.run(MultiJobBuild.java:148) at hudson.model.Run.execute(Run.java:1853) at com.tikal.jenkins.plugins.multijob.MultiJobBuild.run(MultiJobBuild.java:76) at hudson.model.ResourceController.execute(ResourceController.java:97) at hudson.model.Executor.run(Executor.java:428)

 

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

ronny.borchert@muehlbauer.de (JIRA)

unread,
Jan 15, 2020, 7:32:03 AM1/15/20
to jenkinsc...@googlegroups.com
Ronny Borchert edited a comment on Bug JENKINS-51285
With TFS plugin and latest of all version I got this too, seems a connection issue.
{noformat}

FATAL: hudson.plugins.active_directory.CacheAuthenticationException: Authentication failed because there was a problem caching user DOMAIN\NAME; nested exception is java.util.concurrent.ExecutionException: javax.naming.CommunicationException: url.url.url.com:3268 [Root exception is java.net.ConnectException: Connection timed out: connect]
FATAL: hudson.plugins.active_directory.CacheAuthenticationException: Authentication failed because there was a problem caching user DOMAIN\NAME; nested exception is
java. util.concurrent.ExecutionException: javax.naming.CommunicationException: url.url.url.com:3268 [Root exception is java. net.ConnectException: Connection timed out: connect ]java.net.ConnectException: Connection timed out: connect
{noformat}
 

ronny.borchert@muehlbauer.de (JIRA)

unread,
Jan 15, 2020, 7:32:08 AM1/15/20
to jenkinsc...@googlegroups.com
Ronny Borchert edited a comment on Bug JENKINS-51285
With TFS plugin and latest of all version I got this too, seems a connection issue. Our Jenkins is running on Windows Server.
{noformat}
FATAL: hudson.plugins.active_directory.CacheAuthenticationException: Authentication failed because there was a problem caching user DOMAIN\NAME; nested exception is java.util.concurrent.ExecutionException: javax.naming.CommunicationException: url.url.url.com:3268 [Root exception is java.net.ConnectException: Connection timed out: connect]

ronny.borchert@muehlbauer.de (JIRA)

unread,
Jan 15, 2020, 7:34:08 AM1/15/20
to jenkinsc...@googlegroups.com
Ronny Borchert edited a comment on Bug JENKINS-51285
With TFS plugin and latest of all version I got this too, seems a connection issue. Our Jenkins is running on Windows Server. I ask our IT and told me that DC was down for this time.
Reply all
Reply to author
Forward
0 new messages