Created
April 29, 2012 05:27
-
-
Save mingderwang/2533695 to your computer and use it in GitHub Desktop.
mongodb play heroku
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
$ git push heroku master | |
Counting objects: 7, done. | |
Delta compression using up to 2 threads. | |
Compressing objects: 100% (4/4), done. | |
Writing objects: 100% (4/4), 378 bytes, done. | |
Total 4 (delta 3), reused 0 (delta 0) | |
-----> Heroku receiving push | |
-----> Play! app detected | |
-----> WARNING: Play! version not specified in dependencies.yml. Default version: 1.2.4 being used.... | |
-----> Installing ivysettings.xml..... done | |
-----> Building Play! application... | |
~ _ _ | |
~ _ __ | | __ _ _ _| | | |
~ | '_ \| |/ _' | || |_| | |
~ | __/|_|\____|\__ (_) | |
~ |_| |__/ | |
~ | |
~ play! 1.2.4, http://www.playframework.org | |
~ | |
1.2.4 | |
Building Play! application at directory ./ | |
Resolving dependencies: .play/play dependencies ./ --forceCopy --silent -Duser.home=/tmp/build_3c6e8dukrd8hm 2>&1 | |
:: loading settings :: file = /tmp/build_3c6e8dukrd8hm/.ivy2/ivysettings.xml | |
~ Resolving dependencies using /tmp/build_3c6e8dukrd8hm/conf/dependencies.yml, | |
~ | |
~ play->morphia 1.2.4b (from playContributedModules) | |
~ com.amazonaws->aws-java-sdk 1.2.7 (from s3pository) | |
~ commons-logging->commons-logging 1.1.1 (from s3pository) | |
~ org.apache.httpcomponents->httpclient 4.2-alpha1 (from s3pository) | |
~ org.apache.httpcomponents->httpcore 4.2-alpha2 (from s3pository) | |
~ commons-codec->commons-codec 1.3 (from s3pository) | |
~ org.codehaus.jackson->jackson-core-asl 1.9.3 (from s3pository) | |
~ javax.mail->mail 1.4.4 (from s3pository) | |
~ javax.activation->activation 1.1 (from s3pository) | |
~ stax->stax-api 1.0.1 (from s3pository) | |
~ stax->stax 1.2.0 (from s3pository) | |
~ | |
~ Some dynamic revisions have been resolved as following, | |
~ | |
~ javax.mail->mail [1.4,) will use version 1.4.4 | |
~ org.codehaus.jackson->jackson-core-asl [1.4,) will use version 1.9.3 | |
~ | |
~ Some dependencies have been evicted, | |
~ | |
~ commons-codec 1.4 is overriden by commons-codec 1.3 | |
~ | |
~ Installing resolved dependencies, | |
~ | |
~ modules/morphia-1.2.4b | |
~ lib/aws-java-sdk-1.2.7.jar | |
~ lib/httpclient-4.2-alpha1.jar | |
~ lib/commons-codec-1.3.jar | |
~ lib/jackson-core-asl-1.9.3.jar | |
~ lib/mail-1.4.4.jar | |
~ lib/stax-api-1.0.1.jar | |
~ lib/httpcore-4.2-alpha2.jar | |
~ lib/activation-1.1.jar | |
~ lib/stax-1.2.0.jar | |
~ | |
~ ***************************************************************************** | |
~ WARNING: These dependencies are missing, your application may not work properly (use --verbose for details), | |
~ | |
~ play->play 1.2 | |
~ ***************************************************************************** | |
~ | |
~ Some dependencies are still missing. | |
~ | |
Precompiling: .play/play precompile ./ --silent 2>&1 | |
Listening for transport dt_socket at address: 8000 | |
Jan 11, 2012 1:09:37 PM play.Logger warn | |
WARNING: Cannot replace DATABASE_URL in configuration (db=${DATABASE_URL}) | |
Jan 11, 2012 1:09:37 PM play.Logger warn | |
WARNING: Cannot replace AWS_ACCESS_KEY in configuration (aws.access.key=${AWS_ACCESS_KEY}) | |
Jan 11, 2012 1:09:37 PM play.Logger warn | |
WARNING: Cannot replace AWS_SECRET_KEY in configuration (aws.secret.key=${AWS_SECRET_KEY}) | |
Jan 11, 2012 1:09:37 PM play.Logger warn | |
WARNING: Cannot replace S3_BUCKET in configuration (s3.bucket=${S3_BUCKET}) | |
13:09:37,962 INFO ~ Starting /tmp/build_3c6e8dukrd8hm | |
13:09:37,965 INFO ~ Module morphia is available (/tmp/build_3c6e8dukrd8hm/modules/morphia-1.2.4b) | |
13:09:38,607 INFO ~ Precompiling ... | |
13:09:41,932 INFO ~ Done. | |
-----> No Procfile found. Will use the following default process: | |
play run --http.port=$PORT $PLAY_OPTS | |
-----> Discovering process types | |
Procfile declares types -> (none) | |
Default types for Play! -> web | |
-----> Compiled slug size is 34.9MB | |
-----> Launching... done, v17 | |
http://flashcarddemo.herokuapp.com deployed to Heroku | |
To [email protected]:flashcarddemo.git | |
9086c15..ee3051b master -> master |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment