Return-Path: Delivered-To: apmail-incubator-harmony-dev-archive@www.apache.org Received: (qmail 80121 invoked from network); 9 Aug 2006 09:55:17 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 9 Aug 2006 09:55:17 -0000 Received: (qmail 12681 invoked by uid 500); 9 Aug 2006 09:55:15 -0000 Delivered-To: apmail-incubator-harmony-dev-archive@incubator.apache.org Received: (qmail 12629 invoked by uid 500); 9 Aug 2006 09:55:15 -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 12618 invoked by uid 99); 9 Aug 2006 09:55:15 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Aug 2006 02:55:15 -0700 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of mloenko@gmail.com designates 64.233.182.190 as permitted sender) Received: from [64.233.182.190] (HELO nf-out-0910.google.com) (64.233.182.190) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Aug 2006 02:55:14 -0700 Received: by nf-out-0910.google.com with SMTP id a25so101966nfc for ; Wed, 09 Aug 2006 02:54:52 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=AYu3K7hrUNds58rT/OcyBo816O2wC1dUUjuz7/LG2ZqBLsnpM/XTdQYrs6ZKOxMJ8A1590E6os4wqKKvcil2luYbtO1vf//7OZ4ieC6k5Afcit6irl4tyGy/bzQkUySt8JtY2P9nYubfWn699ErwidIjAtKgtyBykP178Fpjl+I= Received: by 10.82.127.15 with SMTP id z15mr44170buc; Wed, 09 Aug 2006 02:54:52 -0700 (PDT) Received: by 10.82.129.11 with HTTP; Wed, 9 Aug 2006 02:54:52 -0700 (PDT) Message-ID: <906dd82e0608090254kaed46a7i6dc279ed0b980f18@mail.gmail.com> Date: Wed, 9 Aug 2006 16:54:52 +0700 From: "Mikhail Loenko" To: harmony-dev@incubator.apache.org Subject: Re: [build] can't run the tests with new VM In-Reply-To: <44D9AD16.8010605@googlemail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <906dd82e0608082114m78040cc2i9f5cdb15fef8a138@mail.gmail.com> <44D9A256.3090700@gmail.com> <906dd82e0608090210w46ba9c84wfbc7e0cfb93d31a0@mail.gmail.com> <44D9A8C3.3040901@googlemail.com> <906dd82e0608090229k281c1ebjce0d3afaec851a4a@mail.gmail.com> <906dd82e0608090234i63d58d70lc15108d333783fce@mail.gmail.com> <44D9AD16.8010605@googlemail.com> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N One test still fail: org.apache.harmony.rmi.RegistryTest Unexpected exception: java.rmi.server.ExportException: Unable to export object: port 1099 already in use; nested exception is: java.net.BindException: The address is already in use junit.framework.AssertionFailedError: Unexpected exception: java.rmi.server.ExportException: Unable to export object: port 1099 already in use; nested exception is: java.net.BindException: The address is already in use at org.apache.harmony.rmi.RegistryTest.testDetailed(RegistryTest.java:250) at java.lang.reflect.AccessibleObject.invokeV(AccessibleObject.java:25) But it seems to be a different issue. Thanks, Mikhail 2006/8/9, Oliver Deakin : > Mikhail Loenko wrote: > > Seems like it isn't related to the new VM - I see similar error message > > on "svn move". > > > > But the problem with running the tests disappeared :) > > So all tests pass on your machine now? > > Regards, > Oliver > > > > > Thanks, > > Mikhail > > > > 2006/8/9, Mikhail Loenko : > >> I've completly removed not only VME but the whole workspace, > >> restarted machine and reproduced the problem > >> > >> I'll try to create different project and check > >> > >> Thanks, > >> Mikhail > >> > >> 2006/8/9, Oliver Deakin : > >> > So you can completely delete the VME from your workspace (remove > >> the default > >> > directory), unpack the zip again and recreate the problem? > >> > > >> > Regards, > >> > Oliver > >> > > >> > Mikhail Loenko wrote: > >> > > I use WinXP SP2 too > >> > > > >> > > I have two workspaces one on a local drive and one on a network > >> drive. > >> > > > >> > > Usually I use network workspace to build on linux. Tests run on > >> > > network drive on > >> > > windows just fine > >> > > > >> > > But I still cannot run the tests in the *local* workspace. I've > >> tried > >> > > to remove it and checkout again - the problem still exists. > >> > > > >> > > Thanks, > >> > > Mikhail > >> > > > >> > > 2006/8/9, Tim Ellison : > >> > >> Hmm, works for me on Win XP SP2. What are you using? > >> > >> > >> > >> Anyone else see this problem? > >> > >> > >> > >> Regards, > >> > >> Tim > >> > >> > >> > >> Mikhail Loenko wrote: > >> > >> > I'm trying to build and run the tests with the new v4 VM and > >> getting > >> > >> > the following error no Windows: > >> > >> > > >> > >> > compile.tests: > >> > >> > [echo] Compiling RMI api tests > >> > >> > [javac] Compiling 6 source files to > >> > >> > C:\WS\Harmony1\modules\rmi\bin\test\api > >> > >> > [javac] Note: Some input files use unchecked or unsafe > >> operations. > >> > >> > [javac] Note: Recompile with -Xlint:unchecked for details. > >> > >> > > >> > >> > run.tests.api: > >> > >> > [echo] Running RMI api tests > >> > >> > [junit] Running org.apache.harmony.rmi.RegistryTest > >> > >> > [junit] (c) Copyright 1991, 2006 The Apache Software > >> Foundation or > >> > >> > its licen > >> > >> > sors, as applicable. > >> > >> > [junit] java version 1.5 (subset) > >> > >> > > >> > >> > [junit] Failed to open JVM DLL: > >> > >> > C:\WS\Harmony1\deploy\jdk\jre\bin\default\ha > >> > >> > rmonyvm (Access is denied. ) > >> > >> > > >> > >> > Linux is OK > >> > >> > > >> > >> > Am I missing something? > >> > >> > > >> > >> > Thanks, > >> > >> > Mikhail > >> > >> > > >> > >> > > >> --------------------------------------------------------------------- > >> > >> > 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 > >> > >> > > >> > >> > > >> > >> > >> > >> -- > >> > >> > >> > >> Tim Ellison (t.p.ellison@gmail.com) > >> > >> 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 > >> > > > >> > > > >> > > >> > -- > >> > Oliver Deakin > >> > IBM United Kingdom Limited > >> > > >> > > >> > --------------------------------------------------------------------- > >> > 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 > > > > > > -- > Oliver Deakin > IBM United Kingdom Limited > > > --------------------------------------------------------------------- > 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