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
{{ message }}
This repository has been archived by the owner on Feb 25, 2020. It is now read-only.
When I exec the importer by command: importer-bin - --runtime-args '--postgres-name xxx --postgres-user xxx --postgres-password xxx --postgres-host xxx --postgres-port xxx
get error as following:
[importer.diffusion:DEBUG:ThreadId 305] [2019-08-15 10:11:46.07 UTC] startNode, we are NodeId aae248c5-1583-4781-853a-4f31a0f24a33
[importer.diffusion:ERROR:ThreadId 305] [2019-08-15 10:11:46.07 UTC] stopping with exception Network.Socket.bind: resource busy (Address already in use)
[importer:ERROR:ThreadId 5] [2019-08-15 10:11:46.08 UTC] logException: thread killed
cardano-blockchain-importer: thread killed
I really don`t find which port that import is binding. Where can I find the default port, and which args should I change to launch in a different port?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When I exec the importer by command:
importer-bin - --runtime-args '--postgres-name xxx --postgres-user xxx --postgres-password xxx --postgres-host xxx --postgres-port xxx
get error as following:
[importer.diffusion:DEBUG:ThreadId 305] [2019-08-15 10:11:46.07 UTC] startNode, we are NodeId aae248c5-1583-4781-853a-4f31a0f24a33
[importer.diffusion:ERROR:ThreadId 305] [2019-08-15 10:11:46.07 UTC] stopping with exception Network.Socket.bind: resource busy (Address already in use)
[importer:ERROR:ThreadId 5] [2019-08-15 10:11:46.08 UTC] logException: thread killed
cardano-blockchain-importer: thread killed
I really don`t find which port that import is binding. Where can I find the default port, and which args should I change to launch in a different port?
The text was updated successfully, but these errors were encountered: