When using docker I am getting this error. Anyone please help in resolution
`Started set of micro services. Now waiting for them to start up Start provisioning the system with Postman scripts. newman Fineract-CN-Initial-Requests_PART1 → 00.1 Verify eureka is up GET http://eureka:8761/ [errored] socket hang up 2. Status code is 200 → 01. Log in root user POST http://provisioner-ms:2020/provisioner/v1/auth/token?grant_type=password&client_id=service-runner&username=wepemnefret&password=oS/0IiAME/2unkN1momDrhAdNKOhGykYFH/mJN20 [errored] connect ECONNREFUSED 127.0.0.1:2020 4. Status code is 200 5⠄ JSONError in test-script → NB! ONLY CREATE apps you have started OPTIONS http://provisioner-ms:2020/provisioner/v1/auth/token [errored] connect ECONNREFUSED 127.0.0.1:2020 → 02.01 Create identity-v1 application POST http://provisioner-ms:2020/provisioner/v1/applications [errored] connect ECONNREFUSED 127.0.0.1:2020 8. Status code is 202 → 02.02 Create rhythm-v1 application POST http://provisioner-ms:2020/provisioner/v1/applications [errored] connect ECONNREFUSED 127.0.0.1:2020 10. Status code is 202 → 02.03 Create office-v1 application POST http://provisioner-ms:2020/provisioner/v1/applications [errored] connect ECONNREFUSED 127.0.0.1:2020 12. Status code is 202 → 02.04 Create customer-v1 application POST http://provisioner-ms:2020/provisioner/v1/applications [errored] connect ECONNREFUSED 127.0.0.1:2020 14. Status code is 202 → 02.05 Create accounting-v1 application POST http://provisioner-ms:2020/provisioner/v1/applications [errored] connect ECONNREFUSED 127.0.0.1:2020 16. Status code is 202 → 02.06 Create portfolio-v1 application POST http://provisioner-ms:2020/provisioner/v1/applications [errored] connect ECONNREFUSED 127.0.0.1:2020 18. Status code is 202 → 02.07 Create deposit-v1 application POST http://provisioner-ms:2020/provisioner/v1/applications [errored] connect ECONNREFUSED 127.0.0.1:2020 20. Status code is 202 → 02.08 Create teller-v1 application POST http://provisioner-ms:2020/provisioner/v1/applications [errored] connect ECONNREFUSED 127.0.0.1:2020 22. Status code is 202 → 03.1 Create first tenant 'playground' POST http://provisioner-ms:2020/provisioner/v1/tenants [errored] connect ECONNREFUSED 127.0.0.1:2020 24. Status code is 202 → 03.2 Assign identity-v1 for Tenant and obtain Tenant Admin (user antony) Password POST http://provisioner-ms:2020/provisioner/v1/tenants/playground/identityservice [errored] connect ECONNREFUSED 127.0.0.1:2020 26. Status code is 200 27⠄ JSONError in test-script → 03.3 Login Antony (tenant superadmin) with obtained password POST http://identity-ms:2021/identity/v1/token?grant_type=password&username=antony&password=YW50b255VXNlclBhc3N3b3Jk [errored] socket hang up 29. Status code is 200 30⠄ JSONError in test-script → 03.4 Change Antony Password to 'antonyPassword' ┌ │ 'antonyUserPassword as BASE64: YW50b255VXNlclBhc3N3b3Jk' └ PUT http://identity-ms:2021/identity/v1/users/antony/password [errored] socket hang up 32. Status code is 202 → 03.5 LOGIN ANTONY (tenant SuperAdmin) with pwd 'antonyPassword' POST http://identity-ms:2021/identity/v1/token?grant_type=password&username=antony&password=YW50b255VXNlclBhc3N3b3Jk [errored] socket hang up 34. Status code is 200 35⠄ JSONError in test-script → 04.01 Assign rhythm-v1 for Tenant PUT http://provisioner-ms:2020/provisioner/v1/tenants/playground/applications [errored] connect ECONNREFUSED 127.0.0.1:2020 37. Status code is 202 → 04.02 Assign office-v1 for Tenant PUT http://provisioner-ms:2020/provisioner/v1/tenants/playground/applications [errored] connect ECONNREFUSED 127.0.0.1:2020 39. Status code is 202 → 04.03 Assign customer-v1 for Tenant PUT http://provisioner-ms:2020/provisioner/v1/tenants/playground/applications [errored] connect ECONNREFUSED 127.0.0.1:2020 41. Status code is 202 → 05.1 Create administrator role for tenant "playground" POST http://identity-ms:2021/identity/v1/roles [errored] socket hang up 43. Status code is 202 → 05.2 Create Admin User operator with password 'initialPassword' ┌ │ 'operatorPassword in BASE64: aW5pdGlhbFBhc3N3b3Jk' └ POST http://identity-ms:2021/identity/v1/users [errored] socket hang up 45. Status code is 202 → 05.3 Log in with initial password POST http://identity-ms:2021/identity/v1/token?grant_type=password&username=operator&password=aW5pdGlhbFBhc3N3b3Jk [errored] socket hang up 47. Status code is 200 48⠄ JSONError in test-script → 05.4 Change user 'operator' password to 'operatorPassword' ┌ │ 'operatorPassword in BASE64: b3BlcmF0b3JQYXNzd29yZA==' └ PUT http://identity-ms:2021/identity/v1/users/operator/password [errored] socket hang up 50. Status code is 202 → 05.5 LOG IN TENANT ADMIN (operator) POST http://identity-ms:2021/identity/v1/token?grant_type=password&username=operator&password=b3BlcmF0b3JQYXNzd29yZA== [errored] socket hang up 52. Status code is 200 53⠄ JSONError in test-script → 05.6 Pull operator permissions ┌ │ 'operatorPassword in BASE64: b3BlcmF0b3JQYXNzd29yZA==' └ GET http://identity-ms:2021/identity/v1/users/operator/permissions [errored] socket hang up 55. Status code is 200 → 06.1 Create Scheduler role for tenant playground POST http://identity-ms:2021/identity/v1/roles [errored] socket hang up 57. Status code is 202 → 06.2 Create Scheduler user imhotep with password 'initialImhotepPassword' ┌ │ 'imhotepPassword in BASE64: aW5pdGlhbEltaG90ZXBQYXNzd29yZA==' └ POST http://identity-ms:2021/identity/v1/users [errored] socket hang up 59. Status code is 202 → 06.3 Login Scheduler user imhotep POST http://identity-ms:2021/identity/v1/token?grant_type=password&username=imhotep&password=aW5pdGlhbEltaG90ZXBQYXNzd29yZA== [errored] socket hang up 61⠄ JSONError in test-script → 06.4 Change imhotep user password to 'imhotepPassword' ┌ │ 'imhotepPassword in BASE64: aW1ob3RlcFBhc3N3b3Jk' └ PUT http://identity-ms:2021/identity/v1/users/imhotep/password [errored] socket hang up 63. Status code is 202 → 06.5 Login user imhotep (who has scheduler role) POST http://identity-ms:2021/identity/v1/token?grant_type=password&username=imhotep&password=aW1ob3RlcFBhc3N3b3Jk [errored] socket hang up 65. Status code is 200 66⠄ JSONError in test-script → 06.6 enable permission identity__v1__app_self for imhotep PUT http://identity-ms:2021/identity/v1/applications/rhythm-v1/permissions/identity__v1__app_self/users/imhotep/enabled [errored] socket hang up 68. Status code is 202 → 07.01 Assign accounting-v1 for Tenant PUT http://provisioner-ms:2020/provisioner/v1/tenants/playground/applications [errored] connect ECONNREFUSED 127.0.0.1:2020 70. Status code is 202 → 07.020 Assign portfolio-v1 for Tenant PUT http://provisioner-ms:2020/provisioner/v1/tenants/playground/applications [errored] connect ECONNREFUSED 127.0.0.1:2020 72. Status code is 202 → 07.022 enable permission portfolio__v1__khepri for user imhotep PUT http://identity-ms:2021/identity/v1/applications/rhythm-v1/permissions/portfolio__v1__khepri/users/imhotep/enabled [errored] socket hang up 74. Status code is 202 → 07.03 Assign deposits for Tenant PUT http://provisioner-ms:2020/provisioner/v1/tenants/playground/applications [errored] connect ECONNREFUSED 127.0.0.1:2020 76. Status code is 202 → 07.04 Assign teller-v1 for Tenant PUT http://provisioner-ms:2020/provisioner/v1/tenants/playground/applications [errored] connect ECONNREFUSED 127.0.0.1:2020 78. Status code is 202 → 08.1 Create REVENUE ledgers POST http://accounting-ms:2025/accounting/v1/ledgers [errored] socket hang up 80. Status code is 202 → 08.2 Create EXPENSE Ledgers POST http://accounting-ms:2025/accounting/v1/ledgers [errored] socket hang up 82. Status code is 202 → 08.3 Create ASSETS ledgers POST http://accounting-ms:2025/accounting/v1/ledgers [errored] socket hang up 84. Status code is 202 → 08.4 Create LIABILITY ledgers POST http://accounting-ms:2025/accounting/v1/ledgers [errored] socket hang up 86. Status code is 202 → 08.5 Create EQUITY ledgers POST http://accounting-ms:2025/accounting/v1/ledgers [errored] socket hang up 88. Status code is 202 → 08.6 Assert ledgers created GET http://accounting-ms:2025/accounting/v1/ledgers [errored] socket hang up 90. Status code is 200 91⠄ JSONError in test-script ┌─────────────────────────┬──────────┬──────────┐ │ │ executed │ failed │ ├─────────────────────────┼──────────┼──────────┤ │ iterations │ 1 │ 0 │ ├─────────────────────────┼──────────┼──────────┤ │ requests │ 42 │ 42 │ ├─────────────────────────┼──────────┼──────────┤ │ test-scripts │ 83 │ 9 │ ├─────────────────────────┼──────────┼──────────┤ │ prerequest-scripts │ 51 │ 0 │ ├─────────────────────────┼──────────┼──────────┤ │ assertions │ 40 │ 40 │ ├─────────────────────────┴──────────┴──────────┤ │ total run duration: 7m 7.2s │ ├───────────────────────────────────────────────┤ │ total data received: 0B (approx) │ └───────────────────────────────────────────────┘ # failure detail 01. Error socket hang up at request inside "00.1 Verify eureka is up" 02. AssertionErr… Status code is 200 expected false to be truthy at assertion:0 in test-script inside "00.1 Verify eureka is up" 03. Error connect ECONNREFUSED 127.0.0.1:2020 at request inside "01. Log in root user" 04. AssertionErr… Status code is 200 expected false to be truthy at assertion:0 in test-script inside "01. Log in root user" 05. JSONError "undefined" is not valid JSON at test-script inside "01. Log in root user" 06. Error connect ECONNREFUSED 127.0.0.1:2020 at request inside "NB! ONLY CREATE apps you have started" 07. Error connect ECONNREFUSED 127.0.0.1:2020 at request inside "02.01 Create identity-v1 application" 08. AssertionErr… Status code is 202 expected false to be truthy at assertion:0 in test-script inside "02.01 Create identity-v1 application" 09. Error connect ECONNREFUSED 127.0.0.1:2020 at request inside "02.02 Create rhythm-v1 application" 10. AssertionErr… Status code is 202 expected false to be truthy at assertion:0 in test-script inside "02.02 Create rhythm-v1 application" 11. Error connect ECONNREFUSED 127.0.0.1:2020 at request inside "02.03 Create office-v1 application" 12. AssertionErr… Status code is 202 expected false to be truthy at assertion:0 in test-script inside "02.03 Create office-v1 application" 13. Error connect ECONNREFUSED 127.0.0.1:2020 at request inside "02.04 Create customer-v1 application" 14. AssertionErr… Status code is 202 expected false to be truthy at assertion:0 in test-script inside "02.04 Create customer-v1 application" 15. Error connect ECONNREFUSED 127.0.0.1:2020 at request inside "02.05 Create accounting-v1 application" 16. AssertionErr… Status code is 202 expected false to be truthy at assertion:0 in test-script inside "02.05 Create accounting-v1 application" 17. Error connect ECONNREFUSED 127.0.0.1:2020 at request inside "02.06 Create portfolio-v1 application" 18. AssertionErr… Status code is 202 expected false to be truthy at assertion:0 in test-script inside "02.06 Create portfolio-v1 application" 19. Error connect ECONNREFUSED 127.0.0.1:2020 at request inside "02.07 Create deposit-v1 application" 20. AssertionErr… Status code is 202 expected false to be truthy at assertion:0 in test-script inside "02.07 Create deposit-v1 application" 21. Error connect ECONNREFUSED 127.0.0.1:2020 at request inside "02.08 Create teller-v1 application" 22. AssertionErr… Status code is 202 expected false to be truthy at assertion:0 in test-script inside "02.08 Create teller-v1 application" 23. Error connect ECONNREFUSED 127.0.0.1:2020 at request inside "03.1 Create first tenant 'playground'" 24. AssertionErr… Status code is 202 expected false to be truthy at assertion:0 in test-script inside "03.1 Create first tenant 'playground'" 25. Error connect ECONNREFUSED 127.0.0.1:2020 at request inside "03.2 Assign identity-v1 for Tenant and obtain Tenant Admin (user antony) Password" 26. AssertionErr… Status code is 200 expected false to be truthy at assertion:0 in test-script inside "03.2 Assign identity-v1 for Tenant and obtain Tenant Admin (user antony) Password" 27. JSONError "undefined" is not valid JSON at test-script inside "03.2 Assign identity-v1 for Tenant and obtain Tenant Admin (user antony) Password" 28. Error socket hang up at request inside "03.3 Login Antony (tenant superadmin) with obtained password" 29. AssertionErr… Status code is 200 expected false to be truthy at assertion:0 in test-script inside "03.3 Login Antony (tenant superadmin) with obtained password" 30. JSONError "undefined" is not valid JSON at test-script inside "03.3 Login Antony (tenant superadmin) with obtained password" 31. Error socket hang up at request inside "03.4 Change Antony Password to 'antonyPassword'" 32. AssertionErr… Status code is 202 expected false to be truthy at assertion:0 in test-script inside "03.4 Change Antony Password to 'antonyPassword'" 33. Error socket hang up at request inside "03.5 LOGIN ANTONY (tenant SuperAdmin) with pwd 'antonyPassword'" 34. AssertionErr… Status code is 200 expected false to be truthy at assertion:0 in test-script inside "03.5 LOGIN ANTONY (tenant SuperAdmin) with pwd 'antonyPassword'" 35. JSONError "undefined" is not valid JSON at test-script inside "03.5 LOGIN ANTONY (tenant SuperAdmin) with pwd 'antonyPassword'" 36. Error connect ECONNREFUSED 127.0.0.1:2020 at request inside "04.01 Assign rhythm-v1 for Tenant" 37. AssertionErr… Status code is 202 expected false to be truthy at assertion:0 in test-script inside "04.01 Assign rhythm-v1 for Tenant" 38. Error connect ECONNREFUSED 127.0.0.1:2020 at request inside "04.02 Assign office-v1 for Tenant" 39. AssertionErr… Status code is 202 expected false to be truthy at assertion:0 in test-script inside "04.02 Assign office-v1 for Tenant" 40. Error connect ECONNREFUSED 127.0.0.1:2020 at request inside "04.03 Assign customer-v1 for Tenant" 41. AssertionErr… Status code is 202 expected false to be truthy at assertion:0 in test-script inside "04.03 Assign customer-v1 for Tenant" 42. Error socket hang up at request inside "05.1 Create administrator role for tenant "playground"" 43. AssertionErr… Status code is 202 expected false to be truthy at assertion:0 in test-script inside "05.1 Create administrator role for tenant "playground"" 44. Error socket hang up at request inside "05.2 Create Admin User operator with password 'initialPassword'" 45. AssertionErr… Status code is 202 expected false to be truthy at assertion:0 in test-script inside "05.2 Create Admin User operator with password 'initialPassword'" 46. Error socket hang up at request inside "05.3 Log in with initial password" 47. AssertionErr… Status code is 200 expected false to be truthy at assertion:0 in test-script inside "05.3 Log in with initial password" 48. JSONError "undefined" is not valid JSON at test-script inside "05.3 Log in with initial password" 49. Error socket hang up at request inside "05.4 Change user 'operator' password to 'operatorPassword'" 50. AssertionErr… Status code is 202 expected false to be truthy at assertion:0 in test-script inside "05.4 Change user 'operator' password to 'operatorPassword'" 51. Error socket hang up at request inside "05.5 LOG IN TENANT ADMIN (operator)" 52. AssertionErr… Status code is 200 expected false to be truthy at assertion:0 in test-script inside "05.5 LOG IN TENANT ADMIN (operator)" 53. JSONError "undefined" is not valid JSON at test-script inside "05.5 LOG IN TENANT ADMIN (operator)" 54. Error socket hang up at request inside "05.6 Pull operator permissions" 55. AssertionErr… Status code is 200 expected false to be truthy at assertion:0 in test-script inside "05.6 Pull operator permissions" 56. Error socket hang up at request inside "06.1 Create Scheduler role for tenant playground" 57. AssertionErr… Status code is 202 expected false to be truthy at assertion:0 in test-script inside "06.1 Create Scheduler role for tenant playground" 58. Error socket hang up at request inside "06.2 Create Scheduler user imhotep with password 'initialImhotepPassword'" 59. AssertionErr… Status code is 202 expected false to be truthy at assertion:0 in test-script inside "06.2 Create Scheduler user imhotep with password 'initialImhotepPassword'" 60. Error socket hang up at request inside "06.3 Login Scheduler user imhotep" 61. JSONError "undefined" is not valid JSON at test-script inside "06.3 Login Scheduler user imhotep" 62. Error socket hang up at request inside "06.4 Change imhotep user password to 'imhotepPassword'" 63. AssertionErr… Status code is 202 expected false to be truthy at assertion:0 in test-script inside "06.4 Change imhotep user password to 'imhotepPassword'" 64. Error socket hang up at request inside "06.5 Login user imhotep (who has scheduler role)" 65. AssertionErr… Status code is 200 expected false to be truthy at assertion:0 in test-script inside "06.5 Login user imhotep (who has scheduler role)" 66. JSONError "undefined" is not valid JSON at test-script inside "06.5 Login user imhotep (who has scheduler role)" 67. Error socket hang up at request inside "06.6 enable permission identity__v1__app_self for imhotep" 68. AssertionErr… Status code is 202 expected false to be truthy at assertion:0 in test-script inside "06.6 enable permission identity__v1__app_self for imhotep" 69. Error connect ECONNREFUSED 127.0.0.1:2020 at request inside "07.01 Assign accounting-v1 for Tenant" 70. AssertionErr… Status code is 202 expected false to be truthy at assertion:0 in test-script inside "07.01 Assign accounting-v1 for Tenant" 71. Error connect ECONNREFUSED 127.0.0.1:2020 at request inside "07.020 Assign portfolio-v1 for Tenant" 72. AssertionErr… Status code is 202 expected false to be truthy at assertion:0 in test-script inside "07.020 Assign portfolio-v1 for Tenant" 73. Error socket hang up at request inside "07.022 enable permission portfolio__v1__khepri for user imhotep" 74. AssertionErr… Status code is 202 expected false to be truthy at assertion:0 in test-script inside "07.022 enable permission portfolio__v1__khepri for user imhotep" 75. Error connect ECONNREFUSED 127.0.0.1:2020 at request inside "07.03 Assign deposits for Tenant" 76. AssertionErr… Status code is 202 expected false to be truthy at assertion:0 in test-script inside "07.03 Assign deposits for Tenant" 77. Error connect ECONNREFUSED 127.0.0.1:2020 at request inside "07.04 Assign teller-v1 for Tenant" 78. AssertionErr… Status code is 202 expected false to be truthy at assertion:0 in test-script inside "07.04 Assign teller-v1 for Tenant" 79. Error socket hang up at request inside "08.1 Create REVENUE ledgers" 80. AssertionErr… Status code is 202 expected false to be truthy at assertion:0 in test-script inside "08.1 Create REVENUE ledgers" 81. Error socket hang up at request inside "08.2 Create EXPENSE Ledgers" 82. AssertionErr… Status code is 202 expected false to be truthy at assertion:0 in test-script inside "08.2 Create EXPENSE Ledgers" 83. Error socket hang up at request inside "08.3 Create ASSETS ledgers" 84. AssertionErr… Status code is 202 expected false to be truthy at assertion:0 in test-script inside "08.3 Create ASSETS ledgers" 85. Error socket hang up at request inside "08.4 Create LIABILITY ledgers" 86. AssertionErr… Status code is 202 expected false to be truthy at assertion:0 in test-script inside "08.4 Create LIABILITY ledgers" 87. Error socket hang up at request inside "08.5 Create EQUITY ledgers" 88. AssertionErr… Status code is 202 expected false to be truthy at assertion:0 in test-script inside "08.5 Create EQUITY ledgers" 89. Error socket hang up at request inside "08.6 Assert ledgers created" 90. AssertionErr… Status code is 200 expected false to be truthy at assertion:0 in test-script inside "08.6 Assert ledgers created" 91. JSONError "undefined" is not valid JSON at test-script inside "08.6 Assert ledgers created" Finished.
