Advertisement
Guest User

Untitled

a guest
Nov 6th, 2016
174
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.20 KB | None | 0 0
  1. api_1 | db.schema
  2. api_1 | Flyway 4.0.3 by Boxfuse
  3. api_1 |
  4. api_1 |
  5. api_1 | /src/db/index.js:43
  6. api_1 | if (e) throw e;
  7. api_1 | ^
  8. api_1 |
  9. api_1 | Error: Command failed: flyway -user=root -password= -url=jdbc:mysql://localhost -schemas=todo_list -locations=filesystem:/src/db/sql,filesystem:/src/db/dev migrate
  10. api_1 | ERROR: Unable to obtain Jdbc connection from DataSource (jdbc:mysql://localhost) for user 'root': Could not connect to address=(host=localhost)(port=3306)(type=master) : Connection refused
  11. api_1 |
  12. api_1 | at ChildProcess.exithandler (child_process.js:202:12)
  13. api_1 | at emitTwo (events.js:100:13)
  14. api_1 | at ChildProcess.emit (events.js:185:7)
  15. api_1 | at maybeClose (internal/child_process.js:850:16)
  16. api_1 | at Process.ChildProcess._handle.onexit (internal/child_process.js:215:5)
  17. api_1 |
  18. api_1 | npm info lifecycle todo_list@0.0.1~env-dev: Failed to exec env-dev script
  19. api_1 | npm ERR! Linux 4.4.0-45-generic
  20. api_1 | npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "run" "env-dev"
  21. api_1 | npm ERR! node v5.12.0
  22. api_1 | npm ERR! npm v3.8.6
  23. api_1 | npm ERR! code ELIFECYCLE
  24. api_1 | npm ERR! todo_list@0.0.1 env-dev: `node db dev`
  25. api_1 | npm ERR! Exit status 1
  26. api_1 | npm ERR!
  27. api_1 | npm ERR! Failed at the todo_list@0.0.1 env-dev script 'node db dev'.
  28. api_1 | npm ERR! Make sure you have the latest version of node.js and npm installed.
  29. api_1 | npm ERR! If you do, this is most likely a problem with the todo_list package,
  30. api_1 | npm ERR! not with npm itself.
  31. api_1 | npm ERR! Tell the author that this fails on your system:
  32. api_1 | npm ERR! node db dev
  33. api_1 | npm ERR! You can get information on how to open an issue for this project with:
  34. api_1 | npm ERR! npm bugs todo_list
  35. api_1 | npm ERR! Or if that isn't available, you can get their info via:
  36. api_1 | npm ERR! npm owner ls todo_list
  37. api_1 | npm ERR! There is likely additional logging output above.
  38. api_1 |
  39. api_1 | npm ERR! Please include the following file with any support request:
  40. api_1 | npm ERR! /src/npm-debug.log
  41. shareyourbackpack_api_1 exited with code 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement