Gemini Community Support Site

This Gemini community support site can be used to find solutions to product issues. You can log in using Open Id, Google Profile and even Facebook. Feel free to ask a question or browse FAQs and documentation. Product tour videos are also available along with how-to videos demonstrating key Gemini capabilities.




Huge number of Session Loss errors v2.0.3

web-app

Since we have fixed the problems that we were having with windows authentication, our users are no longer reporting problems logging in.
However we are getting an enourmous number of errors reported in the error log that pertain to session loss. I reset the error log after the authentication problems were fixed, so that I could get a clearer idea of the problems that we were still having. That was 8 days ago, and the error log is now so large ( 32mb) that I can no longer open it in a browser.
From other posts on these forums it seems that others are having the same problems, is there a solution?

mfosker
· 1
mfosker
Replies (8)
helpful
0
not helpful

We having exactly the same problem:

See below:

 

Error Message Stack Trace Additional Info. Dated SESSION miss detected - key: ISSUECURRENTPAGE     28/03/2006 12:00:29 SESSION miss detected - key: PROJNAME     28/03/2006 11:49:29 SESSION miss detected - key: PROJID     28/03/2006 11:49:29 SESSION loss detected (GetCurrentProjectID)     28/03/2006 11:49:29 SESSION loss detected (GetCurrentProjectName)     28/03/2006 11:49:29 SESSION miss detected - key: PROJID     28/03/2006 11:49:29 SESSION loss detected (GetCurrentProjectID)     28/03/2006 11:49:29 SESSION miss detected - key: PROJ_ID     28/03/2006 11:49:29 SESSION loss detected (GetCurrentProjectID)

...


deniz
· 1
deniz
helpful
0
not helpful

Are you both using Windows Authentication?


Mark Wing
· 9108
Mark Wing
helpful
0
not helpful

Yes.


mfosker
· 1
mfosker
helpful
0
not helpful

We don't. This is the setting in Web.config

...

  <!--  AUTHENTICATION  (Gemini possible modes are "Windows", "Forms") -->
  <authentication mode="Forms">

...


deniz
· 1
deniz
helpful
0
not helpful

Deniz,

Your error log messages are not an issue. These are expected. You can, however, not log them by changing the gemini_logerror stored procedure.

 

The main problem is the no user identity log and that only occurs for windows authentication.

We are working on a fix for this.


Mark Wing
· 9108
Mark Wing
helpful
0
not helpful

You mean something like this is expected?

The log below is just for the same second. What is the sense of so much logging?

SESSION miss detected - key: PROJNAME     28/03/2006 15:50:28 SESSION miss detected - key: PROJID     28/03/2006 15:50:28 SESSION loss detected (GetCurrentProjectID)     28/03/2006 15:50:28 SESSION loss detected (GetCurrentProjectName)     28/03/2006 15:50:28 SESSION miss detected - key: PROJID     28/03/2006 15:50:28 SESSION loss detected (GetCurrentProjectID)     28/03/2006 15:50:28 SESSION miss detected - key: PROJID     28/03/2006 15:50:28 SESSION loss detected (GetCurrentProjectID)     28/03/2006 15:50:28 SESSION miss detected - key: PROJID     28/03/2006 15:50:28 SESSION loss detected (GetCurrentProjectID)     28/03/2006 15:50:28 SESSION miss detected - key: PROJID     28/03/2006 15:50:28 SESSION loss detected (GetCurrentProjectID)     28/03/2006 15:50:28 SESSION loss detected (GetCurrentProjectID)     28/03/2006 15:50:28 SESSION miss detected - key: PROJID     28/03/2006 15:50:28 SESSION loss detected (GetCurrentProjectID)     28/03/2006 15:50:28 SESSION miss detected - key: PROJID     28/03/2006 15:50:28 SESSION loss detected (GetCurrentProjectID)     28/03/2006 15:50:28 SESSION miss detected - key: PROJID     28/03/2006 15:50:28 SESSION loss detected (GetCurrentProjectID)     28/03/2006 15:50:28 SESSION miss detected - key: PROJID     28/03/2006 15:50:28 SESSION loss detected (GetCurrentProjectID)     28/03/2006 15:50:28 SESSION miss detected - key: PROJID     28/03/2006 15:50:28 SESSION loss detected (GetCurrentProjectID)     28/03/2006 15:50:28 SESSION miss detected - key: PROJID     28/03/2006 15:50:28 SESSION loss detected (GetCurrentProjectID)     28/03/2006 15:50:28 SESSION miss detected - key: PROJID     28/03/2006 15:50:28 SESSION miss detected - key: PROJID     28/03/2006 15:50:28 SESSION loss detected (GetCurrentProjectID)     28/03/2006 15:50:28 SESSION loss detected (GetCurrentProjectID)     28/03/2006 15:50:28 SESSION miss detected - key: PROJID     28/03/2006 15:50:28 SESSION loss detected (GetCurrentProjectID)     28/03/2006 15:50:28 SESSION miss detected - key: PROJID     28/03/2006 15:50:28 SESSION loss detected (GetCurrentProjectID)     28/03/2006 15:50:28 SESSION miss detected - key: ISSUECURRENTPAGE     28/03/2006 15:50:28 SESSION miss detected - key: PROJID     28/03/2006 15:50:28 SESSION loss detected (GetCurrentProjectID)     28/03/2006 15:50:28 SESSION miss detected - key: PROJID     28/03/2006 15:50:28 SESSION loss detected (GetCurrentProjectID)     28/03/2006 15:50:28 SESSION miss detected - key: PROJID     28/03/2006 15:50:28 SendToHome() invoked     28/03/2006 15:50:28 SESSION miss detected - key: PROJID     28/03/2006 15:50:28 SESSION loss detected (GetCurrentProjectID)     28/03/2006 15:50:28 SESSION miss detected - key: PROJID     28/03/2006 15:50:28 SESSION loss detected (GetCurrentProjectID)     28/03/2006 15:50:28 SESSION miss detected - key: PROJID     28/03/2006 15:50:28 SESSION loss detected (GetCurrentProjectID)     28/03/2006 15:50:28 SESSION miss detected - key: PROJID     28/03/2006 15:50:28 SESSION loss detected (GetCurrentProjectID)     28/03/2006 15:50:28 SESSION miss detected - key: PROJID     28/03/2006 15:50:28 SESSION loss detected (GetCurrentProjectID)     28/03/2006 15:50:28 SESSION miss detected - key: PROJID     28/03/2006 15:50:28 SESSION loss detected (GetCurrentProjectID)     28/03/2006 15:50:28 SESSION miss detected - key: PROJID     28/03/2006 15:50:28 SESSION loss detected (GetCurrentProjectID)     28/03/2006 15:50:28 SESSION miss detected - key: PROJID     28/03/2006 15:50:28 SESSION loss detected (GetCurrentProjectID)     28/03/2006 15:50:28

 


deniz
· 1
deniz
helpful
0
not helpful

[quote user="MarkWing"]

Deniz,

Your error log messages are not an issue. These are expected. You can, however, not log them by changing the gemini_logerror stored procedure.

 

The main problem is the no user identity log and that only occurs for windows authentication.

We are working on a fix for this.

[/quote]

I have the exact problem and it is blocking me to adopt your product (which I find it cool). When the is expexted to come out?

 


windrago
· 1
windrago
helpful
0
not helpful

We are working with a closely with a client and think that we are there now.

We are giving it a test run and expect to release a fix within the next couple of weeks.


Saar Cohen
· 5000
Saar Cohen