Return-Path: Delivered-To: apmail-incubator-harmony-dev-archive@www.apache.org Received: (qmail 92406 invoked from network); 12 Apr 2006 02:12:51 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 12 Apr 2006 02:12:51 -0000 Received: (qmail 32205 invoked by uid 500); 12 Apr 2006 02:12:13 -0000 Delivered-To: apmail-incubator-harmony-dev-archive@incubator.apache.org Received: (qmail 32166 invoked by uid 500); 12 Apr 2006 02:12:13 -0000 Mailing-List: contact harmony-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: harmony-dev@incubator.apache.org Delivered-To: mailing list harmony-dev@incubator.apache.org Received: (qmail 32073 invoked by uid 99); 12 Apr 2006 02:12:12 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Apr 2006 19:12:12 -0700 X-ASF-Spam-Status: No, hits=0.9 required=10.0 tests=DNS_FROM_RFC_WHOIS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of nbeyer@kc.rr.com designates 24.94.166.115 as permitted sender) Received: from [24.94.166.115] (HELO ms-smtp-01.rdc-kc.rr.com) (24.94.166.115) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Apr 2006 19:12:12 -0700 Received: from LITTLEGUY (CPE-24-31-248-236.kc.res.rr.com [24.31.248.236]) by ms-smtp-01.rdc-kc.rr.com (8.12.10/8.12.7) with ESMTP id k3C2Blo9014262 for ; Tue, 11 Apr 2006 21:11:48 -0500 (CDT) From: "Nathan Beyer" To: Subject: RE: [classlib][vm] Error running trunk builds and IBM VME v2 Date: Tue, 11 Apr 2006 21:11:47 -0500 Message-ID: <004201c65dd6$74393ad0$1101a8c0@LITTLEGUY> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 In-reply-to: X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2900.2670 Thread-index: AcZdNfRNTp+GTh4bQXi3PK7tFAutcAAoBAxg X-Virus-Scanned: Symantec AntiVirus Scan Engine X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N I think I had the appropriate changes, but I did do another update and build just in case and it still failed with the same message. Since the error message mentioned the JAVA_HOME environment variable, I looked and I did have it setup, but it was pointing to an alternate JRE, which I use for Ant and other Java tools. I then removed the JAVA_HOME variable and it worked perfectly fine. Is this expected behavior? I can log a bug report, but I thought I query the mailing list first. Thanks, -Nathan -----Original Message----- From: Mark Hindess [mailto:mark.hindess@googlemail.com] Sent: Tuesday, April 11, 2006 2:02 AM To: harmony-dev@incubator.apache.org Subject: Re: [classlib][vm] Error running trunk builds and IBM VME v2 Hi Nathan, There were two separate commits for the renames for the new VME. The second added the new String implementation. I got the error you are seeing when I pulled the code between these two commits. Do you still see this on a fresh checkout of latest trunk? Regards, Mark. On 4/11/06, Nathan Beyer wrote: > I've been trying to run the latest code in the trunk with the IBM VME v2, > but I'm getting an error. I'm able to compile the entire classlib and native > libraries on Windows just fine and then paste the IBM VME distribution over > the 'deploy' folder. Every time I try to run a Java class I get an error > about the String class missing. > > > > Here's the exact error message I'm getting: > > > > JVMJ9VM019E Fatal error: Unable to find and initialize required class > java/lang/String > > JVMJ9VM020I Searched in C:\Documents and > Settings\Nathan\Desktop\Harmony\trunk\deploy\jre\bin\default\luni-kernel.jar > > JVMJ9VM020I Searched in C:\Documents and > Settings\Nathan\Desktop\Harmony\trunk\deploy\jre\bin\default\security-kernel > .jar > > JVMJ9VM023I This may indicate that JAVA_HOME is incorrect, or that class > libraries are not installed > > > > Since the String class moved to luni, which is in the 'jre/lib/boot' folder, > the VM won't find it in the luni-kernel or security-kernel JARs. Is there > just something that I'm missing in setting up the classlib with the IBM VME? > Any thoughts? > > > > Thanks, > > -Nathan > > > -- Mark Hindess IBM Java Technology Centre, UK. --------------------------------------------------------------------- Terms of use : http://incubator.apache.org/harmony/mailing.html To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org For additional commands, e-mail: harmony-dev-help@incubator.apache.org --------------------------------------------------------------------- Terms of use : http://incubator.apache.org/harmony/mailing.html To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org For additional commands, e-mail: harmony-dev-help@incubator.apache.org