当我在Eclipse中调试时,我得到了以下错误。 我已经调试了配置,其中goal = -Dmaven.surefire.debug干净安装,远程java应用程序配置,其中host=localhost和port=5005。这可以让我调试junit测试用例并停止工作。 ERROR] Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream.
[ERROR] ExecutionException The forked VM terminated wi
我使用Spring自动绑定所有bean,所以我不认为同一进程的两个线程正在运行。另外,我对所有进程使用不同的端口。 at ca.uhn.hl7v2.app.AcceptorThread.afterStartup(AcceptorThread.java:103)
编辑:我找到了错误的来源我使用的是一个实现ApplicationListener<ContextRefreshedEvent>