spectralforce

csmm log 17.8.21-3

Aug 17th, 2021
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 39.35 KB | None | 0 0
  1. ErrorWarningSystemArrayLogin
  2.  
  3.  
  4. > https://www.patreon.com/zloirock 
  5.  
  6. Also, the author of core-js ( https://github.com/zloirock ) is looking for a good job -)
  7.  
  8. npm WARN [email protected] No license field.
  9.  
  10. added 1315 packages from 1050 contributors and audited 1729 packages in 13.556s
  11.  
  12. 46 packages are looking for funding
  13. run `npm fund` for details
  14.  
  15. found 51 vulnerabilities (20 low, 7 moderate, 24 high)
  16. run `npm audit fix` to fix them, or `npm audit` for details
  17.  
  18. > [email protected] itemIcons:update /csmm-7dtd/CSMM
  19. > bash ./scripts/itemIconsUpdate.sh
  20.  
  21. + rm -rf assets/images/sdtdIcons/
  22. + mkdir -p assets/images/sdtdIcons/
  23. + curl -qsL https://github.com/CatalysmsServerManager/7dtd-icons/releases/latest/download/sdtdIcons.tar.gz
  24. + tar xzf - -C assets/images
  25. ---Force Update finished, CSMM successfully installed---
  26. ---Prepare Server---
  27. ---Configuring Redis---
  28. OK
  29. OK
  30. Background saving started
  31. ---Checking for old logs---
  32. ---Configuring CSMM---
  33. ---Checking if Databse is present---
  34. ---Database initalized!---
  35.  
  36. > [email protected] db:migrate /csmm-7dtd/CSMM
  37. > npm run sequelize -- db:migrate
  38.  
  39.  
  40. > [email protected] sequelize /csmm-7dtd/CSMM
  41. > sequelize-cli "db:migrate"
  42.  
  43.  
  44. Sequelize CLI [Node: 14.17.5, CLI: 6.2.0, ORM: 6.6.5]
  45.  
  46. Loaded configuration file "sequelize.config.js".
  47. Using environment "production".
  48.  
  49. ERROR: connect ECONNREFUSED 127.0.0.1:3306
  50.  
  51. npm ERR! code ELIFECYCLE
  52. npm ERR! errno 1
  53. npm ERR! [email protected] sequelize: `sequelize-cli "db:migrate"`
  54. npm ERR! Exit status 1
  55.  
  56.  
  57. npm ERR! Failed at the [email protected] sequelize script.
  58.  
  59. npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
  60.  
  61. npm ERR! A complete log of this run can be found in:
  62. npm ERR! /csmm-7dtd/.npm/_logs/2021-08-17T15_56_28_681Z-debug.log
  63. npm ERR! code ELIFECYCLE
  64. npm ERR! errno 1
  65. npm ERR! [email protected] db:migrate: `npm run sequelize -- db:migrate`
  66. npm ERR! Exit status 1
  67.  
  68.  
  69. npm ERR! Failed at the [email protected] db:migrate script.
  70.  
  71. npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
  72.  
  73. npm ERR! A complete log of this run can be found in:
  74. npm ERR! /csmm-7dtd/.npm/_logs/2021-08-17T15_56_28_695Z-debug.log
  75. ---Start Server---
  76.  
  77. > [email protected] start /csmm-7dtd/CSMM
  78. > cross-env NODE_ENV=production concurrently --kill-others -n 'app,worker' 'npm run start:app' 'npm run start:worker'
  79.  
  80.  
  81. [app]
  82. [app] > [email protected] start:app /csmm-7dtd/CSMM
  83. [app] > node app.js
  84. [app]
  85.  
  86.  
  87. [worker] > [email protected] start:worker /csmm-7dtd/CSMM
  88. [worker] > node worker/worker.js
  89.  
  90.  
  91. [app] CSMM version: 1.25.0
  92.  
  93. [app] error: Ignoring `sails.config.views.layout`...
  94.  
  95. [app] error: Sails' built-in layout support only works with the default EJS view engine.
  96.  
  97. [app] error: You're using a custom view engine, so you'll need to implement layouts on your own!
  98.  
  99. [app] debug: Please note: since `sails.config.session.cookie.secure` is set to `true`, the session cookie
  100. [app] debug: will _only_ be sent over TLS connections (i.e. secure https:// requests).
  101. [app] debug: Requests made via http:// will not include a session cookie!
  102. [app] debug:
  103. [app] debug: For more help:
  104. [app] debug: • https://sailsjs.com/config/session#?the-secure-flag
  105. [app] debug: • https://sailsjs.com/config/session#?do-i-need-an-ssl-certificate
  106. [app] debug: • https://sailsjs.com/config/sails-config-http#?properties
  107. [app] debug: • https://sailsjs.com/support
  108. [app] debug:
  109. [worker] debug: Please note: since `sails.config.session.cookie.secure` is set to `true`, the session cookie
  110. [worker] debug: will _only_ be sent over TLS connections (i.e. secure https:// requests).
  111. [worker] debug: Requests made via http:// will not include a session cookie!
  112. [worker] debug:
  113. [worker] debug: For more help:
  114. [worker] debug: • https://sailsjs.com/config/session#?the-secure-flag
  115. [worker] debug: • https://sailsjs.com/config/session#?do-i-need-an-ssl-certificate
  116. [worker] debug: • https://sailsjs.com/config/sails-config-http#?properties
  117. [worker] debug: • https://sailsjs.com/support
  118. [worker] debug:
  119. [app] info: Initializing custom hook (`sdtdLogs`)
  120. [app] error: HOOKS - sdtdLogs Unexpected error from database adapter: `select` failed ("badConnection"). A connection either could not be obtained or there was an error using the connection.
  121.  
  122. [app] Additional data:
  123. [app]
  124. [app] {
  125. [app] error: Error: connect ECONNREFUSED 127.0.0.1:3306
  126.  
  127. [app] at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1148:16)
  128. [app] --------------------
  129. [app] at Protocol._enqueue (/csmm-7dtd/CSMM/node_modules/mysql/lib/protocol/Protocol.js:144:48)
  130. [app] at Protocol.handshake (/csmm-7dtd/CSMM/node_modules/mysql/lib/protocol/Protocol.js:51:23)
  131. [app] at PoolConnection.connect (/csmm-7dtd/CSMM/node_modules/mysql/lib/Connection.js:116:18)
  132. [app] at Pool.getConnection (/csmm-7dtd/CSMM/node_modules/mysql/lib/Pool.js:48:16)
  133. [app] at Object.getConnection (/csmm-7dtd/CSMM/node_modules/machinepack-mysql/lib/get-connection.js:78:25)
  134. [app] at wrapper (/csmm-7dtd/CSMM/node_modules/@sailshq/lodash/lib/index.js:3282:19)
  135. [app] at Deferred.parley.retry [as _handleExec] (/csmm-7dtd/CSMM/node_modules/machinepack-mysql/node_modules/machine/lib/private/help-build-machine.js:1076:19)
  136. [app] at Deferred.exec (/csmm-7dtd/CSMM/node_modules/parley/lib/private/Deferred.js:286:10)
  137. [app] at Deferred.switch (/csmm-7dtd/CSMM/node_modules/machinepack-mysql/node_modules/machine/lib/private/help-build-machine.js:1469:16)
  138. [app] at spawnConnection (/csmm-7dtd/CSMM/node_modules/sails-mysql/helpers/private/connection/spawn-connection.js:29:10)
  139. [app] at Object.spawnOrLeaseConnection (/csmm-7dtd/CSMM/node_modules/sails-mysql/helpers/private/connection/spawn-or-lease-connection.js:23:3)
  140. [app] at Object.select (/csmm-7dtd/CSMM/node_modules/sails-mysql/helpers/select.js:122:24)
  141. [app] at wrapper (/csmm-7dtd/CSMM/node_modules/@sailshq/lodash/lib/index.js:3282:19)
  142. [app] at Deferred.parley.retry [as _handleExec] (/csmm-7dtd/CSMM/node_modules/sails-mysql/node_modules/machine/lib/private/help-build-machine.js:1076:19)
  143. [app] at Deferred.exec (/csmm-7dtd/CSMM/node_modules/parley/lib/private/Deferred.js:286:10)
  144. [app] at Deferred.switch (/csmm-7dtd/CSMM/node_modules/sails-mysql/node_modules/machine/lib/private/help-build-machine.js:1469:16)
  145. [app] at Object.find (/csmm-7dtd/CSMM/node_modules/sails-mysql/lib/adapter.js:185:16)
  146. [app] at _getPopulatedRecords (/csmm-7dtd/CSMM/node_modules/waterline/lib/waterline/utils/query/help-find.js:145:21)
  147. [app] at helpFind (/csmm-7dtd/CSMM/node_modules/waterline/lib/waterline/utils/query/help-find.js:582:6)
  148. [app] at _afterPotentiallyRunningBeforeLC (/csmm-7dtd/CSMM/node_modules/waterline/lib/waterline/methods/find.js:258:9)
  149. [app] at _maybeRunBeforeLC (/csmm-7dtd/CSMM/node_modules/waterline/lib/waterline/methods/find.js:232:16)
  150. [app] at Deferred._.extend._WLModel [as _handleExec] (/csmm-7dtd/CSMM/node_modules/waterline/lib/waterline/methods/find.js:234:9) {
  151. [app] errno: -111,
  152. [app] code: 'ECONNREFUSED',
  153. [app] syscall: 'connect',
  154. [app] address: '127.0.0.1',
  155. [app] port: 3306,
  156. [app] fatal: true
  157. [app] },
  158. [app] meta: {
  159. [app] host: 'localhost',
  160. [app] port: 3306,
  161. [app] schema: true,
  162. [app] adapter: 'sails-mysql',
  163. [app] charset: 'utf8mb4',
  164. [app] url: 'mysql2://csmm:[email protected]:3306/7dtd',
  165. [app] identity: 'default'
  166.  
  167. }
  168. [app] } {"cause":{"name":"AdapterError","adapterMethodName":"find","modelIdentity":"sdtdconfig","raw":{"name":"Exception","code":"badConnection","exit":"badConnection","raw":{"error":{"errno":-111,"code":"ECONNREFUSED","syscall":"connect","address":"127.0.0.1","port":3306,"fatal":true},"meta":{"host":"localhost","port":3306,"schema":true,"adapter":"sails-mysql","charset":"utf8mb4","url":"mysql2://csmm:[email protected]:3306/7dtd","identity":"default"}}}},"isOperational":true,"adapterMethodName":"find","modelIdentity":"sdtdconfig","raw":{"name":"Exception","code":"badConnection","exit":"badConnection","raw":{"error":{"errno":-111,"code":"ECONNREFUSED","syscall":"connect","address":"127.0.0.1","port":3306,"fatal":true},"meta":{"host":"localhost","port":3306,"schema":true,"adapter":"sails-mysql","charset":"utf8mb4","url":"mysql2://csmm:[email protected]:3306/7dtd","identity":"default"}}},"stack":"AdapterError: Unexpected error from database adapter: `select` failed (\"badConnection\"). A connection either could not be obtained or there was an error using the connection.\nAdditional data:\n\n{\n error: Error: connect ECONNREFUSED 127.0.0.1:3306\n at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1148:16)\n --------------------\n at Protocol._enqueue (/csmm-7dtd/CSMM/node_modules/mysql/lib/protocol/Protocol.js:144:48)\n at Protocol.handshake (/csmm-7dtd/CSMM/node_modules/mysql/lib/protocol/Protocol.js:51:23)\n at PoolConnection.connect (/csmm-7dtd/CSMM/node_modules/mysql/lib/Connection.js:116:18)\n at Pool.getConnection (/csmm-7dtd/CSMM/node_modules/mysql/lib/Pool.js:48:16)\n at Object.getConnection (/csmm-7dtd/CSMM/node_modules/machinepack-mysql/lib/get-connection.js:78:25)\n at wrapper (/csmm-7dtd/CSMM/node_modules/@sailshq/lodash/lib/index.js:3282:19)\n at Deferred.parley.retry [as _handleExec] (/csmm-7dtd/CSMM/node_modules/machinepack-mysql/node_modules/machine/lib/private/help-build-machine.js:1076:19)\n at Deferred.exec (/csmm-7dtd/CSMM/node_modules/parley/lib/private/Deferred.js:286:10)\n at Deferred.switch (/csmm-7dtd/CSMM/node_modules/machinepack-mysql/node_modules/machine/lib/private/help-build-machine.js:1469:16)\n at spawnConnection (/csmm-7dtd/CSMM/node_modules/sails-mysql/helpers/private/connection/spawn-connection.js:29:10)\n at Object.spawnOrLeaseConnection (/csmm-7dtd/CSMM/node_modules/sails-mysql/helpers/private/connection/spawn-or-lease-connection.js:23:3)\n at Object.select (/csmm-7dtd/CSMM/node_modules/sails-mysql/helpers/select.js:122:24)\n at wrapper (/csmm-7dtd/CSMM/node_modules/@sailshq/lodash/lib/index.js:3282:19)\n at Deferred.parley.retry [as _handleExec] (/csmm-7dtd/CSMM/node_modules/sails-mysql/node_modules/machine/lib/private/help-build-machine.js:1076:19)\n at Deferred.exec (/csmm-7dtd/CSMM/node_modules/parley/lib/private/Deferred.js:286:10)\n at Deferred.switch (/csmm-7dtd/CSMM/node_modules/sails-mysql/node_modules/machine/lib/private/help-build-machine.js:1469:16)\n at Object.find (/csmm-7dtd/CSMM/node_modules/sails-mysql/lib/adapter.js:185:16)\n at _getPopulatedRecords (/csmm-7dtd/CSMM/node_modules/waterline/lib/waterline/utils/query/help-find.js:145:21)\n at helpFind (/csmm-7dtd/CSMM/node_modules/waterline/lib/waterline/utils/query/help-find.js:582:6)\n at _afterPotentiallyRunningBeforeLC (/csmm-7dtd/CSMM/node_modules/waterline/lib/waterline/methods/find.js:258:9)\n at _maybeRunBeforeLC (/csmm-7dtd/CSMM/node_modules/waterline/lib/waterline/methods/find.js:232:16)\n at Deferred._.extend._WLModel [as _handleExec] (/csmm-7dtd/CSMM/node_modules/waterline/lib/waterline/methods/find.js:234:9) {\n errno: -111,\n code: 'ECONNREFUSED',\n syscall: 'connect',\n address: '127.0.0.1',\n port: 3306,\n fatal: true\n },\n meta: {\n host: 'localhost',\n port: 3306,\n schema: true,\n adapter: 'sails-mysql',\n charset: 'utf8mb4',\n url: 'mysql2://csmm:[email protected]:3306/7dtd',\n identity: 'default'\n }\n}\n at /csmm-7dtd/CSMM/api/hooks/sdtdLogs/index.js:31:49\n at processTicksAndRejections (internal/process/task_queues.js:95:5)"}
  169.  
  170. [worker] debug: Running bulls worker
  171.  
  172. Session terminated, killing shell...'---Checking if UID: 99 matches user---
  173. usermod: no changes
  174. ---Checking if GID: 100 matches user---
  175. usermod: no changes
  176. ---Setting umask to 000---
  177. ---Checking for optional scripts---
  178. ---No optional script found, continuing---
  179. ---Starting...---
  180. ---Starting MariaDB...---
  181. ---Starting Redis Server---
  182. ---Checking if CSMM is installed---
  183. ---Force Update activated, installing CSMM---
  184. ---CSMM successfully downloaded, please wait---
  185.  
  186. > [email protected] postinstall /csmm-7dtd/CSMM/node_modules/core-js
  187. > node -e "try{require('./postinstall')}catch(e){}"
  188.  
  189. Thank you for using core-js ( https://github.com/zloirock/core-js ) for polyfilling JavaScript standard library!
  190.  
  191. The project needs your help! Please consider supporting of core-js on Open Collective or Patreon: 
  192. > https://opencollective.com/core-js 
  193. > https://www.patreon.com/zloirock 
  194.  
  195. Also, the author of core-js ( https://github.com/zloirock ) is looking for a good job -)
  196.  
  197.  
  198. > [email protected] postinstall /csmm-7dtd/CSMM/node_modules/sails-hook-grunt/node_modules/core-js
  199. > node scripts/postinstall
  200.  
  201. Thank you for using core-js ( https://github.com/zloirock/core-js )!
  202.  
  203. Please consider supporting of core-js on Open Collective or Patreon: 
  204. > https://opencollective.com/core-js 
  205. > https://www.patreon.com/zloirock 
  206.  
  207. Also, the author of core-js ( https://github.com/zloirock ) is looking for a good job -)
  208.  
  209. npm WARN [email protected] No license field.
  210.  
  211. added 1315 packages from 1050 contributors and audited 1729 packages in 13.468s
  212.  
  213. 46 packages are looking for funding
  214. run `npm fund` for details
  215.  
  216. found 51 vulnerabilities (20 low, 7 moderate, 24 high)
  217. run `npm audit fix` to fix them, or `npm audit` for details
  218.  
  219. > [email protected] itemIcons:update /csmm-7dtd/CSMM
  220. > bash ./scripts/itemIconsUpdate.sh
  221.  
  222. + rm -rf assets/images/sdtdIcons/
  223. + mkdir -p assets/images/sdtdIcons/
  224. + curl -qsL https://github.com/CatalysmsServerManager/7dtd-icons/releases/latest/download/sdtdIcons.tar.gz
  225. + tar xzf - -C assets/images
  226. ---Force Update finished, CSMM successfully installed---
  227. ---Prepare Server---
  228. ---Configuring Redis---
  229. OK
  230. OK
  231. Background saving started
  232. ---Checking for old logs---
  233. ---Configuring CSMM---
  234. ---Checking if Databse is present---
  235. ---Database initalized!---
  236.  
  237. > [email protected] db:migrate /csmm-7dtd/CSMM
  238. > npm run sequelize -- db:migrate
  239.  
  240.  
  241. > [email protected] sequelize /csmm-7dtd/CSMM
  242. > sequelize-cli "db:migrate"
  243.  
  244.  
  245. Sequelize CLI [Node: 14.17.5, CLI: 6.2.0, ORM: 6.6.5]
  246.  
  247. Loaded configuration file "sequelize.config.js".
  248. Using environment "production".
  249.  
  250. ERROR: connect ECONNREFUSED 127.0.0.1:3306
  251.  
  252. npm ERR! code ELIFECYCLE
  253. npm ERR! errno 1
  254. npm ERR! [email protected] sequelize: `sequelize-cli "db:migrate"`
  255. npm ERR! Exit status 1
  256.  
  257.  
  258. npm ERR! Failed at the [email protected] sequelize script.
  259.  
  260. npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
  261.  
  262. npm ERR! A complete log of this run can be found in:
  263. npm ERR! /csmm-7dtd/.npm/_logs/2021-08-17T16_00_55_632Z-debug.log
  264. npm ERR! code ELIFECYCLE
  265. npm ERR! errno 1
  266. npm ERR! [email protected] db:migrate: `npm run sequelize -- db:migrate`
  267. npm ERR! Exit status 1
  268.  
  269.  
  270. npm ERR! Failed at the [email protected] db:migrate script.
  271.  
  272. npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
  273.  
  274. npm ERR! A complete log of this run can be found in:
  275. npm ERR! /csmm-7dtd/.npm/_logs/2021-08-17T16_00_55_646Z-debug.log
  276. ---Start Server---
  277.  
  278. > [email protected] start /csmm-7dtd/CSMM
  279. > cross-env NODE_ENV=production concurrently --kill-others -n 'app,worker' 'npm run start:app' 'npm run start:worker'
  280.  
  281.  
  282.  
  283.  
  284. [worker] > [email protected] start:worker /csmm-7dtd/CSMM
  285. [worker] > node worker/worker.js
  286.  
  287.  
  288. [app]
  289. [app] > [email protected] start:app /csmm-7dtd/CSMM
  290. [app] > node app.js
  291. [app]
  292. [app] CSMM version: 1.25.0
  293.  
  294. [app] error: Ignoring `sails.config.views.layout`...
  295.  
  296. [app] error: Sails' built-in layout support only works with the default EJS view engine.
  297.  
  298. [app] error: You're using a custom view engine, so you'll need to implement layouts on your own!
  299.  
  300. [app] debug: Please note: since `sails.config.session.cookie.secure` is set to `true`, the session cookie
  301. [app] debug: will _only_ be sent over TLS connections (i.e. secure https:// requests).
  302. [app] debug: Requests made via http:// will not include a session cookie!
  303. [app] debug:
  304. [app] debug: For more help:
  305. [app] debug: • https://sailsjs.com/config/session#?the-secure-flag
  306. [app] debug: • https://sailsjs.com/config/session#?do-i-need-an-ssl-certificate
  307. [app] debug: • https://sailsjs.com/config/sails-config-http#?properties
  308. [app] debug: • https://sailsjs.com/support
  309. [app] debug:
  310. [worker] debug: Please note: since `sails.config.session.cookie.secure` is set to `true`, the session cookie
  311. [worker] debug: will _only_ be sent over TLS connections (i.e. secure https:// requests).
  312. [worker] debug: Requests made via http:// will not include a session cookie!
  313. [worker] debug:
  314. [worker] debug: For more help:
  315. [worker] debug: • https://sailsjs.com/config/session#?the-secure-flag
  316. [worker] debug: • https://sailsjs.com/config/session#?do-i-need-an-ssl-certificate
  317. [worker] debug: • https://sailsjs.com/config/sails-config-http#?properties
  318. [worker] debug: • https://sailsjs.com/support
  319. [worker] debug:
  320. [app] info: Initializing custom hook (`sdtdLogs`)
  321. [app] error: HOOKS - sdtdLogs Unexpected error from database adapter: `select` failed ("badConnection"). A connection either could not be obtained or there was an error using the connection.
  322.  
  323. [app] Additional data:
  324. [app]
  325. [app] {
  326. [app] error: Error: connect ECONNREFUSED 127.0.0.1:3306
  327.  
  328. [app] at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1148:16)
  329. [app] --------------------
  330. [app] at Protocol._enqueue (/csmm-7dtd/CSMM/node_modules/mysql/lib/protocol/Protocol.js:144:48)
  331. [app] at Protocol.handshake (/csmm-7dtd/CSMM/node_modules/mysql/lib/protocol/Protocol.js:51:23)
  332. [app] at PoolConnection.connect (/csmm-7dtd/CSMM/node_modules/mysql/lib/Connection.js:116:18)
  333. [app] at Pool.getConnection (/csmm-7dtd/CSMM/node_modules/mysql/lib/Pool.js:48:16)
  334. [app] at Object.getConnection (/csmm-7dtd/CSMM/node_modules/machinepack-mysql/lib/get-connection.js:78:25)
  335. [app] at wrapper (/csmm-7dtd/CSMM/node_modules/@sailshq/lodash/lib/index.js:3282:19)
  336. [app] at Deferred.parley.retry [as _handleExec] (/csmm-7dtd/CSMM/node_modules/machinepack-mysql/node_modules/machine/lib/private/help-build-machine.js:1076:19)
  337. [app] at Deferred.exec (/csmm-7dtd/CSMM/node_modules/parley/lib/private/Deferred.js:286:10)
  338. [app] at Deferred.switch (/csmm-7dtd/CSMM/node_modules/machinepack-mysql/node_modules/machine/lib/private/help-build-machine.js:1469:16)
  339. [app] at spawnConnection (/csmm-7dtd/CSMM/node_modules/sails-mysql/helpers/private/connection/spawn-connection.js:29:10)
  340. [app] at Object.spawnOrLeaseConnection (/csmm-7dtd/CSMM/node_modules/sails-mysql/helpers/private/connection/spawn-or-lease-connection.js:23:3)
  341. [app] at Object.select (/csmm-7dtd/CSMM/node_modules/sails-mysql/helpers/select.js:122:24)
  342. [app] at wrapper (/csmm-7dtd/CSMM/node_modules/@sailshq/lodash/lib/index.js:3282:19)
  343. [app] at Deferred.parley.retry [as _handleExec] (/csmm-7dtd/CSMM/node_modules/sails-mysql/node_modules/machine/lib/private/help-build-machine.js:1076:19)
  344. [app] at Deferred.exec (/csmm-7dtd/CSMM/node_modules/parley/lib/private/Deferred.js:286:10)
  345. [app] at Deferred.switch (/csmm-7dtd/CSMM/node_modules/sails-mysql/node_modules/machine/lib/private/help-build-machine.js:1469:16)
  346. [app] at Object.find (/csmm-7dtd/CSMM/node_modules/sails-mysql/lib/adapter.js:185:16)
  347. [app] at _getPopulatedRecords (/csmm-7dtd/CSMM/node_modules/waterline/lib/waterline/utils/query/help-find.js:145:21)
  348. [app] at helpFind (/csmm-7dtd/CSMM/node_modules/waterline/lib/waterline/utils/query/help-find.js:582:6)
  349. [app] at _afterPotentiallyRunningBeforeLC (/csmm-7dtd/CSMM/node_modules/waterline/lib/waterline/methods/find.js:258:9)
  350. [app] at _maybeRunBeforeLC (/csmm-7dtd/CSMM/node_modules/waterline/lib/waterline/methods/find.js:232:16)
  351. [app] at Deferred._.extend._WLModel [as _handleExec] (/csmm-7dtd/CSMM/node_modules/waterline/lib/waterline/methods/find.js:234:9) {
  352. [app] errno: -111,
  353. [app] code: 'ECONNREFUSED',
  354. [app] syscall: 'connect',
  355. [app] address: '127.0.0.1',
  356. [app] port: 3306,
  357. [app] fatal: true
  358. [app] },
  359. [app] meta: {
  360. [app] host: 'localhost',
  361. [app] port: 3306,
  362. [app] schema: true,
  363. [app] adapter: 'sails-mysql',
  364. [app] charset: 'utf8mb4',
  365. [app] url: 'mysql2://csmm:[email protected]:3306/7dtd',
  366. [app] identity: 'default'
  367.  
  368. }
  369. [app] } {"cause":{"name":"AdapterError","adapterMethodName":"find","modelIdentity":"sdtdconfig","raw":{"name":"Exception","code":"badConnection","exit":"badConnection","raw":{"error":{"errno":-111,"code":"ECONNREFUSED","syscall":"connect","address":"127.0.0.1","port":3306,"fatal":true},"meta":{"host":"localhost","port":3306,"schema":true,"adapter":"sails-mysql","charset":"utf8mb4","url":"mysql2://csmm:[email protected]:3306/7dtd","identity":"default"}}}},"isOperational":true,"adapterMethodName":"find","modelIdentity":"sdtdconfig","raw":{"name":"Exception","code":"badConnection","exit":"badConnection","raw":{"error":{"errno":-111,"code":"ECONNREFUSED","syscall":"connect","address":"127.0.0.1","port":3306,"fatal":true},"meta":{"host":"localhost","port":3306,"schema":true,"adapter":"sails-mysql","charset":"utf8mb4","url":"mysql2://csmm:[email protected]:3306/7dtd","identity":"default"}}},"stack":"AdapterError: Unexpected error from database adapter: `select` failed (\"badConnection\"). A connection either could not be obtained or there was an error using the connection.\nAdditional data:\n\n{\n error: Error: connect ECONNREFUSED 127.0.0.1:3306\n at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1148:16)\n --------------------\n at Protocol._enqueue (/csmm-7dtd/CSMM/node_modules/mysql/lib/protocol/Protocol.js:144:48)\n at Protocol.handshake (/csmm-7dtd/CSMM/node_modules/mysql/lib/protocol/Protocol.js:51:23)\n at PoolConnection.connect (/csmm-7dtd/CSMM/node_modules/mysql/lib/Connection.js:116:18)\n at Pool.getConnection (/csmm-7dtd/CSMM/node_modules/mysql/lib/Pool.js:48:16)\n at Object.getConnection (/csmm-7dtd/CSMM/node_modules/machinepack-mysql/lib/get-connection.js:78:25)\n at wrapper (/csmm-7dtd/CSMM/node_modules/@sailshq/lodash/lib/index.js:3282:19)\n at Deferred.parley.retry [as _handleExec] (/csmm-7dtd/CSMM/node_modules/machinepack-mysql/node_modules/machine/lib/private/help-build-machine.js:1076:19)\n at Deferred.exec (/csmm-7dtd/CSMM/node_modules/parley/lib/private/Deferred.js:286:10)\n at Deferred.switch (/csmm-7dtd/CSMM/node_modules/machinepack-mysql/node_modules/machine/lib/private/help-build-machine.js:1469:16)\n at spawnConnection (/csmm-7dtd/CSMM/node_modules/sails-mysql/helpers/private/connection/spawn-connection.js:29:10)\n at Object.spawnOrLeaseConnection (/csmm-7dtd/CSMM/node_modules/sails-mysql/helpers/private/connection/spawn-or-lease-connection.js:23:3)\n at Object.select (/csmm-7dtd/CSMM/node_modules/sails-mysql/helpers/select.js:122:24)\n at wrapper (/csmm-7dtd/CSMM/node_modules/@sailshq/lodash/lib/index.js:3282:19)\n at Deferred.parley.retry [as _handleExec] (/csmm-7dtd/CSMM/node_modules/sails-mysql/node_modules/machine/lib/private/help-build-machine.js:1076:19)\n at Deferred.exec (/csmm-7dtd/CSMM/node_modules/parley/lib/private/Deferred.js:286:10)\n at Deferred.switch (/csmm-7dtd/CSMM/node_modules/sails-mysql/node_modules/machine/lib/private/help-build-machine.js:1469:16)\n at Object.find (/csmm-7dtd/CSMM/node_modules/sails-mysql/lib/adapter.js:185:16)\n at _getPopulatedRecords (/csmm-7dtd/CSMM/node_modules/waterline/lib/waterline/utils/query/help-find.js:145:21)\n at helpFind (/csmm-7dtd/CSMM/node_modules/waterline/lib/waterline/utils/query/help-find.js:582:6)\n at _afterPotentiallyRunningBeforeLC (/csmm-7dtd/CSMM/node_modules/waterline/lib/waterline/methods/find.js:258:9)\n at _maybeRunBeforeLC (/csmm-7dtd/CSMM/node_modules/waterline/lib/waterline/methods/find.js:232:16)\n at Deferred._.extend._WLModel [as _handleExec] (/csmm-7dtd/CSMM/node_modules/waterline/lib/waterline/methods/find.js:234:9) {\n errno: -111,\n code: 'ECONNREFUSED',\n syscall: 'connect',\n address: '127.0.0.1',\n port: 3306,\n fatal: true\n },\n meta: {\n host: 'localhost',\n port: 3306,\n schema: true,\n adapter: 'sails-mysql',\n charset: 'utf8mb4',\n url: 'mysql2://csmm:[email protected]:3306/7dtd',\n identity: 'default'\n }\n}\n at /csmm-7dtd/CSMM/api/hooks/sdtdLogs/index.js:31:49\n at processTicksAndRejections (internal/process/task_queues.js:95:5)"}
  370.  
  371. [worker] debug: Running bulls worker
  372.  
  373. Session terminated, killing shell...'---Checking if UID: 99 matches user---
  374. usermod: no changes
  375. ---Checking if GID: 100 matches user---
  376. usermod: no changes
  377. ---Setting umask to 000---
  378. ---Checking for optional scripts---
  379. ---No optional script found, continuing---
  380. ---Starting...---
  381. ---Checking if UID: 99 matches user---
  382. usermod: no changes
  383. ---Checking if GID: 100 matches user---
  384. usermod: no changes
  385. ---Setting umask to 000---
  386. ---Checking for optional scripts---
  387. ---No optional script found, continuing---
  388. ---Starting...---
  389. ---Starting MariaDB...---
  390. ---Starting Redis Server---
  391. ---Checking if CSMM is installed---
  392. ---Force Update activated, installing CSMM---
  393. ---Checking if CSMM is installed---
  394. ---Force Update activated, installing CSMM---
  395. ---CSMM successfully downloaded, please wait---
  396.  
  397. > [email protected] postinstall /csmm-7dtd/CSMM/node_modules/core-js
  398. > node -e "try{require('./postinstall')}catch(e){}"
  399.  
  400. Thank you for using core-js ( https://github.com/zloirock/core-js ) for polyfilling JavaScript standard library!
  401.  
  402. The project needs your help! Please consider supporting of core-js on Open Collective or Patreon: 
  403. > https://opencollective.com/core-js 
  404. > https://www.patreon.com/zloirock 
  405.  
  406. Also, the author of core-js ( https://github.com/zloirock ) is looking for a good job -)
  407.  
  408.  
  409. > [email protected] postinstall /csmm-7dtd/CSMM/node_modules/sails-hook-grunt/node_modules/core-js
  410. > node scripts/postinstall
  411.  
  412. Thank you for using core-js ( https://github.com/zloirock/core-js )!
  413.  
  414. Please consider supporting of core-js on Open Collective or Patreon: 
  415. > https://opencollective.com/core-js 
  416. > https://www.patreon.com/zloirock 
  417.  
  418. Also, the author of core-js ( https://github.com/zloirock ) is looking for a good job -)
  419.  
  420. npm WARN [email protected] No license field.
  421.  
  422. added 1315 packages from 1050 contributors and audited 1729 packages in 16.319s
  423.  
  424. 46 packages are looking for funding
  425. run `npm fund` for details
  426.  
  427. found 51 vulnerabilities (20 low, 7 moderate, 24 high)
  428. run `npm audit fix` to fix them, or `npm audit` for details
  429.  
  430. > [email protected] itemIcons:update /csmm-7dtd/CSMM
  431. > bash ./scripts/itemIconsUpdate.sh
  432.  
  433. + rm -rf assets/images/sdtdIcons/
  434. + mkdir -p assets/images/sdtdIcons/
  435. + curl -qsL https://github.com/CatalysmsServerManager/7dtd-icons/releases/latest/download/sdtdIcons.tar.gz
  436. + tar xzf - -C assets/images
  437. ---Force Update finished, CSMM successfully installed---
  438. ---Prepare Server---
  439. ---Configuring Redis---
  440. OK
  441. OK
  442. Background saving started
  443. ---Checking for old logs---
  444. ---Configuring CSMM---
  445. ---Checking if Databse is present---
  446. ---Database initalized!---
  447. OK
  448. OK
  449. Background saving started
  450. ---Checking for old logs---
  451. ---Configuring CSMM---
  452. ---Checking if Databse is present---
  453. ---Database initalized!---
  454.  
  455. > [email protected] db:migrate /csmm-7dtd/CSMM
  456. > npm run sequelize -- db:migrate
  457.  
  458.  
  459. > [email protected] sequelize /csmm-7dtd/CSMM
  460. > sequelize-cli "db:migrate"
  461.  
  462.  
  463. Sequelize CLI [Node: 14.17.5, CLI: 6.2.0, ORM: 6.6.5]
  464.  
  465. Loaded configuration file "sequelize.config.js".
  466. Using environment "production".
  467.  
  468. ERROR: connect ECONNREFUSED 127.0.0.1:3306
  469.  
  470. npm ERR! code ELIFECYCLE
  471. npm ERR! errno 1
  472. npm ERR! [email protected] sequelize: `sequelize-cli "db:migrate"`
  473. npm ERR! Exit status 1
  474.  
  475.  
  476. npm ERR! Failed at the [email protected] sequelize script.
  477.  
  478. npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
  479.  
  480. npm ERR! A complete log of this run can be found in:
  481. npm ERR! /csmm-7dtd/.npm/_logs/2021-08-17T16_06_14_130Z-debug.log
  482. npm ERR! code ELIFECYCLE
  483. npm ERR! errno 1
  484. npm ERR! [email protected] db:migrate: `npm run sequelize -- db:migrate`
  485. npm ERR! Exit status 1
  486.  
  487.  
  488. npm ERR! Failed at the [email protected] db:migrate script.
  489.  
  490. npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
  491.  
  492. npm ERR! A complete log of this run can be found in:
  493. npm ERR! /csmm-7dtd/.npm/_logs/2021-08-17T16_06_14_148Z-debug.log
  494.  
  495. Sequelize CLI [Node: 14.17.5, CLI: 6.2.0, ORM: 6.6.5]
  496.  
  497. Loaded configuration file "sequelize.config.js".
  498. Using environment "production".
  499.  
  500. ERROR: connect ECONNREFUSED 127.0.0.1:3306
  501.  
  502. npm ERR! code ELIFECYCLE
  503. npm ERR! errno 1
  504. npm ERR! [email protected] sequelize: `sequelize-cli "db:migrate"`
  505. npm ERR! Exit status 1
  506.  
  507.  
  508. npm ERR! Failed at the [email protected] sequelize script.
  509.  
  510. npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
  511.  
  512. npm ERR! A complete log of this run can be found in:
  513. npm ERR! /csmm-7dtd/.npm/_logs/2021-08-17T16_06_14_130Z-debug.log
  514. npm ERR! code ELIFECYCLE
  515. npm ERR! errno 1
  516. npm ERR! [email protected] db:migrate: `npm run sequelize -- db:migrate`
  517. npm ERR! Exit status 1
  518.  
  519.  
  520. npm ERR! Failed at the [email protected] db:migrate script.
  521.  
  522. npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
  523.  
  524. npm ERR! A complete log of this run can be found in:
  525. npm ERR! /csmm-7dtd/.npm/_logs/2021-08-17T16_06_14_148Z-debug.log
  526. ---Start Server---
  527.  
  528. > [email protected] start /csmm-7dtd/CSMM
  529. > cross-env NODE_ENV=production concurrently --kill-others -n 'app,worker' 'npm run start:app' 'npm run start:worker'
  530.  
  531.  
  532. [app]
  533. [app] > [email protected] start:app /csmm-7dtd/CSMM
  534. [app] > node app.js
  535. [app]
  536.  
  537.  
  538. [worker] > [email protected] start:worker /csmm-7dtd/CSMM
  539. [worker] > node worker/worker.js
  540.  
  541.  
  542. [app] CSMM version: 1.25.0
  543.  
  544. [app] error: Ignoring `sails.config.views.layout`...
  545.  
  546. [app] error: Sails' built-in layout support only works with the default EJS view engine.
  547.  
  548. [app] error: You're using a custom view engine, so you'll need to implement layouts on your own!
  549.  
  550. [app] debug: Please note: since `sails.config.session.cookie.secure` is set to `true`, the session cookie
  551. [app] debug: will _only_ be sent over TLS connections (i.e. secure https:// requests).
  552. [app] debug: Requests made via http:// will not include a session cookie!
  553. [app] debug:
  554. [app] debug: For more help:
  555. [app] debug: • https://sailsjs.com/config/session#?the-secure-flag
  556. [app] debug: • https://sailsjs.com/config/session#?do-i-need-an-ssl-certificate
  557. [app] debug: • https://sailsjs.com/config/sails-config-http#?properties
  558. [app] debug: • https://sailsjs.com/support
  559. [app] debug:
  560. [worker] debug: Please note: since `sails.config.session.cookie.secure` is set to `true`, the session cookie
  561. [worker] debug: will _only_ be sent over TLS connections (i.e. secure https:// requests).
  562. [worker] debug: Requests made via http:// will not include a session cookie!
  563. [worker] debug:
  564. [worker] debug: For more help:
  565. [worker] debug: • https://sailsjs.com/config/session#?the-secure-flag
  566. [worker] debug: • https://sailsjs.com/config/session#?do-i-need-an-ssl-certificate
  567. [worker] debug: • https://sailsjs.com/config/sails-config-http#?properties
  568. [worker] debug: • https://sailsjs.com/support
  569. [worker] debug:
  570. [app] error: Ignoring `sails.config.views.layout`...
  571.  
  572. [app] error: Sails' built-in layout support only works with the default EJS view engine.
  573.  
  574. [app] error: You're using a custom view engine, so you'll need to implement layouts on your own!
  575.  
  576. [app] debug: Please note: since `sails.config.session.cookie.secure` is set to `true`, the session cookie
  577. [app] debug: will _only_ be sent over TLS connections (i.e. secure https:// requests).
  578. [app] debug: Requests made via http:// will not include a session cookie!
  579. [app] debug:
  580. [app] debug: For more help:
  581. [app] debug: • https://sailsjs.com/config/session#?the-secure-flag
  582. [app] debug: • https://sailsjs.com/config/session#?do-i-need-an-ssl-certificate
  583. [app] debug: • https://sailsjs.com/config/sails-config-http#?properties
  584. [app] debug: • https://sailsjs.com/support
  585. [app] debug:
  586. [worker] debug: Please note: since `sails.config.session.cookie.secure` is set to `true`, the session cookie
  587. [worker] debug: will _only_ be sent over TLS connections (i.e. secure https:// requests).
  588. [worker] debug: Requests made via http:// will not include a session cookie!
  589. [worker] debug:
  590. [worker] debug: For more help:
  591. [worker] debug: • https://sailsjs.com/config/session#?the-secure-flag
  592. [worker] debug: • https://sailsjs.com/config/session#?do-i-need-an-ssl-certificate
  593. [worker] debug: • https://sailsjs.com/config/sails-config-http#?properties
  594. [worker] debug: • https://sailsjs.com/support
  595. [worker] debug:
  596. [app] info: Initializing custom hook (`sdtdLogs`)
  597. [app] error: HOOKS - sdtdLogs Unexpected error from database adapter: `select` failed ("badConnection"). A connection either could not be obtained or there was an error using the connection.
  598.  
  599. [app] Additional data:
  600. [app]
  601. [app] {
  602. [app] error: Error: connect ECONNREFUSED 127.0.0.1:3306
  603.  
  604. [app] at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1148:16)
  605. [app] --------------------
  606. [app] at Protocol._enqueue (/csmm-7dtd/CSMM/node_modules/mysql/lib/protocol/Protocol.js:144:48)
  607. [app] at Protocol.handshake (/csmm-7dtd/CSMM/node_modules/mysql/lib/protocol/Protocol.js:51:23)
  608. [app] at PoolConnection.connect (/csmm-7dtd/CSMM/node_modules/mysql/lib/Connection.js:116:18)
  609. [app] at Pool.getConnection (/csmm-7dtd/CSMM/node_modules/mysql/lib/Pool.js:48:16)
  610. [app] at Object.getConnection (/csmm-7dtd/CSMM/node_modules/machinepack-mysql/lib/get-connection.js:78:25)
  611. [app] at wrapper (/csmm-7dtd/CSMM/node_modules/@sailshq/lodash/lib/index.js:3282:19)
  612. [app] at Deferred.parley.retry [as _handleExec] (/csmm-7dtd/CSMM/node_modules/machinepack-mysql/node_modules/machine/lib/private/help-build-machine.js:1076:19)
  613. [app] at Deferred.exec (/csmm-7dtd/CSMM/node_modules/parley/lib/private/Deferred.js:286:10)
  614. [app] at Deferred.switch (/csmm-7dtd/CSMM/node_modules/machinepack-mysql/node_modules/machine/lib/private/help-build-machine.js:1469:16)
  615. [app] at spawnConnection (/csmm-7dtd/CSMM/node_modules/sails-mysql/helpers/private/connection/spawn-connection.js:29:10)
  616. [app] at Object.spawnOrLeaseConnection (/csmm-7dtd/CSMM/node_modules/sails-mysql/helpers/private/connection/spawn-or-lease-connection.js:23:3)
  617. [app] at Object.select (/csmm-7dtd/CSMM/node_modules/sails-mysql/helpers/select.js:122:24)
  618. [app] at wrapper (/csmm-7dtd/CSMM/node_modules/@sailshq/lodash/lib/index.js:3282:19)
  619. [app] at Deferred.parley.retry [as _handleExec] (/csmm-7dtd/CSMM/node_modules/sails-mysql/node_modules/machine/lib/private/help-build-machine.js:1076:19)
  620. [app] at Deferred.exec (/csmm-7dtd/CSMM/node_modules/parley/lib/private/Deferred.js:286:10)
  621. [app] at Deferred.switch (/csmm-7dtd/CSMM/node_modules/sails-mysql/node_modules/machine/lib/private/help-build-machine.js:1469:16)
  622. [app] at Object.find (/csmm-7dtd/CSMM/node_modules/sails-mysql/lib/adapter.js:185:16)
  623. [app] at _getPopulatedRecords (/csmm-7dtd/CSMM/node_modules/waterline/lib/waterline/utils/query/help-find.js:145:21)
  624. [app] at helpFind (/csmm-7dtd/CSMM/node_modules/waterline/lib/waterline/utils/query/help-find.js:582:6)
  625. [app] at _afterPotentiallyRunningBeforeLC (/csmm-7dtd/CSMM/node_modules/waterline/lib/waterline/methods/find.js:258:9)
  626. [app] at _maybeRunBeforeLC (/csmm-7dtd/CSMM/node_modules/waterline/lib/waterline/methods/find.js:232:16)
  627. [app] at Deferred._.extend._WLModel [as _handleExec] (/csmm-7dtd/CSMM/node_modules/waterline/lib/waterline/methods/find.js:234:9) {
  628. [app] errno: -111,
  629. [app] code: 'ECONNREFUSED',
  630. [app] syscall: 'connect',
  631. [app] address: '127.0.0.1',
  632. [app] port: 3306,
  633. [app] fatal: true
  634. [app] },
  635. [app] meta: {
  636. [app] host: 'localhost',
  637. [app] port: 3306,
  638. [app] schema: true,
  639. [app] adapter: 'sails-mysql',
  640. [app] charset: 'utf8mb4',
  641. [app] url: 'mysql2://csmm:[email protected]:3306/7dtd',
  642. [app] identity: 'default'
  643.  
  644. }
  645. [app] } {"cause":{"name":"AdapterError","adapterMethodName":"find","modelIdentity":"sdtdconfig","raw":{"name":"Exception","code":"badConnection","exit":"badConnection","raw":{"error":{"errno":-111,"code":"ECONNREFUSED","syscall":"connect","address":"127.0.0.1","port":3306,"fatal":true},"meta":{"host":"localhost","port":3306,"schema":true,"adapter":"sails-mysql","charset":"utf8mb4","url":"mysql2://csmm:[email protected]:3306/7dtd","identity":"default"}}}},"isOperational":true,"adapterMethodName":"find","modelIdentity":"sdtdconfig","raw":{"name":"Exception","code":"badConnection","exit":"badConnection","raw":{"error":{"errno":-111,"code":"ECONNREFUSED","syscall":"connect","address":"127.0.0.1","port":3306,"fatal":true},"meta":{"host":"localhost","port":3306,"schema":true,"adapter":"sails-mysql","charset":"utf8mb4","url":"mysql2://csmm:[email protected]:3306/7dtd","identity":"default"}}},"stack":"AdapterError: Unexpected error from database adapter: `select` failed (\"badConnection\"). A connection either could not be obtained or there was an error using the connection.\nAdditional data:\n\n{\n error: Error: connect ECONNREFUSED 127.0.0.1:3306\n at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1148:16)\n --------------------\n at Protocol._enqueue (/csmm-7dtd/CSMM/node_modules/mysql/lib/protocol/Protocol.js:144:48)\n at Protocol.handshake (/csmm-7dtd/CSMM/node_modules/mysql/lib/protocol/Protocol.js:51:23)\n at PoolConnection.connect (/csmm-7dtd/CSMM/node_modules/mysql/lib/Connection.js:116:18)\n at Pool.getConnection (/csmm-7dtd/CSMM/node_modules/mysql/lib/Pool.js:48:16)\n at Object.getConnection (/csmm-7dtd/CSMM/node_modules/machinepack-mysql/lib/get-connection.js:78:25)\n at wrapper (/csmm-7dtd/CSMM/node_modules/@sailshq/lodash/lib/index.js:3282:19)\n at Deferred.parley.retry [as _handleExec] (/csmm-7dtd/CSMM/node_modules/machinepack-mysql/node_modules/machine/lib/private/help-build-machine.js:1076:19)\n at Deferred.exec (/csmm-7dtd/CSMM/node_modules/parley/lib/private/Deferred.js:286:10)\n at Deferred.switch (/csmm-7dtd/CSMM/node_modules/machinepack-mysql/node_modules/machine/lib/private/help-build-machine.js:1469:16)\n at spawnConnection (/csmm-7dtd/CSMM/node_modules/sails-mysql/helpers/private/connection/spawn-connection.js:29:10)\n at Object.spawnOrLeaseConnection (/csmm-7dtd/CSMM/node_modules/sails-mysql/helpers/private/connection/spawn-or-lease-connection.js:23:3)\n at Object.select (/csmm-7dtd/CSMM/node_modules/sails-mysql/helpers/select.js:122:24)\n at wrapper (/csmm-7dtd/CSMM/node_modules/@sailshq/lodash/lib/index.js:3282:19)\n at Deferred.parley.retry [as _handleExec] (/csmm-7dtd/CSMM/node_modules/sails-mysql/node_modules/machine/lib/private/help-build-machine.js:1076:19)\n at Deferred.exec (/csmm-7dtd/CSMM/node_modules/parley/lib/private/Deferred.js:286:10)\n at Deferred.switch (/csmm-7dtd/CSMM/node_modules/sails-mysql/node_modules/machine/lib/private/help-build-machine.js:1469:16)\n at Object.find (/csmm-7dtd/CSMM/node_modules/sails-mysql/lib/adapter.js:185:16)\n at _getPopulatedRecords (/csmm-7dtd/CSMM/node_modules/waterline/lib/waterline/utils/query/help-find.js:145:21)\n at helpFind (/csmm-7dtd/CSMM/node_modules/waterline/lib/waterline/utils/query/help-find.js:582:6)\n at _afterPotentiallyRunningBeforeLC (/csmm-7dtd/CSMM/node_modules/waterline/lib/waterline/methods/find.js:258:9)\n at _maybeRunBeforeLC (/csmm-7dtd/CSMM/node_modules/waterline/lib/waterline/methods/find.js:232:16)\n at Deferred._.extend._WLModel [as _handleExec] (/csmm-7dtd/CSMM/node_modules/waterline/lib/waterline/methods/find.js:234:9) {\n errno: -111,\n code: 'ECONNREFUSED',\n syscall: 'connect',\n address: '127.0.0.1',\n port: 3306,\n fatal: true\n },\n meta: {\n host: 'localhost',\n port: 3306,\n schema: true,\n adapter: 'sails-mysql',\n charset: 'utf8mb4',\n url: 'mysql2://csmm:[email protected]:3306/7dtd',\n identity: 'default'\n }\n}\n at /csmm-7dtd/CSMM/api/hooks/sdtdLogs/index.js:31:49\n at processTicksAndRejections (internal/process/task_queues.js:95:5)"}
  646.  
  647. [worker] debug: Running bulls worker
Advertisement
Add Comment
Please, Sign In to add comment