packetLen Error

DanEZPZ

Well-Known Member
#1
Hi,

I'm seeing a lot of the following in the stderr.log as well as a lot of random disconnects and freezing.

2013-03-03 23:54:51.081 [STDERR] 27184: packetLen < 0
2013-03-04 00:09:18.807 [STDERR] 109147: packetLen < 0
2013-03-04 00:14:11.637 [STDERR] 141585: packetLen < 0
2013-03-04 00:14:11.790 [STDERR] 139666: packetLen < 0
2013-03-04 00:50:35.836 [STDERR] 292975: packetLen < 0
2013-03-04 00:50:35.836 [STDERR] 293081: packetLen < 0
2013-03-04 00:50:35.836 [STDERR] 293106: packetLen < 0
2013-03-04 00:50:36.264 [STDERR] 293042: packetLen < 0
2013-03-04 00:50:36.573 [STDERR] 292939: packetLen < 0
2013-03-04 00:50:36.573 [STDERR] 293066: packetLen < 0

Any ideas on what this could be? I've searched through all of our other servers and it doesn't appear to be happening on any others.

Thanks
 

webizen

Well-Known Member
#2
the "pakcageLen < 0" message indicates that there was communication error between LSWS and PHP. This is likely a PHP code issue that takes forever to run and eventually LSWS decide to cancel the request.
 

DanEZPZ

Well-Known Member
#3
Thanks for the reply.

I don't think that's the case here, nothing else shows up in the logs and everything seems normal. The timestamp also correlates to downtime experienced server wide and it isn't just affecting a single account.

Any other ideas?

Thanks
 
Top