You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please make sure you are using the released version below or if you are familiar with maven, you can try to compile and run from your IDE or command line.
If you compile the project from the source code following the New Service section in Readme.md, you shuold run command in xraft-kvstore/target/xraft-kvstore-0.1.0-SNAPSHOT-bin/xraft-kvstore-0.1.0-SNAPSHOT instead of xraft-kvstore/src. Otherwise, you will get the error.
The packaging process is following the xraft-kvstore/pom.xml and xraft-kvstore/src/assembly/bin.xml, which imply that the packaged program will be stored as a folder in target direcotry.
Running
bin/xraft-kvstore -gc A,localhost,2333 B,localhost,2334 C,localhost,2335 -m group-member -i A -p2 3333
inside xraft/xraft-kvstore/src subdirectory results in following error:ls: ./lib: No such file or directory
Error: -cp requires class path specification
How do I resolve this?
The text was updated successfully, but these errors were encountered: