Skip to content

Instantly share code, notes, and snippets.

@vinayh
Created July 1, 2015 22:14
Show Gist options
  • Save vinayh/7ac09fb0002e2ecab182 to your computer and use it in GitHub Desktop.
Save vinayh/7ac09fb0002e2ecab182 to your computer and use it in GitHub Desktop.
2015-07-01T22:12:35.707580+00:00 heroku[web.1]: State changed from up to starting
2015-07-01T22:12:38.355846+00:00 heroku[web.1]: Stopping all processes with SIGTERM
2015-07-01T22:12:38.892956+00:00 app[web.1]: /app/.lein/bin/lein: line 1: 9 Terminated $LEIN_JAVA_CMD -XX:+TieredCompilation $LEIN_JVM_OPTS -Dfile.encoding=UTF-8 -Dmaven.wagon.http.ssl.easy=false -Dmaven.wagon.rto=10000 -Dleiningen.original.pwd="$PWD" -Dleiningen.trampoline-file="$TRAMPOLINE_FILE" -cp "$CLASSPATH" clojure.main -m leiningen.core.main "$@"
2015-07-01T22:12:39.880999+00:00 heroku[web.1]: Starting process with command `java $JVM_OPTS -jar target/contact-form.jar`
2015-07-01T22:12:39.876670+00:00 heroku[web.1]: Process exited with status 143
2015-07-01T22:12:45.308762+00:00 app[web.1]: Listening on port: 33787
2015-07-01T22:12:45.366297+00:00 app[web.1]: 2015-07-01 22:12:45.365:INFO:oejs.AbstractConnector:Started SelectChannelConnector@0.0.0.0:33787
2015-07-01T22:12:45.324083+00:00 app[web.1]: 2015-07-01 22:12:45.323:INFO:oejs.Server:jetty-7.x.y-SNAPSHOT
2015-07-01T22:12:45.564451+00:00 heroku[web.1]: State changed from starting to up
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment