Closed KevinPhemius closed 8 years ago
Hi @KevinPhemius ,
Can you give more details on the scenario? Are you running Mininet with the netide-topo example? I usually deploy components in this order:
Hi,
I followed the same order.
I run the mininet command from the readme :
mn --topo linear, 4 --controller=remote,ip=localhost, port=6633
Mininet starts correctly (if it doesn't find the controller it prints an error)
Best,
Kévin
From: Elisa Rojas
Sent: Sunday, April 10, 17:04
Subject: Re: [fp7-netide/Engine] Error running ryu shim/backend (#90)
To: fp7-netide/Engine
Cc: Kévin Phemius
Hi @KevinPhemius ,
Can you give more details on the scenario? Are you running Mininet with the netide-topo example? I usually deploy components in this order:
What order have you followed?
—
You are receiving this because you were mentioned.
Reply to this email directly or view it on GitHub
Hi @KevinPhemius , I'd suggest to use the netide-topo (although this should not be a problem for the connection of shim+backends).
I have another question (just in case), do you load the core modules before starting anything else? Starting Karaf is not usually enough (unless you had the core module previously loaded). I'd start with karaf clean
, the load the modules, and then the other Engine components.
If still not working, check the connection with Wireshark, because it should be as easy as that and we haven't had any other issues. Try to check the AdvancedCoreProxy.py also.
I can't launch the netide-topo because of this error:
$ sudo mn --custom netide-topo.py --topo mytopo --controller=remote,ip=localhost,port=6633 -------------------------------------------------------------------------------- Caught exception. Cleaning up... TypeError: custom() got multiple values for keyword argument 'self' --------------------------------------------------------------------------------
Yes I reload everything every time .
Hi @KevinPhemius , I don't really understand why you have an error with netide-topo to be honest. What Mininet + OVS installation do you have?
Please, check Wireshark as well...
Hi @KevinPhemius,
I don't remember if this Mininet error was the same as mine, but try 127.0.0.1
instead of localhost
.
I had an issue when using localhost
, Mininet 2.2.1.
Best
I installed mininet with apt-get install mininet
sudo mn --version 2.2.0b1 sudo ovs-vsctl show a86ce825-ce56-4409-a453-879c4f4c1bfe ovs_version: "2.4.0"
@amarsico the 127.0.0.1 fixed it. Thank you.
Hello,
I have a problem when I try to run the Ryu shim and backend with the Java core. I have this message from the shim:
over and over.
The backend is stuck too:
I followed the instructions from the Ryu shim and backend READMEs.
Best,