On Mon, Sep 17, 2012 at 10:17 PM, Ramana Reddy <[email protected]> wrote: > I followed the instructions from the link > https://openflow.stanford.edu/display/DOCS/Installation+Guide > and installed Flowvisor on Ubuntu 12.04. But when I run flowvisor, the > following error is coming. ... > java.net.BindException: Address already in use
Any chance you're already running an openflow controller on this machine? FlowVisor needs to bind to 6633 like any standard controller, so that will cause a conflict unless you move one of them to a different port. -- Nick _______________________________________________ openflow-discuss mailing list [email protected] https://mailman.stanford.edu/mailman/listinfo/openflow-discuss
