Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 25809 invoked from network); 24 Nov 2006 06:54:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 24 Nov 2006 06:54:25 -0000 Received: (qmail 66687 invoked by uid 500); 24 Nov 2006 06:54:34 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 66667 invoked by uid 500); 24 Nov 2006 06:54:34 -0000 Mailing-List: contact commits-help@harmony.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@harmony.apache.org Delivered-To: mailing list commits@harmony.apache.org Received: (qmail 66658 invoked by uid 99); 24 Nov 2006 06:54:34 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Nov 2006 22:54:34 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Nov 2006 22:54:23 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 2F03171429F for ; Thu, 23 Nov 2006 22:54:03 -0800 (PST) Message-ID: <12045573.1164351243190.JavaMail.jira@brutus> Date: Thu, 23 Nov 2006 22:54:03 -0800 (PST) From: "Alexey Varlamov (JIRA)" To: commits@harmony.apache.org Subject: [jira] Commented: (HARMONY-2135) DaCapo eclipse fails with java.security.NoSuchAlgorithmException for an algorithm known to exist MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ http://issues.apache.org/jira/browse/HARMONY-2135?page=comments#action_12452379 ] Alexey Varlamov commented on HARMONY-2135: ------------------------------------------ If the root cause of this is really as described HARMONY-2163, it sounds more like a bug in the DaCapo itself... > DaCapo eclipse fails with java.security.NoSuchAlgorithmException for an algorithm known to exist > ------------------------------------------------------------------------------------------------ > > Key: HARMONY-2135 > URL: http://issues.apache.org/jira/browse/HARMONY-2135 > Project: Harmony > Issue Type: Bug > Components: App-Oriented Bug Reports > Environment: Linux > Reporter: Robin Garner > Priority: Minor > > The DaCapo benchmark suite relies heavily on SHA-1 digests of log files to validate its output. This code works for all benchmarks that work on drlvm, except eclipse. Eclipse fails with > java.security.NoSuchAlgorithmException: MessageDigest SHA-1 implementation not found > at org.apache.harmony.security.fortress.Engine.getInstance(Engine.java:98) > at java.security.MessageDigest.getInstance(MessageDigest.java:68) > at dacapo.Digest.create(Digest.java:26) > at dacapo.FileDigest.getText(FileDigest.java:87) > at dacapo.FileDigest.get(FileDigest.java:43) > at dacapo.Benchmark.validate(Benchmark.java:250) > at dacapo.Benchmark.run(Benchmark.java:127) > at dacapo.TestHarness.runBenchmark(TestHarness.java:298) > at dacapo.TestHarness.main(TestHarness.java:239) > at Harness.main(Harness.java:7) > at java.lang.reflect.VMReflection.invokeMethod(Native Method) > at java.lang.reflect.Method.invoke(Unknown Source) > at org.apache.harmony.vm.JarRunner.main(Unknown Source) > The error message is clearly bogus because other benchmarks happily find the same message digest implementation. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira