Can you provide more of a build log? Also, what version of email-ext are you running? My guess is that the Git plugin is returning a username, then AD/LDAP plugin has an implementation of MailAddressResolver, so when email-ext sees just a username it tries to resolve it into an email address which uses all available resolvers, thus the error from AD/LDAP.
On Wed, Feb 5, 2014 at 2:28 PM, schujk <[email protected]> wrote: > Not sure if this is a Jenkins plugin issue or our VM... > > Git is our SCM, We have the editable email plugin configured to send email > to developer, recipients and culprits for fixed, still failing and failing. > Only recipients are receiving the email for still failing and failing but > all seems to work with fixed. Log file shows warnings, which we've always > had. They only 'new' thing is this LDAP error but our IT folks don't know > what that means... > > hudson.plugins.active_directory.ActiveDirectorySecurityRealm$DescriptorImpl > bind > WARNING: Failed to authenticate while binding to xxx.xxx.xxx.com:3268 > javax.naming.AuthenticationException: [LDAP: error code 49 - 80090308: > LdapErr: DSID-0C0903A9, comment: AcceptSecurityContext error, data 52e, > v1db1 > > > -- > You received this message because you are subscribed to the Google Groups > "Jenkins Users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. > -- Website: http://earl-of-code.com -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
