yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #57891
[Bug 1634058] [NEW] keystone service not starting when apache2 is running
Public bug reported:
Hello,
Liberty on Ubuntu 14.04
I am unable to start keystone service when apache2 is running. Below is
the error in log file
2016-10-17 11:46:08.929 6204 WARNING root [-] Running keystone via eventlet is deprecated as of Kilo in favor of running in a WSGI server (e.g. mod_wsgi). Support for keystone under eventlet will be removed in the "M"-Release.
2016-10-17 11:46:08.931 6204 ERROR keystone.common.environment.eventlet_server [-] Could not bind to 0.0.0.0:35357
2016-10-17 11:46:08.931 6204 ERROR root [-] Failed to start the admin server
2016-10-17 11:46:08.931 6204 ERROR root Traceback (most recent call last):
2016-10-17 11:46:08.931 6204 ERROR root File "/usr/lib/python2.7/dist-packages/keystone/server/eventlet.py", line 88, in serve
2016-10-17 11:46:08.931 6204 ERROR root server.launch_with(launcher)
2016-10-17 11:46:08.931 6204 ERROR root File "/usr/lib/python2.7/dist-packages/keystone/server/eventlet.py", line 54, in launch_with
2016-10-17 11:46:08.931 6204 ERROR root self.server.listen()
2016-10-17 11:46:08.931 6204 ERROR root File "/usr/lib/python2.7/dist-packages/keystone/common/environment/eventlet_server.py", line 110, in listen
2016-10-17 11:46:08.931 6204 ERROR root backlog=backlog)
2016-10-17 11:46:08.931 6204 ERROR root File "/usr/lib/python2.7/dist-packages/eventlet/convenience.py", line 44, in listen
2016-10-17 11:46:08.931 6204 ERROR root sock.listen(backlog)
2016-10-17 11:46:08.931 6204 ERROR root File "/usr/lib/python2.7/socket.py", line 228, in meth
2016-10-17 11:46:08.931 6204 ERROR root return getattr(self._sock,name)(*args)
2016-10-17 11:46:08.931 6204 ERROR root error: [Errno 98] Address already in use
Attached are the config files and if I stop apache2, keystone service
starts but not apache2
Best regards,
Dhanabalan
** Affects: nova
Importance: Undecided
Status: New
** Tags: keystone
** Attachment added: "keystone.log"
https://bugs.launchpad.net/bugs/1634058/+attachment/4762367/+files/keystone.log
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1634058
Title:
keystone service not starting when apache2 is running
Status in OpenStack Compute (nova):
New
Bug description:
Hello,
Liberty on Ubuntu 14.04
I am unable to start keystone service when apache2 is running. Below
is the error in log file
2016-10-17 11:46:08.929 6204 WARNING root [-] Running keystone via eventlet is deprecated as of Kilo in favor of running in a WSGI server (e.g. mod_wsgi). Support for keystone under eventlet will be removed in the "M"-Release.
2016-10-17 11:46:08.931 6204 ERROR keystone.common.environment.eventlet_server [-] Could not bind to 0.0.0.0:35357
2016-10-17 11:46:08.931 6204 ERROR root [-] Failed to start the admin server
2016-10-17 11:46:08.931 6204 ERROR root Traceback (most recent call last):
2016-10-17 11:46:08.931 6204 ERROR root File "/usr/lib/python2.7/dist-packages/keystone/server/eventlet.py", line 88, in serve
2016-10-17 11:46:08.931 6204 ERROR root server.launch_with(launcher)
2016-10-17 11:46:08.931 6204 ERROR root File "/usr/lib/python2.7/dist-packages/keystone/server/eventlet.py", line 54, in launch_with
2016-10-17 11:46:08.931 6204 ERROR root self.server.listen()
2016-10-17 11:46:08.931 6204 ERROR root File "/usr/lib/python2.7/dist-packages/keystone/common/environment/eventlet_server.py", line 110, in listen
2016-10-17 11:46:08.931 6204 ERROR root backlog=backlog)
2016-10-17 11:46:08.931 6204 ERROR root File "/usr/lib/python2.7/dist-packages/eventlet/convenience.py", line 44, in listen
2016-10-17 11:46:08.931 6204 ERROR root sock.listen(backlog)
2016-10-17 11:46:08.931 6204 ERROR root File "/usr/lib/python2.7/socket.py", line 228, in meth
2016-10-17 11:46:08.931 6204 ERROR root return getattr(self._sock,name)(*args)
2016-10-17 11:46:08.931 6204 ERROR root error: [Errno 98] Address already in use
Attached are the config files and if I stop apache2, keystone service
starts but not apache2
Best regards,
Dhanabalan
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1634058/+subscriptions
Follow ups