Gamelift Server API 5.0.2 Unable To Reserve A Process

0

Hey, I have run into an issue that isn't allowing any players to create a game session on a fleet running API 5.02 WINDOWS_2016. On the Gamelift fleet side of things, everything seems to be working as normal. I had to add a few missing binaries from OpenSSL to the packaged project for it to not fail to call Process Ready.

Upon the fleet being active, there are no signs that any of the processes are failing:

Fleet Events

I have also included a screenshot of how the server-side api calls are made in case something is wrong there:

Server API

After the player calls "CreateGameSessionAsync" they receive this error back from Amazon.

Unable to reserve a process(No active and available server processes found on the fleet)
已提問 1 年前檢視次數 234 次
1 個回答
0

Pasting from this answer: https://repost.aws/questions/QULeHq32A0RQCYwOOYXqO02w/unable-to-reserver-a-process-on-fleet-fleetcapacityexceededexception#ANJ6CltTC3QJWezuHj7gGlHQ

Getting FleetCapacityExceededException means that there are no game server processes running on your fleet that are available to host your gameSession. If you have enough capacity/hosts under your fleet then there is likely some issue with your server processes causing GameLift to think they are unhealthy and not available for a GameSession.

Steps to debugging further:

  1. Check the "AvailableGameSessions" metric for your fleet in cloudwatch or the GameLift Console to determine if your serverProcesses are healthy. - https://docs.aws.amazon.com/gamelift/latest/developerguide/monitoring-cloudwatch.html
  2. Check the Fleet Events in the GameLift Console for any abnormal server process terminations. - https://docs.aws.amazon.com/gamelift/latest/apireference/API_Event.html
  3. SSH (or RDP) onto the GameLift instance and try to start up your serverProcess to see if it works - https://docs.aws.amazon.com/gamelift/latest/developerguide/fleets-remote-access.html
  4. Validate you're integrating correctly with the GameLift Server SDK https://docs.aws.amazon.com/gamelift/latest/developerguide/reference-serversdk.html
AWS
已回答 10 個月前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南