You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
1021 B
16 lines
1021 B
# Created at 2025-03-06T19:11:12.786
|
|
System.exit() or native command error interrupted process checker.
|
|
java.lang.IllegalStateException: error [STOPPED] to read process 5460
|
|
at org.apache.maven.surefire.booter.PpidChecker.checkProcessInfo(PpidChecker.java:145)
|
|
at org.apache.maven.surefire.booter.PpidChecker.isProcessAlive(PpidChecker.java:116)
|
|
at org.apache.maven.surefire.booter.ForkedBooter$2.run(ForkedBooter.java:214)
|
|
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
|
|
at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308)
|
|
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)
|
|
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)
|
|
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
|
|
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
|
|
at java.lang.Thread.run(Thread.java:748)
|
|
|
|
|