RobYost Posted May 25, 2017 Posted May 25, 2017 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. Quote
itognet Posted May 25, 2017 Posted May 25, 2017 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. Quote
IRWANTO82 Posted May 26, 2017 Posted May 26, 2017 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 ? Quote
RobYost Posted May 26, 2017 Author Posted May 26, 2017 If you are talking about my demo; go to login.simple-landlord.com I made you a login U: irwan P: irwan Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.