aiotrade icon indicating copy to clipboard operation
aiotrade copied to clipboard

java.lang.OutOfMemoryError thrown from the UncaughtExceptionHandler in thread "main"

Open lijiecong opened this issue 12 years ago • 2 comments

Don't know why, always out of memory.could you help me?

Apache Maven 3.0.5 (r01de14724cdef164cd33c7c8c2fe155faf9602da; 2013-02-19 21:51:28+0800) Maven home: /home/jli/apache-maven-3.0.5 Java version: 1.7.0_21, vendor: Oracle Corporation Java home: /home/jli/jdk1.7.0_21/jre Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "2.6.32-358.6.1.el6.x86_64", arch: "amd64", family: "unix" MAVEN_OPTS=-Xmx2048m -XX:MaxPermSize=3072m

constituent[15]: file:/home/jli/apache-maven-3.0.5/lib/plexus-cipher-1.7.jar constituent[16]: file:/home/jli/apache-maven-3.0.5/lib/maven-model-3.0.5.jar constituent[17]: file:/home/jli/apache-maven-3.0.5/lib/aether-spi-1.13.1.jar constituent[18]: file:/home/jli/apache-maven-3.0.5/lib/sisu-inject-bean-2.3.0.jar constituent[19]: file:/home/jli/apache-maven-3.0.5/lib/maven-artifact-3.0.5.jar constituent[20]: file:/home/jli/apache-maven-3.0.5/lib/maven-settings-builder-3.0.5.jar constituent[21]: file:/home/jli/apache-maven-3.0.5/lib/aether-util-1.13.1.jar constituent[22]: file:/home/jli/apache-maven-3.0.5/lib/maven-embedder-3.0.5.jar constituent[23]: file:/home/jli/apache-maven-3.0.5/lib/maven-settings-3.0.5.jar constituent[24]: file:/home/jli/apache-maven-3.0.5/lib/aether-impl-1.13.1.jar constituent[25]: file:/home/jli/apache-maven-3.0.5/lib/maven-compat-3.0.5.jar constituent[26]: file:/home/jli/apache-maven-3.0.5/lib/plexus-sec-dispatcher-1.3.jar constituent[27]: file:/home/jli/apache-maven-3.0.5/lib/commons-cli-1.2.jar

constituent[28]: file:/home/jli/apache-maven-3.0.5/lib/sisu-inject-plexus-2.3.0.jar

Exception in thread "main" Exception: java.lang.OutOfMemoryError thrown from the UncaughtExceptionHandler in thread "main"

lijiecong avatar May 26 '13 05:05 lijiecong