Afserver Error Log

Web browser GUI uses JSON over HTTP protocol.
Post Reply
nileshkute2016
Posts: 8
Joined: Thu Mar 08, 2018 1:38 pm
Location: Mumbai

Afserver Error Log

Post by nileshkute2016 »

We are facing below mention WARNING / errors
Please help on this
ASAP


ERROR Thu 08 Mar 19:32.14: Action node ID not found: 795

WARNING Client has NOT closed socket first: *********:***** SFD:33 S:SWaiting REQ: THTTPGET[378] ANS: THTTPGET[114]
Thanks and Regards,
Nilesh Kute.
User avatar
timurhai
Site Admin
Posts: 910
Joined: Sun Jan 15, 2017 8:40 pm
Location: Russia, Korolev
Contact:

Re: Afserver Error Log

Post by timurhai »

Hi.

- "... node ID not found ...": Means that a node with a specified ID does not exist.
Can happen, for example, when somebody tries to pause a job and some other deleted same job at the same time.
This is not some critical error, we should change ERROR to just WARNING in this case.

- All afanasy client programs should close socket first, to prevent TIME-WAIT state
https://github.com/CGRU/cgru/blob/maste ... ing.cpp#L6
But client can just hung, before close, this is not an error.

Your errors/warnings are not critical, it is normal for a normal server work.
Timur Hairulin
CGRU 3.3.1, Ubuntu 20.04, 22.04, MS Windows 10 (clients only).
nileshkute2016
Posts: 8
Joined: Thu Mar 08, 2018 1:38 pm
Location: Mumbai

Re: Afserver Error Log

Post by nileshkute2016 »

Ok

Thanks
Thanks and Regards,
Nilesh Kute.
Post Reply