Re: Forked Java VM exited abnormally.

2015-04-07 Thread Jean-Philippe Caruana
No it doesn't.

Le 04/04/2015 06:33, Peter Donald a écrit :
 Does running buildr with --trace give you any more information?

-- 
Jean-Philippe Caruana 
http://www.barreverte.fr



Forked Java VM exited abnormally.

2015-04-03 Thread Jean-Philippe Caruana
Hi,

we wrote a unit test around spark.
It runs well in my IDE, from my dev box, but not from my jenkins server
(yes, the very slow one). Here is the full output (event in verbose mode):

Trying to override old definition of datatype junit
[junit] Testsuite: com.mycompany.applications.UserProductALSTest
[junit] Testsuite: com.mycompany.applications.UserProductALSTest
[junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0 sec
[junit]
[junit] Testcase: multipleContext took 0 sec
[junit] Caused an ERROR
[junit] Forked Java VM exited abnormally. Please note the time in
the report does not reflect the time until the VM exit.
[junit] junit.framework.AssertionFailedError: Forked Java VM exited
abnormally. Please note the time in the report does not reflect the time
until the VM exit.
[junit]
[junit] Test com.mycompany.applications.UserProductALSTest FAILED
(crashed)


What's wrong on my server ?

-- 
Jean-Philippe Caruana 
http://www.barreverte.fr



Re: Forked Java VM exited abnormally.

2015-04-03 Thread Peter Donald
Does running buildr with --trace give you any more information?

On Sat, Apr 4, 2015 at 2:04 AM, Jean-Philippe Caruana
j...@target2sell.com wrote:
 Hi,

 we wrote a unit test around spark.
 It runs well in my IDE, from my dev box, but not from my jenkins server
 (yes, the very slow one). Here is the full output (event in verbose mode):

 Trying to override old definition of datatype junit
 [junit] Testsuite: com.mycompany.applications.UserProductALSTest
 [junit] Testsuite: com.mycompany.applications.UserProductALSTest
 [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0 sec
 [junit]
 [junit] Testcase: multipleContext took 0 sec
 [junit] Caused an ERROR
 [junit] Forked Java VM exited abnormally. Please note the time in
 the report does not reflect the time until the VM exit.
 [junit] junit.framework.AssertionFailedError: Forked Java VM exited
 abnormally. Please note the time in the report does not reflect the time
 until the VM exit.
 [junit]
 [junit] Test com.mycompany.applications.UserProductALSTest FAILED
 (crashed)


 What's wrong on my server ?

 --
 Jean-Philippe Caruana
 http://www.barreverte.fr




-- 
Cheers,

Peter Donald