-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error when using mininet #13
Comments
Qualified as a bug, reproduced and started to work on it. |
@Dmitry-Orekhov Thank you for your reply. I am not sure whether warp can only work with LINC Switch? OF-INFO HANDSHAKED 1 OF-INFO DPID: 1 Configuration: Normal OF-INFO DPID: 1 Packet-In is received from the Switch [ERROR] [03/15/2014 23:38:02.726] [OfController-akka.actor.default-dispatcher-7] [akka://OfController/user/Controller-Dispatcher/$a] null |
Reproduced the bug either. |
I use 「java -cp build/lib/warp.jar org.flowforwarding.warp.demo.Launcher 」to start controller and I start mininet, and I get a error:
[ERROR] [03/12/2014 17:01:22.365] [OfController-akka.actor.default-dispatcher-3] [akka://OfController/user/Controller-Dispatcher/$a] null
java.lang.NullPointerException
at org.flowforwarding.warp.protocol.ofmessages.OFMessageProvider13AvroProtocol.buildFlowModMsg(OFMessageProvider13AvroProtocol.java:282)
at org.flowforwarding.warp.demo.SimpleHandler.packetIn(SimpleHandler.java:54)
at org.flowforwarding.warp.controller.session.OFSessionHandler.onReceive(OFSessionHandler.java:44)
at akka.actor.UntypedActor$$anonfun$receive$1.applyOrElse(UntypedActor.scala:167)
at akka.actor.ActorCell.receiveMessage(ActorCell.scala:498)
at akka.actor.ActorCell.invoke(ActorCell.scala:456)
at akka.dispatch.Mailbox.processMailbox(Mailbox.scala:237)
at akka.dispatch.Mailbox.run(Mailbox.scala:219)
at akka.dispatch.ForkJoinExecutorConfigurator$AkkaForkJoinTask.exec(AbstractDispatcher.scala:386)
at scala.concurrent.forkjoin.ForkJoinTask.doExec(ForkJoinTask.java:260)
at scala.concurrent.forkjoin.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1339)
at scala.concurrent.forkjoin.ForkJoinPool.runWorker(ForkJoinPool.java:1979)
at scala.concurrent.forkjoin.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:107)
The text was updated successfully, but these errors were encountered: