A number of jtreg tests a failing due to expired certificates.
There's a makefile and a utility class to generate new certificates,
however it depends on a third party library that no longer appears to
be available.
I can find some source files on the web, but no complete distribution:
1: ////////////////////////////////////////////////////////////////////////////
2: //
3: // Copyright (C) DSTC Pty Ltd (ACN 052 372 577) 1993, 1994, 1995.
4: // Unpublished work. All Rights Reserved.
5: //
6: // The software contained on this media is the property of the
7: // DSTC Pty Ltd. Use of this software is strictly in accordance
8: // with the license agreement in the accompanying LICENSE.DOC
9: // file. If your distribution of this software does not contain
10: // a LICENSE.DOC file then you have no rights to use this
11: // software in any manner and should contact DSTC at the address
12: // below to determine an appropriate licensing arrangement.
13: //
14: // DSTC Pty Ltd
15: // Level 7, GP South
16: // University of Queensland
17: // St Lucia, 4072
18: // Australia
19: // Tel: +61 7 3365 4310
20: // Fax: +61 7 3365 4311
21: // Email: j...@dstc.qut.edu.au
22: //
23: // This software is being provided "AS IS" without warranty of
24: // any kind. In no event shall DSTC Pty Ltd be liable for
25: // damage of any kind arising out of or in connection with
26: // the use or performance of this software.
27: //
28: ////////////////////////////////////////////////////////////////////////////
Does anyone have any experience using this software, that might help
determine a suitable replacement (I'm thinking bouncy castle), or have a
copy of the source with a LICENSE.DOC?
[jtreg] --------------------------------------------------
[jtreg] Test results: passed: 122; failed: 15; error: 1
[jtreg] Report written to
/opt/src/River_Fixed_2nd_Try/peterConcurrentPolicy/qa/jtreg/JTreport/html/report.html
[jtreg] Results written to
/opt/src/River_Fixed_2nd_Try/peterConcurrentPolicy/qa/jtreg/JTwork
[jtreg] Error: Some tests failed or other problems occurred.
[move] Moving 5 files to
/opt/src/River_Fixed_2nd_Try/peterConcurrentPolicy/lib
[move] Moving 1 file to
/opt/src/River_Fixed_2nd_Try/peterConcurrentPolicy/lib-ext
[delete] Deleting directory
/opt/src/River_Fixed_2nd_Try/peterConcurrentPolicy/qa/jtreg/JTlib-tmp
[delete] Deleting:
/opt/src/River_Fixed_2nd_Try/peterConcurrentPolicy/qa/jtreg/test.props
BUILD FAILED
/opt/src/River_Fixed_2nd_Try/peterConcurrentPolicy/qa/build.xml:243:
if=jtreg.fail
Total time: 35 minutes 2 seconds
Peter Firmstone wrote:
After passing some 1400 + qa tests, then running the Jtreg tests, I
found a jtreg test that failed due to my misinterpreting the
implementation of nested DynamicPolicy's.
Just show's you can't ignore the jtreg tests, they're important.
For some reason my system has expired certificates, I upgraded to
jdk1.6.0_30, but the certs are still out of date? This is causing
some jtreg tests to fail.
Cheers,
Peter.