Open brownbytes opened 5 years ago
Hi,
We used Mininet v2.2.
Thanks. Sarath Babu
Hi Sarath babu,
Thanks for the information. Were there any other environmental settings that were done ? Also, do you have any suggestions on working with this issue?
Regards Durga.
Hi Durga,
Feel free to add such assertion and try again. Let us know if there are any issues if this doesn't work.
--
Regards Anand N
On Sun, Feb 24, 2019 at 4:42 AM brownbytes notifications@github.com wrote:
Hi Sarath babu,
Thanks for the information. Were there any other environmental settings that were done ?
Regards Durga.
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/iist-sysnet/OpenSDNDataset/issues/2#issuecomment-466709834, or mute the thread https://github.com/notifications/unsubscribe-auth/ALfGrUWZMaBGzZV7ooxnb_yiHGnpL6Y4ks5vQcr7gaJpZM4bKWkJ .
Hi durga,
I am also facing the same issue,kindly help me as to how you resolve this error.
Exception in thread Thread-2: Traceback (most recent call last): File "/usr/lib/python2.7/threading.py", line 801, in __bootstrap_inner self.run() File "mininet_1.py", line 43, in run self.perform(sw[0], sw[1]) File "mininet_1.py", line 149, in perform net.get(one).cmd(cmd) File "build/bdist.linux-x86_64/egg/mininet/node.py", line 357, in cmd self.sendCmd( *args, **kwargs ) File "build/bdist.linux-x86_64/egg/mininet/node.py", line 274, in sendCmd assert self.shell and not self.waiting AssertionError
Hi Nisha,
I was short of time and moved onto experimenting with a traffic generation tool . So far the tool has been working ok for me. If you are keen on using the dataset from this tool, may be you can approach the developers here. As I mentioned earlier, i am using a standalong traffic generation tool to generate traffic for my experiments.
Hi, Developers,
Plz look into this error.I am getting this error and not able to solve it.The variable self.waiting is already set True in Sendcmd() and false in monitor function respectively in node.py. I will be thankful to you for the same.
Exception in thread Thread-2: Traceback (most recent call last): File "/usr/lib/python2.7/threading.py", line 801, in __bootstrap_inner self.run() File "mininet_1.py", line 43, in run self.perform(sw[0], sw[1]) File "mininet_1.py", line 149, in perform net.get(one).cmd(cmd) File "build/bdist.linux-x86_64/egg/mininet/node.py", line 357, in cmd self.sendCmd( *args, **kwargs ) File "build/bdist.linux-x86_64/egg/mininet/node.py", line 274, in sendCmd assert self.shell and not self.waiting AssertionError
Hi ,
What version of mininet is advisable to run the traffic generator? I tried running the generator mininet_1.py script and I seem to be hitting mininet assertion errors due to locking?
Exception in thread Thread-2: Traceback (most recent call last): File "/usr/lib/python2.7/threading.py", line 801, in __bootstrap_inner self.run() File "mininet_1.py", line 43, in run self.perform(sw[0], sw[1]) File "mininet_1.py", line 149, in perform net.get(one).cmd(cmd) File "build/bdist.linux-x86_64/egg/mininet/node.py", line 357, in cmd self.sendCmd( *args, **kwargs ) File "build/bdist.linux-x86_64/egg/mininet/node.py", line 274, in sendCmd assert self.shell and not self.waiting AssertionError