Jump to content

Server Logs


RobYost

Recommended Posts

I put my demo up on a remote server today.  14 of you logged in.  Thank you for that.

 

Twice it crashed.

 

I looked at the server logs but they didn't help me.

SimpleLandlord.exe: 00001D34: 14:43:50 []:>--------------------------------------------------------------<
SimpleLandlord.exe: 00001D34: 14:43:50 [Tsm]:Server First Init.
SimpleLandlord.exe: 00001D34: 14:43:50 [Tsm]:Erasing Cache Folder...
SimpleLandlord.exe: 00001D34: 14:43:50 [Tsm]:Cache Folder Erased. <0> Files deleted.
SimpleLandlord.exe: 00001D34: 14:43:51 [Tsm]:Starting HTTP Server...
SimpleLandlord.exe: 00001D34: 14:43:51 [Tsm]:HTTP Server Started. Port: 8000
SimpleLandlord.exe: 00001A54: 14:43:51 [127.0.0.1]:EUniSessionException : Invalid session or session Timeout. : Addr: $0000000000A2560A
SimpleLandlord.exe: 00001A54: 14:43:51 [127.0.0.1]:EUniSessionException : Invalid session or session Timeout. : Addr: $0000000000A2560A
SimpleLandlord.exe: 00000E88: 14:45:13 [72.239.166.123]:EStringListError : List index out of bounds (-1) : Addr: $0000000000000001
SimpleLandlord.exe: 00000E88: 14:46:08 [72.239.166.123]:EStringListError : List index out of bounds (-1) : Addr: $0000000000000001
SimpleLandlord.exe: 00001140: 15:16:20 [72.239.166.123]:EUniSessionException : Invalid session or session Timeout. : Addr: $0000000000A2560A
SimpleLandlord.exe: 00000DA0: 16:41:54 [72.239.166.123]:EUniSessionException : Invalid session or session Timeout. : Addr: $0000000000A2560A
SimpleLandlord.exe: 000015E8: 17:40:25 [172.58.169.253]:EUniSessionException : Invalid session or session Timeout. : Addr: $0000000000A2560A
SimpleLandlord.exe: 00000258: 19:23:45 [127.0.0.1]:EUniSessionException : Invalid session or session Timeout. : Addr: $0000000000A2560A
SimpleLandlord.exe: 000023E8: 21:16:10 []:>--------------------------------------------------------------<

I think this is when it happened.  Can someone explain this to me? Or is there a way to turn extra logging?

Any help would be appreciated.

Link to comment
Share on other sites

Use UniSession.Log('Procedure name','Start',subFolder:string); and UniSession.Log('Procedure name','End',subFolder:string);

in start and end of every function/procedure you call. If you have a crash, then you can find out which function/procedure that is your problem.

You can even profile each procedure/function by calculating the time between start and end, and put it in the log too.

Link to comment
Share on other sites

I put my demo up on a remote server today.  14 of you logged in.  Thank you for that.

 

Twice it crashed.

 

I looked at the server logs but they didn't help me.

SimpleLandlord.exe: 00001D34: 14:43:50 []:>--------------------------------------------------------------<
SimpleLandlord.exe: 00001D34: 14:43:50 [Tsm]:Server First Init.
SimpleLandlord.exe: 00001D34: 14:43:50 [Tsm]:Erasing Cache Folder...
SimpleLandlord.exe: 00001D34: 14:43:50 [Tsm]:Cache Folder Erased. <0> Files deleted.
SimpleLandlord.exe: 00001D34: 14:43:51 [Tsm]:Starting HTTP Server...
SimpleLandlord.exe: 00001D34: 14:43:51 [Tsm]:HTTP Server Started. Port: 8000
SimpleLandlord.exe: 00001A54: 14:43:51 [127.0.0.1]:EUniSessionException : Invalid session or session Timeout. : Addr: $0000000000A2560A
SimpleLandlord.exe: 00001A54: 14:43:51 [127.0.0.1]:EUniSessionException : Invalid session or session Timeout. : Addr: $0000000000A2560A
SimpleLandlord.exe: 00000E88: 14:45:13 [72.239.166.123]:EStringListError : List index out of bounds (-1) : Addr: $0000000000000001
SimpleLandlord.exe: 00000E88: 14:46:08 [72.239.166.123]:EStringListError : List index out of bounds (-1) : Addr: $0000000000000001
SimpleLandlord.exe: 00001140: 15:16:20 [72.239.166.123]:EUniSessionException : Invalid session or session Timeout. : Addr: $0000000000A2560A
SimpleLandlord.exe: 00000DA0: 16:41:54 [72.239.166.123]:EUniSessionException : Invalid session or session Timeout. : Addr: $0000000000A2560A
SimpleLandlord.exe: 000015E8: 17:40:25 [172.58.169.253]:EUniSessionException : Invalid session or session Timeout. : Addr: $0000000000A2560A
SimpleLandlord.exe: 00000258: 19:23:45 [127.0.0.1]:EUniSessionException : Invalid session or session Timeout. : Addr: $0000000000A2560A
SimpleLandlord.exe: 000023E8: 21:16:10 []:>--------------------------------------------------------------<

I think this is when it happened.  Can someone explain this to me? Or is there a way to turn extra logging?

Any help would be appreciated.

 

 

good job

my oot, how to add show password button ?

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...