strongloop / strong-pm

deployer for node applications
http://strong-pm.io
Other
1k stars 71 forks source link

Getting error in Strongloop Process Manager when adding a host #389

Closed rajchaudhary043 closed 7 years ago

rajchaudhary043 commented 7 years ago

Hi,

I am trying to monitor my meteor app deployed in IBM Bluemix cloud using SRL ARC Process Manager. myapp-pm.domain.com url is running on https (port 443).

However, when I try to add this app in process manager, it gives unknown error and does not get activated (screenshot attached). git issue

Steps followed to give more context -

  1. Added strongloop arc from boiler plates.
  2. cf se myapp BLUEMIX_APP_MGMT_ENABLE strongpm
  3. cf restage myapp
  4. cf map-route myapp eu-gb.mybluemix.net -n myapp-pm

Please advice.

Thanks Raj

sam-github commented 7 years ago

@svennam92 does the above make sense to you?

Raj, are you cf pushing strong-pm to bluemix? Because that won't work, bluemix apps can't listen on multiple ports, and you have both your app and strong-pm, which one will get the port?

strong-pm is unnecessary with bluemix, you don't need it.

What exactly are you trying to achieve?

rajchaudhary043 commented 7 years ago

Hi Sam,

In summary, I am trying to do what is described in this article - https://www.ibm.com/blogs/bluemix/2015/10/strongloop-devops-on-bluemix/

In my case I used srl arc boiler plate available in bluemix cloud.

Let me know if you have any questions.

Thanks Raj

sam-github commented 7 years ago

You might have better luck getting answers to bluemix questions by commenting on the blog post. I've never deployed strong-pm to bluemix, or tried what is described in that post.

I still have the question "why" :-). Bluemix has built-in capabilities to do what our/Strongloop'sArc did, the blog basically describes a POC integration, interesting, but not something I would base production deployments on.

sam-github commented 7 years ago

@rajchaudhary043 did you see the blog comment section? From "Feb 8":

Just as a warning to those who still find this blog … it is out-of-date. strongpm was removed from App Management in August 2016.

What you are trying to do isn't supported anymore.