I installed Pox, flowvisor and mininet on my laptop. 
I just want to create the
virtual openflow networks with mininet and then 
connected the switches to the
Flowvisor, also, I want to connect the pox 
controllers to the flowvisor.
I start with the mininet and typed:
     sudo mn --controller=remote,ip=127.0.0.1,port=6633;
and it displays
      sudo mn --controller=remote,ip=127.0.0.1,port=6633
      *** Creating network
      *** Adding controller
      Unable to contact the remote controller at 127.0.0.1:6633
      *** Adding hosts:
       h1 h2 
      *** Adding switches:
       s1 
      *** Adding links:
      (h1, s1) (h2, s1) 
      *** Configuring hosts
       h1 h2 
      *** Starting controller
      *** Starting 1 switches
      s1 
      *** Starting CLI:
      mininet> 
then I try to start the flowvisor /usr/local/sbin/flowvisor
and it responds:
      

troy@troy-Rev-1-0:~$ /usr/local/sbin/flowvisor
Starting FlowVisor
java.lang.NullPointerException
at org.flowvisor.log.FVLog.log(FVLog.java:40)
at org.flowvisor.config.FlowvisorImpl.getLogging(FlowvisorImpl.java:322)
at org.flowvisor.config.FlowvisorImpl.getLogging(FlowvisorImpl.java:334)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(
NativeMethodAccessorImpl.java:57)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(
DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:601)
at org.flowvisor.config.FVConfigProxy.invoke(FVConfigProxy.java:21)
at $Proxy0.getLogging(Unknown Source)
at org.flowvisor.config.FVConfig.getLogging(FVConfig.java:375)
at org.flowvisor.log.FVLog.doInit(FVLog.java:62)
at org.flowvisor.log.FVLog.log(FVLog.java:39)
at org.flowvisor.FlowVisor.run(FlowVisor.java:148)
at org.flowvisor.FlowVisor.main(FlowVisor.java:217)

Exception: java.lang.NullPointerException thrown from the
UncaughtExceptionHandler in thread "main"

Exception: java.lang.NullPointerException thrown from the
UncaughtExceptionHandler in thread "Thread-0"
 

Could you tell me why I failed, and how can I connect 
the mininet switches to
the flowvisor and the Pox.

Thanks a lot ^^
                                                          Troy





_______________________________________________
openflow-discuss mailing list
openflow-discuss@lists.stanford.edu
https://mailman.stanford.edu/mailman/listinfo/openflow-discuss

Reply via email to