You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
shashi165 opened this issue
Jun 2, 2021
· 2 comments
Assignees
Labels
bugSomething isn't working or it has wrong behavior on a Mojaloop Core serviceinfra-bugAn infrastructure issue or bug such as in helm charts or documentationoss-coreThis is an issue - story or epic related to a feature on a Mojaloop core service or related to it
Summary:
In mojaloop/helm - at some places in default.jsonHUB_PARTICIPANT.NAME ='hub' is all lowercase, needs to be 'Hub'
Since in central-ledger it's 'Hub' and the participant is created with that value. Later on any service that tries to get details of Hub also needs to use 'Hub' as participant name.
Services like central-event-processor and email-notifier have 'hub' as participant name and hence they are failing with below error
2021-05-31T10:02:42.981Z - info: DfspNotificationEndpoints failed with error: StatusCodeError: 500 - {"errorInformation":{"errorCode":"2001","errorDescription":"Internal server error - Participant does not exist"}}
Severity:
Medium
Priority:
Critical - Reason - Mowali production emails are not being sent out since central-event-processor is failing
Expected Behavior
In all the default.json the HUB_PARTICIPANT.NAME should have a consistent value
elnyry-sam-k
added
infra-bug
An infrastructure issue or bug such as in helm charts or documentation
bug
Something isn't working or it has wrong behavior on a Mojaloop Core service
and removed
bug
Something isn't working or it has wrong behavior on a Mojaloop Core service
labels
Jun 3, 2021
bugSomething isn't working or it has wrong behavior on a Mojaloop Core serviceinfra-bugAn infrastructure issue or bug such as in helm charts or documentationoss-coreThis is an issue - story or epic related to a feature on a Mojaloop core service or related to it
Summary:
In mojaloop/helm - at some places in
default.json
HUB_PARTICIPANT.NAME ='hub'
is all lowercase, needs to be 'Hub'Since in central-ledger it's 'Hub' and the participant is created with that value. Later on any service that tries to get details of Hub also needs to use 'Hub' as participant name.
Services like
central-event-processor
andemail-notifier
have 'hub' as participant name and hence they are failing with below errorSeverity:
Medium
Priority:
Critical - Reason - Mowali production emails are not being sent out since central-event-processor is failing
Expected Behavior
In all the default.json the HUB_PARTICIPANT.NAME should have a consistent value
Steps to Reproduce
1.
2.
3.
Specifications
Notes:
The text was updated successfully, but these errors were encountered: