Skip to content

Instantly share code, notes, and snippets.

@tranqy
Created December 22, 2010 00:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tranqy/750886 to your computer and use it in GitHub Desktop.
Save tranqy/750886 to your computer and use it in GitHub Desktop.
Trying to run typhoonae
(typhooneenv)tranqy@typhoondev:~/projects/virtualenv/typhooneenv/typhoonae-buildout-0.2.0$ bin/supervisord
Traceback (most recent call last):
File "bin/supervisord", line 13, in <module>
supervisor.supervisord.main()
File "/home/tranqy/projects/virtualenv/typhooneenv/typhoonae-buildout-0.2.0/eggs/supervisor-3.0a8-py2.5.egg/supervisor/supervisord.py", line 371, in main
go(options)
File "/home/tranqy/projects/virtualenv/typhooneenv/typhoonae-buildout-0.2.0/eggs/supervisor-3.0a8-py2.5.egg/supervisor/supervisord.py", line 381, in go
d.main()
File "/home/tranqy/projects/virtualenv/typhooneenv/typhoonae-buildout-0.2.0/eggs/supervisor-3.0a8-py2.5.egg/supervisor/supervisord.py", line 94, in main
self.run()
File "/home/tranqy/projects/virtualenv/typhooneenv/typhoonae-buildout-0.2.0/eggs/supervisor-3.0a8-py2.5.egg/supervisor/supervisord.py", line 102, in run
self.add_process_group(config)
File "/home/tranqy/projects/virtualenv/typhooneenv/typhoonae-buildout-0.2.0/eggs/supervisor-3.0a8-py2.5.egg/supervisor/supervisord.py", line 135, in add_process_group
self.process_groups[name] = config.make_group()
File "/home/tranqy/projects/virtualenv/typhooneenv/typhoonae-buildout-0.2.0/eggs/supervisor-3.0a8-py2.5.egg/supervisor/options.py", line 1685, in make_group
return FastCGIProcessGroup(self)
File "/home/tranqy/projects/virtualenv/typhooneenv/typhoonae-buildout-0.2.0/eggs/supervisor-3.0a8-py2.5.egg/supervisor/process.py", line 694, in __init__
raise ValueError('Could not create FastCGI socket %s: %s' % (self.socket_manager.config(), e))
ValueError: Could not create FastCGI socket tcp://localhost:8081: (98, 'Address already in use')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment