Advertisement
Guest User

Untitled

a guest
Jan 11th, 2015
2,790
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.04 KB | None | 0 0
  1. root@vps27452:~/nodebb# ./nodebb dev
  2. Launching NodeBB in "development" mode.
  3. To run the production build of NodeBB, please use "forever".
  4. More Information: https://docs.nodebb.org/en/latest/running/index.html
  5.  
  6. NodeBB v0.6.0 Copyright (C) 2013-2014 NodeBB Inc.
  7. This program comes with ABSOLUTELY NO WARRANTY.
  8. This is free software, and you are welcome to redistribute it under certain conditions.
  9. For the full license, please visit: http://www.gnu.org/copyleft/gpl.html
  10.  
  11. Clustering enabled: Spinning up 1 process(es).
  12.  
  13. 11/1 15:50 [1279] - info: Time: Sun Jan 11 2015 15:50:06 GMT-0500 (EST)
  14. 11/1 15:50 [1279] - info: Initializing NodeBB v0.6.0
  15. 11/1 15:50 [1279] - verbose: * using configuration stored in: /root/nodebb/config.json
  16. 11/1 15:50 [1279] - verbose: * using redis store at 127.0.0.1:6379
  17. 11/1 15:50 [1279] - verbose: * using themes stored in: /root/nodebb/node_modules
  18. 11/1 15:50 [1279] - verbose: [plugins] Initializing plugins system
  19. 11/1 15:50 [1279] - verbose: [notifications.init] Registering jobs.
  20. 11/1 15:50 [1279] - info: [themes] Using theme nodebb-theme-lavender
  21. 11/1 15:50 [1279] - verbose: [plugins] Found 1 CSS file(s) for plugin nodebb-widget-essentials
  22. 11/1 15:50 [1279] - verbose: [plugins] Found 1 LESS file(s) for plugin nodebb-plugin-spam-be-gone
  23. 11/1 15:50 [1279] - verbose: [plugins] Found 1 js file(s) for plugin nodebb-plugin-spam-be-gone
  24. 11/1 15:50 [1279] - verbose: [plugins] Found 1 LESS file(s) for plugin nodebb-plugin-mentions
  25. 11/1 15:50 [1279] - verbose: [plugins] Found 2 js file(s) for plugin nodebb-plugin-mentions
  26. 11/1 15:50 [1279] - verbose: [plugins] Found 1 LESS file(s) for plugin nodebb-plugin-markdown
  27. 11/1 15:50 [1279] - verbose: [plugins] Found 2 js file(s) for plugin nodebb-plugin-markdown
  28. 11/1 15:50 [1279] - verbose: [plugins] Found 3 js file(s) for plugin nodebb-theme-lavender
  29. 11/1 15:50 [1279] - verbose: [plugins] Loaded plugin: nodebb-widget-essentials
  30. 11/1 15:50 [1279] - verbose: [plugins] Loaded plugin: nodebb-plugin-spam-be-gone
  31. 11/1 15:50 [1279] - verbose: [plugins] Loaded plugin: nodebb-plugin-mentions
  32. 11/1 15:50 [1279] - verbose: [plugins] Loaded plugin: nodebb-plugin-emailer-local
  33. 11/1 15:50 [1279] - verbose: [plugins] Loaded plugin: nodebb-plugin-soundpack-default
  34. 11/1 15:50 [1279] - verbose: [plugins] Loaded plugin: nodebb-plugin-markdown
  35. 11/1 15:50 [1279] - verbose: [plugins] Loaded plugin: nodebb-plugin-dbsearch
  36. 11/1 15:50 [1279] - verbose: [plugins] Loaded plugin: nodebb-theme-lavender
  37. 11/1 15:50 [1279] - error: TypeError: Cannot read property 'buildHeader' of undefined
  38. at Object.Emailer.init [as method] (/root/nodebb/node_modules/nodebb-plugin-emailer-local/index.js:16:54)
  39. at /root/nodebb/src/plugins.js:460:13
  40. at /root/nodebb/node_modules/async/lib/async.js:125:13
  41. at Array.forEach (native)
  42. at _each (/root/nodebb/node_modules/async/lib/async.js:46:24)
  43. at Object.async.each (/root/nodebb/node_modules/async/lib/async.js:124:9)
  44. at fireStaticHook (/root/nodebb/src/plugins.js:450:9)
  45. at Object.Plugins.fireHook (/root/nodebb/src/plugins.js:406:5)
  46. at Plugins.reloadRoutes (/root/nodebb/src/plugins.js:129:11)
  47. at /root/nodebb/node_modules/async/lib/async.js:656:23
  48. TypeError: Cannot read property 'buildHeader' of undefined
  49. at Object.Emailer.init [as method] (/root/nodebb/node_modules/nodebb-plugin-emailer-local/index.js:16:54)
  50. at /root/nodebb/src/plugins.js:460:13
  51. at /root/nodebb/node_modules/async/lib/async.js:125:13
  52. at Array.forEach (native)
  53. at _each (/root/nodebb/node_modules/async/lib/async.js:46:24)
  54. at Object.async.each (/root/nodebb/node_modules/async/lib/async.js:124:9)
  55. at fireStaticHook (/root/nodebb/src/plugins.js:450:9)
  56. at Object.Plugins.fireHook (/root/nodebb/src/plugins.js:406:5)
  57. at Plugins.reloadRoutes (/root/nodebb/src/plugins.js:129:11)
  58. at /root/nodebb/node_modules/async/lib/async.js:656:23
  59. 11/1 15:50 [1279] - info: [app] Shutdown (SIGTERM/SIGINT) Initialised.
  60. 11/1 15:50 [1279] - info: [app] Database connection closed.
  61.  
  62. net.js:1233
  63. throw new Error('Not running');
  64. ^
  65. Error: Not running
  66. at Server.close (net.js:1233:11)
  67. at shutdown (/root/nodebb/app.js:374:36)
  68. at process.<anonymous> (/root/nodebb/app.js:211:7)
  69. at process.EventEmitter.emit (events.js:95:17)
  70. at process._fatalException (node.js:272:26)
  71. [cluster] Child Process (1279) has exited (code: 7, signal: null)
  72. [cluster] Spinning up another process...
  73. 11/1 15:50 [1288] - info: Time: Sun Jan 11 2015 15:50:07 GMT-0500 (EST)
  74. 11/1 15:50 [1288] - info: Initializing NodeBB v0.6.0
  75. 11/1 15:50 [1288] - verbose: * using configuration stored in: /root/nodebb/config.json
  76. 11/1 15:50 [1288] - verbose: * using redis store at 127.0.0.1:6379
  77. 11/1 15:50 [1288] - verbose: * using themes stored in: /root/nodebb/node_modules
  78. 11/1 15:50 [1288] - verbose: [plugins] Initializing plugins system
  79. 11/1 15:50 [1288] - verbose: [notifications.init] Registering jobs.
  80. 11/1 15:50 [1288] - info: [themes] Using theme nodebb-theme-lavender
  81. 11/1 15:50 [1288] - verbose: [plugins] Found 1 CSS file(s) for plugin nodebb-widget-essentials
  82. 11/1 15:50 [1288] - verbose: [plugins] Found 1 LESS file(s) for plugin nodebb-plugin-spam-be-gone
  83. 11/1 15:50 [1288] - verbose: [plugins] Found 1 js file(s) for plugin nodebb-plugin-spam-be-gone
  84. 11/1 15:50 [1288] - verbose: [plugins] Found 1 LESS file(s) for plugin nodebb-plugin-mentions
  85. 11/1 15:50 [1288] - verbose: [plugins] Found 2 js file(s) for plugin nodebb-plugin-mentions
  86. 11/1 15:50 [1288] - verbose: [plugins] Found 1 LESS file(s) for plugin nodebb-plugin-markdown
  87. 11/1 15:50 [1288] - verbose: [plugins] Found 2 js file(s) for plugin nodebb-plugin-markdown
  88. 11/1 15:50 [1288] - verbose: [plugins] Found 3 js file(s) for plugin nodebb-theme-lavender
  89. 11/1 15:50 [1288] - verbose: [plugins] Loaded plugin: nodebb-widget-essentials
  90. 11/1 15:50 [1288] - verbose: [plugins] Loaded plugin: nodebb-plugin-spam-be-gone
  91. 11/1 15:50 [1288] - verbose: [plugins] Loaded plugin: nodebb-plugin-mentions
  92. 11/1 15:50 [1288] - verbose: [plugins] Loaded plugin: nodebb-plugin-emailer-local
  93. 11/1 15:50 [1288] - verbose: [plugins] Loaded plugin: nodebb-plugin-soundpack-default
  94. 11/1 15:50 [1288] - verbose: [plugins] Loaded plugin: nodebb-plugin-markdown
  95. 11/1 15:50 [1288] - verbose: [plugins] Loaded plugin: nodebb-plugin-dbsearch
  96. 11/1 15:50 [1288] - verbose: [plugins] Loaded plugin: nodebb-theme-lavender
  97. 11/1 15:50 [1288] - error: TypeError: Cannot read property 'buildHeader' of undefined
  98. at Object.Emailer.init [as method] (/root/nodebb/node_modules/nodebb-plugin-emailer-local/index.js:16:54)
  99. at /root/nodebb/src/plugins.js:460:13
  100. at /root/nodebb/node_modules/async/lib/async.js:125:13
  101. at Array.forEach (native)
  102. at _each (/root/nodebb/node_modules/async/lib/async.js:46:24)
  103. at Object.async.each (/root/nodebb/node_modules/async/lib/async.js:124:9)
  104. at fireStaticHook (/root/nodebb/src/plugins.js:450:9)
  105. at Object.Plugins.fireHook (/root/nodebb/src/plugins.js:406:5)
  106. at Plugins.reloadRoutes (/root/nodebb/src/plugins.js:129:11)
  107. at /root/nodebb/node_modules/async/lib/async.js:656:23
  108. TypeError: Cannot read property 'buildHeader' of undefined
  109. at Object.Emailer.init [as method] (/root/nodebb/node_modules/nodebb-plugin-emailer-local/index.js:16:54)
  110. at /root/nodebb/src/plugins.js:460:13
  111. at /root/nodebb/node_modules/async/lib/async.js:125:13
  112. at Array.forEach (native)
  113. at _each (/root/nodebb/node_modules/async/lib/async.js:46:24)
  114. at Object.async.each (/root/nodebb/node_modules/async/lib/async.js:124:9)
  115. at fireStaticHook (/root/nodebb/src/plugins.js:450:9)
  116. at Object.Plugins.fireHook (/root/nodebb/src/plugins.js:406:5)
  117. at Plugins.reloadRoutes (/root/nodebb/src/plugins.js:129:11)
  118. at /root/nodebb/node_modules/async/lib/async.js:656:23
  119. 11/1 15:50 [1288] - info: [app] Shutdown (SIGTERM/SIGINT) Initialised.
  120. 11/1 15:50 [1288] - info: [app] Database connection closed.
  121.  
  122. net.js:1233
  123. throw new Error('Not running');
  124. ^
  125. Error: Not running
  126. at Server.close (net.js:1233:11)
  127. at shutdown (/root/nodebb/app.js:374:36)
  128. at process.<anonymous> (/root/nodebb/app.js:211:7)
  129. at process.EventEmitter.emit (events.js:95:17)
  130. at process._fatalException (node.js:272:26)
  131. [cluster] Child Process (1288) has exited (code: 7, signal: null)
  132. [cluster] Spinning up another process...
  133. 11/1 15:50 [1296] - info: Time: Sun Jan 11 2015 15:50:09 GMT-0500 (EST)
  134. 11/1 15:50 [1296] - info: Initializing NodeBB v0.6.0
  135. 11/1 15:50 [1296] - verbose: * using configuration stored in: /root/nodebb/config.json
  136. 11/1 15:50 [1296] - verbose: * using redis store at 127.0.0.1:6379
  137. 11/1 15:50 [1296] - verbose: * using themes stored in: /root/nodebb/node_modules
  138. 11/1 15:50 [1296] - verbose: [plugins] Initializing plugins system
  139. 11/1 15:50 [1296] - verbose: [notifications.init] Registering jobs.
  140. 11/1 15:50 [1296] - info: [themes] Using theme nodebb-theme-lavender
  141. 11/1 15:50 [1296] - verbose: [plugins] Found 1 CSS file(s) for plugin nodebb-widget-essentials
  142. 11/1 15:50 [1296] - verbose: [plugins] Found 1 LESS file(s) for plugin nodebb-plugin-spam-be-gone
  143. 11/1 15:50 [1296] - verbose: [plugins] Found 1 js file(s) for plugin nodebb-plugin-spam-be-gone
  144. 11/1 15:50 [1296] - verbose: [plugins] Found 1 LESS file(s) for plugin nodebb-plugin-mentions
  145. 11/1 15:50 [1296] - verbose: [plugins] Found 2 js file(s) for plugin nodebb-plugin-mentions
  146. 11/1 15:50 [1296] - verbose: [plugins] Found 1 LESS file(s) for plugin nodebb-plugin-markdown
  147. 11/1 15:50 [1296] - verbose: [plugins] Found 2 js file(s) for plugin nodebb-plugin-markdown
  148. 11/1 15:50 [1296] - verbose: [plugins] Found 3 js file(s) for plugin nodebb-theme-lavender
  149. 11/1 15:50 [1296] - verbose: [plugins] Loaded plugin: nodebb-widget-essentials
  150. 11/1 15:50 [1296] - verbose: [plugins] Loaded plugin: nodebb-plugin-spam-be-gone
  151. 11/1 15:50 [1296] - verbose: [plugins] Loaded plugin: nodebb-plugin-mentions
  152. 11/1 15:50 [1296] - verbose: [plugins] Loaded plugin: nodebb-plugin-emailer-local
  153. 11/1 15:50 [1296] - verbose: [plugins] Loaded plugin: nodebb-plugin-soundpack-default
  154. 11/1 15:50 [1296] - verbose: [plugins] Loaded plugin: nodebb-plugin-markdown
  155. 11/1 15:50 [1296] - verbose: [plugins] Loaded plugin: nodebb-plugin-dbsearch
  156. 11/1 15:50 [1296] - verbose: [plugins] Loaded plugin: nodebb-theme-lavender
  157. 11/1 15:50 [1296] - error: TypeError: Cannot read property 'buildHeader' of undefined
  158. at Object.Emailer.init [as method] (/root/nodebb/node_modules/nodebb-plugin-emailer-local/index.js:16:54)
  159. at /root/nodebb/src/plugins.js:460:13
  160. at /root/nodebb/node_modules/async/lib/async.js:125:13
  161. at Array.forEach (native)
  162. at _each (/root/nodebb/node_modules/async/lib/async.js:46:24)
  163. at Object.async.each (/root/nodebb/node_modules/async/lib/async.js:124:9)
  164. at fireStaticHook (/root/nodebb/src/plugins.js:450:9)
  165. at Object.Plugins.fireHook (/root/nodebb/src/plugins.js:406:5)
  166. at Plugins.reloadRoutes (/root/nodebb/src/plugins.js:129:11)
  167. at /root/nodebb/node_modules/async/lib/async.js:656:23
  168. TypeError: Cannot read property 'buildHeader' of undefined
  169. at Object.Emailer.init [as method] (/root/nodebb/node_modules/nodebb-plugin-emailer-local/index.js:16:54)
  170. at /root/nodebb/src/plugins.js:460:13
  171. at /root/nodebb/node_modules/async/lib/async.js:125:13
  172. at Array.forEach (native)
  173. at _each (/root/nodebb/node_modules/async/lib/async.js:46:24)
  174. at Object.async.each (/root/nodebb/node_modules/async/lib/async.js:124:9)
  175. at fireStaticHook (/root/nodebb/src/plugins.js:450:9)
  176. at Object.Plugins.fireHook (/root/nodebb/src/plugins.js:406:5)
  177. at Plugins.reloadRoutes (/root/nodebb/src/plugins.js:129:11)
  178. at /root/nodebb/node_modules/async/lib/async.js:656:23
  179. 11/1 15:50 [1296] - info: [app] Shutdown (SIGTERM/SIGINT) Initialised.
  180. 11/1 15:50 [1296] - info: [app] Database connection closed.
  181.  
  182. net.js:1233
  183. throw new Error('Not running');
  184. ^
  185. Error: Not running
  186. at Server.close (net.js:1233:11)
  187. at shutdown (/root/nodebb/app.js:374:36)
  188. at process.<anonymous> (/root/nodebb/app.js:211:7)
  189. at process.EventEmitter.emit (events.js:95:17)
  190. at process._fatalException (node.js:272:26)
  191. [cluster] Child Process (1296) has exited (code: 7, signal: null)
  192. [cluster] Spinning up another process...
  193. 11/1 15:50 [1304] - info: Time: Sun Jan 11 2015 15:50:11 GMT-0500 (EST)
  194. 11/1 15:50 [1304] - info: Initializing NodeBB v0.6.0
  195. 11/1 15:50 [1304] - verbose: * using configuration stored in: /root/nodebb/config.json
  196. 11/1 15:50 [1304] - verbose: * using redis store at 127.0.0.1:6379
  197. 11/1 15:50 [1304] - verbose: * using themes stored in: /root/nodebb/node_modules
  198. 11/1 15:50 [1304] - verbose: [plugins] Initializing plugins system
  199. 11/1 15:50 [1304] - verbose: [notifications.init] Registering jobs.
  200. 11/1 15:50 [1304] - info: [themes] Using theme nodebb-theme-lavender
  201. 11/1 15:50 [1304] - verbose: [plugins] Found 1 CSS file(s) for plugin nodebb-widget-essentials
  202. 11/1 15:50 [1304] - verbose: [plugins] Found 1 LESS file(s) for plugin nodebb-plugin-spam-be-gone
  203. 11/1 15:50 [1304] - verbose: [plugins] Found 1 js file(s) for plugin nodebb-plugin-spam-be-gone
  204. 11/1 15:50 [1304] - verbose: [plugins] Found 1 LESS file(s) for plugin nodebb-plugin-mentions
  205. 11/1 15:50 [1304] - verbose: [plugins] Found 2 js file(s) for plugin nodebb-plugin-mentions
  206. 11/1 15:50 [1304] - verbose: [plugins] Found 1 LESS file(s) for plugin nodebb-plugin-markdown
  207. 11/1 15:50 [1304] - verbose: [plugins] Found 2 js file(s) for plugin nodebb-plugin-markdown
  208. 11/1 15:50 [1304] - verbose: [plugins] Found 3 js file(s) for plugin nodebb-theme-lavender
  209. 11/1 15:50 [1304] - verbose: [plugins] Loaded plugin: nodebb-widget-essentials
  210. 11/1 15:50 [1304] - verbose: [plugins] Loaded plugin: nodebb-plugin-spam-be-gone
  211. 11/1 15:50 [1304] - verbose: [plugins] Loaded plugin: nodebb-plugin-mentions
  212. 11/1 15:50 [1304] - verbose: [plugins] Loaded plugin: nodebb-plugin-emailer-local
  213. 11/1 15:50 [1304] - verbose: [plugins] Loaded plugin: nodebb-plugin-soundpack-default
  214. 11/1 15:50 [1304] - verbose: [plugins] Loaded plugin: nodebb-plugin-markdown
  215. 11/1 15:50 [1304] - verbose: [plugins] Loaded plugin: nodebb-plugin-dbsearch
  216. 11/1 15:50 [1304] - verbose: [plugins] Loaded plugin: nodebb-theme-lavender
  217. 11/1 15:50 [1304] - error: TypeError: Cannot read property 'buildHeader' of undefined
  218. at Object.Emailer.init [as method] (/root/nodebb/node_modules/nodebb-plugin-emailer-local/index.js:16:54)
  219. at /root/nodebb/src/plugins.js:460:13
  220. at /root/nodebb/node_modules/async/lib/async.js:125:13
  221. at Array.forEach (native)
  222. at _each (/root/nodebb/node_modules/async/lib/async.js:46:24)
  223. at Object.async.each (/root/nodebb/node_modules/async/lib/async.js:124:9)
  224. at fireStaticHook (/root/nodebb/src/plugins.js:450:9)
  225. at Object.Plugins.fireHook (/root/nodebb/src/plugins.js:406:5)
  226. at Plugins.reloadRoutes (/root/nodebb/src/plugins.js:129:11)
  227. at /root/nodebb/node_modules/async/lib/async.js:656:23
  228. TypeError: Cannot read property 'buildHeader' of undefined
  229. at Object.Emailer.init [as method] (/root/nodebb/node_modules/nodebb-plugin-emailer-local/index.js:16:54)
  230. at /root/nodebb/src/plugins.js:460:13
  231. at /root/nodebb/node_modules/async/lib/async.js:125:13
  232. at Array.forEach (native)
  233. at _each (/root/nodebb/node_modules/async/lib/async.js:46:24)
  234. at Object.async.each (/root/nodebb/node_modules/async/lib/async.js:124:9)
  235. at fireStaticHook (/root/nodebb/src/plugins.js:450:9)
  236. at Object.Plugins.fireHook (/root/nodebb/src/plugins.js:406:5)
  237. at Plugins.reloadRoutes (/root/nodebb/src/plugins.js:129:11)
  238. at /root/nodebb/node_modules/async/lib/async.js:656:23
  239. 11/1 15:50 [1304] - info: [app] Shutdown (SIGTERM/SIGINT) Initialised.
  240. 11/1 15:50 [1304] - info: [app] Database connection closed.
  241.  
  242. net.js:1233
  243. throw new Error('Not running');
  244. ^
  245. Error: Not running
  246. at Server.close (net.js:1233:11)
  247. at shutdown (/root/nodebb/app.js:374:36)
  248. at process.<anonymous> (/root/nodebb/app.js:211:7)
  249. at process.EventEmitter.emit (events.js:95:17)
  250. at process._fatalException (node.js:272:26)
  251. 3 restarts in 10 seconds, most likely an error on startup. Halting.
  252. root@vps27452:~/nodebb#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement