Server crashing after the windows update

Report bugs found in Poker Mavens
Kent Briggs
Site Admin
Posts: 5878
Joined: Wed Mar 19, 2008 8:47 pm

Re: Server crashing after the windows update

Post by Kent Briggs »

mantux5 wrote:Well... It worked for like an hour and a half. Same again, everything is working like always, except for the API. It takes 4 to 6 seconds to respond. And I have no idea what might be the cause of this issue.
Have you closed it down and restarted since the Windows update? If not, try that.
mantux5
Posts: 70
Joined: Fri Apr 03, 2015 1:33 pm

Re: Server crashing after the windows update

Post by mantux5 »

Kent Briggs wrote:Have you closed it down and restarted since the Windows update? If not, try that.
Yes, I tried. After starting the server, now everything seems to be working quite good, but after some time API starts lagging (Maybe because of usage? But we had much more requests before and everything was fine)
Kent Briggs
Site Admin
Posts: 5878
Joined: Wed Mar 19, 2008 8:47 pm

Re: Server crashing after the windows update

Post by Kent Briggs »

mantux5 wrote:but after some time API starts lagging (Maybe because of usage? But we had much more requests before and everything was fine)
Which API calls are being made and how often (according to the Event Log)?
mantux5
Posts: 70
Joined: Fri Apr 03, 2015 1:33 pm

Re: Server crashing after the windows update

Post by mantux5 »

Kent Briggs wrote:Which API calls are being made and how often (according to the Event Log)?
Mostly AccountsGet to fetch the balance information of the user. While noone is connected, it is shown to be executed like every 4 to 5 seconds, as there are still some users on the webpage, which has AJAX requests going. When the server is populated with people, there are multiple requests each second.
mantux5
Posts: 70
Joined: Fri Apr 03, 2015 1:33 pm

Re: Server crashing after the windows update

Post by mantux5 »

And now the server just crashed. I added some loading dialogs, so it was somehow usable even with a long taking API requests, but now it crashed... Again. We had like 10 or even more crashes while using your software (a little more than 2 months)
Kent Briggs
Site Admin
Posts: 5878
Joined: Wed Mar 19, 2008 8:47 pm

Re: Server crashing after the windows update

Post by Kent Briggs »

Is there anything recorded in the error log?
mantux5
Posts: 70
Joined: Fri Apr 03, 2015 1:33 pm

Re: Server crashing after the windows update

Post by mantux5 »

There are bunch of these lines:

2015-06-08 18:34:52|WSServerExecute error: Access violation at address 0075F996 in module 'PMServer.exe'. Read of address 00000004

each occurring at 4-6 seconds period. All of them have exactly the same information concerning the addresses. However, there is one (the first one) with the Access violation at address 0075F9AF


Also, one error which occurred earlier (This did not cause any crash): 2015-06-08 03:58:16|KillInactiveSessions error: Socket Error # 10054
Kent Briggs
Site Admin
Posts: 5878
Joined: Wed Mar 19, 2008 8:47 pm

Re: Server crashing after the windows update

Post by Kent Briggs »

Are you running Pro or Gold edition? Version 4.39?
mantux5
Posts: 70
Joined: Fri Apr 03, 2015 1:33 pm

Re: Server crashing after the windows update

Post by mantux5 »

Pro 4.39
Kent Briggs
Site Admin
Posts: 5878
Joined: Wed Mar 19, 2008 8:47 pm

Re: Server crashing after the windows update

Post by Kent Briggs »

mantux5 wrote:Access violation at address 0075F996
I found the code where this address is. It may or may not have anything to do with your issues but I see a potential problem there so I'll clean that up and put it in 4.40 later this week.
Post Reply