You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by avalanche333 <av...@hotmail.com> on 2008/08/11 16:19:00 UTC

junit.framework.AssertionFailedError: Forked Java VM exited abnormally

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-tp18926743p18926743.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


Re: junit.framework.AssertionFailedError: Forked Java VM exited abnormally

Posted by "prashant.raut" <pr...@gmail.com>.
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