Explorer doesn't connect to node after laconicd2 migration #6

Closed
opened 2024-08-02 03:33:51 +00:00 by dboreham · 5 comments
Owner
No description provided.
dboreham self-assigned this 2024-08-02 03:33:56 +00:00
Author
Owner

Inside the container:

root@2986e0ad3ed0:/# netstat -nlp
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address           Foreign Address         State       PID/Program name
tcp        0      0 127.0.0.1:1317          0.0.0.0:*               LISTEN      8/laconicd
tcp        0      0 127.0.0.11:39649        0.0.0.0:*               LISTEN      -
tcp        0      0 127.0.0.1:6060          0.0.0.0:*               LISTEN      8/laconicd
tcp        0      0 127.0.0.1:9090          0.0.0.0:*               LISTEN      8/laconicd
tcp        0      0 127.0.0.1:26657         0.0.0.0:*               LISTEN      8/laconicd
tcp6       0      0 :::26656                :::*                    LISTEN      8/laconicd
tcp6       0      0 :::9473                 :::*                    LISTEN      8/laconicd
udp        0      0 127.0.0.11:45998        0.0.0.0:*                           -
Active UNIX domain sockets (only servers)
Proto RefCnt Flags       Type       State         I-Node   PID/Program name     Path
Inside the container: ``` root@2986e0ad3ed0:/# netstat -nlp Active Internet connections (only servers) Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name tcp 0 0 127.0.0.1:1317 0.0.0.0:* LISTEN 8/laconicd tcp 0 0 127.0.0.11:39649 0.0.0.0:* LISTEN - tcp 0 0 127.0.0.1:6060 0.0.0.0:* LISTEN 8/laconicd tcp 0 0 127.0.0.1:9090 0.0.0.0:* LISTEN 8/laconicd tcp 0 0 127.0.0.1:26657 0.0.0.0:* LISTEN 8/laconicd tcp6 0 0 :::26656 :::* LISTEN 8/laconicd tcp6 0 0 :::9473 :::* LISTEN 8/laconicd udp 0 0 127.0.0.11:45998 0.0.0.0:* - Active UNIX domain sockets (only servers) Proto RefCnt Flags Type State I-Node PID/Program name Path ```
Author
Owner
$ docker ps
CONTAINER ID   IMAGE                             COMMAND                  CREATED        STATUS        PORTS
                                                                                                                    NAMES
4d320ed0e7fa   cerc/ping-pub:local               "docker-entrypoint.s…"   10 hours ago   Up 10 hours   80/tcp, 0.0.0.0:5173->5173/tcp
                                                                                                                    laconic-895a09c45917e7db-laconic-explorer-1
2986e0ad3ed0   cerc/laconicd:local               "/bin/sh -c /opt/run…"   10 hours ago   Up 10 hours   0.0.0.0:1317->1317/tcp, 0.0.0.0:6060->6060/tcp, 0.0.0.0:8545-8546->8545-8546/tcp, 0.0.0.0:9090-9091->9090-9091/tcp, 0.0.0.0:9473->9473/tcp, 0.0.0.0:26656-26657->26656-26657/tcp   laconic-895a09c45917e7db-laconicd-1
07bd65cde1dd   cerc/laconic-registry-cli:local   "docker-entrypoint.s…"   10 hours ago   Up 10 hours
                                                                                                                    laconic-895a09c45917e7db-cli-1
518a40e55322   cerc/laconic-console-host:local   "docker-entrypoint.s…"   10 hours ago   Up 10 hours   0.0.0.0:80->80/tcp
                                                                                                                    laconic-895a09c45917e7db-laconic-console-1
``` $ docker ps CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES 4d320ed0e7fa cerc/ping-pub:local "docker-entrypoint.s…" 10 hours ago Up 10 hours 80/tcp, 0.0.0.0:5173->5173/tcp laconic-895a09c45917e7db-laconic-explorer-1 2986e0ad3ed0 cerc/laconicd:local "/bin/sh -c /opt/run…" 10 hours ago Up 10 hours 0.0.0.0:1317->1317/tcp, 0.0.0.0:6060->6060/tcp, 0.0.0.0:8545-8546->8545-8546/tcp, 0.0.0.0:9090-9091->9090-9091/tcp, 0.0.0.0:9473->9473/tcp, 0.0.0.0:26656-26657->26656-26657/tcp laconic-895a09c45917e7db-laconicd-1 07bd65cde1dd cerc/laconic-registry-cli:local "docker-entrypoint.s…" 10 hours ago Up 10 hours laconic-895a09c45917e7db-cli-1 518a40e55322 cerc/laconic-console-host:local "docker-entrypoint.s…" 10 hours ago Up 10 hours 0.0.0.0:80->80/tcp laconic-895a09c45917e7db-laconic-console-1 ```
Author
Owner

From app.toml:

# Address defines the API server to listen on.
address = "tcp://localhost:1317"
From app.toml: ``` # Address defines the API server to listen on. address = "tcp://localhost:1317" ```
Owner

@ashwin is this sort of issue something DeepStack could handle?

@ashwin is this sort of issue something DeepStack could handle?
Author
Owner
Fixed in: https://git.vdb.to/cerc-io/stack-orchestrator/pulls/909
Sign in to join this conversation.
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: cerc-io/laconic-network-bootstrap#6
No description provided.