문제

After the installation of beanstalkd on my ubuntu 13.04

I run "beanstalkd -l 127.0.0.1 -p 11300" command to start it

CLI returned:

beanstalkd: net.c:119 in make_server_socket: bind(): Address already in use
beanstalkd: main.c:64 in main: make_server_socket()

Please what can i do? i'm new to this queue system.

도움이 되었습니까?

해결책

If you don't found process as mention by @Alister Bulman

Maybe some other service is using port 11300 Try to start with another port

ex:

beanstalkd -l 127.0.0.1 -p 11345
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top