Skip to content

[bug][node] port 30334 conflict when using collatorExternalRelayChain #364

@BulatSaif

Description

@BulatSaif

If you start parachain node with collatorExternalRelayChain:

  collatorExternalRelayChain:
    enabled: true
    relayChainRpcUrls: ["wss://example.com"]

It will show error:

2025-01-02 10:31:34 [Parachain] Can't listen on /ip4/0.0.0.0/tcp/30334 because: Other(Custom { kind: Other, error: Custom { kind: Other, error: Other(Left(Left(Left(Left(Right(Transport(Os { code: 98, kind: AddrInUse, message: "Address already in use" }))))))) } })

Caused by: paritytech/polkadot-sdk#2203 (comment)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions