Note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace


thread ‘tokio-runtime-worker’ panicked at crates/fuel-core/src/database.rs:195:9:
Height is already set for on_chain
note: run with RUST_BACKTRACE=1 environment variable to display a backtrace
Aborted

I can’t run again the FUEL network. I tried before the ulimit and it didnt work now. The screen session I have in my vps is gone so I want to reinstall and re run the FUEL node but this is the error I got.

2 Likes

Hi @Seansky ,

This looks related to another issue another user is having.

As a first step, can you please provide the results of fuelup show and try increasing the ulimit on your system, then restarting?

I’ll relay this to the client team.

Related:

2 Likes

image


same result

1 Like

@Seansky ,

Can you try a higher ulimit:

ulimit -S -n 32768

Delete the database dir/files in the db-path and restart the node to sync from scratch.

The client team is looking into this error regardless, we will keep you posted.

what command should I use in deleting the database dir/files in the db-path ? rm -rf .fuel-sepolia-testnet still the same error

image

Can you paste the actual CI logs here (with your personal info redacted). That command should work just fine to remove the database files yes.

root@vmi1925142:~# rm -rf .fuel-sepolia-testnet
root@vmi1925142:~# ulimit -S -n 32768 root@vmi1925142:~# fuel-core run --service-name=fuel-sepolia-testnet-node ----relayer --ip=75.119.137.171 --port=4000 --peering-port=30333 --db-path=~/.fuel-sepolia-testnet --snapshot ./chain-configuration/ignition --utxo-validation --poa-instant false --enable-p2p --reserved-nodes /dns4/p2p-testnet.fuel.network/tcp/30333/p2p/16Uiu2HAmDxoChB7AheKNvCVpD4PHJwuDGn8rifMBEHmEynGHvHrf --sync-header-batch-size 100 --enable-relayer --relayer-v2-listening-contracts=0x01855B78C1f8868DE70e84507ec735983bf262dA --relayer-da-deploy-height=5827607 --relayer-log-page-size=500 --sync-block-stream-buffer-size 30
2024-06-30T14:41:08.918930Z INFO fuel_core_bin::cli::run: 276: Block production disabled
2024-06-30T14:41:08.918964Z WARN fuel_core_bin::cli::run: 301: The coinbase recipient `ContractId` is not set!
2024-06-30T14:41:08.918970Z INFO fuel_core_bin::cli::run: 395: Fuel Core version v0.28.0+nightly.20240609.8bb1c81b9a
2024-06-30T14:41:08.918972Z INFO fuel_core::combined_database: 94: Opening database “~/.fuel-sepolia-testnet” with cache size “1073741824”
2024-06-30T14:41:08.983630Z INFO new{name=fuel-sepolia-testnet-node}: fuel_core::service: 200: Initializing database
2024-06-30T14:41:08.983671Z INFO new{name=fuel-sepolia-testnet-node}: fuel_core::service: 204: Initializing sub services
2024-06-30T14:41:08.998205Z INFO new{name=fuel-sepolia-testnet-node}: fuel_core::graphql_api::api_service: 247: Binding GraphQL provider to 75.119.137.171:4000
2024-06-30T14:41:09.005468Z INFO new{name=fuel-sepolia-testnet-node}:initialize_loop{service=“FuelService”}: fuel_core_services::service: 321: Starting FuelService service
2024-06-30T14:41:09.005935Z INFO new{name=fuel-sepolia-testnet-node}:initialize_loop{service=“FuelService”}: fuel_core::service::genesis: 73: Genesis block created: V1(BlockHeaderV1 { application: ApplicationHeader { da_height: DaBlockHeight(5827607), consensus_parameters_version: 0, state_transition_bytecode_version: 0, generated: GeneratedApplicationFields { transactions_count: 0, message_receipt_count: 0, transactions_root: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, message_outbox_root: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, event_inbox_root: 0000000000000000000000000000000000000000000000000000000000000000 } }, consensus: ConsensusHeader { prev_root: 0000000000000000000000000000000000000000000000000000000000000000, height: 00000000, time: Tai64(4611686018427387914), generated: GeneratedConsensusFields { application_hash: 7cb9d322996c4efb45f92aa67a0cb351530bc320eb2db91758a8f4b23f8428c5 } }, metadata: Some(BlockHeaderMetadata { id: BlockId(dd87728ce9c2539af61d6c5326c234c5cb0722b14a8c059f5126ca2a8ca3b4e2) }) })
thread ‘tokio-runtime-worker’ panicked at crates/fuel-core/src/database.rs:195:9:
Height is already set for `on_chain`
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
Aborted
1 Like