Can't seem to deploy on fly since yesterday

Hello,

I have been trying to deploy my app since yesterday using the bluegreen strategy but it keeps rolling back with a timeout error. It seems like when the new machines are created, nothing happens. By looking at the logs I can see the server running, but then absolutely nothing happens on those new machines. There are no errors in my logs. There are no logs at all for that matter once the server boots up.

Any help would be really appreciated.

Here are the deploy logs

Updating existing machines in 'localista' with bluegreen strategy
Verifying if app can be safely deployed 
Creating green machines
  Created machine e825d13f04d078 [app]
  Created machine 2865134ad0d208 [app]
  Created machine 185e769b7e5d18 [app]
Waiting for all green machines to start
  Machine 185e769b7e5d18 [app] - created
  Machine 2865134ad0d208 [app] - created
  Machine e825d13f04d078 [app] - created
  Machine 185e769b7e5d18 [app] - started
  Machine 2865134ad0d208 [app] - created
  Machine e825d13f04d078 [app] - created
  Machine 185e769b7e5d18 [app] - started
  Machine 2865134ad0d208 [app] - started
  Machine e825d13f04d078 [app] - created
  Machine 185e769b7e5d18 [app] - started
  Machine 2865134ad0d208 [app] - started
  Machine e825d13f04d078 [app] - started
Waiting for all green machines to be healthy
  Machine 185e769b7e5d18 [app] - unchecked
  Machine 2865134ad0d208 [app] - unchecked
  Machine e825d13f04d078 [app] - unchecked
  Machine 185e769b7e5d18 [app] - 0/2 passing
  Machine 2865134ad0d208 [app] - unchecked
  Machine e825d13f04d078 [app] - 0/2 passing
  Machine 185e769b7e5d18 [app] - 0/2 passing
  Machine 2865134ad0d208 [app] - 0/2 passing
  Machine e825d13f04d078 [app] - 0/2 passing
Rolling back failed deployment
  Deleted machine e825d13f04d078 [app]
  Deleted machine 2865134ad0d208 [app]
  Deleted machine 185e769b7e5d18 [app]
Error: wait timeout
could not get all green machines to be healthy
Error: Process completed with exit code 1.

Thank you

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.