0

Unable to deploy the web application in the IBM Cloud dedicated using toolchain.

Shows the deploy failed error. Gives the message "*App instance exited with guid **** payload: {"instance"=>"****", "index"=>0, "reason"=>"CRASHED", "exit_description"=>"APP/PROC/WEB: Exited with status 1", "crash_count"=>3, "crash_timestamp"=>****, "version"=>"****"}*"

Please suggest some remediation.

Thanks in advance..

srinivas m
  • 19
  • 8
  • That is too little information, but it suggests rookie cloud deployment errors. It points to you not creating an application that would run be capable of running in the cloud. Apps running in the cloud need to take details like ports that they need to listen on through environment variables. Consequently you would normally start of with a starter kit application that would give you all the environment setup files and code that your application would need to use. – chughts Mar 05 '19 at 11:03
  • Application is hosted in the IBM Cloud. For continues delivery it is configured to Toolchain with git repository. All these days application used to get updated with code checked into the Git. But suddenly Application started failing after building. At the Deployment stage it gives such error as mentioned above. Recent deployment gives me below error ` 0 of 1 instances running, 1 starting FAILED Error restarting application: Start app timeout TIP: Application must be listening on the right port. Instead of hard coding the port, use the $PORT environment variable.` – srinivas m Mar 06 '19 at 11:51
  • If I read that right - it was working, then there were some code changes, now its not working. – chughts Mar 06 '19 at 12:06
  • I feel it is not working not because of the code changes because it is just a textual changes in the code. There is no other changes happened from the code side or in the configurations. Need to find the root cause. – srinivas m Mar 07 '19 at 07:25

0 Answers0