Skip to content

Instantly share code, notes, and snippets.

@jbayer
Created August 15, 2014 16:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jbayer/58ceceb07098961d6ac8 to your computer and use it in GitHub Desktop.
Save jbayer/58ceceb07098961d6ac8 to your computer and use it in GitHub Desktop.
OpenShift Online 3 consecutive failures to scale an app to 16 or 10 instances
Fri Aug 15 00:13:58 $ rhc cartridge-scale jbossews-2.0 --app scaledemo --min 16 --max 16
This operation will run until the application is at the minimum scale and may take several minutes.
Setting scale range for jbossews-2.0 ...
Unable to complete the requested operation due to: Timed out while trying to fetch information from the nodes. Please try again and contact support if the issue persists.
Reference ID: 09c978ec58e729049adcfe287dcf58e0
Fri Aug 15 00:15:32 $ rhc cartridge-scale jbossews-2.0 --app scaledemo --min 10 --max 10
This operation will run until the application is at the minimum scale and may take several minutes.
Setting scale range for jbossews-2.0 ...
could not open session
Fri Aug 15 00:20:52 $ rhc cartridge-scale jbossews-2.0 --app scaledemo --min 10 --max 10
This operation will run until the application is at the minimum scale and may take several minutes.
Setting scale range for jbossews-2.0 ...
An error occurred while communicating with the server. This problem may only be temporary. Check that you have correctly specified your OpenShift server
'https://openshift.redhat.com/broker/rest/application/53edae86500446ec2e0002ec/cartridge/jbossews-2.0'.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment