[ 
https://issues.apache.org/jira/browse/HIVE-20887?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16680518#comment-16680518
 ] 

Kevin Risden commented on HIVE-20887:
-------------------------------------

There is a debian openjdk8 packaging bug that is recent: 
[https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=911925] it ended up in 
docker images as well for openjdk8 image.

> 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
>            Assignee: Gopal V
>            Priority: Major
>
> 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