HomeServer Event queue full

Functionality and usage of the OpenNethome Server
Post Reply
krambriw
Posts: 86
Joined: Sun Jan 04, 2015 8:48 am

HomeServer Event queue full

Post by krambriw »

This morning I noticed I received no more events from NetHome. I checked the log and it says the following:

Code: Select all

        15.02.06 06:52:50	TCPCommandPort	TCPCommandPort could not send event, TCP stream blocked
	15.02.06 06:52:50	TCPCommandPort	TCPCommandPort could not send event, TCP stream blocked
	15.02.06 06:52:50	TCPCommandPort	TCPCommandPort could not send event, TCP stream blocked
	15.02.06 06:52:50	TCPCommandPort	TCPCommandPort could not send event, TCP stream blocked
	15.02.06 06:52:50	TCPCommandPort	TCPCommandPort could not send event, TCP stream blocked
	15.02.06 06:52:50	TCPCommandPort	TCPCommandPort could not send event, TCP stream blocked
	15.02.06 06:52:50	TCPCommandPort	TCPCommandPort could not send event, TCP stream blocked
	15.02.06 06:52:50	HomeServer	Event queue full. Current Item processing is "TCP Command Port" since 15.67 ms
	15.02.06 06:52:50	TCPCommandPort	TCPCommandPort could not send event, TCP stream blocked
	15.02.06 06:52:50	Tellstick	Received from Tellstick: +Wclass:sensor;protocol:oregon;model:0x1A2D;data:400784039005382B;
	15.02.06 06:52:50	TCPCommandPort	TCPCommandPort could not send event, TCP stream blocked
	15.02.06 06:52:50	TCPCommandPort	TCPCommandPort could not send event, TCP stream blocked
	15.02.06 06:52:50	TCPCommandPort	TCPCommandPort could not send event, TCP stream blocked
	15.02.06 06:52:50	TCPCommandPort	TCPCommandPort could not send event, TCP stream blocked
	15.02.06 06:52:50	TCPCommandPort	TCPCommandPort could not send event, TCP stream blocked
	15.02.06 06:52:50	TCPCommandPort	TCPCommandPort could not send event, TCP stream blocked
Any hints? Am I doing something wrong?

BestR
Nasty76
Posts: 145
Joined: Tue Dec 09, 2014 1:20 am

Re: HomeServer Event queue full

Post by Nasty76 »

I get that when my perl onewire script make something funny when sent tcp packet to nethome maybe crash before end so tcp port keep open or something. If you sent or get tcp packet look them and change protocal udp if possible.
Post Reply