vrv / FAWN-KV

A Distributed Key-Value Store for FAWN

Home Page:http://www.cs.cmu.edu/~fawnproj/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

connect refused, based on lastest software

luoabc opened this issue · comments

Currently, I'm trying to use the FAWN-KV. but after setup, it can't work.

the compile
autoreconf -is
./configure
make

then,

cd fawnkv; ./manager 127.0.0.1 -j
cd fawnkv; ./backend -m 127.0.0.1 -i 127.0.0.1 -p 8000 -j
cd lib/cpp; ./tester -c 127.0.0.1 -p 10000 127.0.0.1

But it enter to the loop of "connecting to 127.0.0.1:8000"

Would you mind give me some suggestion?