I have a Bluemix application , it was working fine before but now i am not able to start the application , everytime i start i get this issue "an instance of the app crashed: failed to accept connections within health check timeout exit status: 1, CRASHED" . Can someone tell me how do i solve it as i am not able to proceed.
I havent done any changes. I had created the application and was using it but from few days the app is not starting. And is there any way we can get the node-red flow which is with the application because since the application is not starting it does not allow me to open the application route and i am not able to view the node-red flow also.
I suggest you open a command prompt window and use the cloud foundry command line interface to view logs as you try to restart application. For example at command prompt: cf logs This should allow you to see the logs scroll as you try to restart app and determine what is cause of crash.
Check that the cloudant database that is associated with the node red instance is still there. You might have accidentally removed it. Second if you had stopped it, and started some other application, you might have gone over your memory allocation, check your remaining quota and whether you have enough to start your instance of node-RED