Hi Colm, On 10/26/2015 02:09 PM, Colm O hEigeartaigh wrote: > Is trunk broken at the moment? I get the following errors in kerberos-test:
works on my machine and on Jenkins. I guess it is due to recent changes of hardcoded use of "localhost" to InetAddress.getLocalHost().getHostName(). Please check your /etc/hosts, see also Lukas' mail [1]. Kind Regards, Stefan [1] https://mail-archives.apache.org/mod_mbox/directory-dev/201510.mbox/%3CCAEDoG7A6msfCY7ur71AT93u4zwNcJUV2cQsPt7N9Lm0%2BUz_6Xw%40mail.gmail.com%3E > Failed tests: > SaslGssapiBindITest.testSaslGssapiBind:166 Should not have caught > exception: GSSAPIjavax.security.sasl.SaslException: GSS initiate failed > [Caused by GSSException: No valid credentials provided (Mechanism level: > Server not found in Kerberos database (7) - Server not found in Kerberos > database)] > Tests in error: > > KerberosKRBProtocolTest.testObtainTickets_AES128_TCP:76->AbstractKerberosITest.testObtainTickets:123 > » GSS > > KerberosKRBProtocolTest.testObtainTickets_AES128_UDP:85->AbstractKerberosITest.testObtainTickets:123 > » GSS > > KerberosTcpITest.testObtainTickets_AES128:126->AbstractKerberosITest.testObtainTickets:123 > » GSS > > KerberosTcpITest.testObtainTickets_DES3_CBC_SHA1_KD:105->AbstractKerberosITest.testObtainTickets:123 > » GSS > > KerberosTcpITest.testObtainTickets_DES_CBC_MD5:95->AbstractKerberosITest.testObtainTickets:123 > » GSS > > KerberosUdpITest.testObtainTickets_AES128:125->AbstractKerberosITest.testObtainTickets:123 > » GSS > > KerberosUdpITest.testObtainTickets_DES3_CBC_SHA1_KD:104->AbstractKerberosITest.testObtainTickets:123 > » GSS > > KerberosUdpITest.testObtainTickets_DES_CBC_MD5:94->AbstractKerberosITest.testObtainTickets:123 > » GSS > > Colm. > >
