Search code examples
rubyruby-on-rails-3ruby-on-rails-3.2zeus

Unable to accept socket connection. It looks like Zeus is already running. If not, remove .zeus.sock and try again


Zeus is a great tool when working on a fairly large Rails projects to lower the load time of Rails application and running the test suite. However after sometime I have started to face this problem with all my projects on starting zeus:

enter image description here

I did some research and also tried some of resources to resolve this error but none of them worked. I would be thankful if somebody can point me to the right direction to resolve this issue.

I am on a Mac OSX 10.8.2

Thanks


Solution

  • The two comments actually pointed me to the right direction:

    If ls-a shows .zeus.sock file than doing a simple remove resolves the issue like this :

    rm .zeus.sock