Advertisement
vitareinforce

local ga bisa connect db

Oct 31st, 2022
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.43 KB | None | 0 0
  1. (node:18776) UnhandledPromiseRejectionWarning: MongoServerError: Authentication failed.
  2. at Connection.onMessage (D:\PPTIK\redmine\redmine-worker\node_modules\mongodb\lib\cmap\connection.js:207:30)
  3. at MessageStream.<anonymous> (D:\PPTIK\redmine\redmine-worker\node_modules\mongodb\lib\cmap\connection.js:60:60)
  4. at MessageStream.emit (events.js:375:28)
  5. at processIncomingData (D:\PPTIK\redmine\redmine-worker\node_modules\mongodb\lib\cmap\message_stream.js:132:20)
  6. at MessageStream._write (D:\PPTIK\redmine\redmine-worker\node_modules\mongodb\lib\cmap\message_stream.js:33:9)
  7. at writeOrBuffer (internal/streams/writable.js:358:12)
  8. at MessageStream.Writable.write (internal/streams/writable.js:303:10)
  9. at Socket.ondata (internal/streams/readable.js:726:22)
  10. at Socket.emit (events.js:375:28)
  11. at addChunk (internal/streams/readable.js:290:12)
  12. (Use `node --trace-warnings ...` to show where the warning was created)
  13. (node:18776) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 1)
  14. (node:18776) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
  15. (node:18776) UnhandledPromiseRejectionWarning: MongoServerError: Authentication failed.
  16. at Connection.onMessage (D:\PPTIK\redmine\redmine-worker\node_modules\mongodb\lib\cmap\connection.js:207:30)
  17. at MessageStream.<anonymous> (D:\PPTIK\redmine\redmine-worker\node_modules\mongodb\lib\cmap\connection.js:60:60)
  18. at MessageStream.emit (events.js:375:28)
  19. at processIncomingData (D:\PPTIK\redmine\redmine-worker\node_modules\mongodb\lib\cmap\message_stream.js:132:20)
  20. at MessageStream._write (D:\PPTIK\redmine\redmine-worker\node_modules\mongodb\lib\cmap\message_stream.js:33:9)
  21. at writeOrBuffer (internal/streams/writable.js:358:12)
  22. at MessageStream.Writable.write (internal/streams/writable.js:303:10)
  23. at Socket.ondata (internal/streams/readable.js:726:22)
  24. at Socket.emit (events.js:375:28)
  25. at addChunk (internal/streams/readable.js:290:12)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement