NodeBB Heroku Port
-
Hello!
I have been searching tickets and resources to resolve my issues install NodeBB on Heroku using hosted mongo via MLAB. I seem to have resolved everything except the PORT issue -
Error R10 (Boot timeout) -> Web process failed to bind to $PORT within 60 seconds of launch
The port in my config is ignored, as expected.
Heroku sets the PORT dynamically (?)
I have added this process.env.PORT to the listen function in webserver.js in an attempt to dynamically add the port created by Heroku.
nconf.set('port', process.env.PORT);
var port = nconf.get('port');but that does not work either.
I am using a standard 2x Dyno.
this is the log
s-MacBook-Pro:NodeBB ii$ heroku restart Restarting dynos on ⬢ arcane-brushlands-94303... done s-MacBook-Pro:NodeBB ii$ heroku logs --tail 2019-05-31T10:38:26.797516+00:00 app[web.1]: 2019-05-31T10:38:26.797Z [12] - info: [build] client js bundle build started 2019-05-31T10:38:26.798925+00:00 app[web.1]: 2019-05-31T10:38:26.798Z [12] - info: [build] admin js bundle build started 2019-05-31T10:38:26.799494+00:00 app[web.1]: 2019-05-31T10:38:26.799Z [12] - info: [build] client side styles build started 2019-05-31T10:38:26.799970+00:00 app[web.1]: 2019-05-31T10:38:26.799Z [12] - info: [build] admin control panel styles build started 2019-05-31T10:38:26.800214+00:00 app[web.1]: 2019-05-31T10:38:26.800Z [12] - info: [build] templates build started 2019-05-31T10:38:26.800597+00:00 app[web.1]: 2019-05-31T10:38:26.800Z [12] - info: [build] languages build started 2019-05-31T10:38:26.800968+00:00 app[web.1]: 2019-05-31T10:38:26.800Z [12] - info: [build] sounds build started 2019-05-31T10:38:27.145662+00:00 app[web.1]: 2019-05-31T10:38:27.145Z [12] - info: [build] plugin static dirs build completed in 0.352sec 2019-05-31T10:38:27.529962+00:00 app[web.1]: 2019-05-31T10:38:27.529Z [12] - info: [build] sounds build completed in 0.729sec 2019-05-31T10:38:29.000000+00:00 app[api]: Build succeeded 2019-05-31T10:38:40.564309+00:00 app[web.1]: 2019-05-31T10:38:40.564Z [12] - info: [build] admin js bundle build completed in 13.766sec 2019-05-31T10:38:40.564827+00:00 app[web.1]: 2019-05-31T10:38:40.564Z [12] - info: [build] client js bundle build completed in 13.767sec 2019-05-31T10:38:41.416685+00:00 app[web.1]: 2019-05-31T10:38:41.416Z [12] - info: [build] requirejs modules build completed in 14.62sec 2019-05-31T10:38:43.243234+00:00 app[web.1]: 2019-05-31T10:38:43.243Z [12] - info: [build] client side styles build completed in 16.443sec 2019-05-31T10:38:45.811606+00:00 app[web.1]: 2019-05-31T10:38:45.811Z [12] - info: [build] admin control panel styles build completed in 19.012sec 2019-05-31T10:38:53.689255+00:00 app[api]: Starting process with command `bash` by user [email protected] 2019-05-31T10:38:55.781419+00:00 app[web.1]: 2019-05-31T10:38:55.781Z [12] - info: [build] languages build completed in 28.98sec 2019-05-31T10:39:01.612501+00:00 app[web.1]: 2019-05-31T10:39:01.612Z [12] - verbose: [meta/templates] Successfully compiled templates. 2019-05-31T10:39:01.612801+00:00 app[web.1]: 2019-05-31T10:39:01.612Z [12] - info: [build] templates build completed in 34.812sec 2019-05-31T10:39:01.614114+00:00 app[web.1]: 2019-05-31T10:39:01.614Z [12] - info: [build] Asset compilation successful. Completed in 34.82sec. 2019-05-31T10:39:01.614434+00:00 app[web.1]: 2019-05-31T10:39:01.614437+00:00 app[web.1]: 2019-05-31T10:39:01.614439+00:00 app[web.1]: 2019-05-31T10:39:01.614540+00:00 app[web.1]: NodeBB Setup Completed. Run "./nodebb start" to manually start your NodeBB server. 2019-05-31T10:39:01.918308+00:00 app[web.1]: 2019-05-31T10:39:01.918326+00:00 app[web.1]: Starting NodeBB 2019-05-31T10:39:01.918329+00:00 app[web.1]: "./nodebb stop" to stop the NodeBB server 2019-05-31T10:39:01.918336+00:00 app[web.1]: "./nodebb log" to view server output 2019-05-31T10:39:01.918338+00:00 app[web.1]: "./nodebb help" for more commands 2019-05-31T10:39:01.918340+00:00 app[web.1]: 2019-05-31T10:39:02.275500+00:00 heroku[web.1]: State changed from starting to crashed 2019-05-31T10:39:02.256739+00:00 heroku[web.1]: Process exited with status 0 2019-05-31T10:39:04.851196+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=arcane-brushlands-94303.herokuapp.com request_id=a62b44f6-057e-4f66-9536-0e38e4d8d370 fwd="76.183.168.159" dyno= connect= service= status=503 bytes= protocol=https 2019-05-31T10:39:05.348755+00:00 heroku[run.8388]: Awaiting client 2019-05-31T10:39:05.371336+00:00 heroku[run.8388]: Starting process with command `bash` 2019-05-31T10:39:05.651672+00:00 heroku[run.8388]: State changed from starting to up 2019-05-31T10:39:42.132818+00:00 heroku[run.8388]: Client connection closed. Sending SIGHUP to all processes 2019-05-31T10:39:42.686933+00:00 heroku[run.8388]: State changed from up to complete 2019-05-31T10:39:42.659806+00:00 heroku[run.8388]: Process exited with status 129 2019-05-31T10:39:47.146342+00:00 heroku[web.1]: State changed from crashed to starting 2019-05-31T10:40:01.798396+00:00 heroku[web.1]: Starting process with command `./nodebb setup && ./nodebb start` 2019-05-31T10:40:05.616705+00:00 app[web.1]: [benchpressjs] Unable to build or find a suitable native module, falling back to JS version 2019-05-31T10:40:05.740630+00:00 app[web.1]: 2019-05-31T10:40:05.738Z [12] - info: NodeBB Setup Triggered via Command Line 2019-05-31T10:40:05.743703+00:00 app[web.1]: 2019-05-31T10:40:05.743711+00:00 app[web.1]: Welcome to NodeBB v1.12.2! 2019-05-31T10:40:05.743860+00:00 app[web.1]: 2019-05-31T10:40:05.743869+00:00 app[web.1]: This looks like a new installation, so you'll have to answer a few questions about your environment before we can proceed. 2019-05-31T10:40:05.743954+00:00 app[web.1]: Press enter to accept the default setting (shown in brackets). 2019-05-31T10:40:05.892270+00:00 app[web.1]: 2019-05-31T10:40:05.891Z [12] - info: 2019-05-31T10:40:05.892293+00:00 app[web.1]: Now configuring mongo database: 2019-05-31T10:40:06.115619+00:00 app[web.1]: 2019-05-31T10:40:06.115Z [12] - info: [database] Checking database indices. 2019-05-31T10:40:06.132460+00:00 app[web.1]: 2019-05-31T10:40:06.132Z [12] - info: [database] Checking database indices done! 2019-05-31T10:40:06.135355+00:00 app[web.1]: Configuration Saved OK 2019-05-31T10:40:06.135860+00:00 app[web.1]: Populating database with default configs, if not already set... 2019-05-31T10:40:07.402892+00:00 app[web.1]: 2019-05-31T10:40:07.402Z [12] - verbose: [minifier] utilizing a maximum of 7 additional threads 2019-05-31T10:40:07.437066+00:00 app[web.1]: Previous theme detected, skipping enabling default theme 2019-05-31T10:40:07.440246+00:00 app[web.1]: Categories OK. Found 4 categories. 2019-05-31T10:40:07.443823+00:00 app[web.1]: Administrator found, skipping Admin setup 2019-05-31T10:40:07.452758+00:00 app[web.1]: 2019-05-31T10:40:07.452Z [12] - info: Global Moderators group found, skipping creation! 2019-05-31T10:40:07.514851+00:00 app[web.1]: Enabling default plugins 2019-05-31T10:40:07.515597+00:00 app[web.1]: 2019-05-31T10:40:07.515Z [12] - info: [install/defaultPlugins] customDefaults 2019-05-31T10:40:07.515917+00:00 app[web.1]: 2019-05-31T10:40:07.515Z [12] - info: [install/enableDefaultPlugins] activating default plugins {"0":"nodebb-plugin-composer-default","1":"nodebb-plugin-markdown","2":"nodebb-plugin-mentions","3":"nodebb-widget-essentials","4":"nodebb-rewards-essentials","5":"nodebb-plugin-soundpack-default","6":"nodebb-plugin-emoji","7":"nodebb-plugin-emoji-android"} 2019-05-31T10:40:07.593244+00:00 app[web.1]: 2019-05-31T10:40:07.593Z [12] - verbose: [build] building the following targets: plugin static dirs, requirejs modules, client js bundle, admin js bundle, client side styles, admin control panel styles, templates, languages, sounds 2019-05-31T10:40:07.593762+00:00 app[web.1]: started 2019-05-31T10:40:07.626248+00:00 app[web.1]: 2019-05-31T10:40:07.626Z [12] - verbose: [plugins] loading the following fields from plugin data: staticDirs, modules, clientScripts, acpScripts, cssFiles, lessFiles, acpLessFiles, languageData, soundpack 2019-05-31T10:40:07.635764+00:00 app[web.1]: 2019-05-31T10:40:07.635Z [12] - verbose: [plugins] Found 1 less file(s) for plugin nodebb-plugin-composer-default 2019-05-31T10:40:07.637172+00:00 app[web.1]: 2019-05-31T10:40:07.637Z [12] - verbose: [plugins] Found 1 less file(s) for plugin nodebb-plugin-markdown 2019-05-31T10:40:07.637772+00:00 app[web.1]: 2019-05-31T10:40:07.637Z [12] - verbose: [plugins] Found 1 css file(s) for plugin nodebb-widget-essentials 2019-05-31T10:40:07.638999+00:00 app[web.1]: 2019-05-31T10:40:07.638Z [12] - verbose: [plugins] Found 1 less file(s) for plugin nodebb-plugin-emoji 2019-05-31T10:40:07.639979+00:00 app[web.1]: 2019-05-31T10:40:07.639Z [12] - verbose: [plugins] Found 10 AMD-style module(s) for plugin nodebb-plugin-composer-default 2019-05-31T10:40:07.640445+00:00 app[web.1]: 2019-05-31T10:40:07.640Z [12] - verbose: [plugins] Found 1 js file(s) for plugin nodebb-plugin-composer-default 2019-05-31T10:40:07.641159+00:00 app[web.1]: 2019-05-31T10:40:07.641Z [12] - verbose: [plugins] Found 1 js file(s) for plugin nodebb-theme-persona 2019-05-31T10:40:07.641999+00:00 app[web.1]: 2019-05-31T10:40:07.641Z [12] - verbose: [plugins] found 2 static directories for nodebb-plugin-markdown 2019-05-31T10:40:07.642291+00:00 app[web.1]: 2019-05-31T10:40:07.642Z [12] - verbose: [plugins] Found 2 AMD-style module(s) for plugin nodebb-plugin-markdown 2019-05-31T10:40:07.642550+00:00 app[web.1]: 2019-05-31T10:40:07.642Z [12] - verbose: [plugins] Found 1 js file(s) for plugin nodebb-plugin-markdown 2019-05-31T10:40:07.642802+00:00 app[web.1]: 2019-05-31T10:40:07.642Z [12] - verbose: [plugins] Found 1 js file(s) for plugin nodebb-plugin-markdown 2019-05-31T10:40:07.643311+00:00 app[web.1]: 2019-05-31T10:40:07.643Z [12] - verbose: [plugins] Found 1 js file(s) for plugin nodebb-plugin-mentions 2019-05-31T10:40:07.643559+00:00 app[web.1]: 2019-05-31T10:40:07.643Z [12] - verbose: [plugins] Found 1 js file(s) for plugin nodebb-plugin-mentions 2019-05-31T10:40:07.645023+00:00 app[web.1]: 2019-05-31T10:40:07.644Z [12] - verbose: [plugins] found 1 static directories for nodebb-rewards-essentials 2019-05-31T10:40:07.645276+00:00 app[web.1]: 2019-05-31T10:40:07.645Z [12] - verbose: [plugins] Found 1 js file(s) for plugin nodebb-rewards-essentials 2019-05-31T10:40:07.645890+00:00 app[web.1]: 2019-05-31T10:40:07.645Z [12] - verbose: [plugins] Found 3 sound file(s) for plugin nodebb-plugin-soundpack-default 2019-05-31T10:40:07.646262+00:00 app[web.1]: 2019-05-31T10:40:07.646Z [12] - verbose: [plugins] found 1 static directories for nodebb-plugin-emoji 2019-05-31T10:40:07.646925+00:00 app[web.1]: 2019-05-31T10:40:07.646Z [12] - verbose: [plugins] Found 1 js file(s) for plugin nodebb-plugin-emoji 2019-05-31T10:40:07.650174+00:00 app[web.1]: 2019-05-31T10:40:07.650Z [12] - verbose: [plugins] Found 2 js file(s) for plugin nodebb-plugin-emoji 2019-05-31T10:40:07.650637+00:00 app[web.1]: 2019-05-31T10:40:07.650Z [12] - verbose: [plugins] Found 1 AMD-style module(s) for plugin nodebb-theme-persona 2019-05-31T10:40:07.652946+00:00 app[web.1]: 2019-05-31T10:40:07.652Z [12] - verbose: [plugins] Found 5 AMD-style module(s) for plugin nodebb-plugin-emoji 2019-05-31T10:40:07.653382+00:00 app[web.1]: 2019-05-31T10:40:07.653Z [12] - verbose: [plugins] Found 2 js file(s) for plugin nodebb-plugin-composer-default 2019-05-31T10:40:07.653858+00:00 app[web.1]: 2019-05-31T10:40:07.653Z [12] - verbose: [plugins] Found 4 js file(s) for plugin nodebb-theme-persona 2019-05-31T10:40:07.657713+00:00 app[web.1]: 2019-05-31T10:40:07.657Z [12] - info: [build] Building in parallel mode 2019-05-31T10:40:07.658898+00:00 app[web.1]: 2019-05-31T10:40:07.658Z [12] - info: [build] plugin static dirs build started 2019-05-31T10:40:07.662295+00:00 app[web.1]: 2019-05-31T10:40:07.662Z [12] - info: [build] requirejs modules build started 2019-05-31T10:40:07.663205+00:00 app[web.1]: 2019-05-31T10:40:07.663Z [12] - info: [build] client js bundle build started 2019-05-31T10:40:07.664800+00:00 app[web.1]: 2019-05-31T10:40:07.664Z [12] - info: [build] admin js bundle build started 2019-05-31T10:40:07.666844+00:00 app[web.1]: 2019-05-31T10:40:07.666Z [12] - info: [build] client side styles build started 2019-05-31T10:40:07.667487+00:00 app[web.1]: 2019-05-31T10:40:07.667Z [12] - info: [build] admin control panel styles build started 2019-05-31T10:40:07.667799+00:00 app[web.1]: 2019-05-31T10:40:07.667Z [12] - info: [build] templates build started 2019-05-31T10:40:07.668195+00:00 app[web.1]: 2019-05-31T10:40:07.668Z [12] - info: [build] languages build started 2019-05-31T10:40:07.668650+00:00 app[web.1]: 2019-05-31T10:40:07.668Z [12] - info: [build] sounds build started 2019-05-31T10:40:08.138644+00:00 app[web.1]: 2019-05-31T10:40:08.138Z [12] - info: [build] plugin static dirs build completed in 0.48sec 2019-05-31T10:40:08.532699+00:00 app[web.1]: 2019-05-31T10:40:08.532Z [12] - info: [build] sounds build completed in 0.864sec 2019-05-31T10:40:28.782609+00:00 app[web.1]: 2019-05-31T10:40:28.782Z [12] - info: [build] admin js bundle build completed in 21.118sec 2019-05-31T10:40:28.783794+00:00 app[web.1]: 2019-05-31T10:40:28.783Z [12] - info: [build] client js bundle build completed in 21.12sec 2019-05-31T10:40:28.809356+00:00 app[web.1]: 2019-05-31T10:40:28.809Z [12] - info: [build] requirejs modules build completed in 21.147sec 2019-05-31T10:40:30.975217+00:00 app[web.1]: 2019-05-31T10:40:30.974Z [12] - info: [build] client side styles build completed in 23.308sec 2019-05-31T10:40:30.975747+00:00 app[web.1]: 2019-05-31T10:40:30.975Z [12] - info: [build] admin control panel styles build completed in 23.308sec 2019-05-31T10:40:46.571814+00:00 app[web.1]: 2019-05-31T10:40:46.571Z [12] - info: [build] languages build completed in 38.903sec 2019-05-31T10:40:53.610836+00:00 app[web.1]: 2019-05-31T10:40:53.610Z [12] - verbose: [meta/templates] Successfully compiled templates. 2019-05-31T10:40:53.611094+00:00 app[web.1]: 2019-05-31T10:40:53.611Z [12] - info: [build] templates build completed in 45.943sec 2019-05-31T10:40:53.612420+00:00 app[web.1]: 2019-05-31T10:40:53.612Z [12] - info: [build] Asset compilation successful. Completed in 45.954sec. 2019-05-31T10:40:53.612784+00:00 app[web.1]: 2019-05-31T10:40:53.612786+00:00 app[web.1]: 2019-05-31T10:40:53.612788+00:00 app[web.1]: 2019-05-31T10:40:53.612852+00:00 app[web.1]: NodeBB Setup Completed. Run "./nodebb start" to manually start your NodeBB server. 2019-05-31T10:40:54.068460+00:00 app[web.1]: 2019-05-31T10:40:54.068484+00:00 app[web.1]: Starting NodeBB 2019-05-31T10:40:54.068487+00:00 app[web.1]: "./nodebb stop" to stop the NodeBB server 2019-05-31T10:40:54.068488+00:00 app[web.1]: "./nodebb log" to view server output 2019-05-31T10:40:54.068490+00:00 app[web.1]: "./nodebb help" for more commands 2019-05-31T10:40:54.068492+00:00 app[web.1]: 2019-05-31T10:40:54.472634+00:00 heroku[web.1]: State changed from starting to crashed 2019-05-31T10:40:54.485254+00:00 heroku[web.1]: State changed from crashed to starting 2019-05-31T10:40:54.454919+00:00 heroku[web.1]: Process exited with status 0 2019-05-31T10:41:07.848169+00:00 heroku[web.1]: Starting process with command `./nodebb setup && ./nodebb start` 2019-05-31T10:41:10.213312+00:00 app[web.1]: [benchpressjs] Unable to build or find a suitable native module, falling back to JS version 2019-05-31T10:41:10.289223+00:00 app[web.1]: 2019-05-31T10:41:10.286Z [12] - info: NodeBB Setup Triggered via Command Line 2019-05-31T10:41:10.291585+00:00 app[web.1]: 2019-05-31T10:41:10.291588+00:00 app[web.1]: Welcome to NodeBB v1.12.2! 2019-05-31T10:41:10.291675+00:00 app[web.1]: 2019-05-31T10:41:10.291678+00:00 app[web.1]: This looks like a new installation, so you'll have to answer a few questions about your environment before we can proceed. 2019-05-31T10:41:10.291768+00:00 app[web.1]: Press enter to accept the default setting (shown in brackets). 2019-05-31T10:41:10.401506+00:00 app[web.1]: 2019-05-31T10:41:10.401Z [12] - info: 2019-05-31T10:41:10.401509+00:00 app[web.1]: Now configuring mongo database: 2019-05-31T10:41:10.762602+00:00 app[web.1]: 2019-05-31T10:41:10.762Z [12] - info: [database] Checking database indices. 2019-05-31T10:41:10.824782+00:00 app[web.1]: 2019-05-31T10:41:10.824Z [12] - info: [database] Checking database indices done! 2019-05-31T10:41:10.827021+00:00 app[web.1]: Configuration Saved OK 2019-05-31T10:41:10.827552+00:00 app[web.1]: Populating database with default configs, if not already set... 2019-05-31T10:41:12.045429+00:00 app[web.1]: 2019-05-31T10:41:12.045Z [12] - verbose: [minifier] utilizing a maximum of 7 additional threads 2019-05-31T10:41:12.093209+00:00 app[web.1]: Previous theme detected, skipping enabling default theme 2019-05-31T10:41:12.098605+00:00 app[web.1]: Categories OK. Found 4 categories. 2019-05-31T10:41:12.104213+00:00 app[web.1]: Administrator found, skipping Admin setup 2019-05-31T10:41:12.107872+00:00 app[web.1]: 2019-05-31T10:41:12.107Z [12] - info: Global Moderators group found, skipping creation! 2019-05-31T10:41:12.200652+00:00 app[web.1]: Enabling default plugins 2019-05-31T10:41:12.201488+00:00 app[web.1]: 2019-05-31T10:41:12.201Z [12] - info: [install/defaultPlugins] customDefaults 2019-05-31T10:41:12.202097+00:00 app[web.1]: 2019-05-31T10:41:12.201Z [12] - info: [install/enableDefaultPlugins] activating default plugins {"0":"nodebb-plugin-composer-default","1":"nodebb-plugin-markdown","2":"nodebb-plugin-mentions","3":"nodebb-widget-essentials","4":"nodebb-rewards-essentials","5":"nodebb-plugin-soundpack-default","6":"nodebb-plugin-emoji","7":"nodebb-plugin-emoji-android"} 2019-05-31T10:41:12.287173+00:00 app[web.1]: 2019-05-31T10:41:12.286Z [12] - verbose: [build] building the following targets: plugin static dirs, requirejs modules, client js bundle, admin js bundle, client side styles, admin control panel styles, templates, languages, sounds 2019-05-31T10:41:12.287613+00:00 app[web.1]: started 2019-05-31T10:41:12.322400+00:00 app[web.1]: 2019-05-31T10:41:12.322Z [12] - verbose: [plugins] loading the following fields from plugin data: staticDirs, modules, clientScripts, acpScripts, cssFiles, lessFiles, acpLessFiles, languageData, soundpack 2019-05-31T10:41:12.335659+00:00 app[web.1]: 2019-05-31T10:41:12.335Z [12] - verbose: [plugins] Found 1 less file(s) for plugin nodebb-plugin-composer-default 2019-05-31T10:41:12.337464+00:00 app[web.1]: 2019-05-31T10:41:12.337Z [12] - verbose: [plugins] Found 1 less file(s) for plugin nodebb-plugin-markdown 2019-05-31T10:41:12.337981+00:00 app[web.1]: 2019-05-31T10:41:12.337Z [12] - verbose: [plugins] Found 1 css file(s) for plugin nodebb-widget-essentials 2019-05-31T10:41:12.341236+00:00 app[web.1]: 2019-05-31T10:41:12.341Z [12] - verbose: [plugins] Found 1 less file(s) for plugin nodebb-plugin-emoji 2019-05-31T10:41:12.342756+00:00 app[web.1]: 2019-05-31T10:41:12.342Z [12] - verbose: [plugins] Found 10 AMD-style module(s) for plugin nodebb-plugin-composer-default 2019-05-31T10:41:12.343412+00:00 app[web.1]: 2019-05-31T10:41:12.343Z [12] - verbose: [plugins] Found 1 js file(s) for plugin nodebb-plugin-composer-default 2019-05-31T10:41:12.344714+00:00 app[web.1]: 2019-05-31T10:41:12.344Z [12] - verbose: [plugins] Found 1 js file(s) for plugin nodebb-theme-persona 2019-05-31T10:41:12.345630+00:00 app[web.1]: 2019-05-31T10:41:12.345Z [12] - verbose: [plugins] found 2 static directories for nodebb-plugin-markdown 2019-05-31T10:41:12.346055+00:00 app[web.1]: 2019-05-31T10:41:12.345Z [12] - verbose: [plugins] Found 2 AMD-style module(s) for plugin nodebb-plugin-markdown 2019-05-31T10:41:12.346417+00:00 app[web.1]: 2019-05-31T10:41:12.346Z [12] - verbose: [plugins] Found 1 js file(s) for plugin nodebb-plugin-markdown 2019-05-31T10:41:12.346779+00:00 app[web.1]: 2019-05-31T10:41:12.346Z [12] - verbose: [plugins] Found 1 js file(s) for plugin nodebb-plugin-markdown 2019-05-31T10:41:12.347681+00:00 app[web.1]: 2019-05-31T10:41:12.347Z [12] - verbose: [plugins] Found 1 js file(s) for plugin nodebb-plugin-mentions 2019-05-31T10:41:12.348045+00:00 app[web.1]: 2019-05-31T10:41:12.347Z [12] - verbose: [plugins] Found 1 js file(s) for plugin nodebb-plugin-mentions 2019-05-31T10:41:12.350304+00:00 app[web.1]: 2019-05-31T10:41:12.350Z [12] - verbose: [plugins] found 1 static directories for nodebb-rewards-essentials 2019-05-31T10:41:12.350688+00:00 app[web.1]: 2019-05-31T10:41:12.350Z [12] - verbose: [plugins] Found 1 js file(s) for plugin nodebb-rewards-essentials 2019-05-31T10:41:12.351451+00:00 app[web.1]: 2019-05-31T10:41:12.351Z [12] - verbose: [plugins] Found 3 sound file(s) for plugin nodebb-plugin-soundpack-default 2019-05-31T10:41:12.351887+00:00 app[web.1]: 2019-05-31T10:41:12.351Z [12] - verbose: [plugins] found 1 static directories for nodebb-plugin-emoji 2019-05-31T10:41:12.352671+00:00 app[web.1]: 2019-05-31T10:41:12.352Z [12] - verbose: [plugins] Found 1 js file(s) for plugin nodebb-plugin-emoji 2019-05-31T10:41:12.358751+00:00 app[web.1]: 2019-05-31T10:41:12.358Z [12] - verbose: [plugins] Found 2 js file(s) for plugin nodebb-plugin-emoji 2019-05-31T10:41:12.359294+00:00 app[web.1]: 2019-05-31T10:41:12.359Z [12] - verbose: [plugins] Found 1 AMD-style module(s) for plugin nodebb-theme-persona 2019-05-31T10:41:12.361562+00:00 app[web.1]: 2019-05-31T10:41:12.361Z [12] - verbose: [plugins] Found 5 AMD-style module(s) for plugin nodebb-plugin-emoji 2019-05-31T10:41:12.362116+00:00 app[web.1]: 2019-05-31T10:41:12.362Z [12] - verbose: [plugins] Found 2 js file(s) for plugin nodebb-plugin-composer-default 2019-05-31T10:41:12.362708+00:00 app[web.1]: 2019-05-31T10:41:12.362Z [12] - verbose: [plugins] Found 4 js file(s) for plugin nodebb-theme-persona 2019-05-31T10:41:12.368311+00:00 app[web.1]: 2019-05-31T10:41:12.368Z [12] - info: [build] Building in parallel mode 2019-05-31T10:41:12.369911+00:00 app[web.1]: 2019-05-31T10:41:12.369Z [12] - info: [build] plugin static dirs build started 2019-05-31T10:41:12.374626+00:00 app[web.1]: 2019-05-31T10:41:12.374Z [12] - info: [build] requirejs modules build started 2019-05-31T10:41:12.377289+00:00 app[web.1]: 2019-05-31T10:41:12.377Z [12] - info: [build] client js bundle build started 2019-05-31T10:41:12.381103+00:00 app[web.1]: 2019-05-31T10:41:12.380Z [12] - info: [build] admin js bundle build started 2019-05-31T10:41:12.382143+00:00 app[web.1]: 2019-05-31T10:41:12.382Z [12] - info: [build] client side styles build started 2019-05-31T10:41:12.382809+00:00 app[web.1]: 2019-05-31T10:41:12.382Z [12] - info: [build] admin control panel styles build started 2019-05-31T10:41:12.383192+00:00 app[web.1]: 2019-05-31T10:41:12.383Z [12] - info: [build] templates build started 2019-05-31T10:41:12.383750+00:00 app[web.1]: 2019-05-31T10:41:12.383Z [12] - info: [build] languages build started 2019-05-31T10:41:12.384300+00:00 app[web.1]: 2019-05-31T10:41:12.384Z [12] - info: [build] sounds build started 2019-05-31T10:41:12.981292+00:00 app[web.1]: 2019-05-31T10:41:12.981Z [12] - info: [build] plugin static dirs build completed in 0.611sec 2019-05-31T10:41:13.434438+00:00 app[web.1]: 2019-05-31T10:41:13.434Z [12] - info: [build] sounds build completed in 1.05sec 2019-05-31T10:41:35.894510+00:00 app[web.1]: 2019-05-31T10:41:35.894Z [12] - info: [build] client js bundle build completed in 23.517sec 2019-05-31T10:41:37.562464+00:00 app[web.1]: 2019-05-31T10:41:37.562Z [12] - info: [build] admin js bundle build completed in 25.182sec 2019-05-31T10:41:37.562751+00:00 app[web.1]: 2019-05-31T10:41:37.562Z [12] - info: [build] requirejs modules build completed in 25.188sec 2019-05-31T10:41:44.972253+00:00 app[web.1]: 2019-05-31T10:41:44.971Z [12] - info: [build] client side styles build completed in 32.59sec 2019-05-31T10:41:45.439724+00:00 app[web.1]: 2019-05-31T10:41:45.439Z [12] - info: [build] admin control panel styles build completed in 33.057sec 2019-05-31T10:41:59.826727+00:00 app[web.1]: 2019-05-31T10:41:59.826Z [12] - info: [build] languages build completed in 47.443sec 2019-05-31T10:42:08.386028+00:00 heroku[web.1]: Error R10 (Boot timeout) -> Web process failed to bind to $PORT within 60 seconds of launch 2019-05-31T10:42:08.386156+00:00 heroku[web.1]: Stopping process with SIGKILL 2019-05-31T10:42:08.509373+00:00 heroku[web.1]: Process exited with status 137 2019-05-31T10:42:08.527431+00:00 heroku[web.1]: State changed from starting to crashed 2019-05-31T10:42:11.897884+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=arcane-brushlands-94303.herokuapp.com request_id=f21482e7-f41f-429a-ade2-55a001d195dc fwd="76.183.168.159" dyno= connect= service= status=503 bytes= protocol=https
any help would be greatly appreciated.
Vernon
Copyright © 2024 NodeBB | Contributors