IntersectMBO / cardano-node

The core component that is used to participate in a Cardano decentralised blockchain.

Home Page:https://cardano.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[BUG] - Error when running the node on windows 11

Gor-Solomon opened this issue · comments

commented

External Bug.

System info

  • OS Name: Windows 11 Home
  • OS Version: 23H2
  • Node version: 8.9.1
  • CLI version: cardano-node-8.9.1-win64

Description

Cardano-node run is failing on windows 11

Steps to Reproduce

  1. Open power shell (Run as addmin).
  2. Switch to the directory where you have installed the cardano node.
  3. write the following command: cardano-node run --topology "share\mainnet\topology.json" --database-path "db" --socket-path "\.\pipe\cardano" --host-addr 185.215.55.84 --port 3001 --config "share\mainnet\config.json"
  4. Hit enter
  5. See how many errors are happenning.

[DESKTOP-:cardano.node.PeerSelection:Info:55] [2024-04-06 19:08:15.21 UTC] TracePublicRootsRequest 100 0
[DESKTOP-:cardano.node.DiffusionInitializationTracer:Info:49] [2024-04-06 19:08:15.21 UTC] ConfiguringServerSocket 185.215.55.84:3001
[DESKTOP-:cardano.node.PublicRootPeers:Info:59] [2024-04-06 19:08:15.21 UTC] TracePublicRootRelayAccessPoint (fromList [(RelayAccessDomain "preprod-node.play.dev.cardano.org" 3001,DoNotAdvertisePeer)])
[DESKTOP-:cardano.node.PeerSelection:Error:55] [2024-04-06 19:08:15.21 UTC] TraceOutboundGovernorCriticalFailure AsyncCancelled
[DESKTOP-:cardano.node.ConnectionManager:Info:49] [2024-04-06 19:08:15.22 UTC] TrShutdown
[DESKTOP-:cardano.node.LocalInboundGovernor:Error:57] [2024-04-06 19:08:15.22 UTC] TrInboundGovernorError AsyncCancelled
[DESKTOP-:cardano.node.LocalServer:Critical:58] [2024-04-06 19:08:15.22 UTC] TrServerError AsyncCancelled
[DESKTOP-:cardano.node.LocalServer:Notice:56] [2024-04-06 19:08:15.22 UTC] TrServerStopped
[DESKTOP-:cardano.node.LocalConnectionManager:Info:51] [2024-04-06 19:08:15.22 UTC] TrShutdown
[DESKTOP-:cardano.node.DiffusionInitializationTracer:Critical:3] [2024-04-06 19:08:15.22 UTC] DiffusionErrored Network.Socket.bind: failed (Cannot assign requested address (WSAEADDRNOTAVAIL))
[DESKTOP-:cardano.node.ChainDB:Info:3] [2024-04-06 19:08:15.22 UTC] Closed Immutable DB.
[DESKTOP-:cardano.node.ChainDB:Info:3] [2024-04-06 19:08:15.22 UTC] Closed db with immutable tip at genesis (origin) and tip 9ad7ff320c9cf74e0f5ee78d22a85ce42bb0a487d0506bf60cfb5a91ea4497d2 at slot 0

Additional Context

image

With this exception message when closing it:

image

@Gor-Solomon is this a pre-built node? Or one you built yourself?

commented

@Gor-Solomon is this your windows pcs IP address: 185.215.55.84? --host-addr should be one of the assigned IP addresses of the machine Cardano-node runs on.

commented

Dear @angerman,

Yes it's my windows pcs IP address.

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 120 days.

commented

Hi, any updates?

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 120 days.