|
java.lang.NullPointerException: null
at org.opendaylight.openflowplugin.impl.services.RoleService$2.onSuccess(RoleService.java:114) [na:na]
at org.opendaylight.openflowplugin.impl.services.RoleService$2.onSuccess(RoleService.java:107) [na:na]
at com.google.common.util.concurrent.Futures$6.run(Futures.java:1319) [com.google.guava:18.0.0]
at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:457) [com.google.guava:18.0.0]
at com.google.common.util.concurrent.ExecutionList.executeListener(ExecutionList.java:156) [com.google.guava:18.0.0]
at com.google.common.util.concurrent.ExecutionList.execute(ExecutionList.java:145) [com.google.guava:18.0.0]
at com.google.common.util.concurrent.AbstractFuture.set(AbstractFuture.java:185) [com.google.guava:18.0.0]
at com.google.common.util.concurrent.SettableFuture.set(SettableFuture.java:53) [com.google.guava:18.0.0]
at org.opendaylight.openflowplugin.impl.rpc.AbstractRequestContext.setResult(AbstractRequestContext.java:32) [org.opendaylight.openflowplugin.impl:0.1.2.Lithium-SR2-00003-865]
at org.opendaylight.openflowplugin.impl.services.AbstractRequestCallback.onFailure(AbstractRequestCallback.java:79) [org.opendaylight.openflowplugin.impl:0.1.2.Lithium-SR2-00003-865]
at org.opendaylight.openflowjava.protocol.impl.core.connection.OutboundQueueEntry.fail(OutboundQueueEntry.java:108) [org.opendaylight.openflowjava.openflow-protocol-impl:0.6.2.Lithium-SR2-00003-865]
at org.opendaylight.openflowjava.protocol.impl.core.connection.StackedSegment.completeEntry(StackedSegment.java:110) [org.opendaylight.openflowjava.openflow-protocol-impl:0.6.2.Lithium-SR2-00003-865]
at org.opendaylight.openflowjava.protocol.impl.core.connection.StackedSegment.pairRequest(StackedSegment.java:153) [org.opendaylight.openflowjava.openflow-protocol-impl:0.6.2.Lithium-SR2-00003-865]
at org.opendaylight.openflowjava.protocol.impl.core.connection.AbstractStackedOutboundQueue.pairRequest(AbstractStackedOutboundQueue.java:191) [org.opendaylight.openflowjava.openflow-protocol-impl:0.6.2.Lithium-SR2-00003-865]
at org.opendaylight.openflowjava.protocol.impl.core.connection.AbstractOutboundQueueManager.onMessage(AbstractOutboundQueueManager.java:203) [org.opendaylight.openflowjava.openflow-protocol-impl:0.6.2.Lithium-SR2-00003-865]
at org.opendaylight.openflowjava.protocol.impl.core.connection.ConnectionAdapterImpl.consumeDeviceMessage(ConnectionAdapterImpl.java:115) [org.opendaylight.openflowjava.openflow-protocol-impl:0.6.2.Lithium-SR2-00003-865]
at org.opendaylight.openflowjava.protocol.impl.core.connection.AbstractConnectionAdapterStatistics.consume(AbstractConnectionAdapterStatistics.java:66) [org.opendaylight.openflowjava.openflow-protocol-impl:0.6.2.Lithium-SR2-00003-865]
at org.opendaylight.openflowjava.protocol.impl.core.connection.ConnectionAdapterImpl.consume(ConnectionAdapterImpl.java:43) [org.opendaylight.openflowjava.openflow-protocol-impl:0.6.2.Lithium-SR2-00003-865]
|