Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 76700 invoked from network); 19 Aug 2009 06:00:48 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 19 Aug 2009 06:00:48 -0000 Received: (qmail 31935 invoked by uid 500); 19 Aug 2009 06:01:06 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 31861 invoked by uid 500); 19 Aug 2009 06:01:05 -0000 Mailing-List: contact user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list user@ant.apache.org Received: (qmail 31851 invoked by uid 99); 19 Aug 2009 06:01:05 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Aug 2009 06:01:05 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of lists@nabble.com designates 216.139.236.158 as permitted sender) Received: from [216.139.236.158] (HELO kuber.nabble.com) (216.139.236.158) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Aug 2009 06:00:56 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1MdeDs-0008J0-8C for user@ant.apache.org; Tue, 18 Aug 2009 23:00:36 -0700 Message-ID: <25038273.post@talk.nabble.com> Date: Tue, 18 Aug 2009 23:00:36 -0700 (PDT) From: "prashant.raut" To: user@ant.apache.org Subject: Re: junit.framework.AssertionFailedError: Forked Java VM exited abnormally In-Reply-To: <18926743.post@talk.nabble.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: prashantraut27@gmail.com References: <18926743.post@talk.nabble.com> X-Virus-Checked: Checked by ClamAV on apache.org I was also facing the same problem. There was a problem when you run ant task, your servers should be up. If by mistake your servers are not up and you try to run task, it will fail with the same error. Hope it will help you. Thanks, Prahsant avalanche333 wrote: > > I am using Ant 1.7.1 and get the following message when running some of my > JUnit tests: > > junit.framework.AssertionFailedError: Forked Java VM exited abnormally. > Please note the time in the report does not reflect the time until the VM > exit. > at net.sf.antcontrib.logic.RunTargetTask.execute(RunTargetTask.java:48) > > > Does anyone know what could be causing this and why it only happens on > some of the JUnit tests? > > Thanks, > -- View this message in context: http://www.nabble.com/junit.framework.AssertionFailedError%3A-Forked-Java-VM-exited-abnormally-tp18926743p25038273.html Sent from the Ant - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org