Last active
August 29, 2015 13:56
-
-
Save rmetzger/8979018 to your computer and use it in GitHub Desktop.
Fedora 19
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[rmetzger@ibm-power-1 ~]$ uname -r | |
3.11.7-200.fc19.ppc64p7 | |
[rmetzger@ibm-power-1 ~]$ java -version | |
java version "1.7.0_45" | |
OpenJDK Runtime Environment (fedora-2.4.3.0.fc19-ppc64 u45-b15) | |
OpenJDK 64-Bit Zero VM (build 24.45-b08, interpreted mode) | |
[rmetzger@ibm-power-1 ~]$ mvn archetype:generate | |
Exception in thread "process reaper" Exception in thread "process reaper" Exception in thread "process reaper" java.lang.StackOverflowError | |
at java.util.concurrent.SynchronousQueue$TransferStack.snode(SynchronousQueue.java:316) | |
at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:358) | |
at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:942) | |
at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068) | |
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130) | |
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) | |
at java.lang.Thread.run(Thread.java:744) | |
Exception in thread "process reaper" Exception in thread "process reaper" Exception in thread "process reaper" Exception in thread "process reaper" java.lang.StackOverflowError | |
at java.util.concurrent.SynchronousQueue$TransferStack.snode(SynchronousQueue.java:316) | |
at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:358) | |
at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:942) | |
at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068) | |
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130) | |
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) | |
at java.lang.Thread.run(Thread.java:744) | |
Exception in thread "process reaper" Exception in thread "process reaper" java.lang.StackOverflowError | |
at java.util.concurrent.SynchronousQueue$TransferStack.snode(SynchronousQueue.java:316) | |
at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:358) | |
at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:942) | |
at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068) | |
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130) | |
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) | |
at java.lang.Thread.run(Thread.java:744) | |
java.lang.StackOverflowError | |
at java.lang.UNIXProcess$ProcessPipeInputStream.processExited(UNIXProcess.java:282) | |
at java.lang.UNIXProcess.processExited(UNIXProcess.java:187) | |
at java.lang.UNIXProcess$3.run(UNIXProcess.java:175) | |
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) | |
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) | |
at java.lang.Thread.run(Thread.java:744) | |
Exception in thread "process reaper" Exception in thread "process reaper" Exception in thread "process reaper" Exception in thread "process reaper" Exception in thread "process reaper" Exception in thread "process reaper" Exception in thread "process reaper" java.lang.StackOverflowError | |
at java.util.concurrent.SynchronousQueue$TransferStack.snode(SynchronousQueue.java:316) | |
at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:358) | |
at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:942) | |
at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068) | |
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130) | |
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) | |
at java.lang.Thread.run(Thread.java:744) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment