strongloop / strong-arc

StrongLoop Arc has been replaced by API Connect. We recommend Arc users move to the Essentials edition of API Connect. If you have questions, please email reachsl@us.ibm.com.
http://strongloop.com/
Other
114 stars 36 forks source link

Process Manager throws error when trying to set App Status to Active #1661

Open jeffcressman opened 8 years ago

jeffcressman commented 8 years ago

I had some issues with strong-pm so I started by deleting ~/.strong-pm

Everything worked fine for deploying an application locally be following these steps.

  1. slc pm from account root
  2. slc arc
  3. Build and deploy app in Arc via tar file
  4. App shows up as Active in Process Manager

Then I stopped the app.

slc ctl soft-stop 1

Then I wanted to start the app again but this time use the Arc App Controller start button.

Starting the app is fine but the App Status doesn't become active

image

and an error is thrown: TypeError: Cannot read property 'isBusy' of undefined

See attached log for full details.

SL activate fail localhost-1448334989223.txt

Deploying again as per the first example still works after attempting to use the App Controller.