Advertisement
Guest User

Untitled

a guest
Dec 12th, 2023
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. PS C:\Users\hp\openMRS\openmrs-distro-referenceapplication> docker compose up
  2. time="2023-12-12T09:34:02Z" level=warning msg="The \"OPENMRS_DB_URL\" variable is not set. Defaulting to a blank string."
  3. error during connect: this error may indicate that the docker daemon is not running: Get "http://%2F%2F.%2Fpipe%2Fdocker_engine/v1.24/containers/json?all=1&filters=%7B%22label%22%3A%7B%22com.docker.compose.config-hash%22%3Atrue%2C%22com.docker.compose.project%3Dopenmrs-distro-referenceapplication%22%3Atrue%7D%7D": open //./pipe/docker_engine: The system cannot find the file specified.
  4. PS C:\Users\hp\openMRS\openmrs-distro-referenceapplication> docker compose up
  5. time="2023-12-12T09:35:29Z" level=warning msg="The \"OPENMRS_DB_URL\" variable is not set. Defaulting to a blank string."
  6. time="2023-12-12T09:35:29Z" level=warning msg="Found orphan containers ([openmrs-distro-referenceapplication-gateway-1 openmrs-distro-referenceapplication-frontend-1 openmrs-distro-referenceapplication-backend-1]) for this project. If you removed or renamed this service in your compose file, you can run this command with the --remove-orphans flag to clean it up."
  7. [+] Running 2/0
  8.  ✔ Container openmrs-distro-referenceapplication-db-1              Created                                                                                                   0.0s
  9.  ✔ Container openmrs-distro-referenceapplication-openmrs-refapp-1  Created                                                                                                   0.0s
  10. Attaching to db-1, openmrs-refapp-1
  11. db-1              | 2023-12-12 09:35:29+00:00 [Note] [Entrypoint]: Entrypoint script for MariaDB Server 1:10.3.39+maria~ubu2004 started.
  12. db-1              | 2023-12-12 09:35:30+00:00 [Note] [Entrypoint]: Switching to dedicated user 'mysql'
  13. db-1              | 2023-12-12 09:35:30+00:00 [Note] [Entrypoint]: Entrypoint script for MariaDB Server 1:10.3.39+maria~ubu2004 started.
  14. db-1              | 2023-12-12 09:35:30+00:00 [Note] [Entrypoint]: MariaDB upgrade not required
  15. db-1              | 2023-12-12  9:35:30 0 [Note] Starting MariaDB 10.3.39-MariaDB-1:10.3.39+maria~ubu2004 source revision ca001cf2048f0152689e1895e2dc15486dd0b1af as process 1
  16. db-1              | 2023-12-12  9:35:30 0 [Note] InnoDB: Using Linux native AIO
  17. db-1              | 2023-12-12  9:35:30 0 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
  18. db-1              | 2023-12-12  9:35:30 0 [Note] InnoDB: Uses event mutexes
  19. db-1              | 2023-12-12  9:35:30 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
  20. db-1              | 2023-12-12  9:35:30 0 [Note] InnoDB: Number of pools: 1
  21. db-1              | 2023-12-12  9:35:30 0 [Note] InnoDB: Using SSE2 crc32 instructions
  22. db-1              | 2023-12-12  9:35:30 0 [Note] InnoDB: Initializing buffer pool, total size = 256M, instances = 1, chunk size = 128M
  23. db-1              | 2023-12-12  9:35:30 0 [Note] InnoDB: Completed initialization of buffer pool
  24. db-1              | 2023-12-12  9:35:30 0 [Note] InnoDB: If the mysqld execution user is authorized, page cleaner thread priority can be changed. See the man page of setpriority().
  25. db-1              | 2023-12-12  9:35:30 0 [ERROR] InnoDB: Invalid flags 0x15 in ./ibdata1
  26. db-1              | 2023-12-12  9:35:30 0 [ERROR] InnoDB: Plugin initialization aborted with error Data structure corruption
  27. openmrs-refapp-1  | Initiating OpenMRS startup
  28. openmrs-refapp-1  | Deleting modules, OWAs and configuration from OpenMRS
  29. openmrs-refapp-1  | Loading distribution artifacts into OpenMRS
  30. db-1              | 2023-12-12  9:35:31 0 [Note] InnoDB: Starting shutdown...
  31. db-1              | 2023-12-12  9:35:32 0 [ERROR] Plugin 'InnoDB' init function returned error.
  32. db-1              | 2023-12-12  9:35:32 0 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
  33. db-1              | 2023-12-12  9:35:32 0 [Note] Plugin 'FEEDBACK' is disabled.
  34. db-1              | 2023-12-12  9:35:32 0 [ERROR] Unknown/unsupported storage engine: InnoDB
  35. db-1              | 2023-12-12  9:35:32 0 [ERROR] Aborting
  36. db-1              |
  37. openmrs-refapp-1  | Writing out /openmrs/openmrs-server.properties
  38. openmrs-refapp-1  | add_demo_data=false
  39. openmrs-refapp-1  | admin_user_password=Admin123
  40. openmrs-refapp-1  | admin_password_locked=false
  41. openmrs-refapp-1  | auto_update_database=true
  42. openmrs-refapp-1  | connection.driver_class=com.mysql.jdbc.Driver
  43. openmrs-refapp-1  | connection.username=openmrs
  44. openmrs-refapp-1  | connection.password=openmrs
  45. openmrs-refapp-1  | connection.url=jdbc:mysql://db:3306/openmrs?autoReconnect=true&sessionVariables=default_storage_engine=InnoDB&useUnicode=true&characterEncoding=UTF-8
  46. openmrs-refapp-1  | create_database_user=false
  47. openmrs-refapp-1  | create_tables=true
  48. openmrs-refapp-1  | has_current_openmrs_database=true
  49. openmrs-refapp-1  | install_method=auto
  50. openmrs-refapp-1  | module_web_admin=true
  51. openmrs-refapp-1  | module.allow_web_admin=true
  52. openmrs-refapp-1  |
  53. openmrs-refapp-1  | Found existing runtime properties file at /openmrs/data/openmrs-runtime.properties. Merging with /openmrs/openmrs-server.properties
  54. openmrs-refapp-1  | add_demo_data=false
  55. openmrs-refapp-1  | admin_user_password=Admin123
  56. openmrs-refapp-1  | admin_password_locked=false
  57. openmrs-refapp-1  | auto_update_database=true
  58. openmrs-refapp-1  | connection.driver_class=com.mysql.jdbc.Driver
  59. openmrs-refapp-1  | connection.username=openmrs
  60. openmrs-refapp-1  | connection.password=openmrs
  61. openmrs-refapp-1  | connection.url=jdbc:mysql://db:3306/openmrs?autoReconnect=true&sessionVariables=default_storage_engine=InnoDB&useUnicode=true&characterEncoding=UTF-8
  62. openmrs-refapp-1  | create_database_user=false
  63. openmrs-refapp-1  | create_tables=true
  64. openmrs-refapp-1  | has_current_openmrs_database=true
  65. openmrs-refapp-1  | install_method=auto
  66. openmrs-refapp-1  | module_web_admin=true
  67. openmrs-refapp-1  | module.allow_web_admin=true
  68. openmrs-refapp-1  |
  69. openmrs-refapp-1  | #Auto generated by OpenMRS initialization wizard
  70. openmrs-refapp-1  | #Mon Dec 11 15:13:16 UTC 2023
  71. openmrs-refapp-1  | encryption.vector=heoA+VfwwfnvqSPK+6KKbA\=\=
  72. openmrs-refapp-1  | encryption.key=CBk5RDGUJdn4xfGec4RKPw\=\=
  73. openmrs-refapp-1  | Waiting for database to initialize...
  74. openmrs-refapp-1  | wait-for-it.sh: waiting 3600 seconds for db:3306
  75. db-1 exited with code 1
  76. openmrs-refapp-1  | wait-for-it.sh: timeout occurred after waiting 3600 seconds for db:3306
  77. openmrs-refapp-1 exited with code 124
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement