Activity log for bug #1554941

Date Who What changed Old value New value Message
2016-03-09 07:17:57 Yuli bug added bug
2016-03-09 07:24:30 Omer Anson dragonflow: assignee Omer Anson (omer-anson)
2016-03-09 07:25:15 Yuli description Dragonflow publisher service not working. This is what written in the application log: python /opt/stack/dragonflow/dragonflow/controller/df_publisher_service.py --config-file /etc/neutron/neutron.conf shlomo@ubuntu:~/devstack$ python /opt/stack/dragonflow/dragonflow/controller/df_publisher_service.py --config-file /etc/neutron/neutron.conf 2016-03-09 09:02:12.480 INFO neutron.common.config [-] Logging enabled! 2016-03-09 09:02:12.481 INFO neutron.common.config [-] /opt/stack/dragonflow/dragonflow/controller/df_publisher_service.py version 8.0.0.0b4.dev42 2016-03-09 09:02:12.481 DEBUG neutron.common.config [-] command line: /opt/stack/dragonflow/dragonflow/controller/df_publisher_service.py --config-file /etc/neutron/neutron.conf from (pid=4512) setup_logging /opt/stack/neutron/neutron/common/config.py:255 2016-03-09 09:02:14.409 DEBUG dragonflow.db.pubsub_drivers.zmq_pubsub_driver [-] about to bind to network socket: tcp://*:8866 from (pid=4512) _connect /opt/stack/dragonflow/dragonflow/db/pubsub_drivers/zmq_pubsub_driver.py:110 2016-03-09 09:02:14.409 DEBUG dragonflow.db.pubsub_drivers.zmq_pubsub_driver [-] about to bind to IPC socket: /var/run/zmq_pubsub/zmq-publisher-socket from (pid=4512) connect /opt/stack/dragonflow/dragonflow/db/pubsub_drivers/zmq_pubsub_driver.py:188 Traceback (most recent call last): File "/usr/local/lib/python2.7/dist-packages/eventlet/greenpool.py", line 82, in _spawn_n_impl func(*args, **kwargs) File "/opt/stack/dragonflow/dragonflow/db/pubsub_drivers/zmq_pubsub_driver.py", line 159, in run self.sub_socket = self.connect() File "/opt/stack/dragonflow/dragonflow/db/pubsub_drivers/zmq_pubsub_driver.py", line 189, in connect inproc_server.bind('ipc://%s' % ipc_socket) File "zmq/backend/cython/socket.pyx", line 487, in zmq.backend.cython.socket.Socket.bind (zmq/backend/cython/socket.c:5156) File "zmq/backend/cython/checkrc.pxd", line 25, in zmq.backend.cython.checkrc._check_rc (zmq/backend/cython/socket.c:7535) raise ZMQError(errno) ZMQError: No such file or directory Dragonflow publisher service not working. This is what written in the application log: python /opt/stack/dragonflow/dragonflow/controller/df_publisher_service.py --config-file /etc/neutron/neutron.conf XXXXX@XXXXX:~/devstack$ python /opt/stack/dragonflow/dragonflow/controller/df_publisher_service.py --config-file /etc/neutron/neutron.conf 2016-03-09 09:02:12.480 INFO neutron.common.config [-] Logging enabled! 2016-03-09 09:02:12.481 INFO neutron.common.config [-] /opt/stack/dragonflow/dragonflow/controller/df_publisher_service.py version 8.0.0.0b4.dev42 2016-03-09 09:02:12.481 DEBUG neutron.common.config [-] command line: /opt/stack/dragonflow/dragonflow/controller/df_publisher_service.py --config-file /etc/neutron/neutron.conf from (pid=4512) setup_logging /opt/stack/neutron/neutron/common/config.py:255 2016-03-09 09:02:14.409 DEBUG dragonflow.db.pubsub_drivers.zmq_pubsub_driver [-] about to bind to network socket: tcp://*:8866 from (pid=4512) _connect /opt/stack/dragonflow/dragonflow/db/pubsub_drivers/zmq_pubsub_driver.py:110 2016-03-09 09:02:14.409 DEBUG dragonflow.db.pubsub_drivers.zmq_pubsub_driver [-] about to bind to IPC socket: /var/run/zmq_pubsub/zmq-publisher-socket from (pid=4512) connect /opt/stack/dragonflow/dragonflow/db/pubsub_drivers/zmq_pubsub_driver.py:188 Traceback (most recent call last):   File "/usr/local/lib/python2.7/dist-packages/eventlet/greenpool.py", line 82, in _spawn_n_impl     func(*args, **kwargs)   File "/opt/stack/dragonflow/dragonflow/db/pubsub_drivers/zmq_pubsub_driver.py", line 159, in run     self.sub_socket = self.connect()   File "/opt/stack/dragonflow/dragonflow/db/pubsub_drivers/zmq_pubsub_driver.py", line 189, in connect     inproc_server.bind('ipc://%s' % ipc_socket)   File "zmq/backend/cython/socket.pyx", line 487, in zmq.backend.cython.socket.Socket.bind (zmq/backend/cython/socket.c:5156)   File "zmq/backend/cython/checkrc.pxd", line 25, in zmq.backend.cython.checkrc._check_rc (zmq/backend/cython/socket.c:7535)     raise ZMQError(errno) ZMQError: No such file or directory
2016-03-14 07:26:54 Yuli dragonflow: importance Undecided Low
2016-03-27 13:54:11 Yuli dragonflow: status New Invalid