As I mentioned in previous mail, I tried to assign to different port rather
than killing the controller process.
But it is still giving the same error.

$sudo flowvisor -p 6700 /usr/local/etc/flowvisor/config.json
Starting FlowVisor
Writting port to config: setting to 6700
--- Setting logging level to NOTE
java.net.BindException: Address already in use
    at sun.nio.ch.Net.bind(Native Method)
    at
sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:126)
    at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:59)
    at
org.flowvisor.ofswitch.OFSwitchAcceptor.<init>(OFSwitchAcceptor.java:37)
    at org.flowvisor.FlowVisor.run(FlowVisor.java:161)
    at org.flowvisor.FlowVisor.main(FlowVisor.java:217)

What is the real cause. How to run both  flowvisor and controller at the
same time on the
same machine.

Thanks,
Ramana Reddy.



On Tue, Sep 18, 2012 at 10:49 AM, Nicholas Bastin <[email protected]>wrote:

> 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

Reply via email to