Skip to content

Instantly share code, notes, and snippets.

@jfarcand
Created February 6, 2014 21:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jfarcand/8852436 to your computer and use it in GitHub Desktop.
Save jfarcand/8852436 to your computer and use it in GitHub Desktop.
5:58:55.964 [main] INFO com.poweredbypace.pace.AtmoTest - Num connections=299, memory: total:505 MB, max:505 MB, free:2 MB, used=503 MB
15:58:59.130 [main] INFO com.poweredbypace.pace.AtmoTest - Num connections=303, memory: total:505 MB, max:505 MB, free:1 MB, used=504 MB
15:59:01.680 [main] INFO com.poweredbypace.pace.AtmoTest - Num connections=307, memory: total:505 MB, max:505 MB, free:2 MB, used=503 MB
15:59:07.154 [main] INFO com.poweredbypace.pace.AtmoTest - Num connections=311, memory: total:505 MB, max:505 MB, free:0 MB, used=505 MB
15:59:10.189 [main] INFO com.poweredbypace.pace.AtmoTest - Num connections=320, memory: total:505 MB, max:505 MB, free:0 MB, used=505 MB
15:59:13.497 [main] INFO com.poweredbypace.pace.AtmoTest - Num connections=324, memory: total:505 MB, max:505 MB, free:0 MB, used=505 MB
15:59:18.675 [New I/O worker #1] DEBUG o.a.nettosphere.BridgeRuntime - Exception
java.lang.OutOfMemoryError: Java heap space
15:59:18.676 [New I/O worker #1] DEBUG o.a.nettosphere.BridgeRuntime - Error 500 Internal Server Error for null
Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
15:59:28.296 [New I/O worker #13] DEBUG o.a.nettosphere.BridgeRuntime - Exception
java.lang.OutOfMemoryError: Java heap space
15:59:29.414 [New I/O worker #13] DEBUG o.a.nettosphere.BridgeRuntime - Error 500 Internal Server Error for null
^CMagneto:atmotest jfarcand$ nnn; rm -rf target/; mci; java -Xmx512M -jar target/atmotest-0.0.1-SNAPSHOT-jar-with-dependencies.jar
[INFO] Scanning for projects...
[WARNING]
[WARNING] Some problems were encountered while building the effective model for org.atmosphere:nettosphere:jar:2.1.1-SNAPSHOT
[WARNING] The expression ${pom.version} is deprecated. Please use ${project.version} instead.
[WARNING] 'reporting.plugins.plugin.version' for org.apache.maven.plugins:maven-javadoc-plugin is missing. @ org.atmosphere:nettosphere-project:2.1.1-SNAPSHOT, /workspace/nettosphere/pom.xml, line 242, column 21
[WARNING] 'reporting.plugins.plugin.version' for org.apache.maven.plugins:maven-project-info-reports-plugin is missing. @ org.atmosphere:nettosphere-project:2.1.1-SNAPSHOT, /workspace/nettosphere/pom.xml, line 263, column 21
[WARNING]
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING]
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment