Разветвленная ВМ прервалась, не сказав должным образом до свидания - PullRequest
0 голосов
/ 24 октября 2019

Я пытался запустить проект maven, и каждый раз, когда я сталкиваюсь с этой ошибкой, которая говорит, что «он разветвил виртуальную машину, не сказав должного прощания.

[INFO] Scanning for projects...
[INFO] 
[INFO] --------------------< org.edge.simulator:simulator >--------------------
[INFO] Building simulator 0.0.1-SNAPSHOT
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ simulator ---
[WARNING] Using platform encoding (Cp1256 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 4 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @ simulator ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ simulator ---
[WARNING] Using platform encoding (Cp1256 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory C:\Users\Toshiba\Desktop\مجلد جديد\IoTSim-Edge\new\src\test\resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:testCompile (default-testCompile) @ simulator ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ simulator ---
[INFO] Surefire report directory: C:\Users\Toshiba\Desktop\مجلد جديد\IoTSim-Edge\new\target\surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------


Results :

Tests run: 0, Failures: 0, Errors: 0, Skipped: 0

[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  4.492 s
[INFO] Finished at: 2019-10-24T18:12:43+03:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.12.4:test (default-test) on project simulator: Execution default-test of goal org.apache.maven.plugins:maven-surefire-plugin:2.12.4:test failed: The forked VM terminated without saying properly goodbye. VM crash or System.exit called ? -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginExecutionException

Я пытался добавить акод кPOM файл и все равно получает ту же ошибку. Я был бы очень признателен, если бы я получил некоторую помощь.

...