Advertisement
petrikjosef

Untitled

Mar 15th, 2022
2,300
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. panjosef@Josef-MacBook-Pro pk-strapi4 % docker-compose up                                
  2. Starting mysql ... done
  3. Recreating strapi ... done
  4. Attaching to mysql, strapi
  5. mysql     | [Entrypoint] MySQL Docker Image 8.0.25-1.2.3-server
  6. mysql     | [Entrypoint] Starting MySQL 8.0.25-1.2.3-server
  7. mysql     | 2022-03-15T18:23:07.528625Z 0 [System] [MY-010116] [Server] /usr/sbin/mysqld (mysqld 8.0.25) starting as process 1
  8. mysql     | 2022-03-15T18:23:07.546931Z 0 [Warning] [MY-010159] [Server] Setting lower_case_table_names=2 because file system for /var/lib/mysql/ is case insensitive
  9. mysql     | 2022-03-15T18:23:07.576128Z 1 [System] [MY-013576] [InnoDB] InnoDB initialization has started.
  10. strapi    | yarn run v1.22.17
  11. strapi    | $ strapi develop
  12. mysql     | 2022-03-15T18:23:08.536484Z 1 [System] [MY-013577] [InnoDB] InnoDB initialization has ended.
  13. mysql     | 2022-03-15T18:23:08.807083Z 0 [System] [MY-011323] [Server] X Plugin ready for connections. Bind-address: '::' port: 33060, socket: /var/run/mysqld/mysqlx.sock
  14. mysql     | 2022-03-15T18:23:08.869766Z 0 [System] [MY-010229] [Server] Starting XA crash recovery...
  15. mysql     | 2022-03-15T18:23:08.883233Z 0 [System] [MY-010232] [Server] XA crash recovery finished.
  16. mysql     | 2022-03-15T18:23:08.962207Z 0 [Warning] [MY-010068] [Server] CA certificate ca.pem is self signed.
  17. mysql     | 2022-03-15T18:23:08.962833Z 0 [System] [MY-013602] [Server] Channel mysql_main configured to support TLS. Encrypted connections are now supported for this channel.
  18. mysql     | 2022-03-15T18:23:09.073480Z 0 [System] [MY-010931] [Server] /usr/sbin/mysqld: ready for connections. Version: '8.0.25'  socket: '/var/lib/mysql/mysql.sock'  port: 3306  MySQL Community Server - GPL.
  19. strapi    | [2022-03-15 18:23:16.761] debug: ⛔️ Server wasn't able to start properly.
  20. strapi    | [2022-03-15 18:23:16.767] error: Could not load js config file /app/node_modules/@strapi/plugin-upload/strapi-server.js:
  21. strapi    | Something went wrong installing the "sharp" module
  22. strapi    |
  23. strapi    | Error relocating /usr/lib/libvips-cpp.so.42: _ZSt28__throw_bad_array_new_lengthv: symbol not found
  24. strapi    |
  25. strapi    | Possible solutions:
  26. strapi    | - Install with the --verbose flag and look for errors: "npm install --ignore-scripts=false --verbose sharp"
  27. strapi    | - Install for the current runtime: "npm install --platform=linux --arch=x64 sharp"
  28. strapi    | - Consult the installation documentation: https://sharp.pixelplumbing.com/install
  29. strapi    | Error: Could not load js config file /app/node_modules/@strapi/plugin-upload/strapi-server.js:
  30. strapi    | Something went wrong installing the "sharp" module
  31. strapi    |
  32. strapi    | Error relocating /usr/lib/libvips-cpp.so.42: _ZSt28__throw_bad_array_new_lengthv: symbol not found
  33. strapi    |
  34. strapi    | Possible solutions:
  35. strapi    | - Install with the --verbose flag and look for errors: "npm install --ignore-scripts=false --verbose sharp"
  36. strapi    | - Install for the current runtime: "npm install --platform=linux --arch=x64 sharp"
  37. strapi    | - Consult the installation documentation: https://sharp.pixelplumbing.com/install
  38. strapi    |     at loadJsFile (/app/node_modules/@strapi/strapi/lib/core/app-configuration/load-config-file.js:18:11)
  39. strapi    |     at loadFile (/app/node_modules/@strapi/strapi/lib/core/app-configuration/load-config-file.js:35:14)
  40. strapi    |     at Object.loadPlugins (/app/node_modules/@strapi/strapi/lib/core/loaders/plugins/index.js:96:26)
  41. strapi    |     at async Strapi.loadPlugins (/app/node_modules/@strapi/strapi/lib/Strapi.js:277:5)
  42. strapi    |     at async Promise.all (index 1)
  43. strapi    |     at async Strapi.register (/app/node_modules/@strapi/strapi/lib/Strapi.js:309:5)
  44. strapi    |     at async Strapi.load (/app/node_modules/@strapi/strapi/lib/Strapi.js:407:5)
  45. strapi    |     at async Strapi.start (/app/node_modules/@strapi/strapi/lib/Strapi.js:161:9)
  46. strapi    | error Command failed with exit code 1.
  47. strapi    | info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
  48. strapi exited with code 1
  49.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement