sap-tutorials / Tutorials

Tutorials on sap.com
https://developers.sap.com/tutorial-navigator.html
Creative Commons Attribution 4.0 International
719 stars 773 forks source link

Create a Sample Application on Cloud Foundry Using SAP Cloud SDK #4722

Closed GuoquanXing closed 4 years ago

GuoquanXing commented 4 years ago

Tutorial URL: https://developers.sap.com/tutorials/s4sdk-cloud-foundry-sample-application.html

Please specify the step you are referring to: If user is using maven 3.6.3, he/she would run into the issue when running mvn clean package:

ExecutionException The forked VM terminated without properly saying goodbye. VM crash or System.exit called?

this is due to in package unit-test and integration tests, the jacoco version is 0.8.2, when update to version 0.8.4 the issue would be resolved, can you please kindly check this?

MatKuhr commented 4 years ago

Thank you for reporting this, we will check it 👍

MatKuhr commented 4 years ago

Out of curiosity how do you derive that this might be due to the jacoco version?

MichaelCzcz commented 4 years ago

@MatKuhr Any Updates?

Emdee89 commented 4 years ago

You can update the version of the jacoco-maven-plugin yourself in your pom files yourself.

Morever, we will update here in case the version gets updated in the archetypes with a new SAP Cloud SDK version.

MichaelCzcz commented 4 years ago

Thank you for your feedback. The issue seems to be resolved, so I am closing the issue.

If you still have questions, feel free to reopen the issue.