Re: forked jvm exited abnormally

2010-09-09 Thread Stefan Bodewig
On 2010-09-08, Xu, Larry wrote: > JUnit output: > Testsuite: com.ebay.ice.kernel.unittest.AllTests > Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0 sec > Testcase: null took 0 sec > Caused an ERROR > Forked Java VM exited abnormally. Please note the time in the report does

RE: forked jvm exited abnormally

2010-09-07 Thread Xu, Larry
: Stefan Bodewig [mailto:bode...@apache.org] Sent: 2010年9月8日 12:15 To: user@ant.apache.org Subject: Re: forked jvm exited abnormally On 2010-09-08, Xu, Larry wrote: > I met a trick problem "forked jvm exited abnormally". > I ran the JUnit test case in ant and set the fork=yes

Re: forked jvm exited abnormally

2010-09-07 Thread Stefan Bodewig
On 2010-09-08, Xu, Larry wrote: > I met a trick problem "forked jvm exited abnormally". > I ran the JUnit test case in ant and set the fork=yes for getting EMMA > report. This can happen for a number of reasons, the most likely is that an exception is thrown during your tests

forked jvm exited abnormally

2010-09-07 Thread Xu, Larry
Hi All, I met a trick problem "forked jvm exited abnormally". I ran the JUnit test case in ant and set the fork=yes for getting EMMA report. But I met the above problem. When I set back the fork=no , it work well. Then I asked Google, there are so many question on the network. It seems