Going to fire this off on a Linux and a Windows machine here to see a) if I
see the same thing, and b) see if I can give some pointers. I don't have
ideas right off the top of my head at the moment. Romain's suggestion is
definitely worth a try.

For reference, we have a CI build here:
https://ci.apache.org/builders/tomee-trunk-ubuntu-jvm8 - it doesn't look
like we have the same issue there (we have different ones!)

Thanks for trying this - and thanks for trying it on a Windows machine too,
its good to know whether it is or isn't working there.

Jon

On Mon, Nov 26, 2018 at 7:55 AM Romain Manni-Bucau <rmannibu...@gmail.com>
wrote:

> Hi Ferdi,
>
> surefire got some "hiccup" in last versions, maybe try 3.0.0-M1 or or
> 2.22.1 which should work, if not the output dump can help sometimes to
> identify if it is a memory issue or (more likely) another one.
>
> Romain Manni-Bucau
> @rmannibucau <https://twitter.com/rmannibucau> |  Blog
> <https://rmannibucau.metawerx.net/> | Old Blog
> <http://rmannibucau.wordpress.com> | Github <
> https://github.com/rmannibucau> |
> LinkedIn <https://www.linkedin.com/in/rmannibucau> | Book
> <
> https://www.packtpub.com/application-development/java-ee-8-high-performance
> >
>
>
> Le lun. 26 nov. 2018 à 08:25, Ferdi <d...@ferdi.id> a écrit :
>
> > Hi,
> >
> > I've got the latest master from github and was trying to run `mvn clean
> > install`, but I've got this error:
> >
> > [ERROR] Crashed tests:
> > [ERROR] org.apache.openejb.assembler.DeployerEjbTest
> > [ERROR] org.apache.maven.surefire.booter.SurefireBooterForkException:
> > ExecutionException The forked VM terminated without properly saying
> > goodbye. VM crash or System.exit called?
> > [ERROR] Command was cmd.exe /X /C ""C:\Program
> > Files\Java\jdk1.8.0_161\jre\bin\java"
> >
> -javaagent:C:\Users\Ferdi_S672\Documents\Personal\Projects\tomee\container\openejb-core/target/openejb-javaagent-8.0.0-SNAPSHOT.jar
> >
> >
> -Dopenejb.classloader.forced-skip=org.apache.openejb.jee.,org.apache.openejb.api.
> >
> > -Dopenejb.classloader.forced-load=org.apache.openejb -enableassertions
> > -Dopenejb.descriptors.output.folder=./dump/
> > -Dorg.apache.activemq.SERIALIZABLE_PACKAGES=org,java -jar
> >
> C:\Users\FERDI_~1\AppData\Local\Temp\surefire925326680556375235\surefirebooter1103379934330427088.jar
> >
> > C:\Users\Ferdi_S672\AppData\Local\Temp\surefire925326680556375235
> > 2018-11-26T14-39-15_252-jvmRun1 surefire1842635169862471047tmp
> > surefire_521382701203330047466tmp"
> > [ERROR] Process Exit Code: 0
> > [ERROR] Crashed tests:
> > [ERROR] org.apache.openejb.assembler.DeployerEjbTest
> >
> > The rest is in this gist:
> > <https://gist.github.com/ferdisn/19d4d8d697d12f3c1bcc2787483b3b67>
> >
> > Has anyone found / seen this before? I've tried:
> >
> > 1. -Xmx1024m -XX:MaxPermSize=256m
> > 2. -Xmx2048m -XX:MaxPermSize=512m
> > 3. Change Surefire to 2.22
> >
> > My computer has 16 GB RAM, and plenty of space available during the run.
> >
>

Reply via email to