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)

Reply via email to