Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Event Framework - Integrate into Quoting-Service #827

Closed
44 of 57 tasks
mdebarros opened this issue Jul 2, 2019 · 1 comment
Closed
44 of 57 tasks

Event Framework - Integrate into Quoting-Service #827

mdebarros opened this issue Jul 2, 2019 · 1 comment
Assignees
Labels
Milestone

Comments

@mdebarros
Copy link
Member

mdebarros commented Jul 2, 2019

Goal:

As a Hub Operator I want to integrate Event Framework into Mojaloop components so that so that all events (errors, general, etc) can be audited and traced appropriately

Tasks:

Acceptance Criteria:

Pull Requests:

Follow-up:

  • N/A

Dependencies:

Accountability:

@mdebarros mdebarros added the story label Jul 2, 2019
@ggrg ggrg self-assigned this Oct 16, 2019
@elnyry-sam-k elnyry-sam-k added this to the Sprint 8.3 milestone Oct 16, 2019
@ggrg
Copy link
Member

ggrg commented Oct 16, 2019

When running event-sidecar locally with default config on MacOS Catalina I'm getting the following output:

2019-10-16T13:55:36.966Z - info: GRPC Server started at host: localhost, port: 50051
E1016 16:55:36.969858000 4358815040 server_chttp2.cc:40]               {"created":"@1571234136.969818000","description":"No address added out of total 2 resolved","file":"../deps/grpc/src/core/ext/transport/chttp2/server/chttp2_server.cc","file_line":394,"referenced_errors":[{"created":"@1571234136.969802000","description":"Failed to add port to server","file":"../deps/grpc/src/core/lib/iomgr/tcp_server_custom.cc","file_line":404,"referenced_errors":[{"created":"@1571234136.969797000","description":"Failed to listen to port","file":"../deps/grpc/src/core/lib/iomgr/tcp_uv.cc","file_line":72,"grpc_status":14,"os_error":"address already in use"}]},{"created":"@1571234136.969816000","description":"Failed to add port to server","file":"../deps/grpc/src/core/lib/iomgr/tcp_server_custom.cc","file_line":404,"referenced_errors":[{"created":"@1571234136.969816000","description":"Failed to listen to port","file":"../deps/grpc/src/core/lib/iomgr/tcp_uv.cc","file_line":72,"grpc_status":14,"os_error":"address already in use"}]}]}
2019-10-16T13:55:36.970Z - info: Server listening on localhost:50051...

Please note: "grpc_status":14,"os_error":"address already in use"
It turned out launchd is using port 50051, so I needed to change EVENT_LOGGER_GRPC_PORT locally to another port (e.g. 50055) to run the service successfully.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants