Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to start Axon with Single Node #1324

Closed
distributedstatemachine opened this issue Aug 15, 2023 · 3 comments
Closed

Unable to start Axon with Single Node #1324

distributedstatemachine opened this issue Aug 15, 2023 · 3 comments
Assignees
Labels
t:bug Something isn't working

Comments

@distributedstatemachine
Copy link
Collaborator

Contact Details

No response

Current Behavior

Description

I am unable to start Axon on the main branch .

ubuntu@ip-172-31-95-221:~/axon$ cargo run -- run -c devtools/chain/config.toml -g devtools/chain/genesis_single_node.json
    Finished dev [unoptimized + debuginfo] target(s) in 0.78s
     Running `target/debug/axon run -c devtools/chain/config.toml -g devtools/chain/genesis_single_node.json`
Error [ProtocolError] Kind: Codec Error: Rlp("RlpExpectedToBeList")

Expected Behavior

Expected Behavior:

Axon starts up

OS

Ubuntu 22.04

Axon version

main 680e53e

Kernel

Linux ip-172-31-95-221 5.19.0-1029-aws #30~22.04.1-Ubuntu SMP Thu Jul 13 17:17:32 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux

Relevant log output

No response

Anything else?

No response

@distributedstatemachine distributedstatemachine added the t:bug Something isn't working label Aug 15, 2023
@KaoImin
Copy link
Contributor

KaoImin commented Aug 16, 2023

Notice that the #1270 #1302 and #1319 are breaking change, so it is not compatible with the old data. So is there any old data in the environment?

@Flouse
Copy link
Contributor

Flouse commented Aug 16, 2023

Notice that the #1270 #1302 and #1319 are breaking change, so it is not compatible with the old data. So is there any old data in the environment?

Hi, @samtvlabs
Would you try cleaning up the old chain data in devtools/chain/data and then restart Axon?

@distributedstatemachine
Copy link
Collaborator Author

Thanks this resolves this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
t:bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants