You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@orc.apache.org by "Vaibhav Gumashta (JIRA)" <ji...@apache.org> on 2019/01/02 19:13:01 UTC

[jira] [Closed] (ORC-432) openjdk 8 has a bug that prevents surefire from working

     [ https://issues.apache.org/jira/browse/ORC-432?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vaibhav Gumashta closed ORC-432.
--------------------------------

> openjdk 8 has a bug that prevents surefire from working
> -------------------------------------------------------
>
>                 Key: ORC-432
>                 URL: https://issues.apache.org/jira/browse/ORC-432
>             Project: ORC
>          Issue Type: Bug
>            Reporter: Owen O'Malley
>            Assignee: Owen O'Malley
>            Priority: Major
>             Fix For: 1.5.4, 1.6.0
>
>
> It looks like the problem is https://bugs.openjdk.java.net/browse/JDK-8030046. It looks like:
> {code:bash}
> [ERROR] Caused by: org.apache.maven.surefire.booter.SurefireBooterForkException: The forked VM terminated without properly saying goodbye. VM crash or System.exit called?
> [ERROR] Command was /bin/sh -c cd /root/orc/java/shims && /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/java -Xmx2048m -jar /root/orc/java/shims/target/surefire/surefirebooter4015168140687556977.jar /root/orc/java/shims/target/surefire 2018-11-02T12-32-24_319-jvmRun1 surefire8218006047690391850tmp surefire_04160000529152079754tmp
> {code}
> The surefire-reports/*.dumpstream looks like:
> {code:bash}
> Error: Could not find or load main class org.apache.maven.surefire.booter.ForkedBooter
> {code}
>  and we can work around the problem by changing the surefire configuration:
> {code:bash}
> +          <useSystemClassLoader>false</useSystemClassLoader>
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)