Docker->Maven->Failsafe->Surefire starting fork fails with “The forked VM terminated without properly saying goodbye. VM crash or System.exit called?”

前端 未结 8 2040
生来不讨喜
生来不讨喜 2020-12-30 04:51

As per title: I\'m trying to run Maven automated test from Jenkins slave that is containerized and after battling this for a week now I\'m running out of ideas. It works as

8条回答
  •  别那么骄傲
    2020-12-30 05:44

    I can confirm that I had this problem as well on a Fedora docker image (2020) - just upgrade maven-surefire-plugin to >=2.22.0 and it worked.

    (http://raehal.me/maven-surefire-plugin-on-Docker/)

提交回复
热议问题