[Openstack] [openstack-dev][oslo] Exception in rpc_dispatcher

2015-05-07 Thread Vikash Kumar
Hi, I am getting this error in my agent side. I am getting same message twice, one after other. 2015-05-07 11:39:28.189 11363 ERROR oslo.messaging.rpc.dispatcher [req-43875dc3-99a9-4803-aba2-5cff22943c2c ] Exception during message handling:

Re: [Openstack] [openstack-dev] [oslo] Exception in rpc_dispatcher

2015-05-07 Thread Mehdi Abaakouk
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hi, This is a well known issue when eventlet monkey patching is not done correctly. The application must do the monkey patching before anything else even loading another module that eventlet. You can find more information here:

Re: [Openstack] [openstack-dev] [oslo] Exception in rpc_dispatcher

2015-05-07 Thread Vikash Kumar
I did following in my agent code: import eventlet eventlet.monkey_patch() but still I see same issue. On Thu, May 7, 2015 at 1:22 PM, Mehdi Abaakouk sil...@sileht.net wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hi, This is a well known issue when eventlet monkey patching is