input-output-hk / project-icarus-importer

Icarus, a reference implementation for a lightweight wallet developed by the IOHK Engineering Team.
Other
13 stars 10 forks source link

importer-bin Network.Socket.bind: resource busy (Address already in use) #14

Open john-shine opened 5 years ago

john-shine commented 5 years ago

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?