Skip to content

Transport endpoint is not connected #1328

Open
@Links17

Description

When I use the way wiki provides to run, he says "Transport endpoint is not connected", and phala-pherry does not work properly, which makes me feel very confused
image

version: "3"
services:
  node:
    image: phalanetwork/phala-node-with-launcher:latest
    container_name: node
    hostname: node
    restart: always
    ports:
     - "9933:9933"
     - "9934:9934"
     - "9944:9944"
     - "9945:9945"
     - "30333:30333"
     - "30334:30334"
    environment:
     - NODE_NAME=PNODE
     - NODE_ROLE=MINER
     - RELAYCHAIN_DB=rocksdb
     - PARACHAIN_DB=rocksdb
     - PARACHAIN_EXTRA_ARGS=--max-runtime-instances 32 --runtime-cache-size 8 --rpc-max-response-size 64
     - RELAYCHAIN_EXTRA_ARGS=--max-runtime-instances 32 --runtime-cache-size 8 --rpc-max-response-size 64
    volumes:
     - /data/phala/node-data:/root/data

  phala-pherry:
    image: phalanetwork/phala-pherry:latest
    container_name: phala-pherry
    hostname: phala-pherry
    restart: always
    entrypoint:
      [
        "/root/pherry",
        "-r",
        "--parachain",
        "--mnemonic=xxx xxx xxx",
        "--substrate-ws-endpoint=ws://127.0.0.1:9945",
        "--collator-ws-endpoint=ws://127.0.0.1:9944",
        "--pruntime-endpoint=http://127.0.0.1:8000",
        "--operator=xx",
        "--fetch-blocks=512",
        "--fast-sync",
        "--auto-restart"
      ]

  phala-pruntime:
    image: phalanetwork/phala-pruntime-v2-with-handover:latest
    container_name: phala-pruntime
    hostname: phala-pruntime
    ports:
    - "8000:8000"
    devices:
    - /dev/sgx_enclave:/dev/sgx_enclave
    - /dev/sgx_provision:/dev/sgx_provision
    environment:
    - EXTRA_OPTS=--cores=4 --checkpoint-interval=3600
    - ROCKET_ADDRESS=0.0.0.0
    volumes:
    - /data/phala/pruntimev2:/opt/pruntime/data
    - /data/phala/pruntimev2/backups:/opt/pruntime/backups

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