You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Gopal V (JIRA)" <ji...@apache.org> on 2018/11/08 03:20:00 UTC

[jira] [Created] (HIVE-20887) Tests: openjdk 8 has a bug that prevents surefire from working

Gopal V created HIVE-20887:
------------------------------

             Summary: Tests: openjdk 8 has a bug that prevents surefire from working
                 Key: HIVE-20887
                 URL: https://issues.apache.org/jira/browse/HIVE-20887
             Project: Hive
          Issue Type: Bug
            Reporter: Gopal V


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?
{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)