Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # Created at 2019-09-25T04:20:37.546
- java.io.IOException: Cannot run program "/bin/sh": error=12, Cannot allocate memory
- at java.lang.ProcessBuilder.start(ProcessBuilder.java:1048)
- at org.apache.maven.surefire.booter.PpidChecker$ProcessInfoConsumer.execute(PpidChecker.java:351)
- at org.apache.maven.surefire.booter.PpidChecker.unix(PpidChecker.java:190)
- at org.apache.maven.surefire.booter.PpidChecker.isProcessAlive(PpidChecker.java:123)
- at org.apache.maven.surefire.booter.ForkedBooter$2.run(ForkedBooter.java:213)
- 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)
- Caused by: java.io.IOException: error=12, Cannot allocate memory
- at java.lang.UNIXProcess.forkAndExec(Native Method)
- at java.lang.UNIXProcess.<init>(UNIXProcess.java:247)
- at java.lang.ProcessImpl.start(ProcessImpl.java:134)
- at java.lang.ProcessBuilder.start(ProcessBuilder.java:1029)
- ... 11 more
Advertisement
Add Comment
Please, Sign In to add comment