Server-side exception

If you are having a problem using SourceOffSite, post a message here.

Moderator: SourceGear

Post Reply
dextor

Server-side exception

Post by dextor » Thu Mar 25, 2004 11:57 pm

Hi..
I'm now testing SourceOffSite over tcp/ip network, before purchasing the actual licenses.

Whenever I try to open a solution file in MS visual studio .NET 2003 in a remote client,
it spends too much time to connect to server for the first time.
(Once connected, the connection speed is bearable...)

Our solution contains about 20 internal projects,
and opening the solution in the IDE takes about 30 to 50 seconds !!!
(During that time, IDE goes to 'No response' states.)

In a server-side log file, exceptions were logged whenever I tries to connect to the server.

-----
2004-03-26 오후 2:37:23 - Connection accepted from 211.104.116.67:2738, session id is 18.
2004-03-26 오후 2:37:29 - 18: Exception: 인덱스가 배열 범위를 벗어났습니다.
2004-03-26 오후 2:37:39 - 15: Exception: 인덱스가 배열 범위를 벗어났습니다.
2004-03-26 오후 2:37:41 - 17: Exception: 인덱스가 배열 범위를 벗어났습니다.
-----

The eror message is in Korean and it is saying: "Index exceeds the range of array."

As you see the above log, the exception takes 6-10 seconds....

Before deciding to purchase the licenses for our company,
I just want to know if the delay problem can be resolved or not.

Hope your quick response...
Thanks.

corey
Posts: 250
Joined: Tue Dec 30, 2003 10:13 am

Post by corey » Fri Mar 26, 2004 4:23 pm

Approximately how many total files are there in your 20 projects?

Also, please enable verbose logging on your server, restart the server, and then connect again and open the solution. Afterwards, email me the complete log file (if you could also translate any error messages I would appreciate it :)). Here's how to enable verbose logging:

http://support.sourcegear.com/viewtopic.php?t=463

Post Reply