Coder Social home page Coder Social logo

Fresh node fails to start: Failed to register FetchError request to http://localhost:10365/requirements failed about l1-node HOT 6 CLOSED

filecoin-saturn avatar filecoin-saturn commented on June 11, 2024
Fresh node fails to start: Failed to register FetchError request to http://localhost:10365/requirements failed

from l1-node.

Comments (6)

DiegoRBaquero avatar DiegoRBaquero commented on June 11, 2024 1

You should run the built docker images. It seems like you are trying to dev version, which would require running the orchestrator too, but it is not public.

from l1-node.

typoworx-de avatar typoworx-de commented on June 11, 2024

@DiegoRBaquero thanks for reply. I'm using this image/version:
ghcr.io/filecoin-saturn/l1-node:main

Is the manual build mandatory to get in running or is there a final main-net image? Refering to the run.sh script and how to setup SATURN_NETWORK Env the final image should be exactly the one I'm using and not the dev version.

Or is this mandatory for running a main-net node?

Build and run
./node build run

And then build the docker-image afterwards?! I thought this is only for development?

from l1-node.

typoworx-de avatar typoworx-de commented on June 11, 2024

@DiegoRBaquero please re-open as already stated I'm not building the dev version nor using self-built image. So your assumption I've been using the wrong image or a dev-version is wrong!

this is my docker-compose.yml

version: '3.5'

volumes:
  filecoin-saturn-node-storage:
    external: true
    name: filecoin-saturn-node-storage

  filecoin-saturn-node:
    # Read this for Filecoin-Saturn Token
    # https://strn.network/#setupyournode
    # https://github.com/filecoin-saturn/L1-node#set-up-a-node
    image: ghcr.io/filecoin-saturn/l1-node:main
    container_name: filecoin-saturn
    restart: unless-stopped
    volumes:
      - filecoin-saturn-node-storage:/usr/src/app/shared
    ports:
      - 80:80/tcp
      - 443:443/tcp
    ulimits:
      nofile:
        soft: "1000000"
        hard: "1000000"
    environment:
      - SATURN_NETWORK="main"
      - NODE_OPERATOR_EMAIL="${NODE_EMAIL}"
      - FIL_WALLET_ADDRESS="${WALLET_FIL}"

from l1-node.

typoworx-de avatar typoworx-de commented on June 11, 2024

You should run the built docker images. It seems like you are trying to dev version, which would require running the orchestrator too, but it is not public.

Sorry dude, but you are wrong. Would be nice if you could reopen to discuss whats wrong with my deployment for the node.

from l1-node.

typoworx-de avatar typoworx-de commented on June 11, 2024

I've updated docker-compose.yml node environment with this environment:

Added:
ORCHESTRATOR_REGISTRATION=true
IPFS_GATEWAY_ORIGIN=https://ipfs.io

as mentioned in https://github.com/filecoin-saturn/L1-node/blob/main/scripts/run.sh but it's not in:
https://github.com/filecoin-saturn/L1-node/blob/main/run.sh mentioned as setup-script in docs.

    environment:
      - SATURN_NETWORK="main"
      - ORCHESTRATOR_REGISTRATION="true"
      - IPFS_GATEWAY_ORIGIN="https://ipfs.io"
      - NODE_OPERATOR_EMAIL="${NODE_EMAIL}"
      - FIL_WALLET_ADDRESS="${WALLET_FIL:-'FIL_WALLET_ADDRESS'}"

now the previous error I had is gone, but it's still not starting up with some kind of issue in service-shim:

filecoin-saturn1        | 2022-11-14T15:02:32.111Z node-"main":server shim process running
filecoin-saturn1        | 2022-11-14T15:02:32.610Z node-"main":log-ingestor Reading nginx log file
filecoin-saturn1        | 2022/11/14 15:03:31 [notice] 43#43: http file cache: /usr/src/app/shared/nginx_cache 0.000M, bsize: 4096
filecoin-saturn1        | 2022/11/14 15:03:32 [notice] 28#28: signal 17 (SIGCHLD) received from 43
filecoin-saturn1        | 2022/11/14 15:03:32 [notice] 28#28: cache loader process 43 exited with code 0
filecoin-saturn1        | 2022/11/14 15:03:32 [notice] 28#28: signal 29 (SIGIO) received

from l1-node.

DiegoRBaquero avatar DiegoRBaquero commented on June 11, 2024

Ah, I see the issue. You are using "main" as the network. It should be main only.

That's why instead of using this it's going for the default

from l1-node.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.