I have found another discrepancy between build on Linux (SuSE 9.3) and Win XP.
Under Linux running org.apache.geronimo.security.jaas.LoginKerberosTest suffers javax.security.auth.login.LoginException: java.lang.IllegalStateException. But the test result is Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.067 sec Under WinXP same test logs Debug is true storeKey false useTicketCache true useKeyTab false doNotPrompt true ticketCache is null KeyTab is null refreshKrb5Config is false principal is nu ll tryFirstPass is false useFirstPass is false storePass is false clearPass is false Acquire TGT from Cache Error calling function Protocol status: 1312 FormatMessage failed with 1815 Test fails and causes build to stop.
