On Tue, 2 Sep 2014 09:18:27 +0000
MARIA VICTORIA ALVAREZ SIERRA <[email protected]> 
wrote:

> Ryu shows me this dpid...
> 
> This message error that I see always it can be the problem?
> 
>  <html>
>  <head>
>   <title>404 Not Found</title>
>  </head>
>  <body>
>   <h1>404 Not Found</h1>
>   The resource could not be found.<br /><br />
> 
> <!-- 
> /usr/local/lib/python2.7/dist-packages/ryu/app/gui_topology/html/stats/flowentry/add
>  -->
> 
>  </body>
> 
> I think this line tries to say me something,
> <!-- 
> /usr/local/lib/python2.7/dist-packages/ryu/app/gui_topology/html/stats/flowentry/add
>  -->
> 
> 
> I start ryu like this:
> ryu-manager --verbose --observe-links
> /usr/local/lib/python2.7/dist-packages/ryu/app/gui_topology/gui_topology.py &&
>  /usr/local/lib/python2.7/dist-packages/ryu/topology/switches.py &&
> /usr/local/lib/python2.7/dist-packages/ryu/app/rest_topology.py &&
> /usr/local/lib/python2.7/dist-packages/ryu/app/ofctl_rest.py
> it's correct?

Hmm, please start only ofctl_rest.py like:

$ ryu-manager git/ryu/ryu/app/ofctl_rest.py

Then you should see something like the following:

loading app git/ryu/ryu/app/ofctl_rest.py
loading app ryu.controller.ofp_handler
instantiating app None of DPSet
creating context dpset
creating context wsgi
instantiating app git/ryu/ryu/app/ofctl_rest.py of RestStatsApi
instantiating app ryu.controller.ofp_handler of OFPHandler
(17506) wsgi starting up on http://0.0.0.0:8080/


After that, please try curl command.

------------------------------------------------------------------------------
Slashdot TV.  
Video for Nerds.  Stuff that matters.
http://tv.slashdot.org/
_______________________________________________
Ryu-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to