Skip to content

Instantly share code, notes, and snippets.

@anomaly44
Created November 3, 2015 21:02
Show Gist options
  • Save anomaly44/4b424bb30b3a40423cde to your computer and use it in GitHub Desktop.
Save anomaly44/4b424bb30b3a40423cde to your computer and use it in GitHub Desktop.
Nov 03 12:51:02 lit-cove-9308 heroku/web.1: State changed from crashed to starting
Nov 03 12:51:07 lit-cove-9308 heroku/web.1: Starting process with command `npm start`
Nov 03 12:51:10 lit-cove-9308 app/web.1: > react-redux-universal-hot-example@0.0.5 start /app
Nov 03 12:51:10 lit-cove-9308 app/web.1: > concurrent --kill-others "npm run start-prod" "npm run start-prod-api"
Nov 03 12:51:13 lit-cove-9308 app/web.1: [1]
Nov 03 12:51:13 lit-cove-9308 app/web.1: [1] > react-redux-universal-hot-example@0.0.5 start-prod-api /app
Nov 03 12:51:13 lit-cove-9308 app/web.1: [1] > node ./node_modules/better-npm-run start-prod-api
Nov 03 12:51:13 lit-cove-9308 app/web.1: [1]
Nov 03 12:51:13 lit-cove-9308 app/web.1: [1] running better-npm-run in /app
Nov 03 12:51:13 lit-cove-9308 app/web.1: [1] Executing script: start-prod-api
Nov 03 12:51:13 lit-cove-9308 app/web.1: [1]
Nov 03 12:51:13 lit-cove-9308 app/web.1: [1] to be executed:APIPORT=3030 NODE_ENV=production NODE_PATH=./api node ./bin/api.js
Nov 03 12:51:14 lit-cove-9308 app/web.1: [0]
Nov 03 12:51:15 lit-cove-9308 app/web.1: [0] > react-redux-universal-hot-example@0.0.5 start-prod /app
Nov 03 12:51:15 lit-cove-9308 app/web.1: [0] > node ./node_modules/better-npm-run start-prod
Nov 03 12:51:15 lit-cove-9308 app/web.1: [0]
Nov 03 12:51:15 lit-cove-9308 app/web.1: [0] running better-npm-run in /app
Nov 03 12:51:16 lit-cove-9308 app/web.1: [0] Executing script: start-prod
Nov 03 12:51:16 lit-cove-9308 app/web.1: [0]
Nov 03 12:51:16 lit-cove-9308 app/web.1: [0] to be executed:APIPORT=3030 PORT=8080 NODE_ENV=production NODE_PATH=./src node ./bin/server.js
Nov 03 12:51:23 lit-cove-9308 app/web.1: [1] Warning: connect.session() MemoryStore is not
Nov 03 12:51:23 lit-cove-9308 app/web.1: [1] designed for a production environment, as it will leak
Nov 03 12:51:23 lit-cove-9308 app/web.1: [1] memory, and will not scale past a single process.
Nov 03 12:51:23 lit-cove-9308 app/web.1: [1] ----
Nov 03 12:51:23 lit-cove-9308 app/web.1: [1] ==> ? API is running on port 3030
Nov 03 12:51:23 lit-cove-9308 app/web.1: [1] ==> ? Send requests to http://localhost:3030
Nov 03 12:51:24 lit-cove-9308 app/web.1: [0] [require-hook] [warning] Overriding require() hook for file extension .js
Nov 03 12:51:24 lit-cove-9308 app/web.1: [0] [require-hook] [warning] -------------------------------------------------------------
Nov 03 12:51:24 lit-cove-9308 app/web.1: [0] [require-hook] [warning] -------------------------------------------------------------
Nov 03 12:51:31 lit-cove-9308 app/web.1: [0] ----
Nov 03 12:51:31 lit-cove-9308 app/web.1: [0] ==> ✅ React Redux Example is running, talking to API server on 3030.
Nov 03 12:51:31 lit-cove-9308 app/web.1: [0] ==> ? Open http://localhost:8080 in a browser to view the app.
Nov 03 12:52:07 lit-cove-9308 heroku/web.1: Error R10 (Boot timeout) -> Web process failed to bind to $PORT within 60 seconds of launch
Nov 03 12:52:07 lit-cove-9308 heroku/web.1: Stopping process with SIGKILL
Nov 03 12:52:07 lit-cove-9308 app/web.1: Error waiting for process to terminate: No child processes
Nov 03 12:52:08 lit-cove-9308 heroku/web.1: Process exited with status 22
Nov 03 12:52:15 lit-cove-9308 heroku/web.1: State changed from starting to crashed
Nov 03 12:52:15 lit-cove-9308 heroku/web.1: State changed from crashed to starting
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment