invalid session token?
Moderator: SourceGear
invalid session token?
I am seeing this error message in the vault log when trying to get latest version of a file in the repository: FailInvalidSessionToken
Any ideas?
Any ideas?
A couple of things might have happened. Here is a list of things to check:
1) IIS is configured to restart at a given interval or when the server's state reaches a particular level.
2) Someone restarted the IIS Server.
3) An exception in Vault caused the IIS Server to recycle the ASP.Net process. You might be able to see some error in the server's sgvault.log file or your Windows' Events.
4) You had a session open longer than the time dictated by the server's session timeout.
1) IIS is configured to restart at a given interval or when the server's state reaches a particular level.
2) Someone restarted the IIS Server.
3) An exception in Vault caused the IIS Server to recycle the ASP.Net process. You might be able to see some error in the server's sgvault.log file or your Windows' Events.
4) You had a session open longer than the time dictated by the server's session timeout.
Jeff Clausius
SourceGear
SourceGear
more info from the log file
here is the full text of messages from sgvault.log. From the vault client, I get "too many errors were encountered downloading files..." I am just trying to "get latest version" of 1 file.
===============
----6/23/2004 1:17:00 PM jjj--XXX(xxx)--SSL Disabled
Beginning file download
----6/23/2004 1:17:00 PM jjj--XXX(xxx)--SSL Disabled
VaultServiceBase.VaultRequestGetFile returned: SuccessRequireFileDownload
----6/23/2004 1:17:00 PM jjj--XXX(xxx)--SSL Disabled
BeginDownloadFiles returned: Success
----6/23/2004 1:17:00 PM --XXX(xxx)--SSL Disabled
VaultFileDownload starting
----6/23/2004 1:17:00 PM --XXX(xxx)--SSL Disabled
1011 : FailInvalidSessionToken
----6/23/2004 1:17:00 PM --XXX(xxx)--SSL Disabled
1011 : FailInvalidSessionToken
----6/23/2004 1:17:01 PM jjj--XXX(xxx)--SSL Disabled
Ending download process
----6/23/2004 1:17:01 PM jjj--XXX(xxx)--SSL Disabled
EndDownloadProcess returned: Success
----6/23/2004 1:17:01 PM jjj--XXX(xxx)--SSL Disabled
Getting repository Structure.
----6/23/2004 1:17:01 PM jjj--XXX(xxx)--SSL Disabled
GetRepositoryStructure returned: Success
----6/23/2004 1:17:01 PM jjj--XXX(xxx)--SSL Disabled
Getting list of checkout changes.
----6/23/2004 1:17:01 PM jjj--XXX(xxx)--SSL Disabled
GetCheckOutListChanges returned: Success
==============
there are no messages in the event log.
===============
----6/23/2004 1:17:00 PM jjj--XXX(xxx)--SSL Disabled
Beginning file download
----6/23/2004 1:17:00 PM jjj--XXX(xxx)--SSL Disabled
VaultServiceBase.VaultRequestGetFile returned: SuccessRequireFileDownload
----6/23/2004 1:17:00 PM jjj--XXX(xxx)--SSL Disabled
BeginDownloadFiles returned: Success
----6/23/2004 1:17:00 PM --XXX(xxx)--SSL Disabled
VaultFileDownload starting
----6/23/2004 1:17:00 PM --XXX(xxx)--SSL Disabled
1011 : FailInvalidSessionToken
----6/23/2004 1:17:00 PM --XXX(xxx)--SSL Disabled
1011 : FailInvalidSessionToken
----6/23/2004 1:17:01 PM jjj--XXX(xxx)--SSL Disabled
Ending download process
----6/23/2004 1:17:01 PM jjj--XXX(xxx)--SSL Disabled
EndDownloadProcess returned: Success
----6/23/2004 1:17:01 PM jjj--XXX(xxx)--SSL Disabled
Getting repository Structure.
----6/23/2004 1:17:01 PM jjj--XXX(xxx)--SSL Disabled
GetRepositoryStructure returned: Success
----6/23/2004 1:17:01 PM jjj--XXX(xxx)--SSL Disabled
Getting list of checkout changes.
----6/23/2004 1:17:01 PM jjj--XXX(xxx)--SSL Disabled
GetCheckOutListChanges returned: Success
==============
there are no messages in the event log.
When a download request is granted, a Download token is granted. It seems something is interferring with that information.
A couple of other questions:
1) A collegue wanted to know if you had MS Sharepoint installed?
2) Can you try to do the Get directly on the Vault server? If that works, we've narrowed the problem down to the firewall or some other device interferring with the network stream.
A couple of other questions:
1) A collegue wanted to know if you had MS Sharepoint installed?
2) Can you try to do the Get directly on the Vault server? If that works, we've narrowed the problem down to the firewall or some other device interferring with the network stream.
Jeff Clausius
SourceGear
SourceGear
There are problems related to having SharePoint installed on the same IIS Server as Vault's Server.
Can you look over these links, and see if any apply?
- http://support.sourcegear.com/viewtopic ... rt=15#2907
- http://support.sourcegear.com/viewtopic ... rt=15#2959
- http://support.sourcegear.com/viewtopic ... point#3357
Can you look over these links, and see if any apply?
- http://support.sourcegear.com/viewtopic ... rt=15#2907
- http://support.sourcegear.com/viewtopic ... rt=15#2959
- http://support.sourcegear.com/viewtopic ... point#3357
Jeff Clausius
SourceGear
SourceGear