Java Solaris Communities Sun Store Join SDN My Profile Why Join?
 
Bug Database
Bug Detail
Quick Lists
Top 25 Bugs
Top 25 RFE's
Recently Closed Bugs
Printable Page Printable Page


Bug Database
Bug ID: 6695818
Votes 0
Synopsis New regression test (KerberosTixDateTest) for Kerberos failing on (probably) all platforms.
Category jce:runtime
Reported Against
Release Fixed 7(b27)
State 10-Fix Delivered, bug
Priority: 3-Medium
Related Bugs
Submit Date 29-APR-2008
Description
In the following changeset, the new test was introduced.  Since then, all the tests have failed on solaris-i586/amd64, linux-amd64/i586, and windows-i586.  They're not failing on solaris-sparc/sparcv9 (shimmer), probably kerberos is configured on that machine.

6659990: KerberosTicket.getEndTime does not copy date (findbugs)
Reviewed-by: mullan

javax/security/auth/kerberos/KerberosTixDateTest.java

java.lang.RuntimeException: equals() check fails!
        at KerberosTixDateTest.checkEqualsAndHashCode(KerberosTixDateTest.java:1
17)
        at KerberosTixDateTest.testS11nCompatibility(KerberosTixDateTest.java:13
0)
        at KerberosTixDateTest.main(KerberosTixDateTest.java:76)


windows-i586

java.lang.IllegalArgumentException: Could not load configuration file C:\WINNT\krb5.ini (The system cannot find the file specified)
        at javax.security.auth.kerberos.KerberosPrincipal.<init>(KerberosPrincip
al.java:125)


Was this test supposed to be ignored?  If so, it needs the proper keyword.
Posted Date : 2008-04-29 23:30:18.0
Work Around
N/A
Evaluation
will fix by adding the @ignore keyword.
Posted Date : 2008-04-30 00:06:13.0
Comments
  
  Include a link with my name & email   


PLEASE NOTE: JDK6 is formerly known as Project Mustang