Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 58504 invoked from network); 20 Apr 2007 04:02:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 20 Apr 2007 04:02:36 -0000 Received: (qmail 91167 invoked by uid 500); 20 Apr 2007 04:02:43 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 91068 invoked by uid 500); 20 Apr 2007 04:02:42 -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 91059 invoked by uid 99); 20 Apr 2007 04:02:42 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Apr 2007 21:02:42 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED 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, 19 Apr 2007 21:02:35 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 8633E71406C for ; Thu, 19 Apr 2007 21:02:15 -0700 (PDT) Message-ID: <26085937.1177041735547.JavaMail.jira@brutus> Date: Thu, 19 Apr 2007 21:02:15 -0700 (PDT) From: "Wayne Beaton (JIRA)" To: commits@harmony.apache.org Subject: [jira] Commented: (HARMONY-3565) [testing][eclipse] eclipse intermittently failed to compile "Hello world" class In-Reply-To: <1673965.1175654312400.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HARMONY-3565?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12490223 ] Wayne Beaton commented on HARMONY-3565: --------------------------------------- I'm seeing the same problem on Ubuntu Linux. I'm running Harmony (April 18) on Eclipse 3.2.2. The environment starts up, but the JRE is missing all but one of the "JRE System Libraries" (on the "Installed JREs" preference page). The one JAR that does appear is bcprov.jar. I'll see if the stack trace is at all helpful sometime tomorrow. Here's what's in the log. !ENTRY org.eclipse.debug.core 4 120 2007-04-11 08:02:59.205 !MESSAGE Error logged from Debug Core: !STACK 0 java.io.IOException: Bad file descriptor at java.lang.Runtime$SubProcess$SubInputStream.readInputByte0(Runtime.java) at java.lang.Runtime$SubProcess$SubInputStream.read(Runtime.java:89) at java.lang.Runtime$SubProcess$SubInputStream.read(Runtime.java:122) at java.io.BufferedInputStream.read(Unknown Source) at java.io.BufferedInputStream.read(Unknown Source) at java.io.FilterInputStream.read(Unknown Source) at org.eclipse.debug.internal.core.OutputStreamMonitor.read(OutputStreamMonitor.java:138) at org.eclipse.debug.internal.core.OutputStreamMonitor.access$1(OutputStreamMonitor.java:128) at org.eclipse.debug.internal.core.OutputStreamMonitor$1.run(OutputStreamMonitor.java:194) at java.lang.Thread.run(Thread.java:661) !ENTRY org.eclipse.jdt.launching 4 4 2007-04-11 08:02:59.205 !MESSAGE Failed to retrieve default libraries for /home/wayne/harmony-jdk-r529300/jre > [testing][eclipse] eclipse intermittently failed to compile "Hello world" class > ------------------------------------------------------------------------------- > > Key: HARMONY-3565 > URL: https://issues.apache.org/jira/browse/HARMONY-3565 > Project: Harmony > Issue Type: Bug > Components: App-Oriented Bug Reports > Reporter: Vladimir Ivanov > Attachments: screenshot-1.jpg > > > eclipse 3.1 intermittently (1 time for ~100 runs) failed to compile "Hello world" class with message that java.lang.Object is missed. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.