Advertisement
Guest User

Untitled

a guest
Apr 23rd, 2018
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.23 KB | None | 0 0
  1. 23.04.2018 09:16:14.751 [pool-15-thread-3] ERROR com.b4n.core - Error
  2. java.lang.NullPointerException: null
  3. at com.b4n.core.netconf.converter.out.SIOutConverter.convert(SIOutConverter.java:40) ~[ctl.jar:?]
  4. at com.b4n.ctl.multicast.netconf.converter.IgmpSourceOutConverter.convertEndpoints(IgmpSourceOutConverter.java:85) ~[ctl.jar:?]
  5. at com.b4n.ctl.multicast.netconf.converter.IgmpSourceOutConverter.convert(IgmpSourceOutConverter.java:65) ~[ctl.jar:?]
  6. at com.b4n.ctl.multicast.netconf.converter.IgmpSourceOutConverter.convert(IgmpSourceOutConverter.java:32) ~[ctl.jar:?]
  7. at com.b4n.core.netconf.converter.NetconfConversionServiceImpl.convert(NetconfConversionServiceImpl.java:60) ~[ctl.jar:?]
  8. at com.b4n.core.netconf.procedure.ProcedureCaller.callProcedure(ProcedureCaller.java:93) ~[ctl.jar:?]
  9. at com.b4n.core.netconf.impl.NetconfReceiver.handleRpc(NetconfReceiver.java:210) ~[ctl.jar:?]
  10. at com.b4n.core.netconf.impl.NetconfReceiver.lambda$run$0(NetconfReceiver.java:137) ~[ctl.jar:?]
  11. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_141]
  12. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_141]
  13. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_141]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement