Hi Waqas, what's the command you use to run NOX? looks like you're running at least 1 custom app can you paste the packet-in handler of your 'testrouting' ?
On Tue, Aug 3, 2010 at 7:16 AM, Waqas Daar <waqasd...@gmail.com> wrote: > Hello all, > > I am trying to run the sample routing application of NOX. but When I tried > to run and ping from host1 to host2 I got this error. > > 00064|openflow|DBG:Passive tcp interface bound to port 7788 > 00065|nox|INFO:nox bootstrap complete > 00066|openflow|DBG:Passive tcp interface received connection > 00067|openflow|DBG:stream: negotiated OpenFlow version 0x97 (we support > versions 0x97 to 0x97 inclusive, peer no later than version 0x97) > 00068|nox|DBG:Success sending in 'sending switch config' > 00069|nox|DBG:Success sending in 'receiving features reply' > 00070|nox|DBG:Success receiving in 'receiving features reply' > 00071|nox|DBG:Success sending in 'receiving ofmp capability reply' > 00072|nox|DBG:Success receiving in 'receiving ofmp capability reply' > 00073|nox|DBG:Datapath 002320daec80 sent error in response to capability > reply, assuming no management support > 00074|nox|DBG:No switch auth module registered, auto-approving switch > 00075|nox|DBG:Registering switch with DPID = 2320daec80 > 00076|nox.coreapps.examples.testrouting|INFO:registering new switch > 2320daec80 > 00077|nox.coreapps.examples.testrouting|INFO:Connected switched in the > network 2320daec80 > 00078|nox.coreapps.examples.testrouting|INFO:Connected switched in the > network 2320daec80 > 00079|openflow-event|DBG:received packet-in event from 002320daec80 > (len:52) > 00080|nox.coreapps.examples.testrouting|INFO:datapath id 2320daec80 inport > 0 packet [fe:ff:ff:ff:ff:ff>01:80:c2:00:00:00:llc] > 00081|nox.coreapps.examples.testrouting|INFO:Connected switched in the > network 2320daec80 > 00082|nox.coreapps.examples.testrouting|INFO:Connected switched in the > network 2320daec80 > 00083|openflow-event|DBG:received packet-in event from 002320daec80 > (len:52) > 00084|nox.coreapps.examples.testrouting|INFO:datapath id 2320daec80 inport > 0 packet [fe:ff:ff:ff:ff:ff>01:80:c2:00:00:00:llc] > 00085|nox.coreapps.examples.testrouting|INFO:Connected switched in the > network 2320daec80 > 00086|nox.coreapps.examples.testrouting|INFO:Connected switched in the > network 2320daec80 > 00087|openflow-event|DBG:received packet-in event from 002320daec80 > (len:52) > 00088|nox.coreapps.examples.testrouting|INFO:datapath id 2320daec80 inport > 0 packet [fe:ff:ff:ff:ff:ff>01:80:c2:00:00:00:llc] > 00089|nox.coreapps.examples.testrouting|INFO:Connected switched in the > network 2320daec80 > 00090|nox.coreapps.examples.testrouting|INFO:Connected switched in the > network 2320daec80 > 00091|openflow-event|DBG:received packet-in event from 002320daec80 > (len:94) > Traceback (most recent call last): > File "./nox/coreapps/pyrt/pyoxidereactor.py", line 340, in emit > msg = unicode(msg, 'utf-8') > UnicodeDecodeError: 'utf8' codec can't decode bytes in position 142-143: > invalid data > 00092|openflow-event|DBG:received packet-in event from 002320daec80 > (len:94) > Traceback (most recent call last): > File "./nox/coreapps/pyrt/pyoxidereactor.py", line 340, in emit > msg = unicode(msg, 'utf-8') > UnicodeDecodeError: 'utf8' codec can't decode bytes in position 142-143: > invalid data > 00093|openflow-event|DBG:received packet-in event from 002320daec80 > (len:94) > Traceback (most recent call last): > File "./nox/coreapps/pyrt/pyoxidereactor.py", line 340, in emit > msg = unicode(msg, 'utf-8') > UnicodeDecodeError: 'utf8' codec can't decode bytes in position 144-145: > invalid data > 00094|openflow-event|DBG:received packet-in event from 002320daec80 > (len:94) > Traceback (most recent call last): > *File "./nox/coreapps/pyrt/pyoxidereactor.py", line 340, in emit > msg = unicode(msg, 'utf-8')* > *UnicodeDecodeError: 'utf8' codec can't decode bytes in position 142-143: > invalid data* > 00095|openflow-event|DBG:received packet-in event from 002320daec80 > (len:52) > 00096|nox.coreapps.examples.testrouting|INFO:datapath id 2320daec80 inport > 0 packet [fe:ff:ff:ff:ff:ff>01:80:c2:00:00:00:llc] > 00097|nox.coreapps.examples.testrouting|INFO:Connected switched in the > network 2320daec80 > 00098|nox.coreapps.examples.testrouting|INFO:Connected switched in the > network 2320daec80 > > Can any one know how to resolve that issue? > > Best Regards, > > Waqas Daar > > _______________________________________________ > nox-dev mailing list > nox-dev@noxrepo.org > http://noxrepo.org/mailman/listinfo/nox-dev_noxrepo.org > >
_______________________________________________ nox-dev mailing list nox-dev@noxrepo.org http://noxrepo.org/mailman/listinfo/nox-dev_noxrepo.org