Advertisement
Guest User

Untitled

a guest
Jun 18th, 2019
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.86 KB | None | 0 0
  1. user@user-VirtualBox:~/commits.to$ npm run start:dev
  2.  
  3. > promises@0.9.0 start:dev /home/user/commits.to
  4. > nodemon babel.js
  5.  
  6. [nodemon] 1.19.1
  7. [nodemon] to restart at any time, enter `rs`
  8. [nodemon] watching: *.*
  9. [nodemon] starting `node babel.js`
  10. sequelize deprecated The logging-option should be either a function or false. Default: console.log node_modules/sequelize/lib/sequelize.js:196:13
  11. sequelize deprecated String based operators are now deprecated. Please use Symbol based operators for better security, read more at http://docs.sequelizejs.com/manual/tutorial/querying.html#operators node_modules/sequelize/lib/sequelize.js:245:13
  12.  
  13. ESH: Rewriting all subdomain routes to /_s/[subdomain1]/[subdomain2]/path/after/baseurl for baseUrl commits-to.js:8080
  14.  
  15. [2019-06-18 13:46:55.233] [INFO] The commits.to app is running on port 8080
  16. [2019-06-18 13:46:55.261] [ERROR] Database connection error:
  17.   SequelizeConnectionError: password authentication failed for user "iwill"
  18.       at connection.connect.err (/home/user/commits.to/node_modules/sequelize/lib/dialects/postgres/connection-manager.js:154:24)
  19.       at Connection.connectingErrorHandler (/home/user/commits.to/node_modules/pg/lib/client.js:174:14)
  20.       at emitOne (events.js:116:13)
  21.       at Connection.emit (events.js:211:7)
  22.       at Socket.<anonymous> (/home/user/commits.to/node_modules/pg/lib/connection.js:126:12)
  23.       at emitOne (events.js:116:13)
  24.       at Socket.emit (events.js:211:7)
  25.       at addChunk (_stream_readable.js:263:12)
  26.       at readableAddChunk (_stream_readable.js:250:11)
  27.       at Socket.Readable.push (_stream_readable.js:208:10)
  28.       at TCP.onread (net.js:607:20)
  29.   name: SequelizeConnectionError
  30.   parent:
  31.     name: error
  32.     length: 101
  33.     severity: FATAL
  34.     code: 28P01
  35.     detail: undefined
  36.     hint: undefined
  37.     position: undefined
  38.     internalPosition: undefined
  39.     internalQuery: undefined
  40.     where: undefined
  41.     schema: undefined
  42.     table: undefined
  43.     column: undefined
  44.     dataType: undefined
  45.     constraint: undefined
  46.     file: auth.c
  47.     line: 328
  48.     routine: auth_failed
  49.   original:
  50.     $ref: $["parent"]
  51. Unhandled rejection SequelizeConnectionError: password authentication failed for user "iwill"
  52.     at connection.connect.err (/home/user/commits.to/node_modules/sequelize/lib/dialects/postgres/connection-manager.js:154:24)
  53.     at Connection.connectingErrorHandler (/home/user/commits.to/node_modules/pg/lib/client.js:174:14)
  54.     at emitOne (events.js:116:13)
  55.     at Connection.emit (events.js:211:7)
  56.     at Socket.<anonymous> (/home/user/commits.to/node_modules/pg/lib/connection.js:126:12)
  57.     at emitOne (events.js:116:13)
  58.     at Socket.emit (events.js:211:7)
  59.     at addChunk (_stream_readable.js:263:12)
  60.     at readableAddChunk (_stream_readable.js:250:11)
  61.     at Socket.Readable.push (_stream_readable.js:208:10)
  62.     at TCP.onread (net.js:607:20)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement