[openflow-discuss] Import FlowVisor Project into Eclipse ?

2012-03-21 Thread Xuan-Nam Nguyen
Hi all, I have checked out the source code of FlowVisor from https://openflow.stanford.edu/display/DOCS/Flowvisor and imported it to Eclipse using the option Java Project from Existing Ant buildfile. When I run or debug, I get the following error --- Setting logging level to NOTE

Re: [openflow-discuss] Import FlowVisor Project into Eclipse ?

2012-03-21 Thread Aaron Rosen
I've gotten that error if something is already binded on the same port that flowvisor is trying to use (or maybe you already have flowvisor running somewhere else on the machine using the same port). Aaron On Wed, Mar 21, 2012 at 6:11 AM, Xuan-Nam Nguyen xuan-nam.ngu...@inria.frwrote: Hi all,

[openflow-discuss] Floodlight Virtual Machine Image not booting

2012-03-21 Thread Irfan Khan
Hello, I downloaded the Virtual Machine Image including mininet and floodlight controller from the link http://floodlight.openflowhub.org/files/floodlight-vm.zip but the image is failing to boot on Oracle Virtual box, while booting up gives the message: Virtualbox guru meditation and

Re: [openflow-discuss] Import FlowVisor Project into Eclipse ?

2012-03-21 Thread Aaron Rosen
Do you have anything already binding on port 8080? Flowvisor also uses that port for an RPC service. Aaron On Wed, Mar 21, 2012 at 6:49 AM, Xuan-Nam Nguyen xuan-nam.ngu...@inria.frwrote: Thanks Aaron, I changed to a different port (6633 - 6635) but I still got the same error. (I can build

Re: [openflow-discuss] Import FlowVisor Project into Eclipse ?

2012-03-21 Thread Xuan-Nam Nguyen
Thank you, but I used netstat -ltnup to check and I see nothing run on port 8080 and I still got that error. In Bug track : https://openflow.stanford.edu/bugs/browse/FLOWVISOR-30?page=com.atlassian.jira.plugin.system.issuetabpanels%3Aall-tabpanel it said also that is a problem with port I think

Re: [openflow-discuss] Import FlowVisor Project into Eclipse ?

2012-03-21 Thread Ali Al-Shabibi
Hi Nam, What version of FlowVisor are you trying to run? Also could you start flowvisor with the following options: flowvisor -l DEBUG configfile Try this from within eclipse. -- Ali Al-Shabibi On 21 mars 2012, at 06:30, Xuan-Nam Nguyen xuan-nam.ngu...@inria.fr wrote: Thank you, but I

Re: [openflow-discuss] Import FlowVisor Project into Eclipse ?

2012-03-21 Thread Xuan-Nam Nguyen
Hi Ali, Thanks for your suggestion. I'm using the source code version 0.8.1 After running with your option and change the value of jettyPort = -1 to I got such error : Setting debugging mode: all logs to stderr --- Setting logging level to NOTE CRIT:2012-03-21T17:15:32.076:none:: log level

Re: [openflow-discuss] Floodlight Virtual Machine Image not booting

2012-03-21 Thread Mike Cohen
Can you check that the disk in the VM is set up as IDE (not SATA). We haven't used VirtualBox much internally and when I set it up just now, it defaulted the disk to SATA, which won't work. VirtualBox works fine for me now with the latest vm. On Wed, Mar 21, 2012 at 3:40 AM, Irfan Khan

Re: [openflow-discuss] Import FlowVisor Project into Eclipse ?

2012-03-21 Thread Rob Sherwood
Totally different tack: If you look at how flowvisor is invoked in the ./scripts/flowvisor.sh script, you need to set -Dorg.flowvisor.config_dir=$config_dir -Dorg.flowvisor.install_dir=$install_dir as jvm options. The config dir and the install dir get set by default in the ./scripts/envs.sh

Re: [openflow-discuss] Floodlight Virtual Machine Image not booting

2012-03-21 Thread Irfan Khan
Dear Mike, Yeah you are right, that was the problem, the IDE and SATA thing.. now changing to IDE works fine Thanks a lot. Sincerely, Irfan From: Mike Cohen mike.co...@bigswitch.com To: Irfan Khan khanmohammadir...@yahoo.com Cc:

[openflow-discuss] connect my pronto switch to openflow contrller

2012-03-21 Thread Weiyang Mo
Hi,all: Thanks very much for your advice about installing Pronto. Now I come to the final steps but get some problems. I log in to switch configuration panel via broswer. But I have no ideas about how to set OpenFlow Controller IP address and Datapath ID of the switch. I use OpenFlow

Re: [openflow-discuss] oftest exposed likely (small corner case) bug in OVS

2012-03-21 Thread Ben Pfaff
[adding ovs-discuss to make sure that the bug report gets seen] On Wed, Mar 21, 2012 at 05:02:57PM -0700, Rob Sherwood wrote: Hiya, If you aren't familiar, OFTest is a set of conformance tests for openflow switches. We used it heavily at the ONF interop event two weeks ago and as a result