The nightly TL regression runs have been failing intermittently, and at
different points, over the last week or so. When the failure occurs the
JavaTest harness starts throwing the following exception (more or less) for
every test that it tries to run:
java.util.MissingResourceException: Can't find bundle for base name sun.text.resources.LocaleElements, locale en_US
at java.util.ResourceBundle.throwMissingResourceException(ResourceBundle.java:825)
at java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:794)
at java.util.ResourceBundle.getBundle(ResourceBundle.java:565)
at sun.text.resources.LocaleData$1.run(LocaleData.java:114)
at java.security.AccessController.doPrivileged(Native Method)
at sun.text.resources.LocaleData.getBundle(LocaleData.java:112)
at sun.text.resources.LocaleData.getLocaleElements(LocaleData.java:100)
at java.text.DateFormatSymbols.cacheLookup(DateFormatSymbols.java:425)
at java.text.DateFormatSymbols.initializeData(DateFormatSymbols.java:468)
at java.text.DateFormatSymbols.<init>(DateFormatSymbols.java:103)
at java.text.SimpleDateFormat.<init>(SimpleDateFormat.java:442)
at java.util.Date.toString(Date.java:981)
at javasoft.sqe.javatest.TestResult.writeResults(TestResult.java:1404)
at javasoft.sqe.javatest.Script.run(Script.java:244)
at javasoft.sqe.javatest.TestRunner$Worker.runTest(TestRunner.java:240)
at javasoft.sqe.javatest.TestRunner$Worker.run(TestRunner.java:221)
The first exception is thrown immediately after the first full GC.
-- ###@###.### 2002/5/8