Advertisement
Guest User

Untitled

a guest
May 20th, 2022
23
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.54 KB | None | 0 0
  1. App started successfully.
  2. Visit -> http://localhost:8080/dashboard
  3. ╔═════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════╗
  4. ║ ║
  5. ║ EXCEPTION OCCURED!! in MysqlClient @ createDatabaseIfNotExists ║
  6. ║ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ║
  7. ║ MESSAGE: ║
  8. ║ getaddrinfo ENOTFOUND host.docker.internal ║
  9. ║ ║
  10. ║ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ║
  11. ║ CODE: ║
  12. ║ ENOTFOUND ║
  13. ║ ║
  14. ║ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ║
  15. ║ STACK: ║
  16. ║ Error: getaddrinfo ENOTFOUND host.docker.internal ║
  17. ║ at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:66:26) ║
  18. ║ ║
  19. ║ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ║
  20. ║ ║
  21. ║ ║
  22. ╚═════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════╝
  23. Error: getaddrinfo ENOTFOUND host.docker.internal
  24. at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:66:26) {
  25. errno: 'ENOTFOUND',
  26. code: 'ENOTFOUND',
  27. syscall: 'getaddrinfo',
  28. hostname: 'host.docker.internal',
  29. fatal: true
  30. }
  31. Error: getaddrinfo ENOTFOUND host.docker.internal
  32. at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:66:26) {
  33. errno: 'ENOTFOUND',
  34. code: 'ENOTFOUND',
  35. syscall: 'getaddrinfo',
  36. hostname: 'host.docker.internal',
  37. fatal: true
  38. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement