Jump to content

session ever created


AntonioCuomo

Recommended Posts

my app with two connections crashes and in the log file it reads:

Proj_TimesWork.exe: 00000B00: 16:17:21 []:>--------------------------------------------------------------<
Proj_TimesWork.exe: 00000B00: 16:17:21 [TUniServerModule]:Server First Init.
Proj_TimesWork.exe: 00000B00: 16:17:21 [TUniServerModule]:Start Path = D:\TMI\TMI_WorkStation\
Proj_TimesWork.exe: 00000B00: 16:17:21 [TUniServerModule]:Starting HTTP Server on Port: 20000...
Proj_TimesWork.exe: 00000B00: 16:17:21 [TUniServerModule]:HTTP Server Started on Port: 20000
Proj_TimesWork.exe: 00001A74: 16:17:26 [87.6.34.183]:Session <b5p8G7pPsa109710045> Created.
Proj_TimesWork.exe: 00002F30: 16:17:47 [87.6.34.183]:Session <57UbCYTfOw10971005E> Created.
Proj_TimesWork.exe: 00002F30: 16:17:48 [87.6.34.183]:EUniSessionException : Invalid session or session Timeout. (Session not found: BdzCFGwZqV10970F558 ) : Addr: $00861ABA

This invalid session or session Timeout. (Session not found: BdzCFGwZqV10970F558 ) it was never created.

This problem causes the app and main menu to freeze.

So far it worked fine, unfortunately the app is not experimental but operational for my client.

Link to comment
Share on other sites

I think the problem is in the tunitreemenu as from the log I see:

Proj_TimesWork.exe: 00003338: 16:27:26 [87.6.34.183]:Failed Sequence Recovery: SeqId: 14, Event: itemclick
Proj_TimesWork.exe: 00003338: 16:27:26 [87.6.34.183]:Sequence sent from cache:  SeqId: 14
Proj_TimesWork.exe: 00003338: 16:27:26 [87.6.34.183]:Processed: Id: 14, Evt: itemclick, [b5p8G7pPsa109710045]
Proj_TimesWork.exe: 00003338: 16:27:26 [87.6.34.183]:Failed Sequence Recovery: SeqId: 15, Event: selectionchange
Proj_TimesWork.exe: 00003338: 16:27:26 [87.6.34.183]:Sequence sent from cache:  SeqId: 15 .....

continued

Link to comment
Share on other sites

Proj_TimesWork.exe: 00000B00: 16:58:17 [TUniServerModule]:HTTP Server Stopped.
Proj_TimesWork.exe: 00000B00: 16:58:17 [TUniGUISessionManager]:Terminating Session manager.
Proj_TimesWork.exe: 00000B00: 16:58:17 [TUniGUISessionManager]:Stopping Cache Eraser...
Proj_TimesWork.exe: 00000B00: 16:58:17 [TUniGUISessionManager]:Cache Eraser Stopped.
Proj_TimesWork.exe: 00000B00: 16:58:17 [87.6.34.183]:Session <2QOCfAX4gF1097104B2> Terminated. Reason: Server Shutdown.
Proj_TimesWork.exe: 00000B00: 16:58:17 [TUniGUISessionManager]:Destroying Worker Threads.
Proj_TimesWork.exe: 00000B00: 16:58:17 [TUniGUISessionManager]:Session manager terminated.
Proj_TimesWork.exe: 00000B00: 16:58:17 [TUniServerModule]:Server Shutdown Completed.
Proj_TimesWork.exe: 00000B00: 16:58:17 []:<-------------------------------------------------------------->
Proj_TimesWork.exe: 00000B00: 16:58:17 [Terminated]:Exit Code: 0
Proj_TimesWork.exe: 00002F64: 16:58:46 []:>--------------------------------------------------------------<
Proj_TimesWork.exe: 00002F64: 16:58:46 [TUniServerModule]:Server First Init.
Proj_TimesWork.exe: 00002F64: 16:58:46 [TUniServerModule]:Start Path = D:\TMI\TMI_WorkStation\
Proj_TimesWork.exe: 00002F64: 16:58:46 [TUniGUISessionManager]:Cache erase job created, Folder count: [1]
Proj_TimesWork.exe: 00002F64: 16:58:47 [TUniServerModule]:Starting HTTP Server on Port: 20000...
Proj_TimesWork.exe: 00002F64: 16:58:47 [TUniServerModule]:HTTP Server Started on Port: 20000
Proj_TimesWork.exe: 000035C8: 16:58:48 [87.6.34.183]:EUniSessionException : Invalid session or session Timeout. (Session not found: 2QOCfAX4gF1097104B2 ) : Addr: $00861ABA

 

Is the session not destroyed when unigui is closed?

Link to comment
Share on other sites

1 hour ago, AntonioCuomo said:

Proj_TimesWork.exe: 00000B00: 16:58:17 [TUniServerModule]:HTTP Server Stopped.
Proj_TimesWork.exe: 00000B00: 16:58:17 [TUniGUISessionManager]:Terminating Session manager.
Proj_TimesWork.exe: 00000B00: 16:58:17 [TUniGUISessionManager]:Stopping Cache Eraser...
Proj_TimesWork.exe: 00000B00: 16:58:17 [TUniGUISessionManager]:Cache Eraser Stopped.
Proj_TimesWork.exe: 00000B00: 16:58:17 [87.6.34.183]:Session <2QOCfAX4gF1097104B2> Terminated. Reason: Server Shutdown.
Proj_TimesWork.exe: 00000B00: 16:58:17 [TUniGUISessionManager]:Destroying Worker Threads.
Proj_TimesWork.exe: 00000B00: 16:58:17 [TUniGUISessionManager]:Session manager terminated.
Proj_TimesWork.exe: 00000B00: 16:58:17 [TUniServerModule]:Server Shutdown Completed.
Proj_TimesWork.exe: 00000B00: 16:58:17 []:<-------------------------------------------------------------->
Proj_TimesWork.exe: 00000B00: 16:58:17 [Terminated]:Exit Code: 0
Proj_TimesWork.exe: 00002F64: 16:58:46 []:>--------------------------------------------------------------<
Proj_TimesWork.exe: 00002F64: 16:58:46 [TUniServerModule]:Server First Init.
Proj_TimesWork.exe: 00002F64: 16:58:46 [TUniServerModule]:Start Path = D:\TMI\TMI_WorkStation\
Proj_TimesWork.exe: 00002F64: 16:58:46 [TUniGUISessionManager]:Cache erase job created, Folder count: [1]
Proj_TimesWork.exe: 00002F64: 16:58:47 [TUniServerModule]:Starting HTTP Server on Port: 20000...
Proj_TimesWork.exe: 00002F64: 16:58:47 [TUniServerModule]:HTTP Server Started on Port: 20000
Proj_TimesWork.exe: 000035C8: 16:58:48 [87.6.34.183]:EUniSessionException : Invalid session or session Timeout. (Session not found: 2QOCfAX4gF1097104B2 ) : Addr: $00861ABA

 

Is the session not destroyed when unigui is closed?

No, when you open a page in the browser, the first is to send a javascript check from the client to the server and the answer this session does not exist

This session ID 2QOCfAX4gF1097104B2  maybe was created before log file is created.

There is no reason to worry !

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...