I have a strange problem with the SC and the Repeater sevice (both the newest versions): Suddenly, after a few hours of many successful connections, the repeater stops receving registrations from the SCs.
I've built a debug SC with the following helpdesk.txt file:
Code: Select all
[DEBUG]
[HOST]
Nir Kornfeld
-id 10001 -connect 192.168.0.4:5500 -noregistry
Code: Select all
fh is 4
Mon Sep 05 10:02:03 2005
C:\c++\Z_SC\winvnc\winvnc\winvnc.cpp : sockets initialised
--The operation completed successfully.
C:\c++\Z_SC\winvnc\winvnc\winvnc.cpp : test... 192.168.0.4 5500
--The operation completed successfully.
C:\c++\Z_SC\winvnc\winvnc\winvnc.cpp : server created ok
--The operation completed successfully.
C:\c++\Z_SC\winvnc\winvnc\vncproperties.cpp : loading local-only settings
--The operation completed successfully.
C:\c++\Z_SC\winvnc\winvnc\vncserver.cpp : KillAuthClients() done
--The operation completed successfully.
C:\c++\Z_SC\winvnc\winvnc\vncserver.cpp : KillUnauthClients() done
--The operation completed successfully.
C:\c++\Z_SC\winvnc\winvnc\vncserver.cpp : KillAuthClients() done
--The operation completed successfully.
C:\c++\Z_SC\winvnc\winvnc\vncserver.cpp : KillUnauthClients() done
--The operation completed successfully.
C:\c++\Z_SC\winvnc\winvnc\vncserver.cpp : authhosts cleared
--The operation completed successfully.
C:\c++\Z_SC\winvnc\winvnc\vncserver.cpp : KillAuthClients() done
--The operation completed successfully.
C:\c++\Z_SC\winvnc\winvnc\vncserver.cpp : KillUnauthClients() done
--The operation completed successfully.
C:\c++\Z_SC\winvnc\winvnc\vncserver.cpp : KillAuthClients() done
--The operation completed successfully.
C:\c++\Z_SC\winvnc\winvnc\vncserver.cpp : KillUnauthClients() done
--The operation completed successfully.
C:\c++\Z_SC\winvnc\winvnc\vncpropertiesPoll.cpp : clearing user settings
--The operation completed successfully.
C:\c++\Z_SC\winvnc\winvnc\vncclient.cpp : vncClient() executing...
--The operation completed successfully.
C:\c++\Z_SC\winvnc\winvnc\vncclient.cpp : TEST 4
--The operation completed successfully.
C:\c++\Z_SC\winvnc\winvnc\vncserver.cpp : AddClient() done
--The operation completed successfully.
C:\c++\Z_SC\winvnc\winvnc\vncclient.cpp : client connected : 192.168.0.4 (1)
--The operation completed successfully.
C:\c++\Z_SC\winvnc\winvnc\vncclient.cpp : DSMPlugin Pointer to socket OK
--The operation completed successfully.
C:\c++\Z_SC\winvnc\winvnc\vncserver.cpp : removing unauthorised client
--An existing connection was forcibly closed by the remote host.
C:\c++\Z_SC\winvnc\winvnc\vncserver.cpp : RemoveClient() done
--The operation completed successfully.
C:\c++\Z_SC\winvnc\winvnc\vncmenu.cpp : quitting from WM_DESTROY
--The operation completed successfully.
C:\c++\Z_SC\winvnc\winvnc\winvnc.cpp : shutting down server
--The operation completed successfully.
C:\c++\Z_SC\winvnc\winvnc\vncserver.cpp : shutting down server object
--Attempt to release mutex not owned by caller.
Mon Sep 05 10:02:04 2005
Stopping and then Starting the repeater service solves the problem... until the next hang...
Any ideas?