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)
질문됨 일 년 전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달 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠