2023-07-09T15-06-37_239-jvmRun1.dump 1.0 KB

123456789101112131415
  1. # Created at 2023-07-09T15:07:29.540
  2. System.exit() or native command error interrupted process checker.
  3. java.lang.IllegalStateException: Cannot use PPID 33292 process information. Going to use NOOP events.
  4. at org.apache.maven.surefire.booter.PpidChecker.checkProcessInfo(PpidChecker.java:155)
  5. at org.apache.maven.surefire.booter.PpidChecker.isProcessAlive(PpidChecker.java:116)
  6. at org.apache.maven.surefire.booter.ForkedBooter$2.run(ForkedBooter.java:214)
  7. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
  8. at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308)
  9. at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)
  10. at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)
  11. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  12. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  13. at java.lang.Thread.run(Thread.java:748)