|
While trying to get interface-state from oper DS for interfaces that do not have lport-tag using IInterfaceManager.getInterfaceInfoFromOperationalDataStore() the following exception is thrown
Exception in thread "pool-49-thread-64" java.lang.NullPointerException
at org.opendaylight.genius.interfacemanager.InterfacemgrProvider.getInterfaceInfoFromOperationalDataStore(InterfacemgrProvider.java:422)
at Proxyed20650a_aa14_4984_a46e_e87e37bcb421.getInterfaceInfoFromOperationalDataStore(Unknown Source)
because of lport-tag autoboxing in this method
|