Re: Exception in thread Thread-4:

2015-05-05 Thread david jhon
> > statMonitorTimer.start() > > > > but I am getting following error: > > > > Exception in thread Thread-4: > > Traceback (most recent call last): > > File "/usr/lib/python2.7/threading.py", line 810, in __bootstrap_inner > >

Re: Exception in thread Thread-4:

2015-05-05 Thread Chris Angelico
onitorLock.acquire() > statMonitorTimer = Timer(10.0, self._collectFlowStats()) #timer to > collect stats > statMonitorTimer.start() > > but I am getting following error: > > Exception in thread Thread-4: > Traceback (most recent call last): > File "/usr/lib/pytho

Exception in thread Thread-4:

2015-05-05 Thread david jhon
self.statMonitorLock.acquire() statMonitorTimer = Timer(10.0, self._collectFlowStats()) #timer to collect stats statMonitorTimer.start() but I am getting following error: Exception in thread Thread-4: Traceback (most recent call last): File "/usr/lib/python2.7/threadi