Software Defined Networking
1753735 Members
4677 Online
108799 Solutions
New Discussion юеВ

Intercepted event sink error: {}

 
sbotkine
Frequent Advisor

Intercepted event sink error: {}

Hello,

I've developped my first bundle on my HP VAN SDN Controller 2.0.
Everythings seams working correctly but I have the following WARNING message:

hp.sdn.event EventDispatch-13-thread-1 Intercepted event sink error: {}

I dont' understand the meaning of this warning. How can I investigate ?

Regards,

Serge

5 REPLIES 5
sbotkine
Frequent Advisor

Re: Intercepted event sink error: {} (MORE DETAIL)

I've stopped my bundle (that means the controller only have default bundle).

I've restart the controller. 

But the warning is still here.  Here is the full log I can read every minute in the log.log file:

 

[2014-03-22 09:49:28.711] WARN EventDispatch-13-thread-1 hp.sdn.event DE0005I Intercepted event sink error: {} java.lang.NullPointerException: null
at com.hp.sdn.tvue.impl.TopologyViewerManager$NodeTracker.nodeIPV4AddrChanged(TopologyViewerManager.java:974)
at com.hp.sdn.ctl.nodemgr.impl.NodeEventSink.dispatch(NodeEventSink.java:37)
at com.hp.sdn.ctl.nodemgr.impl.NodeEventSink.dispatch(NodeEventSink.java:19)
at com.hp.util.event.AbstractEventSink.dispatch(AbstractEventSink.java:72)
at com.hp.sdn.event.impl.CoreEventDispatcher$Dispatcher.run(CoreEventDispatcher.java:122)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:724)

 

Why do I have such warning ? What does "event sink error: {} means ?

LeoJH3
Advisor

Re: Intercepted event sink error: {} (MORE DETAIL)

Hi sbotkine,

 

Sorry for the delay.  Will check into this and get back to you in a day or two.

 

Thanks,

Leo

-- HP SDN Team
sdnindia
Trusted Contributor

Re: Intercepted event sink error: {} (MORE DETAIL)

Hello sbotkine,

 

This error is caused by an event being sent by node-manager, with node whose IP is null. This is not supposed to happen since hosts without IP should not be in the system.

 

This will be fixed in future release of the Controller.

 

Thanks,

HP SDN Team

sbotkine
Frequent Advisor

Re: Intercepted event sink error: {} (MORE DETAIL)

During a dhcp request, generally the IP host src is 0.0.0.0.

Do you mean that alert is generated each time a client make a dhcp request for the first time ?

 

Regards, 

 

Serge

sdnindia
Trusted Contributor

Re: Intercepted event sink error: {} (MORE DETAIL)

Hello Serge,

 

Since this error is caused by an event being sent by node-manager, with node whose IP is null and during dhcp request generally IP host src is 0.0.0.0. so this alert is generated each time a client makes a dhcp request for the first time.

 

This will be fixed in future release of the Controller.

 

Thanks,

HP SDN Team