I'm crashing the SOS server. Steps to reproduce:
Open SOS client
Access SOS functionality in VS.Net (two concurrent connections from my PC).
When I start VS.Net (Enterprise Architect) and choose "File / SourceControl / Open From Source Control", I get the following...
Code: Select all
To ensure optimal source control integration with Visual Studio .NET, check with your source control providver for compatibility and update information.
Installed provider: SourceOffSite
Installed version 4.0.0.135
and VS.Net hangs. My other SourceOffSite window loses connection with the server. The server has died and needs to be restarted.
The server log (dying words) looks like this:
Code: Select all
4/21/2004 5:37:20 PM - Connection accepted from 10.21.9.2:4058, session id is 8.
4/21/2004 5:37:33 PM - Killing disconnected or idle client FCGPC229 - (10.21.9.2)
4/21/2004 5:37:33 PM - 8: Exception: A blocking operation was interrupted by a call to WSACancelBlockingCall
4/21/2004 5:37:33 PM - Killing disconnected or idle client - ()
4/21/2004 5:37:33 PM - 9: Failed to start the client instance: Object reference not set to an instance of an object.
4/21/2004 5:37:33 PM - Exception in Listen(): System.ObjectDisposedException: Cannot access a disposed object named "System.Net.Sockets.Socket".
Object name: "System.Net.Sockets.Socket".
at System.Net.Sockets.Socket.get_RemoteEndPoint()
at ClassicService.Listener.Listen()
Code: Select all
4/22/2004 8:46:31 AM - ****************************************************
4/22/2004 8:46:31 AM - SourceOffSite Server 4.0.0 Standard - No Cryptography
4/22/2004 8:46:31 AM - CurrentCulture is en-US.
4/22/2004 8:48:00 AM - Server Information
4/22/2004 8:48:00 AM - Operating System: Microsoft Windows 2000 Server
4/22/2004 8:48:00 AM - Service Pack: 4.0
4/22/2004 8:48:00 AM - OS Version: 5.0.2195
4/22/2004 8:48:00 AM - Locale: Ox0409
4/22/2004 8:48:00 AM - OSLanguage: 1033
4/22/2004 8:48:00 AM - Total Physical Memory: 253.43 MB
4/22/2004 8:48:00 AM - Time Zone: (GMT-07:00) Mountain Time (US & Canada)
4/22/2004 8:48:00 AM -
4/22/2004 8:48:00 AM - SSAPI.dll Information:
4/22/2004 8:48:00 AM - Location: file:///C:/Program Files/SourceOffSite Server/Interop.SourceSafeTypeLib.DLL
4/22/2004 8:48:00 AM - DisplayName: Interop.SourceSafeTypeLib, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null
4/22/2004 8:48:00 AM -
4/22/2004 8:48:00 AM - Started at 4/22/2004 8:48:00 AM
4/22/2004 8:48:00 AM - General logging level is Error. Method logging is Disabled.
4/22/2004 8:48:00 AM - Number of licenses configured: 10
4/22/2004 8:48:00 AM - SourceSafe Initialization file(s) located at:
4/22/2004 8:48:00 AM - C:\Program Files\Microsoft Visual Studio\VSS\srcsafe.ini
PS Seems to work if I can remember to close my existing SOS window.
Haven't tried other combinations yet (e.g. two SOS windows), this is my 5th server reboot so just getting a handle on how this product will work for us.